Papers › Searching for MobileNetV3

Searching for MobileNetV3

6 May 2019ICCV 2019 10arXiv:1905.02244archive 2025-07-28

Andrew Howard, Mark Sandler, Grace Chu, Liang-Chieh Chen, Bo Chen, Mingxing Tan, Weijun Wang, Yukun Zhu, Ruoming Pang, Vijay Vasudevan, Quoc V. Le, Hartwig Adam

We present the next generation of MobileNets based on a combination of complementary search techniques as well as a novel architecture design. MobileNetV3 is tuned to mobile phone CPUs through a combination of hardware-aware network architecture search (NAS) complemented by the NetAdapt algorithm and then subsequently improved through novel architecture advances. This paper starts the exploration of how automated search algorithms and network design can work together to harness complementary approaches improving the overall state of the art. Through this process we create two new MobileNet models for release: MobileNetV3-Large and MobileNetV3-Small which are targeted for high and low resource use cases. These models are then adapted and applied to the tasks of object detection and semantic segmentation. For the task of semantic segmentation (or any dense pixel prediction), we propose a new efficient segmentation decoder Lite Reduced Atrous Spatial Pyramid Pooling (LR-ASPP). We achieve new state of the art results for mobile classification, detection and segmentation. MobileNetV3-Large is 3.2\% more accurate on ImageNet classification while reducing latency by 15\% compared to MobileNetV2. MobileNetV3-Small is 4.6\% more accurate while reducing latency by 5\% compared to MobileNetV2. MobileNetV3-Large detection is 25\% faster at roughly the same accuracy as MobileNetV2 on COCO detection. MobileNetV3-Large LR-ASPP is 30\% faster than MobileNetV2 R-ASPP at similar accuracy for Cityscapes segmentation.

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="1905.02244")

Code

Syntology Ran 58 of 105 code samples harvested from 22 repositories linked to this paper; 47 have no recorded run. Of those that ran: 6 ran · honoured contract; 2 ran · violated contract; 7 ran · our draft was wrong; 4 ran · fixture could not drive it; 39 ran with no contract checked.

By repository: community (archive-listed): 105 samples from 22 repositories, 58 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

67 repositories listed; official and paper-mentioned ones first.

2023-MindSpore-1/ms-code-185 mentioned on GitHubmindspore report
Deci-AI/super-gradients mentioned on GitHubpytorch report
IMvision12/keras-vision-models mentioned on GitHubpytorch report
Mind23-2/MindCode-58 mentioned on GitHubmindspore report
PolinaDruzhinina/mobilenet mentioned on GitHubpytorch report
PolinaDruzhinina/modelnet mentioned on GitHubpytorch report
RamposhPidrov/waifu2face mentioned on GitHubpytorch report
Randl/MobileNetV3-pytorch mentioned on GitHubpytorch report
SpikeKing/mobilenet_v3 mentioned on GitHubpytorch report
Syavaprd/mobilenet_v3 mentioned on GitHubpytorch report
TheConstant3/MobileNetV3-Keras mentioned on GitHubtf report
akrapukhin/MobileNetV3 mentioned on GitHubpytorch report
atregret/mobilenetv3 mentioned on GitHubmindsporeMIT report
chris-boson/fashion_mnist mentioned on GitHubpytorch report
ckyrkou/EmergencyNet mentioned on GitHubtf report
cyrilminaeff/MobileNet mentioned on GitHubpytorch report
d-li14/mobilenetv3.pytorch mentioned on GitHubpytorch report
diasirish/mobilenetv3 mentioned on GitHubpytorch report
ekzhang/fastseg mentioned on GitHubpytorchMIT report
emilianavt/OpenSeeFace mentioned on GitHubtfBSD-2-Clause report
idealo/imagededup mentioned on GitHubtf report
jerry73204/mobilenet-v3-rs mentioned on GitHubpytorchMIT report
jmjeon94/MobileNet-Pytorch mentioned on GitHubpytorch report
kuan-wang/pytorch-mobilenet-v3 mentioned on GitHubpytorch report
open-edge-platform/geti mentioned on GitHubpytorchApache-2.0 report
osmr/imgclsmob mentioned on GitHubmxnetMIT report
pengboxiangshang/mobilenetv3_pytorch mentioned on GitHubpytorch report
rwightman/efficientnet-jax mentioned on GitHubjax report
rwightman/genmobilenet-pytorch mentioned on GitHubpytorchApache-2.0 report
rwightman/pytorch-image-models mentioned on GitHubpytorch report
showlo/mobilenetv3 mentioned on GitHubpytorch report
t-hanya/kuzushiji-recognition mentioned on GitHubMIT report
tensorflow/models mentioned on GitHubtf report
tensorflow/models mentioned on GitHubtf report
tiagoCuervo/JapaNet mentioned on GitHubtf report
ttruty/facial-feature-mouse-control mentioned on GitHubpytorch report
ujsyehao/mobilenetv3-ssd mentioned on GitHubpytorch report
wang-zidu/3ddfa-v3 mentioned on GitHubpytorchMIT report
xiaochus/MobileNetV3 mentioned on GitHubtfMIT report
xiaolai-sqlai/mobilenetv3 mentioned on GitHubpytorchMIT report
xwu6614555/MobileNetV3-Mxnet mentioned on GitHubmxnet report
yakhyo/head-pose-estimation mentioned on GitHubpytorch report
PaddlePaddle/PaddleClas paddleApache-2.0 report
PaddlePaddle/PaddleOCR paddleApache-2.0 report
dmlc/gluon-cv tfApache-2.0 report
open-mmlab/mmpose pytorchApache-2.0 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

105 samples harvested; 58 ran; 6 honoured the contract we drafted; 47 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran · honoured contract
2ran · violated contract
7ran · our draft was wrong
4ran · fixture could not drive it
39ran
47unverified

Licence: 46 of the 105 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 22 repositories linked to this paper, official or community; each sample names its own and says which. “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.

Bottleneck showlo/mobilenetv3/mobileNetV3.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 9a228be8d95a8267 · report
BottleneckSE PolinaDruzhinina/modelnet/models/mobilenetv3.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 9e476824ce6c9115 · report
ConvBlock OniroAI/Instance-segmentation-with-MobileNetV3/modules/keras_models.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · 379eb0ad4b8f3ec3 · report
DropBlock2D Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · eea0d2df8bb7cbe4 · report
DropBlockScheduled Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) ran fingerprinted MIT (permissive) · d44d7e19fe65cbc2 · report
EfficientHead rwightman/efficientnet-jax/jeffnet/linen/blocks_linen.py community (archive-listed) ran Apache-2.0 (permissive) · fae9673025e2a220 · report
H_sigmoid showlo/mobilenetv3/mobileNetV3.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 557fa0210dc2d24b · report
H_swish showlo/mobilenetv3/mobileNetV3.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 0d8cfba511f31324 · report
HardSigmoid Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · fda5ccaf76461ba5 · report
HardSwish Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 0ae7cf2c14285d34 · report
Hsigmoid chris-boson/fashion_mnist/trainer/models/mobilenetv3.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 4a269a6484171c4e · report
Hswish chris-boson/fashion_mnist/trainer/models/mobilenetv3.py community (archive-listed) ran fingerprinted no licence file found · pointer only · d276d941f05c6062 · report
Identity chris-boson/fashion_mnist/trainer/models/mobilenetv3.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 9942e2eaf6ad275b · report
InvertedResidual wang-zidu/3ddfa-v3/model/mb_v3_networks.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 708f8102eea91f9e · report
LastBlockLarge Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 3b87793a966b3e95 · report
LastBlockSmall Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · ace014323d335247 · report
LinearBottleneck Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) ran fingerprinted MIT (permissive) · e1bd359a8a7b96b2 · report
LiteRASSP OniroAI/Instance-segmentation-with-MobileNetV3/modules/keras_models.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · 8725aa67394a59c0 · report
MobileBlock SpikeKing/mobilenet_v3/mn3_model.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 9e8d7789c4c389a6 · report
MobileBottleneck chris-boson/fashion_mnist/trainer/models/mobilenetv3.py community (archive-listed) ran no licence file found · pointer only · 2d8a3aa3bbd7b78a · report
MobileNetV3 showlo/mobilenetv3/mobileNetV3.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 7f869bd47b2a9653 · report
MobileNetV3 PolinaDruzhinina/modelnet/models/mobilenetv3.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · dd0eb9bdaecad128 · report
MobileNetV3 chris-boson/fashion_mnist/trainer/models/mobilenetv3.py community (archive-listed) ran no licence file found · pointer only · f54f64d3a22943e8 · report
MobileNetV3 pengboxiangshang/mobilenetv3_pytorch/MobileNetV3.py community (archive-listed) ran fingerprinted no licence file found · pointer only · a0eb27e3a8ffc484 · report
MobileNetV3 kuan-wang/pytorch-mobilenet-v3/mobilenetv3.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 6278668ba6ef59f3 · report
MobileNetV3Small TheConstant3/MobileNetV3-Keras/src/mobilenetV3.py community (archive-listed) ran no licence file found · pointer only · 0c9f35bd6df82dc7 · report
SE PolinaDruzhinina/modelnet/models/mobilenetv3.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 2d9873a3665e1dd9 · report
SELayer d-li14/mobilenetv3.pytorch/mobilenetv3.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 3a744d625048086e · report
SEModule showlo/mobilenetv3/mobileNetV3.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · c89b0dcd2fc64746 · report
SEModule chris-boson/fashion_mnist/trainer/models/mobilenetv3.py community (archive-listed) ran no licence file found · pointer only · be1d6e0d4c7fbed8 · report
SeModule ujsyehao/mobilenetv3-ssd/pytorch_model/mobilenetv3.py community (archive-listed) ran no licence file found · pointer only · 518da7f7fc849e72 · report
SqEx Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · 544e406c29c4e4cb · report
SqueezeBlock SpikeKing/mobilenet_v3/mn3_model.py community (archive-listed) ran · metamorphic tier: invariant no licence file found · pointer only · 3ba84df153cca41e · report
_ensure_divisible showlo/mobilenetv3/mobileNetV3.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 06ed09c8c4a05763 · report
_make_divisible SpikeKing/mobilenet_v3/mn3_model.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 03eee59192d9c54e · report
accuracy_np rwightman/genmobilenet-pytorch/caffe2_validate.py community (archive-listed) ran Apache-2.0 (permissive) · ce856d9e51a3df05 · report
activation ckyrkou/EmergencyNet/code/model.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · d04dc47c293a9646 · report
build_transform xiaolai-sqlai/mobilenetv3/datasets.py community (archive-listed) ran MIT recorded; this copy not marked cleared · pointer only · 6a0317bfd6be9557 · report
check_bn xiaolai-sqlai/mobilenetv3/utils.py community (archive-listed) ran · violated contract MIT recorded; this copy not marked cleared · pointer only · 6e59364a7cf6008f · report
conv2d rwightman/efficientnet-jax/jeffnet/linen/blocks_linen.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 704704cc698dd1a4 · report
conv_1x1_bn wang-zidu/3ddfa-v3/model/mb_v3_networks.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 4e90491a30c2dc28 · report
conv_1x1_bn chris-boson/fashion_mnist/trainer/models/mobilenetv3.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · db82a4013a44fb42 · report
conv_3x3_bn wang-zidu/3ddfa-v3/model/mb_v3_networks.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 5221887077e3fb54 · report
conv_bn chris-boson/fashion_mnist/trainer/models/mobilenetv3.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 84a4cf301e929085 · report
fusion_block ckyrkou/EmergencyNet/code/model.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 927b92925cff89c3 · report
h_sigmoid PolinaDruzhinina/modelnet/models/mobilenetv3.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 47cebc13301c1e23 · report
h_sigmoid SpikeKing/mobilenet_v3/mn3_model.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 74b185a45e459a10 · report
h_swish SpikeKing/mobilenet_v3/mn3_model.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · a9a67906bc9afd8a · report
hard_swish OniroAI/Instance-segmentation-with-MobileNetV3/modules/keras_models.py community (archive-listed) ran · honoured contract fingerprinted GPL-3.0 (copyleft) · pointer only · da02b7e3f57b5d87 · report
hard_swish Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 7bcd0f441e3a0c6f · report
hsigmoid ujsyehao/mobilenetv3-ssd/pytorch_model/mobilenetv3.py community (archive-listed) ran fingerprinted no licence file found · pointer only · ad3e66a9d6a27e29 · report
hswish PolinaDruzhinina/modelnet/models/mobilenetv3.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · ecb1dac2f3a2944a · report
linear rwightman/efficientnet-jax/jeffnet/linen/blocks_linen.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 9f9ace2e0eb7c4fe · report
make_divisible chris-boson/fashion_mnist/trainer/models/mobilenetv3.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 63ec083689f80f47 · report
mish ckyrkou/EmergencyNet/code/model.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 5426806a2db402eb · report
relu6 OniroAI/Instance-segmentation-with-MobileNetV3/modules/keras_models.py community (archive-listed) ran · honoured contract fingerprinted GPL-3.0 (copyleft) · pointer only · 02cff13546af958b · report
return_activation OniroAI/Instance-segmentation-with-MobileNetV3/modules/keras_models.py community (archive-listed) ran · fixture could not drive it fingerprinted GPL-3.0 (copyleft) · pointer only · 91abe93c3f37f65f · report
to_tuple rwightman/efficientnet-jax/jeffnet/linen/blocks_linen.py community (archive-listed) ran · violated contract fingerprinted Apache-2.0 (permissive) · bc3a3914c7eee220 · report
AdapWingLoss emilianavt/OpenSeeFace/model.py community (archive-listed) unverified BSD-2-Clause (permissive) · d0eb453f4721591c · report
Dropout rwightman/efficientnet-jax/jeffnet/linen/blocks_linen.py community (archive-listed) unverified Apache-2.0 (permissive) · bb95cb930e46eee0 · report
MobileNetV3 wang-zidu/3ddfa-v3/model/mb_v3_networks.py community (archive-listed) unverified MIT (permissive) · 561f7b0eb338927a · report
MobileNetV3 tiagoCuervo/JapaNet/model.py community (archive-listed) unverified no licence file found · pointer only · ddd66ea3aa2a3a65 · report
MobileNetV3 SpikeKing/mobilenet_v3/mn3_model.py community (archive-listed) unverified no licence file found · pointer only · 271746eae93de918 · report
MobileNetV3 Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) unverified MIT (permissive) · 5733827ea6ca2df0 · report
_weights_init SpikeKing/mobilenet_v3/mn3_model.py community (archive-listed) unverified no licence file found · pointer only · 5d99159796ececdc · report
atrous_block ckyrkou/EmergencyNet/code/model.py community (archive-listed) unverified no licence file found · pointer only · b82827563bc7975b · report
blend ekzhang/fastseg/fastseg/image/colorize.py community (archive-listed) unverified MIT (permissive) · a27dd3605bd35022 · report
calc_f1_score t-hanya/kuzushiji-recognition/kr/evaluation.py community (archive-listed) unverified MIT (permissive) · ecdc06194e69eea3 · report
calc_iou_mat t-hanya/kuzushiji-recognition/kr/detector/bbox_voting.py community (archive-listed) unverified MIT (permissive) · 2049f6182035adfb · report
clamp_to_im emilianavt/OpenSeeFace/tracker.py community (archive-listed) unverified BSD-2-Clause (permissive) · 812a03560e02d125 · report
colorize ekzhang/fastseg/fastseg/image/colorize.py community (archive-listed) unverified MIT (permissive) · 5528da7e34b0c499 · report
compare_with_ground_truth t-hanya/kuzushiji-recognition/kr/evaluation.py community (archive-listed) unverified MIT (permissive) · fd81c5c2c0790a12 · report
conv2d_same rwightman/genmobilenet-pytorch/geffnet/conv2d_layers.py community (archive-listed) unverified Apache-2.0 (permissive) · 4ec99f9f08732346 · report
cosine_scheduler xiaolai-sqlai/mobilenetv3/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · b700fb0a3496b255 · report
create_conv2d_pad rwightman/genmobilenet-pytorch/geffnet/conv2d_layers.py community (archive-listed) unverified Apache-2.0 (permissive) · d97a5cf595717b21 · report
create_frame_buffer emilianavt/OpenSeeFace/dshowcapture.py community (archive-listed) unverified BSD-2-Clause (permissive) · bc162101f2b2253f · report
create_model rwightman/genmobilenet-pytorch/geffnet/model_factory.py community (archive-listed) unverified Apache-2.0 (permissive) · d842549186ebc802 · report
decode emilianavt/OpenSeeFace/retinaface.py community (archive-listed) unverified BSD-2-Clause (permissive) · 24e984c89fc9c4d5 · report
device_name emilianavt/OpenSeeFace/escapi.py community (archive-listed) unverified BSD-2-Clause (permissive) · 4f22ad4d050b6b59 · report
estimate_transform emilianavt/OpenSeeFace/similaritytransform.py community (archive-listed) unverified BSD-2-Clause (permissive) · d55431cb0ee73cd8 · report
evaluate_kuzushiji_recognition t-hanya/kuzushiji-recognition/kr/evaluation.py community (archive-listed) unverified MIT (permissive) · 4e6344480f924830 · report
gaussian_radius t-hanya/kuzushiji-recognition/kr/detector/centernet/heatmap.py community (archive-listed) unverified MIT (permissive) · 4d72a8990678d08d · report
generate_heatmap t-hanya/kuzushiji-recognition/kr/detector/centernet/heatmap.py community (archive-listed) unverified MIT (permissive) · f1abace867b0c498 · report
get_bound_method_class emilianavt/OpenSeeFace/similaritytransform.py community (archive-listed) unverified BSD-2-Clause (permissive) · 04e390b8fa4ddf5b · report
get_lr atregret/mobilenetv3/src/lr_generator.py community (archive-listed) unverified MIT (permissive) · bcab367eb4c6388e · report
get_num_layer_for_convnext xiaolai-sqlai/mobilenetv3/optim_factory.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 199223de2f9704cf · report
get_padding_value rwightman/genmobilenet-pytorch/geffnet/conv2d_layers.py community (archive-listed) unverified Apache-2.0 (permissive) · a5c3c9ce1a8998c4 · report
get_parameter_groups xiaolai-sqlai/mobilenetv3/optim_factory.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 0ef0019514eaaa09 · report
get_trunk ekzhang/fastseg/fastseg/model/utils.py community (archive-listed) unverified MIT (permissive) · ed8b51c771d7b05f · report
hard_sigmoid Randl/MobileNetV3-pytorch/MobileNetV3.py community (archive-listed) unverified MIT (permissive) · ad6446d870a72a89 · report
layer_config_kwargs rwightman/genmobilenet-pytorch/geffnet/config.py community (archive-listed) unverified Apache-2.0 (permissive) · eed594a74863387a · report
logit_arr emilianavt/OpenSeeFace/model.py community (archive-listed) unverified BSD-2-Clause (permissive) · df8e996291f19181 · report
median emilianavt/OpenSeeFace/remedian.py community (archive-listed) unverified BSD-2-Clause (permissive) · 4cbeebb0d2fd1171 · report
mnasnet_050 rwightman/genmobilenet-pytorch/geffnet/gen_efficientnet.py community (archive-listed) unverified Apache-2.0 (permissive) · f630f3f49e01f56f · report
mnasnet_075 rwightman/genmobilenet-pytorch/geffnet/gen_efficientnet.py community (archive-listed) unverified Apache-2.0 (permissive) · f196628d978e9c99 · report
mnasnet_100 rwightman/genmobilenet-pytorch/geffnet/gen_efficientnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 453e3b4fdec6b005 · report
py_cpu_nms emilianavt/OpenSeeFace/retinaface.py community (archive-listed) unverified BSD-2-Clause (permissive) · 1cbae9505b4428d7 · report
resize_images_bilinear xiaochus/MobileNetV3/model/layers/bilinear_upsampling.py community (archive-listed) unverified MIT (permissive) · 059dddf26b4004e7 · report
resolve emilianavt/OpenSeeFace/dshowcapture.py community (archive-listed) unverified BSD-2-Clause (permissive) · a3f3322fd8b895ef · report
resolve_act_layer rwightman/genmobilenet-pytorch/geffnet/efficientnet_builder.py community (archive-listed) unverified Apache-2.0 (permissive) · 44867397fdc5b044 · report
resolve_bn_args rwightman/genmobilenet-pytorch/geffnet/efficientnet_builder.py community (archive-listed) unverified Apache-2.0 (permissive) · 7468ea92c204fba0 · report
rotate emilianavt/OpenSeeFace/tracker.py community (archive-listed) unverified BSD-2-Clause (permissive) · 424f887a9c6c2078 · report
safe_as_int emilianavt/OpenSeeFace/similaritytransform.py community (archive-listed) unverified BSD-2-Clause (permissive) · 67137622a1231779 · report
test_reader emilianavt/OpenSeeFace/input_reader.py community (archive-listed) unverified BSD-2-Clause (permissive) · 5344df98353e9f50 · report
try_int emilianavt/OpenSeeFace/input_reader.py community (archive-listed) unverified BSD-2-Clause (permissive) · 944db263a2d0cf75 · report

Tasks

ClassificationDecoderDichotomous Image SegmentationImage ClassificationNeural Architecture SearchObject DetectionSegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Classification InDL MobileNetV3 Average Recall 84.28% #9 of 9 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 MBV3 E-measure 0.818 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 MBV3 HCE 274 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 MBV3 MAE 0.083 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 MBV3 S-Measure 0.740 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 MBV3 max F-Measure 0.669 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 MBV3 weighted F-measure 0.595 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 MBV3 E-measure 0.856 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 MBV3 HCE 600 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 MBV3 MAE 0.083 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 MBV3 S-Measure 0.777 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 MBV3 max F-Measure 0.743 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 MBV3 weighted F-measure 0.672 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 MBV3 E-measure 0.880 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 MBV3 HCE 1136 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 MBV3 MAE 0.078 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 MBV3 S-Measure 0.764 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 MBV3 max F-Measure 0.772 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 MBV3 weighted F-measure 0.702 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 MBV3 E-measure 0.848 #13 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 MBV3 HCE 3817 #13 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 MBV3 MAE 0.098 #13 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 MBV3 S-Measure 0.770 #13 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 MBV3 max F-Measure 0.736 #13 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 MBV3 weighted F-measure 0.664 #13 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD MBV3 E-measure 0.841 #13 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD MBV3 HCE 1625 #13 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD MBV3 MAE 0.092 #13 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD MBV3 S-Measure 0.758 #13 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD MBV3 max F-Measure 0.714 #13 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD MBV3 weighted F-measure 0.642 #13 of 24 Archive leaderboard report
Image Classification ImageNet MobileNet V3-Large 1.0 GFLOPs 0.438 #956 of 1060 Archive leaderboard report
Image Classification ImageNet MobileNet V3-Large 1.0 Number of params 5.4M #956 of 1060 Archive leaderboard report
Image Classification ImageNet MobileNet V3-Large 1.0 Top 1 Accuracy 75.2% #956 of 1060 Archive leaderboard report
Semantic Segmentation Cityscapes test MobileNet V3-Large 1.0 Mean IoU (class) 72.6% #68 of 105 Archive leaderboard report
Semantic Segmentation DADA-seg MobileNetV3 (MobileNetV3small) mIoU 18.2 #25 of 28 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: Hard Swish

Dense ConnectionsDropoutGlobal Average PoolingHard SwishNetAdaptRMSPropRandom Horizontal FlipRandom Resized CropReLUReLU6Sigmoid ActivationSqueeze-and-Excitation BlockStep DecayWeight Decay

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