PulseAugur
EN
LIVE 07:38:46

DINOv2 underperforms SigLIP in fine-grained classification task

A Reddit user conducting a bachelor's thesis on fine-grained car classification found that the DINOv2 Giant model performed significantly worse than SigLIP2 SO400M when used as a frozen encoder for k-NN classification. Despite L2-normalized embeddings, DINOv2 yielded only 41% accuracy compared to SigLIP2's 92%. The user suspects DINOv2, trained via self-supervision, may require a trained head for fine-grained tasks, unlike contrastively trained models like SigLIP, and is seeking advice on its suitability for retrieval tasks. AI

IMPACT Highlights potential limitations of self-supervised models like DINOv2 for fine-grained retrieval tasks without further fine-tuning.

RANK_REASON User-reported benchmark comparison of different self-supervised and contrastive learning models for a specific downstream task. [lever_c_demoted from research: ic=1 ai=1.0]

Read on r/MachineLearning →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

DINOv2 underperforms SigLIP in fine-grained classification task

COVERAGE [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/psy_com ·

    DINOv2 way worse than SigLIP in k-NN. Is this expected? [R]

    <!-- SC_OFF --><div class="md"><p>Doing a bachelor thesis on fine-grained car classification (telling apart VW Golf generations from listing photos). Simple setup: frozen encoder → embeddings → weighted k-NN.</p> <p>On my small dataset (175 train / 132 test):</p> <ul> <li>SigLIP2…