LGJul 28, 2025

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

arXiv:2507.20592v12 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient and static NAS methods for researchers and practitioners in computer vision, offering an incremental improvement over existing LLM-based NAS approaches.

The paper tackles the trade-off between exploration and efficiency in Neural Architecture Search by proposing PhaseNAS, an LLM-based framework with dynamic phase transitions and structured templates. On NAS-Bench-Macro, it achieves higher accuracy and better rank; for CIFAR-10/100, it reduces search time by up to 86% while maintaining or improving accuracy, and for object detection, it produces YOLOv8 variants with higher mAP and lower resource cost.

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.

Foundations

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

Your Notes