Transfer Learning with Self-Supervised Vision Transformers for Snake Identification

Anthony Miyaguchi,Murilo Gustineli,Austin Fischer,Ryan Lundqvist
2024-07-09
Abstract:We present our approach for the SnakeCLEF 2024 competition to predict snake species from images. We explore and use Meta's DINOv2 vision transformer model for feature extraction to tackle species' high variability and visual similarity in a dataset of 182,261 images. We perform exploratory analysis on embeddings to understand their structure, and train a linear classifier on the embeddings to predict species. Despite achieving a score of 39.69, our results show promise for DINOv2 embeddings in snake identification. All code for this project is available at <a class="link-external link-https" href="https://github.com/dsgt-kaggle-clef/snakeclef-2024" rel="external noopener nofollow">this https URL</a>.
Computer Vision and Pattern Recognition,Information Retrieval,Machine Learning
What problem does this paper attempt to address?