paper-with-me

홈 › Papers

VLM-KD: Knowledge Distillation from VLM for Long-Tail Visual Recognition

2024-08-29 · Zaiwei Zhang, Gregory P. Meyer, Zhichao Lu, Ashish Shrivastava, Avinash Ravichandran, Eric M. Wolff

For visual recognition, knowledge distillation typically involves transferring knowledge from a large, well-trained teacher model to a smaller student model. In this paper, we introduce an effective method to distill knowledge from an off-the-shelf vision-language model (VLM), demonstrating that it provides novel supervision in addition to those from a conventional vision-only teacher model. Our key technical contribution is the development of a framework that generates novel text supervision and distills free-form text into a vision encoder. We showcase the effectiveness of our approach, termed VLM-KD, across various benchmark datasets, showing that it surpasses several state-of-the-art long-tail visual classifiers. To our knowledge, this work is the first to utilize knowledge distillation with text supervision generated by an off-the-shelf VLM and apply it to vanilla randomly initialized vision encoders.

📄 PDF Abstract BibTeX arXiv:2408.16930

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModelingLanguage Modelling

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 제목 키워드 기반

Self Supervision to Distillation for Long-Tailed Visual Recognition

2021-09-09 · ICCV 2021 10 · TianHao Li, LiMin Wang, Gangshan Wu

Deep learning has achieved remarkable progress for visual recognition on large-scale balanced datasets but still performs poorly on real-world long-tailed data. Previous methods often adopt class re-balanced training str…

Long-tail Learning

Class-Balanced Distillation for Long-Tailed Visual Recognition

2021-04-12 · Ahmet Iscen, André Araujo, Boqing Gong, Cordelia Schmid

Real-world imagery is often characterized by a significant imbalance of the number of images per class, leading to long-tailed distributions. An effective and simple approach to long-tailed visual recognition is to learn…

Image ClassificationKnowledge DistillationLong-tail Learning

Decoupled Contrastive Learning for Long-Tailed Recognition

2024-03-10 · Shiyu Xuan, Shiliang Zhang

Supervised Contrastive Loss (SCL) is popular in visual representation learning. Given an anchor image, SCL pulls two types of positive samples, i.e., its augmentation and other images from the same class together, while …

Contrastive LearningRepresentation Learning

Mixture of Balanced Information Bottlenecks for Long-Tailed Visual Recognition

2025-09-01 · Yifan Lan, Xin Cai, Jun Cheng, Shan Tan arxiv

Deep neural networks (DNNs) have achieved significant success in various applications with large-scale and balanced data. However, data in real-world visual recognition are usually long-tailed, bringing challenges to eff…

Representation Learning

Distilling Virtual Examples for Long-tailed Recognition

2021-03-28 · ICCV 2021 10 · Yin-Yin He, Jianxin Wu, Xiu-Shen Wei

We tackle the long-tailed visual recognition problem from the knowledge distillation perspective by proposing a Distill the Virtual Examples (DiVE) method. Specifically, by treating the predictions of a teacher model as …

Knowledge DistillationLong-tail Learning