Litcius/Paper detail

MicroNet: Improving Image Recognition with Extremely Low FLOPs

Yunsheng Li, Yinpeng Chen, Xiyang Dai, Dongdong Chen, Mengchen Liu, Lu Yuan, Zicheng Liu, Lei Zhang, Nuno Vasconcelos

20212021 IEEE/CVF International Conference on Computer Vision (ICCV)87 citationsDOI

Abstract

This paper aims at addressing the problem of substantial performance degradation at extremely low computational cost (e.g. 5M FLOPs on ImageNet classification). We found that two factors, sparse connectivity and dynamic activation function, are effective to improve the accuracy. The former avoids the significant reduction of network width, while the latter mitigates the detriment of reduction in network depth. Technically, we propose micro-factorized convolution, which factorizes a convolution matrix into low rank matrices, to integrate sparse connectivity into convolution. We also present a new dynamic activation function, named Dynamic Shift Max, to improve the non-linearity via maxing out multiple dynamic fusions between an input feature map and its circular channel shift. Building upon these two new operators, we arrive at a family of networks, named MicroNet, that achieves significant performance gains over the state of the art in the low FLOP regime. For instance, under the constraint of 12M FLOPs, MicroNet achieves 59.4% top-1 accuracy on ImageNet classification, outperforming MobileNetV3 by 9.6%. Source code is at https://github.com/liyunsheng13/micronet.

Topics & Concepts

FLOPSConvolution (computer science)Computer scienceReduction (mathematics)Constraint (computer-aided design)Feature (linguistics)Kernel (algebra)Code (set theory)Function (biology)Rank (graph theory)Performance improvementSparse matrixAlgorithmArtificial intelligenceParallel computingMathematicsArtificial neural networkEngineeringEvolutionary biologyLinguisticsSet (abstract data type)CombinatoricsGaussianQuantum mechanicsProgramming languagePhilosophyOperations managementBiologyPhysicsGeometryAdvanced Neural Network ApplicationsDomain Adaptation and Few-Shot LearningSparse and Compressive Sensing Techniques