paper-with-me

홈 › Papers

Solving Semi-Supervised Few-Shot Learning from an Auto-Annotation Perspective

2025-12-11 · Tian Liu, Anwesha Basu, James Caverlee, Shu Kong arxiv

Semi-supervised few-shot learning (SSFSL) resembles real-world applications such as auto-annotation, as it aims to learn a model from a few labeled and abundant unlabeled task-specific examples to annotate the unlabeled ones. Despite the availability of powerful open-source Vision-Language Models (VLMs) and open-world data, existing SSFSL literature largely neglects these resources. In contrast, the related area few-shot learning (FSL) has already exploited them to boost performance. Arguably, to solve real-world auto-annotation, SSFSL should leverage such open resources. To bridge this gap, we explore established SSL methods to finetune a VLM. Unexpectedly, they significantly underperform FSL baselines that do not use unlabeled data. Our in-depth analysis reveals the root cause of failure: VLMs produce flat distributions of softmax probabilities, resulting in zero utilization of unlabeled data and weak supervision signals. To address this challenge, we propose an embarrassingly simple solution that uses temperatures to sharpen the softmax output, which not only increases the confidence scores of pseudo-labels to improve the utilization of unlabeled data, but also strengthens training supervision for effective finetuning. Furthermore, we exploit task-relevant open data, e.g., those retrieved from VLMs' publicly available pretraining set. To mitigate the imbalance and domain gaps in retrieved data, we employ a stage-wise training strategy. Building on the successful finetuning of VLMs and the exploitation of open data, we present a simple yet effective SSFSL method, Stage-Wise Finetuning with Temperatures (SWIFT). Across five benchmarks, SWIFT outperforms recent FSL and SSL methods by $\sim$5 accuracy points. SWIFT even rivals supervised learning, which finetunes a VLM assuming unlabeled data having ground-truth labels!

📄 PDF Abstract BibTeX arXiv:2512.10244

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

Scaling Laws for Many-Shot In-Context Learning with Self-Generated Annotations

2025-03-04 · Zhengyao Gu, Henry Peng Zou, Yankai Chen, Aiwei Liu 외

The high cost of obtaining high-quality annotated data for in-context learning (ICL) has motivated the development of methods that use self-generated annotations in place of ground-truth labels. While these approaches ha…

In-Context Learning

Towards Few-Annotation Learning for Object Detection: Are Transformer-based Models More Efficient ?

2023-10-30 · Quentin Bouniot, Angélique Loesch, Romaric Audigier, Amaury Habrard

For specialized and dense downstream tasks such as object detection, labeling data requires expertise and can be very expensive, making few-shot and semi-supervised models much more attractive alternatives. While in the …

Objectobject-detectionObject DetectionSemi-Supervised Object Detection

Efficient Auto-Labeling of Large-Scale Poultry Datasets (ALPD) Using Semi-Supervised Models, Active Learning, and Prompt-then-Detect Approach

2025-01-18 · Ramesh Bahadur Bist, Lilong Chai, Shawna Weimer, Hannah Atungulua 외

The rapid growth of AI in poultry farming has highlighted the challenge of efficiently labeling large, diverse datasets. Manual annotation is time-consuming, making it impractical for modern systems that continuously gen…

Active Learning

Semi-Supervised Few-Shot Adaptation of Vision-Language Models

2026-03-03 · Julio Silva-Rodríguez, Ender Konukoglu arxiv

Vision-language models (VLMs) pre-trained on large, heterogeneous data sources are becoming increasingly popular, providing rich multi-modal embeddings that enable efficient transfer to new tasks. A particularly relevant…

Few-Shot Image Classification

Few-Shot Learning for Annotation-Efficient Nucleus Instance Segmentation

2024-02-26 · Yu Ming, Zihao Wu, Jie Yang, Danyi Li 외

Nucleus instance segmentation from histopathology images suffers from the extremely laborious and expert-dependent annotation of nucleus instances. As a promising solution to this task, annotation-efficient deep learning…

Few-shot Instance SegmentationFew-Shot LearningInstance SegmentationMeta-Learning+3