NAS-FCOS: Fast Neural Architecture Search for Object Detection
Ning Wang, Yang Gao, Hao Chen, Peng Wang, Zhi Tian, Chunhua Shen,, Yanning Zhang

TL;DR
This paper introduces NAS-FCOS, a fast neural architecture search method that efficiently designs object detection networks, achieving superior accuracy with limited computational resources.
Contribution
It presents a tailored NAS approach for object detection that searches for optimal FPN and prediction head structures within 4 days using 8 GPUs.
Findings
Discovered architecture outperforms state-of-the-art models in AP on COCO.
Achieves high detection accuracy with comparable complexity and memory footprint.
Reduces search time to 4 days on 8 GPUs.
Abstract
The success of deep neural networks relies on significant architecture engineering. Recently neural architecture search (NAS) has emerged as a promise to greatly reduce manual effort in network design by automatically searching for optimal architectures, although typically such algorithms need an excessive amount of computational resources, e.g., a few thousand GPU-days. To date, on challenging vision tasks such as object detection, NAS, especially fast versions of NAS, is less studied. Here we propose to search for the decoder structure of object detectors with search efficiency being taken into consideration. To be more specific, we aim to efficiently search for the feature pyramid network (FPN) as well as the prediction head of a simple anchor-free object detector, namely FCOS, using a tailored reinforcement learning paradigm. With carefully designed search space, search algorithms…
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
NAS-FCOS: Fast Neural Architecture Search for Object Detection· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Visual Attention and Saliency Detection · Adversarial Robustness in Machine Learning
MethodsNAS-FCOS · Sigmoid Activation · Tanh Activation · Region Proposal Network · Non Maximum Suppression · RoIPool · Faster R-CNN · FCOS · 1x1 Convolution · Softmax
