paper-with-me

홈 › Papers

Exploring Inter-Channel Correlation for Diversity-preserved KnowledgeDistillation

2022-02-08 · Li Liu, Qingle Huang, Sihao Lin, Hongwei Xie, Bing Wang, Xiaojun Chang, Xiaodan Liang

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 ofretaining inter-channel correlation of features, leading tothe lack of capturing intrinsic distribution of the featurespace and sufficient diversity properties of features in theteacher network.To solve the issue, we propose thenovel Inter-Channel Correlation for Knowledge Distillation(ICKD), with which the diversity and homology of the fea-ture space of the student network can align with that ofthe teacher network. The correlation between these twochannels is interpreted as diversity if they are irrelevantto each other, otherwise homology. Then the student isrequired to mimic the correlation within its own embed-ding space. In addition, we introduce the grid-level inter-channel correlation, making it capable of dense predictiontasks. Extensive experiments on two vision tasks, includ-ing ImageNet classification and Pascal VOC segmentation,demonstrate the superiority of our ICKD, which consis-tently outperforms many existing methods, advancing thestate-of-the-art in the fields of Knowledge Distillation. Toour knowledge, we are the first method based on knowl-edge distillation boosts ResNet18 beyond 72% Top-1 ac-curacy on ImageNet classification. Code is available at:https://github.com/ADLab-AutoDrive/ICKD.

📄 PDF Abstract BibTeX arXiv:2202.03680

Code (1)

adlab-autodrive/ickd 공식 구현 pytorch

Tasks

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

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

SLVR: Super-Light Visual Reconstruction via Blueprint Controllable Convolutions and Exploring Feature Diversity Representation

2025-01-01 · CVPR 2025 1 · Ning Ni, Libao Zhang

Recently, improving the residual structure and designing efficient convolutions have become important branches of lightweight visual reconstruction model design. We have observed that the feature addition mode (FAM) …

DiversitySuper-Resolution

Mobile MIMO Channel Prediction with ODE-RNN: a Physics-Inspired Adaptive Approach

2022-07-08 · Zhuoran Xiao, Zhaoyang Zhang, Zirui Chen, Zhaohui Yang 외

Obtaining accurate channel state information (CSI) is crucial and challenging for multiple-input multiple-output (MIMO) wireless communication systems. Conventional channel estimation method cannot guarantee the accuracy…

Prediction

Is Functional Correctness Enough to Evaluate Code Language Models? Exploring Diversity of Generated Codes

2024-08-24 · Heejae Chon, Seonghyeon Lee, Jinyoung Yeo, Dongha Lee

Language models (LMs) have exhibited impressive abilities in generating codes from natural language requirements. In this work, we highlight the diversity of code generated by LMs as a critical criterion for evaluating t…

Code GenerationDiversity

Stochastic Channel Decorrelation Network and Its Application to Visual Tracking

2018-07-03 · Jie Guo, Tingfa Xu, Shenwang Jiang, Ziyi Shen

Deep convolutional neural networks (CNNs) have dominated many computer vision domains because of their great power to extract good features automatically. However, many deep CNNs-based computer vison tasks suffer from la…

DiversityVisual Tracking