paper-with-me

Papers

DearKD: Data-Efficient Early Knowledge Distillation for Vision Transformers

2022-04-27 · CVPR 2022 1 · Xianing Chen, Qiong Cao, Yujie Zhong, Jing Zhang, Shenghua Gao, DaCheng Tao

Transformers are successfully applied to computer vision due to their powerful modeling capacity with self-attention. However, the excellent performance of transformers heavily depends on enormous training images. Thus, a data-efficient transformer solution is urgently needed. In this work, we propose an early knowledge distillation framework, which is termed as DearKD, to improve the data efficiency required by transformers. Our DearKD is a two-stage framework that first distills the inductive biases from the early intermediate layers of a CNN and then gives the transformer full play by training without distillation. Further, our DearKD can be readily applied to the extreme data-free case where no real images are available. In this case, we propose a boundary-preserving intra-divergence loss based on DeepInversion to further close the performance gap against the full-data counterpart. Extensive experiments on ImageNet, partial ImageNet, data-free setting and other downstream tasks prove the superiority of DearKD over its baselines and state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2204.12997

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

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

SAFE-KD: Risk-Controlled Early-Exit Distillation for Vision Backbones

2026-02-03 · Salim Khazem arxiv

Early-exit networks reduce inference cost by allowing ``easy'' inputs to stop early, but practical deployment hinges on knowing \emph{when} early exit is safe. We introduce SAFE-KD, a universal multi-exit wrapper for mod…

Knowledge Distillation

Cross-modal knowledge distillation for action recognition

2019-10-10 · Fida Mohammad Thoker, Juergen Gall

In this work, we address the problem how a network for action recognition that has been trained on a modality like RGB videos can be adapted to recognize actions for another modality like sequences of 3D human poses. To …

Action RecognitionKnowledge Distillation

SigLino: Efficient Multi-Teacher Distillation for Agglomerative Vision Foundation Models

2025-12-23 · Sofian Chaybouti, Sanath Narayan, Yasser Dahou, Phúc H. Lê Khac 외 arxiv

Vision foundation models trained via multi-teacher distillation offer a promising path toward unified visual representations, yet the learning dynamics and data efficiency of such approaches remain underexplored. In this…

Self-Supervised LearningRepresentation LearningKnowledge Distillation

Supervision Complexity and its Role in Knowledge Distillation

2023-01-28 · Hrayr Harutyunyan, Ankit Singh Rawat, Aditya Krishna Menon, Seungyeon Kim 외

Despite the popularity and efficacy of knowledge distillation, there is limited understanding of why it helps. In order to study the generalization behavior of a distilled student, we propose a new theoretical framework …

image-classificationImage ClassificationKnowledge Distillation

The Role of Masking for Efficient Supervised Knowledge Distillation of Vision Transformers

2023-02-21 · Seungwoo Son, Jegwang Ryu, Namhoon Lee, Jaeho Lee

Knowledge distillation is an effective method for training lightweight vision models. However, acquiring teacher supervision for training samples is often costly, especially from large-scale models like vision transforme…

Knowledge Distillation