Papers › PreNAS: Preferred One-Shot Learning Towards Efficient Neural Architecture Search

PreNAS: Preferred One-Shot Learning Towards Efficient Neural Architecture Search

28 Apr 2023arXiv:2304.14636links table onlyarchive 2025-07-28

Haibin Wang, Ce Ge, Hesen Chen, Xiuyu Sun

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

The wide application of pre-trained models is driving the trend of once-for-all training in one-shot neural architecture search (NAS). However, training within a huge sample space damages the performance of individual subnets and requires much computation to search for an optimal model. In this paper, we present PreNAS, a search-free NAS approach that accentuates target models in one-shot training. Specifically, the sample space is dramatically reduced in advance by a zero-cost selector, and weight-sharing one-shot training is performed on the preferred architectures to alleviate update conflicts. Extensive experiments have demonstrated that PreNAS consistently outperforms state-of-the-art one-shot NAS competitors for both Vision Transformer and convolutional architectures, and importantly, enables instant specialization with zero search cost. Our code is available at https://github.com/tinyvision/PreNAS.

PaperPDFCodeCode 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="2304.14636")

Code

Syntology Ran 4 of 23 code samples harvested from 2 repositories linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 3 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 4 ran; community (archive-listed): 6 samples from 1 repository, 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.

tinyvision/prenas officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
alibaba/lightweight-neural-architecture-search mentioned on GitHubpytorchApache-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

23 samples harvested; 4 ran; 0 honoured the contract we drafted; 19 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 · our draft was wrong
3ran
19unverified

Licence: 10 of the 23 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 2 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.

PatchembedSuper tinyvision/prenas/model/supernet_transformer.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 5e87d9096209e29f · report
ScalingSuper tinyvision/prenas/model/supernet_transformer.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 026685c04c506554 · report
SwitchableLayerNormSuper tinyvision/prenas/model/supernet_transformer.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 19eb86babba84eec · report
decode_cand_tuple tinyvision/PreNAS/evolution_pre_train.py official repository ran · our draft was wrong Apache-2.0 (permissive) · b328ce4411979624 · report
AttentionSuper tinyvision/prenas/model/supernet_transformer.py official repository unverified Apache-2.0 (permissive) · 707554979346fab5 · report
TransformerEncoderLayer tinyvision/prenas/model/supernet_transformer.py official repository unverified Apache-2.0 (permissive) · a17eb310e7b4dff6 · report
Vision_TransformerSuper tinyvision/prenas/model/supernet_transformer.py official repository unverified Apache-2.0 (permissive) · f1400f07fc9772f7 · report
build_dataset tinyvision/PreNAS/lib/datasets.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · afa7efdfbea334df · report
build_transform tinyvision/PreNAS/lib/datasets.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 97eb30cd8a8f60a9 · report
candidate_to_choices tinyvision/PreNAS/candidates_to_choices.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 33be0fe904fcd4bb · report
gen_key tinyvision/PreNAS/lib/score_maker.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 3c63fe350b1181ce · report
get_max_min_model tinyvision/PreNAS/evolution_pre_train.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 59df9b4c9ddc23e1 · report
is_master tinyvision/PreNAS/lib/score_maker.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 9680c55c004e3572 · report
sample_a_cand tinyvision/PreNAS/supernet_engine.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 3b90681597c539f9 · report
sample_a_config tinyvision/PreNAS/supernet_engine.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · bc914e97a3d6f3c5 · report
sample_candidates tinyvision/PreNAS/supernet_engine.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · e74419e5b0847287 · report
unwrap_model tinyvision/PreNAS/lib/score_maker.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 2bf62c0287050bdd · report
func_receive_dict_inputs alibaba/lightweight-neural-architecture-search/modelscope/utils/file_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 6f8b42ebbb59d908 · report
get_logger alibaba/lightweight-neural-architecture-search/modelscope/utils/logger.py community (archive-listed) unverified Apache-2.0 (permissive) · 21b93c8efc0f5b5c · report
has_method alibaba/lightweight-neural-architecture-search/modelscope/utils/import_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · ecaa7193a5bfc39e · report
import_modules_from_file alibaba/lightweight-neural-architecture-search/modelscope/utils/import_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 2eeb911987d072eb · report
is_method_overridden alibaba/lightweight-neural-architecture-search/modelscope/utils/import_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · f22f6715f6935b8b · report
read_file alibaba/lightweight-neural-architecture-search/modelscope/utils/file_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 0531c04dd4901504 · report

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