Improving Object Detection by Label Assignment Distillation
Chuong H. Nguyen, Thuy C. Nguyen, Tuan N. Tang, Nam L.H. Phan

TL;DR
This paper introduces Label Assignment Distillation (LAD), a novel method for improving object detection by using teacher networks to generate labels, which enhances detection accuracy more effectively than traditional soft-label approaches.
Contribution
The paper proposes LAD, a new distillation-based label assignment method for object detection, demonstrating its effectiveness and complementarity to soft-label methods, and introduces co-learning LAD for further improvements.
Findings
LAD outperforms soft-label distillation in object detection.
Smaller teachers can significantly improve larger students with LAD.
State-of-the-art AP scores achieved on COCO test-dev set.
Abstract
Label assignment in object detection aims to assign targets, foreground or background, to sampled regions in an image. Unlike labeling for image classification, this problem is not well defined due to the object's bounding box. In this paper, we investigate the problem from a perspective of distillation, hence we call Label Assignment Distillation (LAD). Our initial motivation is very simple, we use a teacher network to generate labels for the student. This can be achieved in two ways: either using the teacher's prediction as the direct targets (soft label), or through the hard labels dynamically assigned by the teacher (LAD). Our experiments reveal that: (i) LAD is more effective than soft-label, but they are complementary. (ii) Using LAD, a smaller teacher can also improve a larger student significantly, while soft-label can't. We then introduce Co-learning LAD, in which two networks…
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
Improving Object Detection by Label Assignment Distillation· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Machine Learning and Data Classification
