Papers › Exploring Randomly Wired Neural Networks for Image Recognition
Exploring Randomly Wired Neural Networks for Image Recognition
Saining Xie, Alexander Kirillov, Ross Girshick, Kaiming He
Neural networks for image recognition have evolved through extensive manual design from simple chain-like models to structures with multiple wiring paths. The success of ResNets and DenseNets is due in large part to their innovative wiring plans. Now, neural architecture search (NAS) studies are exploring the joint optimization of wiring and operation types, however, the space of possible wirings is constrained and still driven by manual design despite being searched. In this paper, we explore a more diverse set of connectivity patterns through the lens of randomly wired neural networks. To do this, we first define the concept of a stochastic network generator that encapsulates the entire network generation process. Encapsulation provides a unified view of NAS and randomly wired networks. Then, we use three classical random graph models to generate randomly wired graphs for networks. The results are surprising: several variants of these random generators yield network instances that have competitive accuracy on the ImageNet benchmark. These results suggest that new efforts focusing on designing better network generators may lead to new breakthroughs by exploring less constrained search spaces with more room for novel design.
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="1904.01569")
Code
Syntology Ran 0 of 31 code samples harvested from 4 repositories linked to this paper; 31 have no recorded run.
By repository: community (archive-listed): 31 samples from 4 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
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
31 samples harvested; 0 ran; 0 honoured the contract we drafted; 31 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.
Licence: 0 of the 31 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 4 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.
913d82af53065418 · report
7a664040a2491c18 · report
efe4fed6b02397da · report
d682a9593710857e · report
925c72f289b0471c · report
eebc9108bb04b0a0 · report
11ec2c233298a0d4 · report
0d65e022d1e2371e · report
46b5f4c4a7bdc5c9 · report
110b12d7b7a7feff · report
0b9d9456df95e57d · report
ac311b2099cb6644 · report
8eb610c6ecbc7249 · report
03fdad149064c68e · report
328d17201d9a0e68 · report
f6d735872f4495ed · report
66d8b14bac327fa0 · report
174138ce951dc5a6 · report
9c0c354019b5b11c · report
98f8da7ba43d02d6 · report
10d196b211843339 · report
b21e4335631beda5 · report
aec170f547afa0ca · report
133311a54c75881c · report
591b652aaf3077eb · report
38bfe991e2a72c25 · report
24c0c54d387a898f · report
63508099a4ccf94d · report
518c0532c14f0053 · report
bdbd7768b2fdb8c1 · report
2ff692a2018660a1 · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Image Classification | ImageNet | RandWire-WS | GFLOPs | 7.9 | #720 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | RandWire-WS | Number of params | 61.5M | #720 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | RandWire-WS | Top 1 Accuracy | 80.1% | #720 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | RandWire-WS (small) | GFLOPs | 0.583 | #970 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | RandWire-WS (small) | Number of params | 5.6M | #970 of 1060 | Archive leaderboard | report |
| Image Classification | ImageNet | RandWire-WS (small) | Top 1 Accuracy | 74.7% | #970 of 1060 | Archive leaderboard | report |
| Neural Architecture Search | ImageNet | RandWire-WS (small) | FLOPs | 583M | #118 of 135 | Archive leaderboard | report |
| Neural Architecture Search | ImageNet | RandWire-WS (small) | Params | 5.6M | #118 of 135 | Archive leaderboard | report |
| Neural Architecture Search | ImageNet | RandWire-WS (small) | Top-1 Error Rate | 25.3 | #118 of 135 | 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
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