paper-with-me

Papers

Multi-Scale Aligned Distillation for Low-Resolution Detection

2021-09-14 · CVPR 2021 1 · Lu Qi, Jason Kuen, Jiuxiang Gu, Zhe Lin, Yi Wang, Yukang Chen, Yanwei Li, Jiaya Jia

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 student better. On several instance-level detection tasks and datasets, the low-resolution models trained via our approach perform competitively with high-resolution models trained via conventional multi-scale training, while outperforming the latter's low-resolution models by 2.1% to 3.6% in terms of mAP. Our code is made publicly available at https://github.com/dvlab-research/MSAD.

📄 PDF Abstract BibTeX arXiv:2109.06875

Code (2)

Jia-Research-Lab/MSAD 공식 구현 pytorch
dvlab-research/msad 공식 구현 pytorch

Tasks

Knowledge Distillationobject-detectionObject Detection

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

Event Stream-based Visual Object Tracking: A High-Resolution Benchmark Dataset and A Novel Baseline

2023-09-26 · CVPR 2024 1 · Xiao Wang, Shiao Wang, Chuanming Tang, Lin Zhu 외

Tracking using bio-inspired event cameras has drawn more and more attention in recent years. Existing works either utilize aligned RGB and event data for accurate tracking or directly learn an event-based tracker. The fi…

Knowledge DistillationObject TrackingTransfer LearningVisual Object Tracking+1

Magnification-Aware Distillation (MAD): A Self-Supervised Framework for Unified Representation Learning in Gigapixel Whole-Slide Images

2025-12-16 · Mahmut S. Gokmen, Mitchell A. Klusty, Peter T. Nelson, Allison M. Neltner 외 arxiv

Whole-slide images (WSIs) contain tissue information distributed across multiple magnification levels, yet most self-supervised methods treat these scales as independent views. This separation prevents models from learni…

Representation Learning

Distilling Generative-Discriminative Representations for Very Low-Resolution Face Recognition

2024-09-10 · Junzheng Zhang, Weijia Guo, Bochao Liu, Ruixin Shi 외

Very low-resolution face recognition is challenging due to the serious loss of informative facial details in resolution degradation. In this paper, we propose a generative-discriminative representation distillation appro…

Face RecognitionKnowledge DistillationSuper-ResolutionTransfer Learning

Pixel Distillation: A New Knowledge Distillation Scheme for Low-Resolution Image Recognition

2021-12-17 · Guangyu Guo, Dingwen Zhang, Longfei Han, Nian Liu 외

Previous knowledge distillation (KD) methods mostly focus on compressing network architectures, which is not thorough enough in deployment as some costs like transmission bandwidth and imaging equipment are related to th…

image-classificationImage ClassificationKnowledge DistillationModel Compression+4

Object-centric Cross-modal Feature Distillation for Event-based Object Detection

2023-11-09 · Lei LI, Alexander Liniger, Mario Millhaeusler, Vagia Tsiminaki 외

Event cameras are gaining popularity due to their unique properties, such as their low latency and high dynamic range. One task where these benefits can be crucial is real-time object detection. However, RGB detectors st…

Knowledge DistillationObjectobject-detectionObject Detection+1