Viet-Anh on Software Logo

What is: MobileNetV2?

SourceMobileNetV2: Inverted Residuals and Linear Bottlenecks
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

MobileNetV2 is a convolutional neural network architecture that seeks to perform well on mobile devices. It is based on an inverted residual structure where the residual connections are between the bottleneck layers. The intermediate expansion layer uses lightweight depthwise convolutions to filter features as a source of non-linearity. As a whole, the architecture of MobileNetV2 contains the initial fully convolution layer with 32 filters, followed by 19 residual bottleneck layers.