Papers › MicroNet: Improving Image Recognition with Extremely Low FLOPs

MicroNet: Improving Image Recognition with Extremely Low FLOPs

12 Aug 2021ICCV 2021 10arXiv:2108.05894archive 2025-07-28

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

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 \href{https://github.com/liyunsheng13/micronet}{https://github.com/liyunsheng13/micronet}.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2108.05894")

Code

Syntology Ran 10 of 11 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

liyunsheng13/micronet officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 10 ran; 1 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · fixture could not drive it
7ran
1unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from liyunsheng13/micronet. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ChannelShuffle liyunsheng13/micronet/backbone/micronet.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · c678bfc0f2cc79c0 · report
ChannelShuffle2 liyunsheng13/micronet/backbone/micronet.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · ff4b35233cab58ba · report
DYShiftMax liyunsheng13/micronet/backbone/micronet.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 4bdfb0e52e3dee51 · report
DepthConv liyunsheng13/micronet/backbone/micronet.py official repository ran fingerprinted MIT (permissive) · a6531130b3b20c72 · report
DepthSpatialSepConv liyunsheng13/micronet/backbone/micronet.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · cd7aad73e9cd39f9 · report
GroupConv liyunsheng13/micronet/backbone/micronet.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 07f1fa2646fb9c14 · report
SELayer liyunsheng13/micronet/backbone/micronet.py official repository ran · metamorphic tier: deterministic MIT (permissive) · c4919e3470849b27 · report
get_act_layer liyunsheng13/micronet/backbone/micronet.py official repository ran · fixture could not drive it MIT (permissive) · 64775438a4130f56 · report
get_pointwise_conv liyunsheng13/micronet/backbone/micronet.py official repository ran · fixture could not drive it MIT (permissive) · 0ac4052c722dacb7 · report
get_squeeze_channels liyunsheng13/micronet/backbone/micronet.py official repository ran · honoured contract fingerprinted MIT (permissive) · 5c6efc658367d250 · report
DYMicroBlock liyunsheng13/micronet/backbone/micronet.py official repository unverified MIT (permissive) · 78c65846facaa71e · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationConvolutionDense ConnectionsDepthwise ConvolutionDepthwise Separable ConvolutionDropoutGlobal Average PoolingHard SwishInverted Residual BlockPointwise ConvolutionReLUReLU6Sigmoid ActivationSqueeze-and-Excitation Block

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections