๐
๐
Old Age
Multi-Label Plant Species Classification with Self-Supervised Vision Transformers
July 08, 2024 ยท Entered Twilight ยท ๐ Conference and Labs of the Evaluation Forum
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 Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Computer Vision
๐
๐
Old Age
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
๐
๐
Old Age
SSD: Single Shot MultiBox Detector
๐
๐
Old Age
Squeeze-and-Excitation Networks
๐
๐
Old Age
Fast R-CNN
๐
๐
Old Age