CVDec 26, 2024

NADER: Neural Architecture Design via Multi-Agent Collaboration

arXiv:2412.19206v17 citationsh-index: 12CVPR
Originality Incremental advance
AI Analysis

This work addresses the problem of inefficient and constrained neural architecture search for researchers and practitioners in deep learning, representing an incremental improvement over existing LLM-based methods.

The paper tackles the challenge of designing effective neural architectures by introducing NADER, a framework that formulates neural architecture design as an LLM-based multi-agent collaboration problem, and demonstrates its effectiveness in discovering high-performing architectures beyond predetermined search spaces through experiments on benchmark tasks.

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.

Foundations

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

Your Notes