MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications
Author: Andrew G. Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand, Marco Andreetto, Hartwig Adam
Date: Apr 17, 2017
URL: https://arxiv.org/abs/1704.04861
Abstract
- 모바일, 임베디드에 적용할 수 있는 네트워크.
1. Introduction
CNN 유명세 짱짱맨
좋은 성능(정확도)를 위해 연구가 계속 진행되었지만 속도와 메모리 측면에서 비효율적.
경량화, 효율화 필요!!
2. Prior Work
최근 경량화, 효율적인 네트워크 개발에 초점.
Depthwse separable convolution,
3. MobileNet Architecture
핵심적인 레이어 설명.
3.1 Depthwise Separable Convolution
Depthwise Convolution 수행 후 Pointwise Convolution 수행.
MobileNet 에서는 3 x 3 의 Depthwise saparable convolution 사용.