CVIRLGJul 8, 2024

Transfer Learning with Self-Supervised Vision Transformers for Snake Identification

arXiv:2407.06178v16 citationsh-index: 4Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses snake identification for biodiversity monitoring, but it is incremental as it applies an existing method to a new dataset.

The authors tackled snake species identification from images using DINOv2 vision transformer embeddings, achieving a score of 39.69 in the SnakeCLEF 2024 competition.

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 https://github.com/dsgt-kaggle-clef/snakeclef-2024.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes