MANAS: Multi-Agent Neural Architecture Search
Vasco Lopes, Fabio Maria Carlucci, Pedro M Esperan\c{c}a and, Marco Singh, Victor Gabillon, Antoine Yang, Hang Xu, Zewei Chen, and Jun Wang

TL;DR
This paper introduces MANAS, a multi-agent approach to neural architecture search that reduces memory usage and improves efficiency, demonstrating competitive results and theoretical guarantees.
Contribution
It proposes a novel multi-agent framework for NAS with lightweight implementations, lower memory requirements, and theoretical regret bounds.
Findings
Reduced memory usage to 1/8th of state-of-the-art methods
Achieved better performance than more expensive NAS methods
Favorable results compared to random search baseline
Abstract
The Neural Architecture Search (NAS) problem is typically formulated as a graph search problem where the goal is to learn the optimal operations over edges in order to maximise a graph-level global objective. Due to the large architecture parameter space, efficiency is a key bottleneck preventing NAS from its practical use. In this paper, we address the issue by framing NAS as a multi-agent problem where agents control a subset of the network and coordinate to reach optimal architectures. We provide two distinct lightweight implementations, with reduced memory requirements (1/8th of state-of-the-art), and performances above those of much more computationally expensive methods. Theoretically, we demonstrate vanishing regrets of the form O(sqrt(T)), with T being the total number of rounds. Finally, aware that random search is an, often ignored, effective baseline we perform additional…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Machine Learning and Data Classification · Advanced Neural Network Applications
MethodsRandom Search · Sigmoid Activation · Tanh Activation · Softmax · Long Short-Term Memory
