paper-with-me

홈 › Papers

Knowledge distillation via adaptive instance normalization

2020-03-09 · Jing Yang, Brais Martinez, Adrian Bulat, Georgios Tzimiropoulos

This paper addresses the problem of model compression via knowledge distillation. To this end, we propose a new knowledge distillation method based on transferring feature statistics, specifically the channel-wise mean and variance, from the teacher to the student. Our method goes beyond the standard way of enforcing the mean and variance of the student to be similar to those of the teacher through an $L_2$ loss, which we found it to be of limited effectiveness. Specifically, we propose a new loss based on adaptive instance normalization to effectively transfer the feature statistics. The main idea is to transfer the learned statistics back to the teacher via adaptive instance normalization (conditioned on the student) and let the teacher network "evaluate" via a loss whether the statistics learned by the student are reliably transferred. We show that our distillation method outperforms other state-of-the-art distillation methods over a large set of experimental settings including different (a) network architectures, (b) teacher-student capacities, (c) datasets, and (d) domains.

📄 PDF Abstract BibTeX arXiv:2003.04289

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel Compression

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.…
Adaptive Instance Normalization 설명 없음

Similar Papers 제목 키워드 기반

Low-Resolution Face Recognition via Adaptable Instance-Relation Distillation

2024-09-03 · Ruixin Shi, Weijia Guo, Shiming Ge

Low-resolution face recognition is a challenging task due to the missing of informative details. Recent approaches based on knowledge distillation have proven that high-resolution clues can well guide low-resolution face…

Face RecognitionKnowledge DistillationRelationTransfer Learning

AdaKD: Dynamic Knowledge Distillation of ASR models using Adaptive Loss Weighting

2024-05-11 · Shreyan Ganguly, Roshan Nayak, Rakshith Rao, Ujan Deb 외

Knowledge distillation, a widely used model compression technique, works on the basis of transferring knowledge from a cumbersome teacher model to a lightweight student model. The technique involves jointly optimizing th…

Knowledge DistillationModel Compression

Adaptive Instance Distillation for Object Detection in Autonomous Driving

2022-01-26 · Qizhen Lan, Qing Tian

In recent years, knowledge distillation (KD) has been widely used to derive efficient models. Through imitating a large teacher model, a lightweight student model can achieve comparable performance with more efficiency. …

Autonomous DrivingKnowledge Distillationobject-detectionObject Detection

Adaptive Weighting in Knowledge Distillation: An Axiomatic Framework for Multi-Scale Teacher Ensemble Optimization

2026-01-25 · Aaron R. Flouro, Shawn P. Chadwick arxiv

Knowledge distillation with multiple teachers is increasingly used to improve robustness, efficiency, and safety, yet existing approaches rely largely on heuristic or implementation-specific weighting schemes. This paper…

Knowledge Distillation

Learnable Instance Attention Filtering for Adaptive Detector Distillation

2026-03-27 · Chen Liu, Qizhen Lan, Zhicheng Ding, Xinyu Chu 외 arxiv

As deep vision models grow increasingly complex to achieve higher performance, deployment efficiency has become a critical concern. Knowledge distillation (KD) mitigates this issue by transferring knowledge from large te…

Knowledge Distillation