CVApr 30

Self-Supervised Learning of Plant Image Representations

arXiv:2604.2753857.1
Predicted impact top 61% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For ecologists and conservationists needing scalable plant recognition without expert labels, this work provides practical SSL guidelines that improve fine-grained recognition.

Self-supervised learning (SSL) for plant image recognition is improved by using domain-specific augmentations (affine, posterization) instead of standard ones (Gaussian blur, grayscale, solarization), and by training on plant-specific data (iNaturalist Plantae) rather than ImageNet-1K. The resulting models match or outperform supervised baselines in few-shot settings.

Automated plant recognition plays a crucial role in biodiversity monitoring and conservation, yet current approaches rely heavily on supervised learning, which is limited by the availability of expert-labeled data. Self-supervised learning (SSL) offers a scalable alternative, but existing methods and training protocols are largely designed for coarse-grained visual tasks and may not transfer well to fine-grained domains such as plant species recognition. In this work, we investigate SSL for plant image representation learning. We show that commonly used augmentations in SSL pipelines - such as Gaussian blur, grayscale conversion, and solarization - are detrimental in the context of plant images, as they remove subtle discriminative cues essential for fine-grained recognition. We instead identify alternative transformations, including affine and posterization, that are better suited to this domain. We further demonstrate that training SimDINOv2 on the iNaturalist 2021 Plantae subset yields significantly stronger representations than training on ImageNet-1K, highlighting the importance of domain-specific data for SSL. Our findings are consistent across both ViT-Base and ViT-Large architectures. Moreover, our models achieve competitive performance and sometimes outperform strong supervised baselines Pl@ntCLEF and BioCLIP on downstream plant recognition tasks in few-shot settings. Overall, our results highlight the critical importance of domain-adapted augmentation strategies and dataset selection in self-supervised learning, and provide practical guidelines for building scalable models for biodiversity monitoring.

Foundations

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

Your Notes