TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/NAS-FCOS: Fast Neural Architecture Search for Object Detec...

NAS-FCOS: Fast Neural Architecture Search for Object Detection

Ning Wang, Yang Gao, Hao Chen, Peng Wang, Zhi Tian, Chunhua Shen, Yanning Zhang

2019-06-11CVPR 2020 6Reinforcement LearningNeural Architecture Searchobject-detectionObject Detection
PaperPDFCodeCodeCode

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 and strategies for evaluating network quality, we are able to efficiently search a top-performing detection architecture within 4 days using 8 V100 GPUs. The discovered architecture surpasses state-of-the-art object detection models (such as Faster R-CNN, RetinaNet and FCOS) by 1.5 to 3.5 points in AP on the COCO dataset, with comparable computation complexity and memory footprint, demonstrating the efficacy of the proposed NAS for object detection.

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devbox mAP46.1ResNeXt-64x4d-101 NAS-FCOS @128-256 w/improvements
Object DetectionCOCO test-devbox mAP39.8ResNet-50 NAS-FCOS @256
3DCOCO test-devbox mAP46.1ResNeXt-64x4d-101 NAS-FCOS @128-256 w/improvements
3DCOCO test-devbox mAP39.8ResNet-50 NAS-FCOS @256
2D ClassificationCOCO test-devbox mAP46.1ResNeXt-64x4d-101 NAS-FCOS @128-256 w/improvements
2D ClassificationCOCO test-devbox mAP39.8ResNet-50 NAS-FCOS @256
2D Object DetectionCOCO test-devbox mAP46.1ResNeXt-64x4d-101 NAS-FCOS @128-256 w/improvements
2D Object DetectionCOCO test-devbox mAP39.8ResNet-50 NAS-FCOS @256
16kCOCO test-devbox mAP46.1ResNeXt-64x4d-101 NAS-FCOS @128-256 w/improvements
16kCOCO test-devbox mAP39.8ResNet-50 NAS-FCOS @256

Related Papers

CUDA-L1: Improving CUDA Optimization via Contrastive Reinforcement Learning2025-07-18VisionThink: Smart and Efficient Vision Language Model via Reinforcement Learning2025-07-17Spectral Bellman Method: Unifying Representation and Exploration in RL2025-07-17Aligning Humans and Robots via Reinforcement Learning from Implicit Human Feedback2025-07-17VAR-MATH: Probing True Mathematical Reasoning in Large Language Models via Symbolic Multi-Instance Benchmarks2025-07-17QuestA: Expanding Reasoning Capacity in LLMs via Question Augmentation2025-07-17Inverse Reinforcement Learning Meets Large Language Model Post-Training: Basics, Advances, and Opportunities2025-07-17Autonomous Resource Management in Microservice Systems via Reinforcement Learning2025-07-17