LGCLAug 21, 2024

Design Principle Transfer in Neural Architecture Search via Large Language Models

arXiv:2408.11330v226 citationsh-index: 13
AI Analysis

This work addresses the problem of computational cost in neural architecture search for researchers and practitioners, offering an incremental improvement by leveraging LLMs for knowledge transfer.

The paper tackles the inefficiency of transferable neural architecture search (TNAS) by proposing a design principle transfer paradigm using large language models (LLMs) to reduce search space and improve performance, achieving state-of-the-art results on most tasks.

Transferable neural architecture search (TNAS) has been introduced to design efficient neural architectures for multiple tasks, to enhance the practical applicability of NAS in real-world scenarios. In TNAS, architectural knowledge accumulated in previous search processes is reused to warm up the architecture search for new tasks. However, existing TNAS methods still search in an extensive search space, necessitating the evaluation of numerous architectures. To overcome this challenge, this work proposes a novel transfer paradigm, i.e., design principle transfer. In this work, the linguistic description of various structural components' effects on architectural performance is termed design principles. They are learned from established architectures and then can be reused to reduce the search space by discarding unpromising architectures. Searching in the refined search space can boost both the search performance and efficiency for new NAS tasks. To this end, a large language model (LLM)-assisted design principle transfer (LAPT) framework is devised. In LAPT, LLM is applied to automatically reason the design principles from a set of given architectures, and then a principle adaptation method is applied to refine these principles progressively based on the new search results. Experimental results show that LAPT can beat the state-of-the-art TNAS methods on most tasks and achieve comparable performance on others.

Code Implementations1 repo
Foundations

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

Your Notes