paper-with-me

Papers

Arch-Graph: Acyclic Architecture Relation Predictor for Task-Transferable Neural Architecture Search

2022-04-12 · CVPR 2022 1 · Minbin Huang, Zhijian Huang, Changlin Li, Xin Chen, Hang Xu, Zhenguo Li, Xiaodan Liang

Neural Architecture Search (NAS) aims to find efficient models for multiple tasks. Beyond seeking solutions for a single task, there are surging interests in transferring network design knowledge across multiple tasks. In this line of research, effectively modeling task correlations is vital yet highly neglected. Therefore, we propose \textbf{Arch-Graph}, a transferable NAS method that predicts task-specific optimal architectures with respect to given task embeddings. It leverages correlations across multiple tasks by using their embeddings as a part of the predictor's input for fast adaptation. We also formulate NAS as an architecture relation graph prediction problem, with the relational graph constructed by treating candidate architectures as nodes and their pairwise relations as edges. To enforce some basic properties such as acyclicity in the relational graph, we add additional constraints to the optimization process, converting NAS into the problem of finding a Maximal Weighted Acyclic Subgraph (MWAS). Our algorithm then strives to eliminate cycles and only establish edges in the graph if the rank results can be trusted. Through MWAS, Arch-Graph can effectively rank candidate models for each task with only a small budget to finetune the predictor. With extensive experiments on TransNAS-Bench-101, we show Arch-Graph's transferability and high sample efficiency across numerous tasks, beating many NAS methods designed for both single-task and multi-task search. It is able to find top 0.16\% and 0.29\% architectures on average on two search spaces under the budget of only 50 models.

📄 PDF Abstract BibTeX arXiv:2204.05941

Code (1)

centaurus982034/arch-graph 공식 구현

Tasks

Neural Architecture SearchRelation

Similar Papers 제목 키워드 기반

FR-NAS: Forward-and-Reverse Graph Predictor for Efficient Neural Architecture Search

2024-04-24 · Haoming Zhang, Ran Cheng

Neural Architecture Search (NAS) has emerged as a key tool in identifying optimal configurations of deep neural networks tailored to specific tasks. However, training and assessing numerous architectures introduces consi…

Neural Architecture Search

Stable Blanket with Hidden Variables and Cycles

2026-05-03 · Hanqing Xiang arxiv

Stabilized regression aims to identify a set of predictors whose conditional relationship with a response variable remains invariant across different environments. Existing graphical characterizations of the stable blank…

NN-Former: Rethinking Graph Structure in Neural Architecture Representation

2025-07-01 · Ruihan Xu, Haokui Zhang, Yaowei Wang, Wei Zeng 외 arxiv

The growing use of deep learning necessitates efficient network design and deployment, making neural predictors vital for estimating attributes such as accuracy and latency. Recently, Graph Neural Networks (GNNs) and tra…

NN-Former: Rethinking Graph Structure in Neural Architecture Representation

2025-01-01 · CVPR 2025 1 · Ruihan Xu, Haokui Zhang, YaoWei Wang, Wei Zeng 외

The growing use of deep learning necessitates efficient network design and deployment, making neural predictors vital for estimating attributes such as accuracy and latency. Recently, Graph Neural Networks (GNNs) and…

Multilevel Acyclic Hypergraph Partitioning

2020-02-06 · Merten Popp, Sebastian Schlag, Christian Schulz, Daniel Seemaier

A directed acyclic hypergraph is a generalized concept of a directed acyclic graph, where each hyperedge can contain an arbitrary number of tails and heads. Directed hypergraphs can be used to model data flow and executi…

hypergraph partitioningScheduling