English

FD-MobileNet: Improved MobileNet with a Fast Downsampling Strategy

Computer Vision and Pattern Recognition 2018-02-13 v1

Abstract

We present Fast-Downsampling MobileNet (FD-MobileNet), an efficient and accurate network for very limited computational budgets (e.g., 10-140 MFLOPs). Our key idea is applying an aggressive downsampling strategy to MobileNet framework. In FD-MobileNet, we perform 32×\times downsampling within 12 layers, only half the layers in the original MobileNet. This design brings three advantages: (i) It remarkably reduces the computational cost. (ii) It increases the information capacity and achieves significant performance improvements. (iii) It is engineering-friendly and provides fast actual inference speed. Experiments on ILSVRC 2012 and PASCAL VOC 2007 datasets demonstrate that FD-MobileNet consistently outperforms MobileNet and achieves comparable results with ShuffleNet under different computational budgets, for instance, surpassing MobileNet by 5.5% on the ILSVRC 2012 top-1 accuracy and 3.6% on the VOC 2007 mAP under a complexity of 12 MFLOPs. On an ARM-based device, FD-MobileNet achieves 1.11×\times inference speedup over MobileNet and 1.82×\times over ShuffleNet under the same complexity.

Keywords

Cite

@article{arxiv.1802.03750,
  title  = {FD-MobileNet: Improved MobileNet with a Fast Downsampling Strategy},
  author = {Zheng Qin and Zhaoning Zhang and Xiaotao Chen and Yuxing Peng},
  journal= {arXiv preprint arXiv:1802.03750},
  year   = {2018}
}

Comments

5 pages, 1 figures

R2 v1 2026-06-23T00:18:23.038Z