paper-with-me

Papers

Simple Semi-supervised Knowledge Distillation from Vision-Language Models via $\mathbf{\texttt{D}}$ual-$\mathbf{\texttt{H}}$ead $\mathbf{\texttt{O}}$ptimization

2025-05-12 · Seongjae Kang, Dong Bok Lee, Hyungjoon Jang, Sung Ju Hwang

Vision-language models (VLMs) have achieved remarkable success across diverse tasks by leveraging rich textual information with minimal labeled data. However, deploying such large models remains challenging, particularly in resource-constrained environments. Knowledge distillation (KD) offers a well-established solution to this problem; however, recent KD approaches from VLMs often involve multi-stage training or additional tuning, increasing computational overhead and optimization complexity. In this paper, we propose $\mathbf{\texttt{D}}$ual-$\mathbf{\texttt{H}}$ead $\mathbf{\texttt{O}}$ptimization ($\mathbf{\texttt{DHO}}$) -- a simple yet effective KD framework that transfers knowledge from VLMs to compact, task-specific models in semi-supervised settings. Specifically, we introduce dual prediction heads that independently learn from labeled data and teacher predictions, and propose to linearly combine their outputs during inference. We observe that $\texttt{DHO}$ mitigates gradient conflicts between supervised and distillation signals, enabling more effective feature learning than single-head KD baselines. As a result, extensive experiments show that $\texttt{DHO}$ consistently outperforms baselines across multiple domains and fine-grained datasets. Notably, on ImageNet, it achieves state-of-the-art performance, improving accuracy by 3% and 0.1% with 1% and 10% labeled data, respectively, while using fewer parameters.

📄 PDF Abstract BibTeX arXiv:2505.07675

Code (1)

erjui/DHO 공식 구현 pytorch

Tasks

Few-Shot Image ClassificationKnowledge DistillationSemi-Supervised Image ClassificationSemi-Supervised Image Classification on ImageNet - 10% labeled data

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

A Simple Recipe for Competitive Low-compute Self supervised Vision Models

2023-01-23 · Quentin Duval, Ishan Misra, Nicolas Ballas

Self-supervised methods in vision have been mostly focused on large architectures as they seem to suffer from a significant performance drop for smaller architectures. In this paper, we propose a simple self-supervised d…

Knowledge Distillation

Uncertainty-Aware Distillation for Semi-Supervised Few-Shot Class-Incremental Learning

2023-01-24 · Yawen Cui, Wanxia Deng, Haoyu Chen, Li Liu

Given a model well-trained with a large-scale base dataset, Few-Shot Class-Incremental Learning (FSCIL) aims at incrementally learning novel classes from a few labeled samples by avoiding overfitting, without catastrophi…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+1

Semi-Supervising Learning, Transfer Learning, and Knowledge Distillation with SimCLR

2021-08-02 · Khoi Nguyen, Yen Nguyen, Bao Le

Recent breakthroughs in the field of semi-supervised learning have achieved results that match state-of-the-art traditional supervised learning methods. Most successful semi-supervised learning approaches in computer vis…

Data AugmentationKnowledge DistillationTransfer Learning

Weak-to-Strong 3D Object Detection with X-Ray Distillation

2024-03-31 · CVPR 2024 1 · Alexander Gambashidze, Aleksandr Dadukin, Maksim Golyadkin, Maria Razzhivina 외

This paper addresses the critical challenges of sparsity and occlusion in LiDAR-based 3D object detection. Current methods often rely on supplementary modules or specific architectural designs, potentially limiting their…

3D Object DetectionAutonomous DrivingKnowledge DistillationObject+2

CustomKD: Customizing Large Vision Foundation for Edge Model Improvement via Knowledge Distillation

2025-03-23 · CVPR 2025 1 · Jungsoo Lee, Debasmit Das, Munawar Hayat, Sungha Choi 외

We propose a novel knowledge distillation approach, CustomKD, that effectively leverages large vision foundation models (LVFMs) to enhance the performance of edge models (e.g., MobileNetV3). Despite recent advancements i…

Domain AdaptationKnowledge DistillationUnsupervised Domain Adaptation