paper-with-me

Papers

Feature Kernel Distillation

2021-09-29 · ICLR 2022 4 · Bobby He, Mete Ozay

Trained Neural Networks (NNs) can be viewed as data-dependent kernel machines, with predictions determined by the inner product of last-layer representations across inputs, referred to as the feature kernel. We explore the relevance of the feature kernel for Knowledge Distillation (KD), using a mechanistic understanding of an NN's optimisation process. We extend the theoretical analysis of Allen-Zhu & Li (2020) to show that a trained NN's feature kernel is highly dependent on its parameter initialisation, which biases different initialisations of the same architecture to learn different data attributes in a multi-view data setting. This enables us to prove that KD using only pairwise feature kernel comparisons can improve NN performance in such settings, with both single & ensemble teacher models, whereas standard training without KD fails to generalise. We further use our theory to motivate practical considerations for improving student generalisation when using distillation with feature kernels, which allows us to propose a novel approach: Feature Kernel Distillation (FKD). Finally, we experimentally corroborate our theory in the image classification setting, showing that FKD is amenable to ensemble distillation, can transfer knowledge across datasets, and outperforms both vanilla KD & other feature kernel based KD baselines across a range of architectures & datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

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

Efficient Dataset Distillation Using Random Feature Approximation

2022-10-21 · Noel Loo, Ramin Hasani, Alexander Amini, Daniela Rus

Dataset distillation compresses large datasets into smaller synthetic coresets which retain performance with the aim of reducing the storage and computational burden of processing the entire dataset. Today's best-perform…

Dataset CondensationDataset DistillationGPUregression

Feature Structure Distillation with Centered Kernel Alignment in BERT Transferring

2022-04-01 · Hee-Jun Jung, Doyeon Kim, Seung-Hoon Na, Kangil Kim

Knowledge distillation is an approach to transfer information on representations from a teacher to a student by reducing their difference. A challenge of this approach is to reduce the flexibility of the student's repres…

Knowledge DistillationLanguage ModelingLanguage Modelling

Efficient Star Distillation Attention Network for Lightweight Image Super-Resolution

2025-06-14 · Fangwei Hao, Ji Du, Desheng Kong, Jiesheng Wu 외

In recent years, the performance of lightweight Single-Image Super-Resolution (SISR) has been improved significantly with the application of Convolutional Neural Networks (CNNs) and Large Kernel Attention (LKA). However,…

Image Super-ResolutionRepresentation LearningSuper-Resolution

LIX: Implicitly Infusing Spatial Geometric Prior Knowledge into Visual Semantic Segmentation for Autonomous Driving

2024-03-13 · Sicen Guo, Ziwei Long, Zhiyuan Wu, Qijun Chen 외

Despite the impressive performance achieved by data-fusion networks with duplex encoders for visual semantic segmentation, they become ineffective when spatial geometric data are not available. Implicitly infusing the sp…

Autonomous DrivingKnowledge DistillationSemantic Segmentation

Knowledge distillation through geometry-aware representational alignment

2025-09-27 · Prajjwal Bhattarai, Mohammad Amjad, Dmytro Zhylko, Tuka Alhanai arxiv

Knowledge distillation is a common paradigm for transferring capabilities from larger models to smaller ones. While traditional distillation methods leverage a probabilistic divergence over the output of the teacher and …

Knowledge Distillation