arXiv論文メモ
新着一覧
cs.DC · 査読状況未確認

推論の速さと精度を調整するKubernetes要求ルータ

A Kubernetes-Native Request Router for Quality-Aware Inference Serving in the Computing Continuum

Ignjat Karanovic, Pantelis A. Frangoudis, Ivan Čilić, Ivana Podnar Žarko, Schahram Dustdar

この論文をやさしく読む

ひとことで言うと

複数の計算拠点にある推論サービスへ、応答時間と回答品質の優先度に合わせて要求を振り分けます。

何に役立つ?

Kubernetes上の機械学習サービスで、遅延と精度のどちらを重視するかを運用側が調整するための方法です。

この研究の面白いところ

インフラ・応答時間・品質を一緒に監視し、監視の頻度自体も適応させます。Kubernetes本体の変更を要しない実装です。

どこまで分かった?

テスト環境では低遅延設定で平均10ms以上の短縮、監視コスト最大約70%低減を報告します。一部の設定では小さな遅延増加と引換えで、全指標が常に同時改善するわけではありません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

コンピューティング・コンティニュアム全体に展開されたKubernetesベースのサービスに対し、動的なスコア方式で要求を振り分ける仕組み、Adaptive Score-based Routing Balancer(ASRB)を提案する。ASRBは、インフラ層の情報、応答時間の測定値、アプリケーション層の品質指標を併せて考慮し、特に機械学習(ML)ワークロードの提供に重点を置く。これらのワークロードでは、サービス提供者が定めた方針をサービス品質(QoS)基準の重み付きの組み合わせとして表し、それに従ってコンティニュアム内のサービスインスタンスへ要求を配分することで、遅延と精度のトレードオフに柔軟に対応する。 振り分けを決定し、動作環境の変化に素早く適応するため、ASRBは複数のシステム層にわたる実行時指標を監視する。特に大規模な展開で重要となる監視の負荷に対処するため、振り分け品質を損なうことなく、監視の強度を選択的かつ適応的に制御する。Kubernetes自体の変更を必要としない実装であり、既存のクラスタ環境への導入と運用が容易である。 テストベッド実験はASRBの汎用性を示している。遅延削減を重視した設定では、遅延重視の最先端の振り分け方式と比較して平均応答時間を少なくとも10ミリ秒短縮する。一方、特定の設定で精度を優先すると、より高い精度を達成し、運用者が柔軟に調整できるトレードオフを実現する。同時に、障害率の低下、動作環境の変化への応答性向上、および関連する最先端手法と比べて最大約70%の監視コスト削減を達成する。ただし、一部の設定では小幅な遅延の増加を伴う可能性がある。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-17(UTC)
最新改訂
2026-09-17 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

We introduce Adaptive Score-based Routing Balancer (ASRB), a dynamic, score-based request routing mechanism for Kubernetes-based service deployments over the computing continuum. ASRB jointly considers infrastructure-level information, response time measurements, and application-level quality indicators, with a particular focus on serving Machine Learning (ML) workloads. For these workloads, ASRB balances requests over service instances deployed in the continuum, following service provider-defined policies encoded as weighted combinations of QoS criteria to flexibly address latency-accuracy trade-offs. To drive routing decisions and swiftly adapt to changes in the operating environment, ASRB monitors a range of runtime metrics across multiple system layers. To deal with the associated monitoring overhead, particularly important for large-scale deployments, it selectively and adaptively controls monitoring intensity without sacrificing on routing quality. ASRB is implemented without requiring any modifications to Kubernetes, making it straightforward to deploy and operate in existing cluster environments. Our testbed experiments demonstrate the versatility of ASRB: When tuned for latency reduction, it achieves at least 10 ms lower mean response time compared with latency-oriented state-of-the-art routing mechanisms, while it achieves higher accuracy when this is prioritized through specific configurations, thus enabling flexible and operator-controllable trade-offs. At the same time, it attains reduced failure rates, higher responsiveness to changes in the operating environment, and up to ~70% less monitoring cost than relevant state-of-the-art solutions, at the potential expense of only a modest latency penalty in some configurations.

arXiv ID: 2609.20497 / 要約の誤りについて