Papers › Non-deep Networks

Non-deep Networks

14 Oct 2021arXiv:2110.07641archive 2025-07-28

Ankit Goyal, Alexey Bochkovskiy, Jia Deng, Vladlen Koltun

Depth is the hallmark of deep neural networks. But more depth means more sequential computation and higher latency. This begs the question -- is it possible to build high-performing "non-deep" neural networks? We show that it is. To do so, we use parallel subnetworks instead of stacking one layer after another. This helps effectively reduce depth while maintaining high performance. By utilizing parallel substructures, we show, for the first time, that a network with a depth of just 12 can achieve top-1 accuracy over 80% on ImageNet, 96% on CIFAR10, and 81% on CIFAR100. We also show that a network with a low-depth (12) backbone can achieve an AP of 48% on MS-COCO. We analyze the scaling rules for our design and show how to increase performance without changing the network's depth. Finally, we provide a proof of concept for how non-deep networks could be used to build low-latency recognition systems. Code is available at https://github.com/imankgoyal/NonDeepNetworks.

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

Code

Syntology Ran 7 of 18 code samples harvested from 3 repositories linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 3 ran; community (archive-listed): 6 samples from 2 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

imankgoyal/NonDeepNetworks officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause report
Pritam-N/ParNet mentioned 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

18 samples harvested; 7 ran; 1 honoured the contract we drafted; 11 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.

1ran · honoured contract
4ran · our draft was wrong
1ran · fixture could not drive it
1ran
11unverified

Licence: 0 of the 18 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 3 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.

adapt_input_conv imankgoyal/NonDeepNetworks/imagenet/timm/models/helpers.py official repository ran · fixture could not drive it BSD-3-Clause (permissive) · c58578dcfe39d5e3 · report
downsample_conv imankgoyal/NonDeepNetworks/imagenet/timm/models/resnet.py official repository ran BSD-3-Clause (permissive) · eea0376ea397a1c7 · report
get_padding imankgoyal/NonDeepNetworks/imagenet/timm/models/resnet.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · 9b02c1068795fd5b · report
broadcast_receive imankgoyal/NonDeepNetworks/imagenet/timm/models/simplenet.py official repository unverified BSD-3-Clause (permissive) · c2dbae15a7438840 · report
create_model imankgoyal/NonDeepNetworks/imagenet/timm/models/factory.py official repository unverified BSD-3-Clause (permissive) · 8819f9c15124c943 · report
downsample_avg imankgoyal/NonDeepNetworks/imagenet/timm/models/resnet.py official repository unverified BSD-3-Clause (permissive) · d0be08be473e0f71 · report
is_model imankgoyal/NonDeepNetworks/imagenet/timm/models/registry.py official repository unverified BSD-3-Clause (permissive) · cd2a47ded9dd84cf · report
list_models imankgoyal/NonDeepNetworks/imagenet/timm/models/registry.py official repository unverified BSD-3-Clause (permissive) · a7d77cefce03249c · report
load_state_dict imankgoyal/NonDeepNetworks/imagenet/timm/models/helpers.py official repository unverified BSD-3-Clause (permissive) · bc3a13e8155e8140 · report
receive imankgoyal/NonDeepNetworks/imagenet/timm/models/simplenet.py official repository unverified BSD-3-Clause (permissive) · b6b952edfef8899a · report
register_model imankgoyal/NonDeepNetworks/imagenet/timm/models/registry.py official repository unverified BSD-3-Clause (permissive) · 99e9e0964c9cad5a · report
resume_checkpoint imankgoyal/NonDeepNetworks/imagenet/timm/models/helpers.py official repository unverified BSD-3-Clause (permissive) · 102b75f3481035d1 · report
ParNetSmall hexhowells/Neural-Network-Implementations/models/ParNet/parnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 700f05640a36068a · report
activation_func Pritam-N/ParNet/parnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 22d0e0cf940313f8 · report
conv_bn hexhowells/Neural-Network-Implementations/models/ParNet/parnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · c8af9941c8954a90 · report
conv_sampler Pritam-N/ParNet/parnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · a2c29db895f66535 · report
conv_bn Pritam-N/ParNet/parnet.py community (archive-listed) unverified MIT (permissive) · ce72bd6274c553ef · report
scale_dim hexhowells/Neural-Network-Implementations/models/ParNet/parnet.py community (archive-listed) unverified MIT (permissive) · b39c1c629a22b4fe · report

Tasks

Image ClassificationObject DetectionReal-Time Object Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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