Skip to content
Discussion options

You must be logged in to vote

Your best bet would probably be DINOv3 family weights, since they are trained to reconstruct image embeddings, not process semantic information on natural images (much larger domain gap). There are many huggingface spaces that demonstrate, which can help with exploratory analysis. You should try an see if you can get salient clustering results from the embeddings. Something like a kNN classifier may work better than a supervised probe since you're working with a small dataset. There are quite a few scikit-learn tools that are better in this sort of data-limited case compared to training/augmentation. If you want to train the backbone, you could try starting with a DINOv3 backbone, then tr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by akonst08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants