AttentionLite: Towards Efficient Self-Attention Models for Vision
Souvik Kundu, Sairam Sundaresan

TL;DR
AttentionLite introduces a unified framework combining knowledge distillation and pruning to create efficient self-attention models for vision tasks, achieving high accuracy with significantly reduced parameters and computation.
Contribution
The paper presents a novel joint optimization method that fuses distillation and pruning, leveraging self-attention as a convolution substitute for resource-efficient vision models.
Findings
Achieves up to 30x parameter efficiency.
Attains 2x reduction in FLOPs.
Maintains comparable accuracy to heavy teachers.
Abstract
We propose a novel framework for producing a class of parameter and compute efficient models called AttentionLitesuitable for resource-constrained applications. Prior work has primarily focused on optimizing models either via knowledge distillation or pruning. In addition to fusing these two mechanisms, our joint optimization framework also leverages recent advances in self-attention as a substitute for convolutions. We can simultaneously distill knowledge from a compute-heavy teacher while also pruning the student model in a single pass of training thereby reducing training and fine-tuning times considerably. We evaluate the merits of our proposed approach on the CIFAR-10, CIFAR-100, and Tiny-ImageNet datasets. Not only do our AttentionLite models significantly outperform their unoptimized counterparts in accuracy, we find that in some cases, that they perform almost as well as their…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsPruning · Knowledge Distillation
