{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/training-free-neural-architecture-search","title":"Training-free Neural Architecture Search through Variance of Knowledge of Deep Network Weights","arxiv_id":"2502.04975","date":"2025-02-07","proceeding":null,"authors":["Ondřej Týbl","Lukáš Neumann"],"abstract":"Deep learning has revolutionized computer vision, but it achieved its tremendous success using deep network architectures which are mostly hand-crafted and therefore likely suboptimal. Neural Architecture Search (NAS) aims to bridge this gap by following a well-defined optimization paradigm which systematically looks for the best architecture, given objective criterion such as maximal classification accuracy. The main limitation of NAS is however its astronomical computational cost, as it typically requires training each candidate network architecture from scratch. In this paper, we aim to alleviate this limitation by proposing a novel training-free proxy for image classification accuracy based on Fisher Information. The proposed proxy has a strong theoretical background in statistics and it allows estimating expected image classification accuracy of a given deep network without training the network, thus significantly reducing computational cost of standard NAS algorithms. Our training-free proxy achieves state-of-the-art results on three public datasets and in two search spaces, both when evaluated using previously proposed metrics, as well as using a new metric that we propose which we demonstrate is more informative for practical NAS applications. The source code is publicly available at http://www.github.com/ondratybl/VKDNW","url_abs":"https://arxiv.org/abs/2502.04975v1","url_pdf":"https://arxiv.org/pdf/2502.04975v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"training-free-neural-architecture-search","repo_url":"https://github.com/ondratybl/vkdnw","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"architecture-search","task_name":"Neural Architecture Search"},{"task_slug":"image-classification","task_name":"image-classification"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2502.04975","atlas_url":"https://app.syntology.ai/?focus=2502.04975","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2502.04975"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/ondratybl/VKDNW","reach":null}],"summary":{"ran_draft_wrong":2,"unverified":11},"by_repo_kind":{"official":{"samples":13,"ran":2,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":13,"samples":[{"code_sha256_prefix":"20e7a9c02700ef57","entry":"cholesky_covariance","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"20e7a9c02700ef57"}},{"code_sha256_prefix":"1b0e6b7b5d869aa3","entry":"init_model","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"1b0e6b7b5d869aa3"}},{"code_sha256_prefix":"cbade2876e5c02e6","entry":"compute_nas_score","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"cbade2876e5c02e6"}},{"code_sha256_prefix":"b3c72c3874579d1b","entry":"get_fisher","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"b3c72c3874579d1b"}},{"code_sha256_prefix":"1800f5ea4051efba","entry":"get_jacobian_index","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"1800f5ea4051efba"}},{"code_sha256_prefix":"24e02d4f70c2e1b7","entry":"kaiming_normal_fanin_init","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"24e02d4f70c2e1b7"}},{"code_sha256_prefix":"2aa5e790e22548a8","entry":"kaiming_normal_fanout_init","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"2aa5e790e22548a8"}},{"code_sha256_prefix":"23f5656fc0bf3f5d","entry":"kaiming_uniform_fanin_init","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"23f5656fc0bf3f5d"}},{"code_sha256_prefix":"6dbffe3c28679714","entry":"kaiming_uniform_fanout_init","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"6dbffe3c28679714"}},{"code_sha256_prefix":"362ddd9472af349a","entry":"plain_normal_init","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"362ddd9472af349a"}},{"code_sha256_prefix":"75f198f4190c750a","entry":"plain_uniform_init","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"75f198f4190c750a"}},{"code_sha256_prefix":"9b5fb8cad6e55ec9","entry":"xavier_normal_init","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"9b5fb8cad6e55ec9"}},{"code_sha256_prefix":"6a527dffb811dcff","entry":"xavier_uniform_init","repo":"ondratybl/VKDNW","repo_kind":"official","path":"ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","file_url":"https://github.com/ondratybl/VKDNW/blob/HEAD/ImageNet_MBV2/ZeroShotProxy/compute_vkdnw_score.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"6a527dffb811dcff"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}