English

Computation Reallocation for Object Detection

Computer Vision and Pattern Recognition 2019-12-25 v1 Machine Learning

Abstract

The allocation of computation resources in the backbone is a crucial issue in object detection. However, classification allocation pattern is usually adopted directly to object detector, which is proved to be sub-optimal. In order to reallocate the engaged computation resources in a more efficient way, we present CR-NAS (Computation Reallocation Neural Architecture Search) that can learn computation reallocation strategies across different feature resolution and spatial position diectly on the target detection dataset. A two-level reallocation space is proposed for both stage and spatial reallocation. A novel hierarchical search procedure is adopted to cope with the complex search space. We apply CR-NAS to multiple backbones and achieve consistent improvements. Our CR-ResNet50 and CR-MobileNetV2 outperforms the baseline by 1.9% and 1.7% COCO AP respectively without any additional computation budget. The models discovered by CR-NAS can be equiped to other powerful detection neck/head and be easily transferred to other dataset, e.g. PASCAL VOC, and other vision tasks, e.g. instance segmentation. Our CR-NAS can be used as a plugin to improve the performance of various networks, which is demanding.

Keywords

Cite

@article{arxiv.1912.11234,
  title  = {Computation Reallocation for Object Detection},
  author = {Feng Liang and Chen Lin and Ronghao Guo and Ming Sun and Wei Wu and Junjie Yan and Wanli Ouyang},
  journal= {arXiv preprint arXiv:1912.11234},
  year   = {2019}
}

Comments

ICLR2020

R2 v1 2026-06-23T12:55:27.249Z