paper-with-me

홈 › Papers

Zero-Shot Segmentation through Prototype-Guidance for Multi-Label Plant Species Identification

2025-12-23 · Luciano Araujo Dourado Filho, Almir Moreira da Silva Neto, Rodrigo Pereira David, Rodrigo Tripodi Calumby arxiv

This paper presents an approach developed to address the PlantClef 2025 challenge, which consists of a fine-grained multi-label species identification, over high-resolution images. Our solution focused on employing class prototypes obtained from the training dataset as a proxy guidance for training a segmentation Vision Transformer (ViT) on the test set images. To obtain these representations, the proposed method extracts features from training dataset images and create clusters, by applying K-Means, with $K$ equals to the number of classes in the dataset. The segmentation model is a customized narrow ViT, built by replacing the patch embedding layer with a frozen DinoV2, pre-trained on the training dataset for individual species classification. This model is trained to reconstruct the class prototypes of the training dataset from the test dataset images. We then use this model to obtain attention scores that enable to identify and localize areas of interest and consequently guide the classification process. The proposed approach enabled a domain-adaptation from multi-class identification with individual species, into multi-label classification from high-resolution vegetation plots. Our method achieved fifth place in the PlantCLEF 2025 challenge on the private leaderboard, with an F1 score of 0.33331. Besides that, in absolute terms our method scored 0.03 lower than the top-performing submission, suggesting that it may achieved competitive performance in the benchmark task. Our code is available at \href{https://github.com/ADAM-UEFS/PlantCLEF2025}{https://github.com/ADAM-UEFS/PlantCLEF2025}.

📄 PDF Abstract BibTeX arXiv:2512.19957

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label Classification

Similar Papers 제목 키워드 기반

EPSegFZ: Efficient Point Cloud Semantic Segmentation for Few- and Zero-Shot Scenarios with Language Guidance

2025-11-12 · Jiahui Wang, Haiyue Zhu, Haoren Guo, Abdullah Al Mamun 외 arxiv

Recent approaches for few-shot 3D point cloud semantic segmentation typically require a two-stage learning process, i.e., a pre-training stage followed by a few-shot training stage. While effective, these methods face ov…

Semantic Segmentation

Multi-grained Temporal Prototype Learning for Few-shot Video Object Segmentation

2023-09-20 · ICCV 2023 1 · Nian Liu, Kepan Nan, Wangbo Zhao, Yuanwei Liu 외

Few-Shot Video Object Segmentation (FSVOS) aims to segment objects in a query video with the same category defined by a few annotated support images. However, this task was seldom explored. In this work, based on IPMT, a…

Image SegmentationSegmentationSemantic SegmentationVideo Object Segmentation+1

Prototype Adaption and Projection for Few- and Zero-shot 3D Point Cloud Semantic Segmentation

2023-05-23 · Shuting He, Xudong Jiang, Wei Jiang, Henghui Ding

In this work, we address the challenging task of few-shot and zero-shot 3D point cloud semantic segmentation. The success of few-shot semantic segmentation in 2D computer vision is mainly driven by the pre-training on la…

Few-shot 3D semantic segmentationSegmentation

Adaptive Prototype Learning and Allocation for Few-Shot Segmentation

2021-04-05 · CVPR 2021 1 · Gen Li, Varun Jampani, Laura Sevilla-Lara, Deqing Sun 외

Prototype learning is extensively used for few-shot segmentation. Typically, a single prototype is obtained from the support feature by averaging the global object information. However, using one prototype to represent a…

ClusteringFew-Shot Semantic SegmentationSegmentation

Semantically Meaningful Class Prototype Learning for One-Shot Image Semantic Segmentation

2021-02-22 · Tao Chen, GuoSen Xie, Yazhou Yao, Qiong Wang 외

One-shot semantic image segmentation aims to segment the object regions for the novel class with only one annotated image. Recent works adopt the episodic training strategy to mimic the expected situation at testing time…

Image SegmentationSegmentationSemantic Segmentation