paper-with-me

홈 › Papers

Construction of Hierarchical Neural Architecture Search Spaces based on Context-free Grammars

2022-11-03 · NeurIPS 2023 11 · Simon Schrodi, Danny Stoll, Binxin Ru, Rhea Sukthanker, Thomas Brox, Frank Hutter

The discovery of neural architectures from simple building blocks is a long-standing goal of Neural Architecture Search (NAS). Hierarchical search spaces are a promising step towards this goal but lack a unifying search space design framework and typically only search over some limited aspect of architectures. In this work, we introduce a unifying search space design framework based on context-free grammars that can naturally and compactly generate expressive hierarchical search spaces that are 100s of orders of magnitude larger than common spaces from the literature. By enhancing and using their properties, we effectively enable search over the complete architecture and can foster regularity. Further, we propose an efficient hierarchical kernel design for a Bayesian Optimization search strategy to efficiently search over such huge spaces. We demonstrate the versatility of our search space design framework and show that our search strategy can be superior to existing NAS approaches. Code is available at https://github.com/automl/hierarchical_nas_construction.

📄 PDF Abstract BibTeX arXiv:2211.01842

Code (2)

automl/hierarchical_nas_construction 공식 구현 pytorch
automl/neps pytorch

Tasks

AutoMLBayesian OptimizationNeural Architecture Search

Similar Papers 제목 키워드 기반

Efficient NAS with FaDE on Hierarchical Spaces

2024-04-24 · Simon Neumeyer, Julian Stier, Michael Granitzer

Neural architecture search (NAS) is a challenging problem. Hierarchical search spaces allow for cheap evaluations of neural network sub modules to serve as surrogate for architecture evaluations. Yet, sometimes the hiera…

Neural Architecture Search

HHNAS-AM: Hierarchical Hybrid Neural Architecture Search using Adaptive Mutation Policies

2025-08-20 · Anurag Tripathi, Ajeet Kumar Singh, Rajsabi Surya, Aum Gupta 외 arxiv

Neural Architecture Search (NAS) has garnered significant research interest due to its capability to discover architectures superior to manually designed ones. Learning text representation is crucial for text classificat…

Neural Architecture SearchText Classification

Cartan Networks: Group theoretical Hyperbolic Deep Learning

2025-05-30 · Federico Milanesio, Matteo Santoro, Pietro G. Fré, Guido Sanguinetti

Hyperbolic deep learning leverages the metric properties of hyperbolic spaces to develop efficient and informative embeddings of hierarchical data. Here, we focus on the solvable group structure of hyperbolic spaces, whi…

Deep Learning

H-Probes: Extracting Hierarchical Structures From Latent Representations of Language Models

2026-04-15 · Cutter Dawes, Aryan Sharma, Angelos Ioannis Lagos, Shivam Raval arxiv

Representing and navigating hierarchy is a fundamental primitive of reasoning. Large language models have demonstrated proficiency in a wide variety of tasks requiring hierarchical reasoning, but there exists limited ana…

Mathematical Reasoning

A Novel Evolutionary Algorithm for Hierarchical Neural Architecture Search

2021-07-18 · Aristeidis Christoforidis, George Kyriakides, Konstantinos Margaritis

In this work, we propose a novel evolutionary algorithm for neural architecture search, applicable to global search spaces. The algorithm's architectural representation organizes the topology in multiple hierarchical mod…

Neural Architecture Search