CVJan 31, 2023

AMD: Adaptive Masked Distillation for Object Detection

arXiv:2301.13538v211 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses efficient object detection for resource-constrained applications, but it is incremental as it builds on existing feature-based distillation methods.

The paper tackles model compression for object detection by proposing an adaptive masked distillation (AMD) network, which improves student model performance to 41.3-42.7% mAP across different teacher frameworks, outperforming prior methods like FGD and MGD.

As a general model compression paradigm, feature-based knowledge distillation allows the student model to learn expressive features from the teacher counterpart. In this paper, we mainly focus on designing an effective feature-distillation framework and propose a spatial-channel adaptive masked distillation (AMD) network for object detection. More specifically, in order to accurately reconstruct important feature regions, we first perform attention-guided feature masking on the feature map of the student network, such that we can identify the important features via spatially adaptive feature masking instead of random masking in the previous methods. In addition, we employ a simple and efficient module to allow the student network channel to be adaptive, improving its model capability in object perception and detection. In contrast to the previous methods, more crucial object-aware features can be reconstructed and learned from the proposed network, which is conducive to accurate object detection. The empirical experiments demonstrate the superiority of our method: with the help of our proposed distillation method, the student networks report 41.3%, 42.4%, and 42.7% mAP scores when RetinaNet, Cascade Mask-RCNN and RepPoints are respectively used as the teacher framework for object detection, which outperforms the previous state-of-the-art distillation methods including FGD and MGD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes