Learning to Generate Content-Aware Dynamic Detectors
Junyi Feng, Jiashen Hua, Baisheng Lai, Jianqiang Huang, Xi Li,, Xian-sheng Hua

TL;DR
This paper introduces CADDet, a content-aware dynamic detector that adaptively generates model architectures on the fly, improving efficiency and accuracy in object detection tasks.
Contribution
The paper presents the first dynamic routing mechanism for object detection, combining multi-scale networks with a course-to-fine strategy for adaptive model architecture.
Findings
Achieves 1.8 higher mAP with 10% fewer FLOPs compared to static models.
Reduces FLOPs by 42% while maintaining competitive mAP.
Demonstrates effectiveness on MS-COCO dataset.
Abstract
Model efficiency is crucial for object detection. Mostprevious works rely on either hand-crafted design or auto-search methods to obtain a static architecture, regardless ofthe difference of inputs. In this paper, we introduce a newperspective of designing efficient detectors, which is automatically generating sample-adaptive model architectureon the fly. The proposed method is named content-aware dynamic detectors (CADDet). It first applies a multi-scale densely connected network with dynamic routing as the supernet. Furthermore, we introduce a course-to-fine strat-egy tailored for object detection to guide the learning of dynamic routing, which contains two metrics: 1) dynamic global budget constraint assigns data-dependent expectedbudgets for individual samples; 2) local path similarity regularization aims to generate more diverse routing paths. With these, our method achieves higher…
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 · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
