English

ArchPilot: A Proxy-Guided Multi-Agent Approach for Machine Learning Engineering

Artificial Intelligence 2025-11-07 v1

Abstract

Recent LLM-based agents have demonstrated strong capabilities in automated ML engineering. However, they heavily rely on repeated full training runs to evaluate candidate solutions, resulting in significant computational overhead, limited scalability to large search spaces, and slow iteration cycles. To address these challenges, we introduce ArchPilot, a multi-agent system that integrates architecture generation, proxy-based evaluation, and adaptive search into a unified framework. ArchPilot consists of three specialized agents: an orchestration agent that coordinates the search process using a Monte Carlo Tree Search (MCTS)-inspired novel algorithm with a restart mechanism and manages memory of previous candidates; a generation agent that iteratively generates, improves, and debugs candidate architectures; and an evaluation agent that executes proxy training runs, generates and optimizes proxy functions, and aggregates the proxy scores into a fidelity-aware performance metric. This multi-agent collaboration allows ArchPilot to prioritize high-potential candidates with minimal reliance on expensive full training runs, facilitating efficient ML engineering under limited budgets. Experiments on MLE-Bench demonstrate that ArchPilot outperforms SOTA baselines such as AIDE and ML-Master, validating the effectiveness of our multi-agent system.

Keywords

Cite

@article{arxiv.2511.03985,
  title  = {ArchPilot: A Proxy-Guided Multi-Agent Approach for Machine Learning Engineering},
  author = {Zhuowen Yuan and Tao Liu and Yang Yang and Yang Wang and Feng Qi and Kaushik Rangadurai and Bo Li and Shuang Yang},
  journal= {arXiv preprint arXiv:2511.03985},
  year   = {2025}
}
R2 v1 2026-07-01T07:23:50.866Z