Multi-Label Plant Species Classification with Self-Supervised Vision Transformers

July 08, 2024 ยท Entered Twilight ยท ๐Ÿ› Conference and Labs of the Evaluation Forum

๐Ÿ’ค TWILIGHT: Eternal Rest
Repo abandoned since publication

Repo contents: .gitignore, .pre-commit-config.yaml, README.md, data, experiments, figures, notebooks, plantclef, pyproject.toml, requirements.txt, scripts

Authors Murilo Gustineli, Anthony Miyaguchi, Ian Stalter arXiv ID 2407.06298 Category cs.CV: Computer Vision Cross-listed cs.IR, cs.LG Citations 11 Venue Conference and Labs of the Evaluation Forum Repository https://github.com/dsgt-kaggle-clef/plantclef-2024 โญ 17 Last Checked 6 months ago
Abstract
We present a transfer learning approach using a self-supervised Vision Transformer (DINOv2) for the PlantCLEF 2024 competition, focusing on the multi-label plant species classification. Our method leverages both base and fine-tuned DINOv2 models to extract generalized feature embeddings. We train classifiers to predict multiple plant species within a single image using these rich embeddings. To address the computational challenges of the large-scale dataset, we employ Spark for distributed data processing, ensuring efficient memory management and processing across a cluster of workers. Our data processing pipeline transforms images into grids of tiles, classifying each tile, and aggregating these predictions into a consolidated set of probabilities. Our results demonstrate the efficacy of combining transfer learning with advanced data processing techniques for multi-label image classification tasks. Our code is available at https://github.com/dsgt-kaggle-clef/plantclef-2024.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision

๐ŸŒ… ๐ŸŒ… Old Age

Fast R-CNN

Ross Girshick

cs.CV ๐Ÿ› ICCV ๐Ÿ“š 27.7K cites 11 years ago