Multi-Scale Aligned Distillation for Low-Resolution Detection
Lu Qi, Jason Kuen, Jiuxiang Gu, Zhe Lin, Yi Wang, Yukang Chen, Yanwei, Li, Jiaya Jia

TL;DR
This paper introduces a novel multi-scale aligned distillation method that enhances low-resolution object detection models by effectively transferring knowledge from multi-resolution teachers, significantly improving their accuracy.
Contribution
It proposes a spatially aligned multi-scale distillation framework with feature fusion, enabling low-resolution models to achieve high performance comparable to high-resolution models.
Findings
Low-resolution models trained with our method outperform traditional low-res models by 2.1% to 3.6% mAP.
Our approach achieves competitive results with high-resolution models using low-resolution inputs.
The method effectively aligns features across different resolutions for improved knowledge transfer.
Abstract
In instance-level detection tasks (e.g., object detection), reducing input resolution is an easy option to improve runtime efficiency. However, this option traditionally hurts the detection performance much. This paper focuses on boosting the performance of low-resolution models by distilling knowledge from a high- or multi-resolution model. We first identify the challenge of applying knowledge distillation (KD) to teacher and student networks that act on different input resolutions. To tackle it, we explore the idea of spatially aligning feature maps between models of varying input resolutions by shifting feature pyramid positions and introduce aligned multi-scale training to train a multi-scale teacher that can distill its knowledge to a low-resolution student. Further, we propose crossing feature-level fusion to dynamically fuse teacher's multi-resolution features to guide the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsKnowledge Distillation
