MobileDets: Searching for Object Detection Architectures for Mobile Accelerators
Yunyang Xiong, Hanxiao Liu, Suyog Gupta, Berkin Akin, Gabriel Bender,, Yongzhe Wang, Pieter-Jan Kindermans, Mingxing Tan, Vikas Singh, Bo Chen

TL;DR
This paper introduces MobileDets, a family of object detection models optimized for mobile accelerators, which strategically incorporate regular convolutions via neural architecture search to improve accuracy and latency trade-offs.
Contribution
The work demonstrates that regular convolutions, when strategically placed, can outperform inverted bottleneck layers in mobile object detection models through neural architecture search.
Findings
MobileDets outperform MobileNetV3+SSDLite by 1.7 mAP on COCO.
MobileDets outperform MobileNetV2+SSDLite by 1.9 mAP on CPUs.
MobileDets achieve up to 2x speedup on EdgeTPU and DSPs.
Abstract
Inverted bottleneck layers, which are built upon depthwise convolutions, have been the predominant building blocks in state-of-the-art object detection models on mobile devices. In this work, we investigate the optimality of this design pattern over a broad range of mobile accelerators by revisiting the usefulness of regular convolutions. We discover that regular convolutions are a potent component to boost the latency-accuracy trade-off for object detection on accelerators, provided that they are placed strategically in the network via neural architecture search. By incorporating regular convolutions in the search space and directly optimizing the network architectures for object detection, we obtain a family of object detection models, MobileDets, that achieve state-of-the-art results across mobile accelerators. On the COCO object detection task, MobileDets outperform…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Advanced Image and Video Retrieval Techniques
MethodsMobileDet
