Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
なぜ今最適化か?Agentic AI 時代に最適化が必要な理由
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
MIKIO KUBO
September 01, 2025
Research
1
94
なぜ今最適化か?Agentic AI 時代に最適化 が必要な理由
なぜ今最適化か?Agentic AI 時代に最適化が必要な理由
Mikio Kubo
MOAI Lab. CTO
東京海洋大学
ビデオ
https://youtu.be/e2eV3PtyWxQ
MIKIO KUBO
September 01, 2025
Tweet
Share
More Decks by MIKIO KUBO
See All by MIKIO KUBO
次世代最適化プラットフォーム MOAI Patform
mickey_kubo
2
20
SCML (Supply Chain Modeling Language)
mickey_kubo
0
26
Google Antigravity エージェント・フ ァーストな開発パラダイムへの招待
mickey_kubo
1
91
Google AI Studio 開発者向け完全ガイド プロトタイピ まで ングからReactアプリ 構築・マルチモーダル活用
mickey_kubo
1
65
The Fusion of Mathematical Optimization and AI (MOAI): History and Outlook (Final Version)
mickey_kubo
0
69
The Fusion of Mathematical Optimization and AI (MOAI): History and Outlook (Short Version)
mickey_kubo
1
60
The Fusion of Mathematical Optimization and AI (MOAI): History and Outlook
mickey_kubo
1
96
History and Future of MO+AI
mickey_kubo
1
84
History and Future of MO+AI (Fusion of Mathematical Optimization and Artificial Intelligence)
mickey_kubo
1
45
Other Decks in Research
See All in Research
姫路市 -都市OSの「再実装」-
hopin
0
1.7k
ドメイン知識がない領域での自然言語処理の始め方
hargon24
1
260
ForestCast: Forecasting Deforestation Risk at Scale with Deep Learning
satai
3
520
2026年1月の生成AI領域の重要リリース&トピック解説
kajikent
0
820
Collective Predictive Coding and World Models in LLMs: A System 0/1/2/3 Perspective on Hierarchical Physical AI (IEEE SII 2026 Plenary Talk)
tanichu
1
290
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
390
[SITA2025 Workshop] 空中計算による高速・低遅延な分散回帰分析
k_sato
0
120
Thirty Years of Progress in Speech Synthesis: A Personal Perspective on the Past, Present, and Future
ktokuda
0
190
「なんとなく」の顧客理解から脱却する ──顧客の解像度を武器にするインサイトマネジメント
tajima_kaho
10
6.9k
When Learned Data Structures Meet Computer Vision
matsui_528
1
4k
ウェブ・ソーシャルメディア論文読み会 第36回: The Stepwise Deception: Simulating the Evolution from True News to Fake News with LLM Agents (EMNLP, 2025)
hkefka385
0
200
2026 東京科学大 情報通信系 研究室紹介 (大岡山)
icttitech
0
720
Featured
See All Featured
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
My Coaching Mixtape
mlcsv
0
70
WCS-LA-2024
lcolladotor
0
480
Un-Boring Meetings
codingconduct
0
220
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
First, design no harm
axbom
PRO
2
1.1k
Test your architecture with Archunit
thirion
1
2.2k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
110
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.4k
[SF Ruby Conf 2025] Rails X
palkan
2
820
Why Our Code Smells
bkeepers
PRO
340
58k
Transcript
なぜいま最適化か? Agentic AI 時代に最適化 が必要な理由 Mikio Kubo MOAI Lab. CTO
東京海洋大学
Agentic AI 時代に最適化が必要な理由 • LLM => 生成AI => Agentic AI
を使えば、ダッシュボード、機械学 習、予測などは簡単にできる • 最適化プロジェクトのライオンの分け前と言われていたデータ収集 +前処理もできる • (最適化という名前の)自動化で人員削減されるのに反対する勢力 が,Agentic AIで淘汰される • 本当の最適化は簡単ではない => 計算量の壁、動的モデルの壁、不確実性の壁
計算量の壁 • 30点の巡回セールスマン問題を解くのに10万年? => ◯✗ を使えば数秒(というのは素人) • 全列挙だと組合せ爆発。30点なら厳密解を数秒で • 全列挙ではなくSOTA解法を使えば1万点のTSPの誤
差0.3%未満の解が数秒 • 本当に解きたい問題 => 100万作業のスケジューリング最適化 1万点の配送最適化
数理最適化ソルバーの性能 • CPLEX 1.2 (1991) -> CPLEX 11 (2007) :
29000倍 • Gurobi 1.0 (2009) -> Gurobi 9.0 (2019) : 59倍 • 合わせると... 170万倍 • 計算機の速度向上 59.7 Gflops/s (1993) -> 93.0 Pflops/s (2016)-> 442.01PFLOPS(2021) • 合わせると... 2.2兆倍 (というのはMIPの宣伝) - 何でもMIPソルバーで解けるというわけではない - 問題別のSOTA解法を準備しておけば静的・確定的な問 題なら何とかなる
動的モデルの壁 Period Instance 𝑡 − 1 𝑡 𝑡 + 1
𝑡 + 2 ⋯ 𝑇 𝑇 + 1 ⋯ 時間 有限期間の静的な問題への帰着? Horizon Effect
不確実性の壁 即時決定変数 シナリオ1(円高) シナリオ1-1 シナリオ1-2 シナリオ2(関税) シナリオ2-1 シナリオ2-2 シナリオ3 (南海トラフ地震)
リコース変数 調整可能変数 確率的最適化 ロバスト最適化 シナリオ木 時間 有限期間(2段階)でもNP-困難、無限期間はPSPACE困難か決定不能
大規模+動的+不確実な実際問題 簡単ではなく、問題依存だが何とかなる(何とかする)
最適化の効果 • 人間(ベテラン)の作った解の10%程度の削減 • 物流費用はGDPの8%程度(途上国ではその倍以上) • 例えば日本だとGDPは560兆円程度 最適化を使えば,物流費だけで年間4兆円削減可能! サプライ・チェインの費用はさらに大きい! •
エネルギーの最適化(起動停止問題: ちゃんと定式化すればMIPソ ルバーで解ける)の利用で米国では 10-50%削減実績