CVMar 9, 2023

Smooth and Stepwise Self-Distillation for Object Detection

arXiv:2303.05015v23 citationsh-index: 43
AI Analysis

This work addresses object detection performance for computer vision applications, representing an incremental improvement over prior self-distillation methods.

The paper tackles the challenge of improving object detection by proposing Smooth and Stepwise Self-Distillation (SSSD), which uses Jensen-Shannon distance and adaptive distillation coefficients to distill feature maps from labels, achieving higher average precision on the COCO dataset in most settings.

Distilling the structured information captured in feature maps has contributed to improved results for object detection tasks, but requires careful selection of baseline architectures and substantial pre-training. Self-distillation addresses these limitations and has recently achieved state-of-the-art performance for object detection despite making several simplifying architectural assumptions. Building on this work, we propose Smooth and Stepwise Self-Distillation (SSSD) for object detection. Our SSSD architecture forms an implicit teacher from object labels and a feature pyramid network backbone to distill label-annotated feature maps using Jensen-Shannon distance, which is smoother than distillation losses used in prior work. We additionally add a distillation coefficient that is adaptively configured based on the learning rate. We extensively benchmark SSSD against a baseline and two state-of-the-art object detector architectures on the COCO dataset by varying the coefficients and backbone and detector networks. We demonstrate that SSSD achieves higher average precision in most experimental settings, is robust to a wide range of coefficients, and benefits from our stepwise distillation procedure.

Foundations

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

Your Notes