paper-with-me

홈 › Papers

A Fast Knowledge Distillation Framework for Visual Recognition

2021-12-02 · Zhiqiang Shen, Eric Xing

While Knowledge Distillation (KD) has been recognized as a useful tool in many visual tasks, such as supervised classification and self-supervised representation learning, the main drawback of a vanilla KD framework is its mechanism, which consumes the majority of the computational overhead on forwarding through the giant teacher networks, making the entire learning procedure inefficient and costly. ReLabel, a recently proposed solution, suggests creating a label map for the entire image. During training, it receives the cropped region-level label by RoI aligning on a pre-generated entire label map, allowing for efficient supervision generation without having to pass through the teachers many times. However, as the KD teachers are from conventional multi-crop training, there are various mismatches between the global label-map and region-level label in this technique, resulting in performance deterioration. In this study, we present a Fast Knowledge Distillation (FKD) framework that replicates the distillation training phase and generates soft labels using the multi-crop KD approach, while training faster than ReLabel since no post-processes such as RoI align and softmax operations are used. When conducting multi-crop in the same image for data loading, our FKD is even more efficient than the traditional image classification framework. On ImageNet-1K, we obtain 79.8% with ResNet-50, outperforming ReLabel by ~1.0% while being faster. On the self-supervised learning task, we also show that FKD has an efficiency advantage. Our project page: http://zhiqiangshen.com/projects/FKD/index.html, source code and models are available at: https://github.com/szq0214/FKD.

📄 PDF Abstract BibTeX arXiv:2112.01528

Code (2)

szq0214/fkd 공식 구현 pytorch
szq0214/MEAL-V2 pytorch

Tasks

image-classificationImage ClassificationKnowledge DistillationRepresentation LearningSelf-Supervised Learning

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.…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

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

2024-08-29 · Zaiwei Zhang, Gregory P. Meyer, Zhichao Lu, Ashish Shrivastava 외

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 kno…

Knowledge DistillationLanguage ModelingLanguage Modelling

Spatio-Temporal Attention Mechanism and Knowledge Distillation for Lip Reading

2021-08-07 · Shahd Elashmawy, Marian Ramsis, Hesham M. Eraqi, Farah Eldeshnawy 외

Despite the advancement in the domain of audio and audio-visual speech recognition, visual speech recognition systems are still quite under-explored due to the visual ambiguity of some phonemes. In this work, we propose …

Audio-Visual Speech RecognitionKnowledge DistillationLip Readingspeech-recognition+2

Audio-Visual Representation Learning via Knowledge Distillation from Speech Foundation Models

2025-02-09 · Jing-Xuan Zhang, Genshun Wan, Jianqing Gao, Zhen-Hua Ling

Audio-visual representation learning is crucial for advancing multimodal speech processing tasks, such as lipreading and audio-visual speech recognition. Recently, speech foundation models (SFMs) have shown remarkable ge…

Audio-Visual Speech RecognitionAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillation+5

Hierarchical Augmentation and Distillation for Class Incremental Audio-Visual Video Recognition

2024-01-11 · Yukun Zuo, Hantao Yao, Liansheng Zhuang, Changsheng Xu

Audio-visual video recognition (AVVR) aims to integrate audio and visual clues to categorize videos accurately. While existing methods train AVVR models using provided datasets and achieve satisfactory results, they stru…

Video Recognition

Fair Feature Distillation for Visual Recognition

2021-05-27 · CVPR 2021 1 · Sangwon Jung, DongGyu Lee, TaeEon Park, Taesup Moon

Fairness is becoming an increasingly crucial issue for computer vision, especially in the human-related decision systems. However, achieving algorithmic fairness, which makes a model produce indiscriminative outcomes aga…

FairnessKnowledge Distillation