paper-with-me

홈 › Papers

CLOSE: Curriculum Learning On the Sharing Extent Towards Better One-shot NAS

2022-07-16 · Zixuan Zhou, Xuefei Ning, Yi Cai, Jiashu Han, Yiping Deng, Yuhan Dong, Huazhong Yang, Yu Wang

One-shot Neural Architecture Search (NAS) has been widely used to discover architectures due to its efficiency. However, previous studies reveal that one-shot performance estimations of architectures might not be well correlated with their performances in stand-alone training because of the excessive sharing of operation parameters (i.e., large sharing extent) between architectures. Thus, recent methods construct even more over-parameterized supernets to reduce the sharing extent. But these improved methods introduce a large number of extra parameters and thus cause an undesirable trade-off between the training costs and the ranking quality. To alleviate the above issues, we propose to apply Curriculum Learning On Sharing Extent (CLOSE) to train the supernet both efficiently and effectively. Specifically, we train the supernet with a large sharing extent (an easier curriculum) at the beginning and gradually decrease the sharing extent of the supernet (a harder curriculum). To support this training strategy, we design a novel supernet (CLOSENet) that decouples the parameters from operations to realize a flexible sharing scheme and adjustable sharing extent. Extensive experiments demonstrate that CLOSE can obtain a better ranking quality across different computational budget constraints than other one-shot supernets, and is able to discover superior architectures when combined with various search strategies. Code is available at https://github.com/walkerning/aw_nas.

📄 PDF Abstract BibTeX arXiv:2207.07868

Code (1)

walkerning/aw_nas 공식 구현 pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Zero-Shot Dependency Parsing with Worst-Case Aware Automated Curriculum Learning

2022-03-16 · ACL 2022 5 · Miryam de Lhoneux, Sheng Zhang, Anders Søgaard

Large multilingual pretrained language models such as mBERT and XLM-RoBERTa have been found to be surprisingly effective for cross-lingual transfer of syntactic parsing models (Wu and Dredze 2019), but only between relat…

Cross-Lingual TransferDependency ParsingMulti-Task Learning

Zero-Shot Dependency Parsing with Worst-Case Aware Automated Curriculum Learning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Large multilingual pretrained language models such as mBERT and XLM-RoBERTa have been found to be surprisingly effective for cross-lingual transfer of syntactic parsing models Wu and Dredze (2019), but only between relat…

Cross-Lingual TransferDependency ParsingMulti-Task Learning

Can Large Language Models Generalize Procedures Across Representations?

2026-02-03 · Fangru Lin, Valentin Hofmann, Xingchen Wan, Weixing Wang 외 arxiv

Large language models (LLMs) are trained and tested extensively on symbolic representations such as code and graphs, yet real-world user tasks are often specified in natural language. To what extent can LLMs generalize a…

Reinforcement Learning

Worst-Case-Aware Curriculum Learning for Zero and Few Shot Transfer

2020-09-23 · Sheng Zhang, Xin Zhang, Weiming Zhang, Anders Søgaard

Multi-task transfer learning based on pre-trained language encoders achieves state-of-the-art performance across a range of tasks. Standard approaches implicitly assume the tasks, for which we have training data, are equ…

Transfer Learning

Deep Multitask Learning with Progressive Parameter Sharing

2023-01-01 · ICCV 2023 1 · Haosen Shi, Shen Ren, Tianwei Zhang, Sinno Jialin Pan

We propose a novel progressive parameter-sharing strategy (MPPS) in this paper for effectively training multitask learning models on diverse computer vision tasks simultaneously. Specifically, we propose to parameter…

Scheduling