Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

NADER: Neural Architecture Design via Multi-Agent Collaboration

About

Designing effective neural architectures poses a significant challenge in deep learning. While Neural Architecture Search (NAS) automates the search for optimal architectures, existing methods are often constrained by predetermined search spaces and may miss critical neural architectures. In this paper, we introduce NADER (Neural Architecture Design via multi-agEnt collaboRation), a novel framework that formulates neural architecture design (NAD) as a LLM-based multi-agent collaboration problem. NADER employs a team of specialized agents to enhance a base architecture through iterative modification. Current LLM-based NAD methods typically operate independently, lacking the ability to learn from past experiences, which results in repeated mistakes and inefficient exploration. To address this issue, we propose the Reflector, which effectively learns from immediate feedback and long-term experiences. Additionally, unlike previous LLM-based methods that use code to represent neural architectures, we utilize a graph-based representation. This approach allows agents to focus on design aspects without being distracted by coding. We demonstrate the effectiveness of NADER in discovering high-performing architectures beyond predetermined search spaces through extensive experiments on benchmark tasks, showcasing its advantages over state-of-the-art methods. The codes will be released soon.

Zekang Yang, Wang Zeng, Sheng Jin, Chen Qian, Ping Luo, Wentao Liu• 2024

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy76
3518
Image ClassificationCIFAR-10 (test)
Accuracy94.62
3381
Image ClassificationCIFAR-100 (val)
Accuracy75.72
781
Image ClassificationCIFAR-10 (val)
Top-1 Accuracy91.55
377
Image ClassificationCIFAR-10 NAS-Bench-201 (test)
Accuracy94.62
225
Image ClassificationCIFAR-100 NAS-Bench-201 (test)
Accuracy76
198
Image ClassificationCIFAR-10 NAS-Bench-201 (val)
Accuracy91.55
169
Image ClassificationImageNet-16-120 NAS-Bench-201 (test)
Accuracy50.52
167
Image ClassificationCIFAR-100 NAS-Bench-201 (val)
Accuracy75.72
139
Image ClassificationImageNet 16-120 NAS-Bench-201 (val)
Accuracy50.2
123
Showing 10 of 12 rows

Other info

Follow for update