paper-with-me

Papers

TRACE: Tensorizing and Generalizing Supernets from Neural Architecture Search

2021-01-01 · Hansi Yang, Quanming Yao

Recently, a special kind of graph, i.e., supernet, which allows two nodes connected by multi-choice edges, has exhibited its power in neural architecture search (NAS) by searching better architectures for computer vision (CV) and natural language processing (NLP) tasks. In this paper, we discover that the design of such discrete architectures also appears in many other important learning tasks, e.g., logic chain inference in knowledge graphs (KGs) and meta-path discovery in heterogeneous information networks (HINs). Thus, we are motivated to generalize the supernet search problem on a broader horizon. However, none of the existing works are effective since the supernet's topology is highly task-dependent and diverse. To address this issue, we propose to tensorize the supernet, i.e., unify the above problems by a tensor formulation and encode the topology inside the supernet by a tensor network. We further propose an efficient algorithm that admits both stochastic and deterministic objectives to solve the search problem. Finally, we perform extensive experiments on diverse learning tasks, i.e., architecture design for CV, logic inference for KG, and meta-path discovery for HIN. Empirical results demonstrate that our method leads to better performance and architectures.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsNeural Architecture Search

Similar Papers 제목 키워드 기반

Efficient Differentiable Neural Architecture Search with Model Parallelism

2021-01-01 · Yi-Wei Chen, Qingquan Song, Xia Hu

Neural architecture search (NAS) automatically designs effective network architectures. Differentiable NAS with supernets that encompass all potential architectures in a large graph cuts down search overhead to few GPU d…

GPUmodelNeural Architecture Search

Mixture-of-Supernets: Improving Weight-Sharing Supernet Training with Architecture-Routed Mixture-of-Experts

2023-06-08 · Ganesh Jawahar, Haichuan Yang, Yunyang Xiong, Zechun Liu 외

Weight-sharing supernets are crucial for performance estimation in cutting-edge neural architecture search (NAS) frameworks. Despite their ability to generate diverse subnetworks without retraining, the quality of these …

Language ModelingLanguage ModellingMachine TranslationMixture-of-Experts+2

K-shot NAS: Learnable Weight-Sharing for NAS with K-shot Supernets

2021-06-11 · Xiu Su, Shan You, Mingkai Zheng, Fei Wang 외

In one-shot weight sharing for NAS, the weights of each operation (at each layer) are supposed to be identical for all architectures (paths) in the supernet. However, this rules out the possibility of adjusting operation…

HEP-NAS: Towards Efficient Few-shot Neural Architecture Search via Hierarchical Edge Partitioning

2024-12-14 · Jianfeng Li, Jiawen Zhang, Feng Wang, Lianbo Ma

One-shot methods have significantly advanced the field of neural architecture search (NAS) by adopting weight-sharing strategy to reduce search costs. However, the accuracy of performance estimation can be compromised by…

Neural Architecture Search

Generalizing Few-Shot NAS with Gradient Matching

2022-03-29 · ICLR 2022 4 · Shoukang Hu, Ruochen Wang, Lanqing Hong, Zhenguo Li 외

Efficient performance estimation of architectures drawn from large search spaces is essential to Neural Architecture Search. One-Shot methods tackle this challenge by training one supernet to approximate the performance …

Neural Architecture Search