MobileNetV3 Paper Walkthrough: The Tiny Giant Getting Even Smarter
towardsdatascience.com·19h
Flag this post

Welcome back to the Tiny Giant series — a series where I share what I learned about MobileNet architectures. In the past two articles I covered MobileNetV1 and MobileNetV2. Check out references [1] and [2] if you’re interested in reading them. In today’s article I would like to continue with the next version of the model: MobileNetV3.

MobileNetV3 was first proposed in a paper titled “Searching for MobileNetV3” written by Howard et al. in 2019 [3]. Just a quick review: the main idea of the first MobileNet version was replacing full-convolutions with depthwise separable convolutions, which reduced the number of params by nearly 90% compared to its standard CNN counterpart. In the second MobileNet version, the authors introduced the so-called inverted residual and *lin…

Similar Posts

Loading similar posts...