English

Representation Sharing for Fast Object Detector Search and Beyond

Computer Vision and Pattern Recognition 2020-10-26 v4

Abstract

Region Proposal Network (RPN) provides strong support for handling the scale variation of objects in two-stage object detection. For one-stage detectors which do not have RPN, it is more demanding to have powerful sub-networks capable of directly capturing objects of unknown sizes. To enhance such capability, we propose an extremely efficient neural architecture search method, named Fast And Diverse (FAD), to better explore the optimal configuration of receptive fields and convolution types in the sub-networks for one-stage detectors. FAD consists of a designed search space and an efficient architecture search algorithm. The search space contains a rich set of diverse transformations designed specifically for object detection. To cope with the designed search space, a novel search algorithm termed Representation Sharing (RepShare) is proposed to effectively identify the best combinations of the defined transformations. In our experiments, FAD obtains prominent improvements on two types of one-stage detectors with various backbones. In particular, our FAD detector achieves 46.4 AP on MS-COCO (under single-scale testing), outperforming the state-of-the-art detectors, including the most recent NAS-based detectors, Auto-FPN (searched for 16 GPU-days) and NAS-FCOS (28 GPU-days), while significantly reduces the search cost to 0.6 GPU-days. Beyond object detection, we further demonstrate the generality of FAD on the more challenging instance segmentation, and expect it to benefit more tasks.

Keywords

Cite

@article{arxiv.2007.12075,
  title  = {Representation Sharing for Fast Object Detector Search and Beyond},
  author = {Yujie Zhong and Zelu Deng and Sheng Guo and Matthew R. Scott and Weilin Huang},
  journal= {arXiv preprint arXiv:2007.12075},
  year   = {2020}
}

Comments

ECCV 2020 accepted

R2 v1 2026-06-23T17:21:08.411Z