生成AI推論の負荷分散で応答時間を短縮するDLB
DLB: Distributed Load Balancing at Scale for Generative AI Inference
この論文をやさしく読む
ひとことで言うと
AIへの要求を、処理の重さやサーバーの余力に合わせて振り分け、応答待ち時間を減らす仕組みです。
何に役立つ?
多数のモデルや異なる種類のアクセラレータを運用する推論基盤の負荷分散に役立ちます。要旨にはGoogleでの22か月の本番運用結果が含まれています。
この研究の面白いところ
単に空いているサーバーを探すだけでなく、振り分けた場合の遅延をモデルで学習します。理論解析、シミュレーション、本番移行の分析という異なる根拠を提示しています。
どこまで分かった?
中央値17%、p95で13%という削減率は、報告された本番移行における従来方式との比較です。すべての推論環境で同じ削減率になるという保証ではなく、理論保証の詳細条件は要旨に記載されていません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
現代のデータセンターがGPUやTPUのような希少で高価なアクセラレータに依存することは、バックエンド基盤にかつてない要求を課している。生成AIのように、処理時間が不均一で複雑な多段階処理を伴うワークロードでは、従来の負荷分散手法は不十分なことが多く、サービスレベル目標を維持するため、費用のかかる過剰なリソース確保に大きく依存している。 本論文は、大規模で異質なワークロードにおけるユーザーの端から端までの遅延を最小化するために設計した、新しい分散負荷分散システムDLB(Distributed Load Balancer)を導入する。DLBは、ピア間の探索を用いるスケーラブルな分散設計を採用し、地理的に分散した大規模基盤全体でサーバーの処理余力をリアルタイムに把握する。経路選択による遅延への影響を推定する遅延モデルを継続的に学習し、異種ハードウェアと多様なモデル構造を効果的に管理する。 経路選択アルゴリズムの新しい理論解析を示し、時間を通じた安定性と全体的な性能保証を確立する。また、広範なシミュレーションでDLBを評価し、最先端の負荷分散アルゴリズムに対して大幅な改善を示す。最後に、GoogleでDLBを22か月運用し、数千種類の機械学習モデルと毎秒数百万件の要求に対応する大規模な生成AI推論を支えてきた経験に基づき、設計上の選択と本番環境で得た実践的知見を詳述する。本番環境での移行の分析は、従来のベースラインと比べ、遅延の中央値が17%、95パーセンタイルが13%低下するなど、統計的に有意な遅延削減をDLBがもたらすことを示している。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-17(UTC)
- 最新改訂
- 2026-09-17 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-17 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
The reliance on scarce and expensive accelerators such as GPUs and TPUs in modern datacenters places unprecedented demands on backend infrastructure. For workloads characterized by heterogeneous service times and complex multi-stage processing, such as Generative AI, conventional load balancing techniques are often inadequate, relying heavily on costly overprovisioning to maintain service level objectives. This paper introduces DLB, the Distributed Load Balancer, a novel system designed to minimize end-to-end user latency for large-scale, heterogeneous workloads. DLB employs a scalable, distributed design with peer-to-peer probing to maintain real-time visibility into server capacity across large-scale, geographically distributed infrastructure. The system continuously learns latency models to estimate the latency impact of routing decisions, allowing it to effectively manage heterogeneous hardware and diverse model architectures. We provide a novel theoretical analysis of our routing algorithms that establishes their stability and global performance guarantees over time. We also evaluate DLB through extensive simulations, which show substantial gains compared to state-of-the-art load balancing algorithms. Finally, following a 22-month deployment of DLB at Google, where it facilitates large-scale Generative AI inference for thousands of different machine learning models and millions of requests per second, we detail the design choices and practical experiences gained from the system in production. Analysis of production migrations demonstrates that DLB yields statistically significant latency reductions compared to the legacy baseline, including a 17\% decrease in median latency and a 13\% decrease at the p95 tail.
arXiv ID: 2609.21079 / 要約の誤りについて