{"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/meta-prediction-model-for-distillation-aware","title":"Meta-prediction Model for Distillation-Aware NAS on Unseen Datasets","arxiv_id":"2305.16948","date":"2023-05-26","proceeding":null,"authors":["Hayeon Lee","Sohyun An","Minseon Kim","Sung Ju Hwang"],"abstract":"Distillation-aware Neural Architecture Search (DaNAS) aims to search for an optimal student architecture that obtains the best performance and/or efficiency when distilling the knowledge from a given teacher model. Previous DaNAS methods have mostly tackled the search for the neural architecture for fixed datasets and the teacher, which are not generalized well on a new task consisting of an unseen dataset and an unseen teacher, thus need to perform a costly search for any new combination of the datasets and the teachers. For standard NAS tasks without KD, meta-learning-based computationally efficient NAS methods have been proposed, which learn the generalized search process over multiple tasks (datasets) and transfer the knowledge obtained over those tasks to a new task. However, since they assume learning from scratch without KD from a teacher, they might not be ideal for DaNAS scenarios. To eliminate the excessive computational cost of DaNAS methods and the sub-optimality of rapid NAS methods, we propose a distillation-aware meta accuracy prediction model, DaSS (Distillation-aware Student Search), which can predict a given architecture's final performances on a dataset when performing KD with a given teacher, without having actually to train it on the target task. The experimental results demonstrate that our proposed meta-prediction model successfully generalizes to multiple unseen datasets for DaNAS tasks, largely outperforming existing meta-NAS methods and rapid NAS baselines. Code is available at https://github.com/CownowAn/DaSS","url_abs":"https://arxiv.org/abs/2305.16948v1","url_pdf":"https://arxiv.org/pdf/2305.16948v1.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":"meta-prediction-model-for-distillation-aware","repo_url":"https://github.com/cownowan/dass","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"meta-learning","task_name":"Meta-Learning"},{"task_slug":"architecture-search","task_name":"Neural Architecture Search"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2305.16948","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2305.16948"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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/CownowAn/DaSS","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cownowan/dass","reach":null}],"summary":{"ran":3,"ran_draft_wrong":2,"unverified":4},"by_repo_kind":{"official":{"samples":9,"ran":5,"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":9,"samples":[{"code_sha256_prefix":"4b30d8e1a924b586","entry":"ArchEncoder","repo":"cownowan/dass","repo_kind":"official","path":"predictor.py","file_url":"https://github.com/cownowan/dass/blob/HEAD/predictor.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4b30d8e1a924b586"}},{"code_sha256_prefix":"21cf71f72b59429a","entry":"MetaConv2d","repo":"cownowan/dass","repo_kind":"official","path":"predictor.py","file_url":"https://github.com/cownowan/dass/blob/HEAD/predictor.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"21cf71f72b59429a"}},{"code_sha256_prefix":"13a2456e996f36e0","entry":"MetaLinear","repo":"cownowan/dass","repo_kind":"official","path":"predictor.py","file_url":"https://github.com/cownowan/dass/blob/HEAD/predictor.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"13a2456e996f36e0"}},{"code_sha256_prefix":"9da65a108aaf0a7c","entry":"set_gpu","repo":"CownowAn/DaSS","repo_kind":"official","path":"meta_train.py","file_url":"https://github.com/CownowAn/DaSS/blob/HEAD/meta_train.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9da65a108aaf0a7c"}},{"code_sha256_prefix":"11355f69e0ddf686","entry":"set_path","repo":"CownowAn/DaSS","repo_kind":"official","path":"meta_train.py","file_url":"https://github.com/CownowAn/DaSS/blob/HEAD/meta_train.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"11355f69e0ddf686"}},{"code_sha256_prefix":"47e7aa76538c68d3","entry":"FuncEncoder","repo":"cownowan/dass","repo_kind":"official","path":"predictor.py","file_url":"https://github.com/cownowan/dass/blob/HEAD/predictor.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"47e7aa76538c68d3"}},{"code_sha256_prefix":"d2b4f041af218740","entry":"MetaModule","repo":"cownowan/dass","repo_kind":"official","path":"predictor.py","file_url":"https://github.com/cownowan/dass/blob/HEAD/predictor.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d2b4f041af218740"}},{"code_sha256_prefix":"cc412aacc37a52d0","entry":"MetaSequential","repo":"cownowan/dass","repo_kind":"official","path":"predictor.py","file_url":"https://github.com/cownowan/dass/blob/HEAD/predictor.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cc412aacc37a52d0"}},{"code_sha256_prefix":"14bab3935e019148","entry":"PredictorModel","repo":"cownowan/dass","repo_kind":"official","path":"predictor.py","file_url":"https://github.com/cownowan/dass/blob/HEAD/predictor.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"14bab3935e019148"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}