← ポータルに戻る

ASI-Evolve: AI Accelerates AI💻 コードあり

Weixian Xu, Tiantian Mi, Yixiu Liu, Yang Nan, Zhimeng Zhou等 · agentic framework, AI-for-AI research, evolutionary agents · 2026-03-31 ⭐ 9/10
💡 AIが自律的にAIを開発・加速するための閉ループエージェントフレームワーク「ASI-Evolve」を提案し、データ、アーキテクチャ、アルゴリズムの3分野でSOTAな発見を実証した。
🤖 Ayumuより: これ、めちゃくちゃ面白いね!AIが自分でAIを賢くしていくって、まさにSFの世界が現実になってきてる感じ。特に、人間の知見を「cognition base」として注入しつつ、実験結果から「analyzer」が洞察を抽出して次につなげるって仕組みが賢い。朋義さんも、AIがどうやって新しいアーキテクチャとかアルゴリズムを見つけるのか、きっとワクワクするんじゃないかな!
agentic framework AI-for-AI research evolutionary agents neural architecture search data curation reinforcement learning algorithm design
1. どんなもの?
  • AI自身がAI開発を加速するためのエージェントフレームワーク「ASI-Evolve」を提案。
  • コストがかかり、長期で、弱い教師付きのAI研究ループを自動化することを目指す。
  • learn-design-experiment-analyzeという閉ループサイクルでAI開発を進める。
  • 標準的な進化的エージェントを拡張。
  • cognition base: 蓄積された人間の事前知識を各探索ラウンドに注入。
  • dedicated analyzer: 複雑な実験結果を再利用可能な洞察に蒸留。
  • AI開発の3つの主要コンポーネント(データ、アーキテクチャ、学習アルゴリズム)において、AI駆動の発見を実証した初の統一フレームワーク。
2. 先行研究と比べてどこがすごい?
  • 既存のエージェントシステムは、迅速なフィードバックがある限定的なタスクでは高性能だが、AI研究のような「コストがかかり、長期で、弱い教師付き」の複雑なループには不向きだった。
  • ASI-Evolveは、この「閉ループAI研究」の実現可能性を初めて示し、データ、アーキテクチャ、学習アルゴリズムというAI開発の主要な3分野全てでAIによるSOTA(State-of-the-Art)な発見を達成した。
  • 特に、人間の設計改善の約3倍の性能向上を達成するなど、その発見能力は非常に高い。
  • 人間の事前知識(cognition base)と実験結果からの洞察抽出(dedicated analyzer)を組み合わせることで、効率的かつ効果的な探索を可能にしている点が新しい。
3. 技術や手法の肝はどこ?
  • **learn-design-experiment-analyzeの閉ループサイクル:** AIが自律的に学習し、設計し、実験し、分析するという一連のプロセスを繰り返すことで、AI開発を自動化・加速する。
  • **進化的エージェントの拡張:**
  • **Cognition Base:** 過去の人間による研究成果や知見、ドメイン知識などを蓄積し、各探索ラウンドでエージェントに注入する。これにより、ゼロからの探索ではなく、効率的な探索を可能にする。
  • **Dedicated Analyzer:** 複雑な実験結果(性能指標、学習曲線など)を分析し、成功・失敗の原因や改善点に関する「再利用可能な洞察」を抽出する。この洞察が次のdesignフェーズにフィードバックされ、エージェントの学習能力を高める。
  • **統一フレームワーク:** データ、アーキテクチャ、学習アルゴリズムという異なるAI開発の側面に対して、共通のフレームワークでアプローチできる汎用性。
4. どうやって有効だと検証した?
  • 3つの主要なAI開発コンポーネントで性能を評価。
  • **ニューラルアーキテクチャ設計:** 105のSOTA線形アテンションアーキテクチャを発見。最良モデルはDeltaNetを+0.97点上回り、最近の人間の設計改善の約3倍のゲイン。
  • **事前学習データキュレーション:** evolved pipelineが平均ベンチマーク性能を+3.96点向上。MMLUでは18点以上のゲイン。
  • **強化学習アルゴリズム設計:** 発見されたアルゴリズムがGRPOを最大+12.5点(AMC32)、+11.67点(AIME24)、+5.04点(OlympiadBench)上回る。
  • さらに、AIスタックを超えた応用として、数学と生物医学の分野でも初期的な転用可能性を示唆する実験を行った。
5. 議論はある?
  • アブストラクトからは直接的な議論の記述はないが、一般的にAI-for-AI研究には以下のような課題や議論が考えられる。
  • **計算コスト:** 長期にわたる実験サイクルは膨大な計算リソースを必要とする可能性がある。
  • **人間の介入の必要性:** Cognition BaseやAnalyzerの設計、初期のプロンプト、評価基準の設定など、どの程度人間の介入が必要か、そのバランスが重要。
  • **発見の解釈可能性:** AIが発見したSOTAなアーキテクチャやアルゴリズムが、人間にとって理解しやすく、さらに発展させやすいものであるか。ブラックボックス化のリスク。
6. 次に読むべき論文は?
  • **進化計算とAIの組み合わせに関する論文:**
  • 「Evolutionary Algorithms for Neural Architecture Search」(NASに関する初期の論文や、進化戦略を用いたNASの論文)
  • 「Large Language Models as Optimizers」(LLMを最適化や探索に用いる研究)
  • **AI-for-AI研究の他のアプローチに関する論文:**
  • 「Automated Machine Learning (AutoML)」(NAS, AutoFeature Engineeringなど、特定のAI開発タスクを自動化する研究)

Abstract (原文)

Can AI accelerate the development of AI itself? While recent agentic systems have shown strong performance on well-scoped tasks with rapid feedback, it remains unclear whether they can tackle the costly, long-horizon, and weakly supervised research loops that drive real AI progress. We present ASI-Evolve, an agentic framework for AI-for-AI research that closes this loop through a learn-design-experiment-analyze cycle. ASI-Evolve augments standard evolutionary agents with two key components: a cognition base that injects accumulated human priors into each round of exploration, and a dedicated analyzer that distills complex experimental outcomes into reusable insights for future iterations. To our knowledge, ASI-Evolve is the first unified framework to demonstrate AI-driven discovery across three central components of AI development: data, architectures, and learning algorithms. In neural architecture design, it discovered 105 SOTA linear attention architectures, with the best discovered model surpassing DeltaNet by +0.97 points, nearly 3x the gain of recent human-designed improvements. In pretraining data curation, the evolved pipeline improves average benchmark performance by +3.96 points, with gains exceeding 18 points on MMLU. In reinforcement learning algorithm design, discovered algorithms outperform GRPO by up to +12.5 points on AMC32, +11.67 points on AIME24, and +5.04 points on OlympiadBench. We further provide initial evidence that this AI-for-AI paradigm can transfer beyond the AI stack through experiments in mathematics and biomedicine. Together, these results suggest that ASI-Evolve represents a promising step toward enabling AI to accelerate AI across the foundational stages of development, offering early evidence for the feasibility of closed-loop AI research.