paper-with-me

홈 › Papers

Channel-wise Knowledge Distillation for Dense Prediction

2020-11-26 · ICCV 2021 10 · Changyong Shu, Yifan Liu, Jianfei Gao, Zheng Yan, Chunhua Shen

Knowledge distillation (KD) has been proven to be a simple and effective tool for training compact models. Almost all KD variants for dense prediction tasks align the student and teacher networks' feature maps in the spatial domain, typically by minimizing point-wise and/or pair-wise discrepancy. Observing that in semantic segmentation, some layers' feature activations of each channel tend to encode saliency of scene categories (analogue to class activation mapping), we propose to align features channel-wise between the student and teacher networks. To this end, we first transform the feature map of each channel into a probabilty map using softmax normalization, and then minimize the Kullback-Leibler (KL) divergence of the corresponding channels of the two networks. By doing so, our method focuses on mimicking the soft distributions of channels between networks. In particular, the KL divergence enables learning to pay more attention to the most salient regions of the channel-wise maps, presumably corresponding to the most useful signals for semantic segmentation. Experiments demonstrate that our channel-wise distillation outperforms almost all existing spatial distillation methods for semantic segmentation considerably, and requires less computational cost during training. We consistently achieve superior performance on three benchmarks with various network structures. Code is available at: https://git.io/Distiller

📄 PDF Abstract BibTeX arXiv:2011.13256

Code (3)

drilistbox/CWD 공식 구현 pytorch
irfanicmll/torchdistiller pytorch
open-mmlab/mmrazor pytorch

Tasks

Knowledge DistillationPredictionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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

Structured Knowledge Distillation for Dense Prediction

2019-03-11 · CVPR 2019 6 · Yifan Liu, Changyong Shun, Jingdong Wang, Chunhua Shen

In this work, we consider transferring the structure information from large networks to compact ones for dense prediction tasks in computer vision. Previous knowledge distillation strategies used for dense prediction tas…

Depth EstimationGeneral Classificationimage-classificationImage Classification+7

Exploring Inter-Channel Correlation for Diversity-Preserved Knowledge Distillation

2021-01-01 · ICCV 2021 10 · Li Liu, Qingle Huang, Sihao Lin, Hongwei Xie 외

Knowledge Distillation has shown very promising ability in transferring learned representation from the larger model (teacher) to the smaller one (student). Despite many efforts, prior methods ignore the important ro…

DiversityKnowledge Distillation

Exploring Inter-Channel Correlation for Diversity-preserved KnowledgeDistillation

2022-02-08 · Li Liu, Qingle Huang, Sihao Lin, Hongwei Xie 외

Knowledge Distillation has shown very promising abil-ity in transferring learned representation from the largermodel (teacher) to the smaller one (student).Despitemany efforts, prior methods ignore the important role ofr…

DiversityKnowledge Distillation

Channel Distillation: Channel-Wise Attention for Knowledge Distillation

2020-06-02 · Zaida Zhou, Chaoran Zhuge, Xinwei Guan, Wen Liu

Knowledge distillation is to transfer the knowledge from the data learned by the teacher network to the student network, so that the student has the advantage of less parameters and less calculations, and the accuracy is…

Knowledge Distillation

Augmentation-Free Dense Contrastive Knowledge Distillation for Efficient Semantic Segmentation

2023-12-07 · Jiawei Fan, Chao Li, Xiaolong Liu, Meina Song 외

In recent years, knowledge distillation methods based on contrastive learning have achieved promising results on image classification and object detection tasks. However, in this line of research, we note that less atten…

Contrastive LearningData Augmentationimage-classificationImage Classification+5