LGAug 13, 2025

Learn to Explore: Meta NAS via Bayesian Optimization Guided Graph Generation

arXiv:2508.09467v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of adapting neural architecture search to multiple tasks efficiently, which is incremental as it builds on existing Meta-NAS methods.

The paper tackles the problem of poor generalization and high computational costs in Meta Neural Architecture Search (Meta-NAS) by proposing GraB-NAS, a framework that combines Bayesian Optimization and gradient ascent to generate task-aware architectures, achieving better generalization and search effectiveness than state-of-the-art baselines.

Neural Architecture Search (NAS) automates the design of high-performing neural networks but typically targets a single predefined task, thereby restricting its real-world applicability. To address this, Meta Neural Architecture Search (Meta-NAS) has emerged as a promising paradigm that leverages prior knowledge across tasks to enable rapid adaptation to new ones. Nevertheless, existing Meta-NAS methods often struggle with poor generalization, limited search spaces, or high computational costs. In this paper, we propose a novel Meta-NAS framework, GraB-NAS. Specifically, GraB-NAS first models neural architectures as graphs, and then a hybrid search strategy is developed to find and generate new graphs that lead to promising neural architectures. The search strategy combines global architecture search via Bayesian Optimization in the search space with local exploration for novel neural networks via gradient ascent in the latent space. Such a hybrid search strategy allows GraB-NAS to discover task-aware architectures with strong performance, even beyond the predefined search space. Extensive experiments demonstrate that GraB-NAS outperforms state-of-the-art Meta-NAS baselines, achieving better generalization and search effectiveness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes