MobileNetV2: Inverted Residuals and Linear Bottlenecks, Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, and Liang-Chieh Chen, 2018Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) (IEEE)DOI: 10.1109/CVPR.2018.00474 - Presents the inverted residual block with linear bottlenecks, a key innovation for further improving the efficiency and accuracy of mobile convolutional networks.
EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks, Mingxing Tan and Quoc V. Le, 2019Proceedings of the 36th International Conference on Machine Learning (ICML), Vol. 97 (PMLR (Proceedings of Machine Learning Research))DOI: 10.5555/3306121.3306233 - Proposes a principled compound scaling method to uniformly scale network depth, width, and resolution, achieving state-of-the-art accuracy with significantly fewer resources.