facebookresearch / dinov2

PyTorch code and models for the DINOv2 self-supervised learning method.
Apache License 2.0
8.89k stars 777 forks source link

why do Self-supervised image retrieval? #433

Closed xiexie123 closed 3 months ago

xiexie123 commented 3 months ago

Dinov2 is self-supervised only by image(pixels). in my opinion, the trained data(image) is richer/more diverse, the more information the model will learned. why filter uncurated data by Self-supervised image retrieval to likewise with curated data?

Looking forward to a reply. Thanks.

xiexie123 commented 3 months ago

Oh I see. the self-supervised image retrieval is a way to "Augment" the retrieval image, cool! Forget my qusetion.