LGCVOct 17, 2022

Multi-Agent Automated Machine Learning

arXiv:2210.09084v18 citationsh-index: 54
Originality Incremental advance
AI Analysis

This addresses the problem of efficiently optimizing AutoML modules for researchers and practitioners, representing a novel method for a known bottleneck rather than a foundational breakthrough.

The paper tackles the joint optimization of modules in automated machine learning by proposing multi-agent automated machine learning (MA2ML), which formulates it as a multi-agent reinforcement learning problem with credit assignment and off-policy learning, achieving state-of-the-art top-1 accuracy on ImageNet, e.g., 79.7%/80.5% with FLOPs under 600M/800M.

In this paper, we propose multi-agent automated machine learning (MA2ML) with the aim to effectively handle joint optimization of modules in automated machine learning (AutoML). MA2ML takes each machine learning module, such as data augmentation (AUG), neural architecture search (NAS), or hyper-parameters (HPO), as an agent and the final performance as the reward, to formulate a multi-agent reinforcement learning problem. MA2ML explicitly assigns credit to each agent according to its marginal contribution to enhance cooperation among modules, and incorporates off-policy learning to improve search efficiency. Theoretically, MA2ML guarantees monotonic improvement of joint optimization. Extensive experiments show that MA2ML yields the state-of-the-art top-1 accuracy on ImageNet under constraints of computational cost, e.g., $79.7\%/80.5\%$ with FLOPs fewer than 600M/800M. Extensive ablation studies verify the benefits of credit assignment and off-policy learning of MA2ML.

Foundations

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

Your Notes