PhaseNAS: Language-Model Driven Architecture Search with Dynamic Phase Adaptation

๐Ÿ“… 2025-07-28
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
To address the challenge of balancing exploration breadth and search efficiency in Neural Architecture Search (NAS), this paper proposes a Large Language Model (LLM)-based dynamic phase-adaptive NAS framework. Methodologically, it introduces: (1) a dynamic phase-transition mechanism that adaptively regulates the search process based on real-time performance feedback; (2) a structured template language ensuring precise architectural specification and consistent code generation; and (3) tight integration of LLM reasoning, finite-state machine control, and template-driven coding to enhance search stability and generalizability. Evaluated on NAS-Bench-Macro, the framework achieves significantly improved ranking accuracy. On image classification tasks, it reduces search time by 86%. In object detection, it automatically evolves a lightweight, high-efficiency YOLOv8 variantโ€”achieving higher mAP while consuming fewer computational resources.

Technology Category

Application Category

๐Ÿ“ Abstract
Neural Architecture Search (NAS) is challenged by the trade-off between search space exploration and efficiency, especially for complex tasks. While recent LLM-based NAS methods have shown promise, they often suffer from static search strategies and ambiguous architecture representations. We propose PhaseNAS, an LLM-based NAS framework with dynamic phase transitions guided by real-time score thresholds and a structured architecture template language for consistent code generation. On the NAS-Bench-Macro benchmark, PhaseNAS consistently discovers architectures with higher accuracy and better rank. For image classification (CIFAR-10/100), PhaseNAS reduces search time by up to 86% while maintaining or improving accuracy. In object detection, it automatically produces YOLOv8 variants with higher mAP and lower resource cost. These results demonstrate that PhaseNAS enables efficient, adaptive, and generalizable NAS across diverse vision tasks.
Problem

Research questions and friction points this paper is trying to address.

Balancing exploration and efficiency in Neural Architecture Search
Overcoming static strategies in LLM-based NAS methods
Improving architecture representation for consistent code generation
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic phase transitions with real-time score thresholds
Structured architecture template language for code generation
Efficient adaptive NAS for diverse vision tasks
F
Fei Kong
Qiyuan Lab, Beijing, China
X
Xiaohan Shan
Qiyuan Lab, Beijing, China
Y
Yanwei Hu
Qiyuan Lab, Beijing, China
J
Jianmin Li
Qiyuan Lab, Beijing, China