Neural Architecture Adaptation for Object Detection by Searching Channel Dimensions and Mapping Pre-trained Parameters
Harim Jung, Myeong-Seok Oh, Cheoljong Yang, Seong-Whan Lee

TL;DR
This paper presents a neural architecture adaptation method that optimizes backbone architectures for object detection by searching for specific operations, layer counts, and channel dimensions, improving detection accuracy while leveraging pre-trained parameters.
Contribution
It introduces a novel NAS-based approach to adapt backbone architectures specifically for object detection, considering both micro- and macro-architecture modifications.
Findings
Outperforms manually designed backbones on COCO dataset
Effectively adapts pre-trained parameters for detection tasks
Improves detection accuracy through optimized channel dimensions
Abstract
Most object detection frameworks use backbone architectures originally designed for image classification, conventionally with pre-trained parameters on ImageNet. However, image classification and object detection are essentially different tasks and there is no guarantee that the optimal backbone for classification is also optimal for object detection. Recent neural architecture search (NAS) research has demonstrated that automatically designing a backbone specifically for object detection helps improve the overall accuracy. In this paper, we introduce a neural architecture adaptation method that can optimize the given backbone for detection purposes, while still allowing the use of pre-trained parameters. We propose to adapt both the micro- and macro-architecture by searching for specific operations and the number of layers, in addition to the output channel dimensions of each block. It…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
