paper-with-me

홈 › Papers

Feature Normalized Knowledge Distillation for Image Classification

2020-08-01 · ECCV 2020 8 · Kunran Xu, Lai Rui, Yishi Li, Lin Gu

Knowledge Distillation (KD) transfers the knowledge from a cumbersome teacher model to a lightweight student network. Since a single image may reasonably relate to several categories, the one-hot label would inevitably introduce the encoding noise. From this perspective, we systematically analyze the distillation mechanism and demonstrate that the L2-norm of the feature in penultimate layer would be too large under the influence of label noise, and the temperature T in KD could be regarded as a correction factor for L2-norm to suppress the impact of noise. Noticing different samples suffer from varying intensities of label noise, we further propose a simple yet effective feature normalized knowledge distillation which introduces the sample specific correction factor to replace the unified temperature T for better reducing the impact of noise. Extensive experiments show that the proposed method surpasses standard KD as well as self-distillation significantly on Cifar-100, CUB-200-2011 and Stanford Cars datasets. The codes are in https://github.com/aztc/FNKD

📄 PDF Abstract BibTeX

Code (1)

aztc/FNKD 공식 구현 mxnet

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationKnowledge 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 제목 키워드 기반

NormKD: Normalized Logits for Knowledge Distillation

2023-08-01 · Zhihao Chi, Tu Zheng, Hengjia Li, Zheng Yang 외

Logit based knowledge distillation gets less attention in recent years since feature based methods perform better in most cases. Nevertheless, we find it still has untapped potential when we re-investigate the temperatur…

image-classificationImage ClassificationKnowledge Distillation

Normalized Feature Distillation for Semantic Segmentation

2022-07-12 · Tao Liu, Xi Yang, Chenshu Chen

As a promising approach in model compression, knowledge distillation improves the performance of a compact model by transferring the knowledge from a cumbersome one. The kind of knowledge used to guide the training of th…

Knowledge DistillationModel CompressionSegmentationSemantic Segmentation

Bi-directional Weakly Supervised Knowledge Distillation for Whole Slide Image Classification

2022-10-07 · Linhao Qu, Xiaoyuan Luo, Manning Wang, Zhijian Song

Computer-aided pathology diagnosis based on the classification of Whole Slide Image (WSI) plays an important role in clinical practice, and it is often formulated as a weakly-supervised Multiple Instance Learning (MIL) p…

Classificationimage-classificationImage ClassificationKnowledge Distillation+1

RestoRect: Degraded Image Restoration via Latent Rectified Flow & Feature Distillation

2025-09-27 · Shourya Verma, Mengbo Wang, Nadia Atallah Lanman, Ananth Grama arxiv

Current approaches for restoration of degraded images face a trade-off: high-performance models are slow for practical use, while fast models produce poor results. Knowledge distillation transfers teacher knowledge to st…

Knowledge DistillationOutlier DetectionImage Restoration

From Knowledge Distillation to Self-Knowledge Distillation: A Unified Approach with Normalized Loss and Customized Soft Labels

2023-03-23 · ICCV 2023 1 · Zhendong Yang, Ailing Zeng, Zhe Li, Tianke Zhang 외

Knowledge Distillation (KD) uses the teacher's prediction logits as soft labels to guide the student, while self-KD does not need a real teacher to require the soft labels. This work unifies the formulations of the two t…

Knowledge DistillationSelf-Knowledge Distillation