English

LabelEnc: A New Intermediate Supervision Method for Object Detection

Computer Vision and Pattern Recognition 2020-09-02 v3

Abstract

In this paper we propose a new intermediate supervision method, named LabelEnc, to boost the training of object detection systems. The key idea is to introduce a novel label encoding function, mapping the ground-truth labels into latent embedding, acting as an auxiliary intermediate supervision to the detection backbone during training. Our approach mainly involves a two-step training procedure. First, we optimize the label encoding function via an AutoEncoder defined in the label space, approximating the "desired" intermediate representations for the target object detector. Second, taking advantage of the learned label encoding function, we introduce a new auxiliary loss attached to the detection backbones, thus benefiting the performance of the derived detector. Experiments show our method improves a variety of detection systems by around 2% on COCO dataset, no matter one-stage or two-stage frameworks. Moreover, the auxiliary structures only exist during training, i.e. it is completely cost-free in inference time. Code is available at: https://github.com/megvii-model/LabelEnc

Keywords

Cite

@article{arxiv.2007.03282,
  title  = {LabelEnc: A New Intermediate Supervision Method for Object Detection},
  author = {Miao Hao and Yitao Liu and Xiangyu Zhang and Jian Sun},
  journal= {arXiv preprint arXiv:2007.03282},
  year   = {2020}
}

Comments

To appear in ECCV 2020. Code is available at https://github.com/megvii-model/LabelEnc

R2 v1 2026-06-23T16:54:35.715Z