CVJan 13, 2025

SAMKD: Spatial-aware Adaptive Masking Knowledge Distillation for Object Detection

arXiv:2501.07101v22 citationsh-index: 2SMC
Originality Incremental advance
AI Analysis

This work addresses the need for more effective knowledge transfer in object detection, offering an incremental improvement over prior distillation methods.

The paper tackles the problem of improving knowledge distillation for object detection by introducing a spatial-aware adaptive masking framework that enhances feature reconstruction through hierarchical masking and adaptive logit distillation. The method improves the student network's mAP from 35.3% to 38.8% on FCOS with ResNet101, outperforming existing distillation techniques.

Most of recent attention-guided feature masking distillation methods perform knowledge transfer via global teacher attention maps without delving into fine-grained clues. Instead, performing distillation at finer granularity is conducive to uncovering local details supplementary to global knowledge transfer and reconstructing comprehensive student features. In this study, we propose a Spatial-aware Adaptive Masking Knowledge Distillation (SAMKD) framework for accurate object detection. Different from previous feature distillation methods which mainly perform single-scale feature masking, we develop spatially hierarchical feature masking distillation scheme, such that the object-aware locality is encoded during coarse-to-fine distillation process for improved feature reconstruction. In addition, our spatial-aware feature distillation strategy is combined with a masking logit distillation scheme in which region-specific feature difference between teacher and student networks is utilized to adaptively guide the distillation process. Thus, it can help the student model to better learn from the teacher counterpart with improved knowledge transfer and reduced gap. Extensive experiments for detection task demonstrate the superiority of our method. For example, when FCOS is used as teacher detector with ResNet101 backbone, our method improves the student network from 35.3\% to 38.8\% mAP, outperforming state-of-the-art distillation methods including MGD, FreeKD and DMKD.

Foundations

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

Your Notes