AutoSOTA:一个用于发现最先进AI模型的端到端自动化研究系统 / AutoSOTA: An End-to-End Automated Research System for State-of-the-Art AI Model Discovery
1️⃣ 一句话总结
这篇论文提出了一个名为AutoSOTA的自动化研究系统,它能够自动复现顶级AI论文中的模型,并通过智能实验和优化,在短时间内发现并验证性能超越原论文的新一代最先进模型。
Artificial intelligence research increasingly depends on prolonged cycles of reproduction, debugging, and iterative refinement to achieve State-Of-The-Art (SOTA) performance, creating a growing need for systems that can accelerate the full pipeline of empirical model optimization. In this work, we introduce AutoSOTA, an end-to-end automated research system that advances the latest SOTA models published in top-tier AI papers to reproducible and empirically improved new SOTA models. We formulate this problem through three tightly coupled stages: resource preparation and goal setting; experiment evaluation; and reflection and ideation. To tackle this problem, AutoSOTA adopts a multi-agent architecture with eight specialized agents that collaboratively ground papers to code and dependencies, initialize and repair execution environments, track long-horizon experiments, generate and schedule optimization ideas, and supervise validity to avoid spurious gains. We evaluate AutoSOTA on recent research papers collected from eight top-tier AI conferences under filters for code availability and execution cost. Across these papers, AutoSOTA achieves strong end-to-end performance in both automated replication and subsequent optimization. Specifically, it successfully discovers 105 new SOTA models that surpass the original reported methods, averaging approximately five hours per paper. Case studies spanning LLM, NLP, computer vision, time series, and optimization further show that the system can move beyond routine hyperparameter tuning to identify architectural innovation, algorithmic redesigns, and workflow-level improvements. These results suggest that end-to-end research automation can serve not only as a performance optimizer, but also as a new form of research infrastructure that reduces repetitive experimental burden and helps redirect human attention toward higher-level scientific creativity.
AutoSOTA:一个用于发现最先进AI模型的端到端自动化研究系统 / AutoSOTA: An End-to-End Automated Research System for State-of-the-Art AI Model Discovery
这篇论文提出了一个名为AutoSOTA的自动化研究系统,它能够自动复现顶级AI论文中的模型,并通过智能实验和优化,在短时间内发现并验证性能超越原论文的新一代最先进模型。
源自 arXiv: 2604.05550