Agentic Neural Architecture Search
- 1.LLM이 시드 아키텍처 생성 후 '슬롯 구조'로 분해, NAS가 탐색하는 AgentNAS 파이프라인 제안
- 2.NAS-Bench-360·Unseen NAS 17개 태스크 중 11개에서 SOTA, 전문가 설계 기준선도 추월
- 3.LLM 시드만으로 다수 태스크 기준선 상회, NAS 슬롯 재조합이 추가 이득 제공
- 4.역량이 다른 3개 LLM에서 동일 패턴 확인, 코드 GitHub 공개
왜 중요한가?
수작업 탐색 공간 설계라는 NAS의 고질적 병목을 LLM 개방형 생성으로 대체하면서 조합 탐색은 기존 NAS에 맡기는 분업 구조가 유효함을 보였다. 새 태스크마다 탐색 공간을 재구축해야 했던 도메인 전문성 비용을 크게 줄일 수 있는 방향이다.
🏷️ 언급 프로젝트
본문 미리보기
arXiv:2607.07984v1 Announce Type: new Abstract: Neural architecture search (NAS) methods have grown increasingly efficient, yet they remain bounded by manually engineered search spaces that require substantial domain expertise and must be rebuilt for every new task. Large language models (LLMs) can generate architectures in an open-ended space, but how to optimally divide the labor between LLM-driven design and NAS-driven search remains unexplored. We propose a mechanism that bridges these two
전체 내용이 궁금하다면?
원문을 직접 읽어보세요