TL;DR
MARS is an autonomous AI research framework that combines budget-aware planning, modular design, and reflective memory to optimize complex machine learning tasks efficiently.
Contribution
It introduces a novel modular agent with reflective search that balances performance and cost, advancing automated AI research capabilities.
Findings
Achieves state-of-the-art results on MLE-Bench among open-source frameworks.
Demonstrates 63% of insights originate from cross-branch transfer, showing effective generalization.
Maintains competitiveness with top global leaderboard methods.
Abstract
A critical bottleneck in automating AI research is the execution of complex machine learning engineering (MLE) tasks. MLE differs from general software engineering due to computationally expensive evaluation (e.g., model training) and opaque performance attribution. Current LLM-based agents struggle here, often generating monolithic scripts that ignore execution costs and causal factors. We introduce MARS (Modular Agent with Reflective Search), a framework optimized for autonomous AI research. MARS relies on three pillars: (1) Budget-Aware Planning via cost-constrained Monte Carlo Tree Search (MCTS) to explicitly balance performance with execution expense; (2) Modular Construction, employing a "Design-Decompose-Implement" pipeline to manage complex research repositories; and (3) Comparative Reflective Memory, which addresses credit assignment by analyzing solution differences to distill…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScientific Computing and Data Management · AI-based Problem Solving and Planning · Machine Learning and Data Classification
