paper-with-me

홈 › Papers

Training a Student Expert via Semi-Supervised Foundation Model Distillation

2026-04-04 · Pardis Taghavi, Tian Liu, Renjie Li, Reza Langari, Zhengzhong Tu arxiv

Foundation models deliver strong perception but are often too computationally heavy to deploy, and adapting them typically requires costly annotations. We introduce a semi-supervised knowledge distillation (SSKD) framework that compresses pre-trained vision foundation models (VFMs) into compact experts using limited labeled and abundant unlabeled data, and instantiate it for instance segmentation where per-pixel labels are particularly expensive. The framework unfolds in three stages: (1) domain adaptation of the VFM(s) via self-training with contrastive calibration, (2) knowledge transfer through a unified multi-objective loss, and (3) student refinement to mitigate residual pseudo-label bias. Central to our approach is an instance-aware pixel-wise contrastive loss that fuses mask and class scores to extract informative negatives and enforce clear inter-instance margins. By maintaining this contrastive signal across both adaptation and distillation, we align teacher and student embeddings and more effectively leverage unlabeled images. On Cityscapes and ADE20K, our $\approx 11\times$ smaller student improves over its zero-shot VFM teacher(s) by +11.9 and +8.6 AP, surpasses adapted teacher(s) by +3.4 and +1.5 AP, and outperforms state-of-the-art SSKD methods on benchmarks.

📄 PDF Abstract BibTeX arXiv:2604.03841

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationInstance SegmentationDomain Adaptation

Similar Papers 제목 키워드 기반

JEDI: Joint Expert Distillation in a Semi-Supervised Multi-Dataset Student-Teacher Scenario for Video Action Recognition

2023-08-09 · Lucian Bicsi, Bogdan Alexe, Radu Tudor Ionescu, Marius Leordeanu

We propose JEDI, a multi-dataset semi-supervised learning method, which efficiently combines knowledge from multiple experts, learned on different datasets, to train and improve the performance of individual, per dataset…

Action RecognitionTemporal Action Localization

CAST: Contrastive Adaptation and Distillation for Semi-Supervised Instance Segmentation

2025-05-28 · Pardis Taghavi, Tian Liu, Renjie Li, Reza Langari 외

Instance segmentation demands costly per-pixel annotations and large models. We introduce CAST, a semi-supervised knowledge distillation (SSKD) framework that compresses pretrained vision foundation models (VFM) into com…

Domain AdaptationInstance SegmentationKnowledge DistillationPseudo Label+2

Vision-Language Enhanced Foundation Model for Semi-supervised Medical Image Segmentation

2025-11-24 · Jiaqi Guo, Mingzhen Li, Hanyu Su, Santiago López 외 arxiv

Semi-supervised learning (SSL) has emerged as an effective paradigm for medical image segmentation, reducing the reliance on extensive expert annotations. Meanwhile, vision-language models (VLMs) have demonstrated strong…

Semi-supervised Medical Image Segmentation

Competitive Ensembling Teacher-Student Framework for Semi-Supervised Left Atrium MRI Segmentation

2023-10-21 · Yuyan Shi, Yichi Zhang, Shasha Wang

Semi-supervised learning has greatly advanced medical image segmentation since it effectively alleviates the need of acquiring abundant annotations from experts and utilizes unlabeled data which is much easier to acquire…

Image SegmentationLeft Atrium SegmentationMedical Image SegmentationMRI segmentation+3

Semi-supervised Learning with a Teacher-student Network for Generalized Attribute Prediction

2020-07-14 · ECCV 2020 8 · Minchul Shin

This paper presents a study on semi-supervised learning to solve the visual attribute prediction problem. In many applications of vision algorithms, the precise recognition of visual attributes of objects is important bu…

AttributeMulti-Task Learning