Papers › Auto-Train-Once: Controller Network Guided Automatic Network Pruning from Scratch

Auto-Train-Once: Controller Network Guided Automatic Network Pruning from Scratch

21 Mar 2024CVPR 2024 1arXiv:2403.14729archive 2025-07-28

Xidong Wu, Shangqian Gao, Zeyu Zhang, Zhenzhen Li, Runxue Bao, yanfu Zhang, Xiaoqian Wang, Heng Huang

Current techniques for deep neural network (DNN) pruning often involve intricate multi-step processes that require domain-specific expertise, making their widespread adoption challenging. To address the limitation, the Only-Train-Once (OTO) and OTOv2 are proposed to eliminate the need for additional fine-tuning steps by directly training and compressing a general DNN from scratch. Nevertheless, the static design of optimizers (in OTO) can lead to convergence issues of local optima. In this paper, we proposed the Auto-Train-Once (ATO), an innovative network pruning algorithm designed to automatically reduce the computational and storage costs of DNNs. During the model training phase, our approach not only trains the target model but also leverages a controller network as an architecture generator to guide the learning of target model weights. Furthermore, we developed a novel stochastic gradient algorithm that enhances the coordination between model training and controller network training, thereby improving pruning performance. We provide a comprehensive convergence analysis as well as extensive experiments, and the results show that our approach achieves state-of-the-art performance across various model architectures (including ResNet18, ResNet34, ResNet50, ResNet56, and MobileNetv2) on standard benchmark datasets (CIFAR-10, CIFAR-100, and ImageNet).

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

Code

Syntology Ran 12 of 14 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · honoured contract; 5 ran · our draft was wrong; 5 ran with no contract checked.

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

xidongwu/autotrainonce officialmentioned in paperpytorch 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

14 samples harvested; 12 ran; 2 honoured the contract we drafted; 2 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.

2ran · honoured contract
5ran · our draft was wrong
5ran
2unverified

Licence: 14 of the 14 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 xidongwu/AutoTrainOnce. “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.

HyperStructure xidongwu/AutoTrainOnce/imgnet_models/hypernet.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · f890ddff61fb91f7 · report
TrainVal_split xidongwu/autotrainonce/utils.py official repository ran no licence file found · pointer only · c4592ff12f5fc0ab · report
binary_loss xidongwu/autotrainonce/utils.py official repository ran fingerprinted no licence file found · pointer only · 3e4246d9e07a4a5f · report
conv1x1 xidongwu/autotrainonce/imgnet_models/resnet_gate.py official repository ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 xidongwu/autotrainonce/imgnet_models/resnet_gate.py official repository ran · our draft was wrong no licence file found · pointer only · 160bb14bd76201b4 · report
conv_1x1_bn xidongwu/autotrainonce/imgnet_models/mobilenetv2_custom.py official repository ran · our draft was wrong no licence file found · pointer only · a0131fb70c267a9e · report
conv_3x3_bn xidongwu/autotrainonce/imgnet_models/mobilenetv2_custom.py official repository ran · our draft was wrong no licence file found · pointer only · 408e747e0425a594 · report
display_structure_hyper xidongwu/autotrainonce/utils.py official repository ran no licence file found · pointer only · f531ac13d278e937 · report
gumbel_softmax_sample xidongwu/AutoTrainOnce/imgnet_models/hypernet.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 82162a6032091037 · report
hard_concrete xidongwu/AutoTrainOnce/imgnet_models/hypernet.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · ea3641e05d15494f · report
sample_gumbel xidongwu/AutoTrainOnce/imgnet_models/hypernet.py official repository ran · our draft was wrong no licence file found · pointer only · 2908a8bdfec77e29 · report
tanh_gradient xidongwu/autotrainonce/imgnet_models/gate_function.py official repository ran fingerprinted no licence file found · pointer only · f6b2928cdbf646f1 · report
prob_round_torch xidongwu/autotrainonce/imgnet_models/gate_function.py official repository unverified no licence file found · pointer only · d1c3d5733eccf3d9 · report
resnet18 xidongwu/autotrainonce/imgnet_models/resnet_gate.py official repository unverified no licence file found · pointer only · ffa69fc58b9aa203 · report

Tasks

Network Pruning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Pruning

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