Pith. sign in

REVIEW 1 cited by

Show, Attend and Distill:Knowledge Distillation via Attention-based Feature Matching

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2102.02973 v1 pith:UE2AFYYW submitted 2021-02-05 cs.LG

Show, Attend and Distill:Knowledge Distillation via Attention-based Feature Matching

classification cs.LG
keywords distillationlinksknowledgemethodfeatureteacherattention-basedbetter
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Knowledge distillation extracts general knowledge from a pre-trained teacher network and provides guidance to a target student network. Most studies manually tie intermediate features of the teacher and student, and transfer knowledge through pre-defined links. However, manual selection often constructs ineffective links that limit the improvement from the distillation. There has been an attempt to address the problem, but it is still challenging to identify effective links under practical scenarios. In this paper, we introduce an effective and efficient feature distillation method utilizing all the feature levels of the teacher without manually selecting the links. Specifically, our method utilizes an attention-based meta-network that learns relative similarities between features, and applies identified similarities to control distillation intensities of all possible pairs. As a result, our method determines competent links more efficiently than the previous approach and provides better performance on model compression and transfer learning tasks. Further qualitative analyses and ablative studies describe how our method contributes to better distillation. The implementation code is available at github.com/clovaai/attention-feature-distillation.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Solver-Integrated Adversarial Attacking and Training of Neural Operators

    cs.LG 2025-10 conditional novelty 6.0

    Solver-integrated PGD attacks produce stronger adversarial examples for neural operators than dictionary-based attacks, and round-based retraining improves some out-of-distribution accuracy but with mixed, costly results.