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

固定したクライアント群を並列実行する分割学習

Concurrent Split Learning Through Stable Client Clustering

Mohammad Kohankhaki, Valentin Rentschler, Anke Schmeink

この論文をやさしく読む

ひとことで言うと

分散クライアントを固定群に分けて分割学習を並列実行し、学習時間と参加率を調べた。

何に役立つ?

多数の分散クライアントを使う学習で、サーバーの計算資源や群分けの選択を考える材料になる。

この研究の面白いところ

4台のH100では、同じ仕事の逐次実行より検証精度85%に達する時間が短かった。

どこまで分かった?

小さい群では精度が下がる場合がある。時間や参加率の数値はCIFAR-10と報告された4GPU設定での結果である。

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

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

全体のバッチサイズを固定した学習では、一度のステップでデータを提供できる分散クライアント数が限られる。著者らは、個々の仕事で処理するバッチを増やさず、サーバーの追加ワーカーを利用する方法を調べる。Global Clustered Parallel Split Learning(GCPSL)は、クライアントを固定した群に分け、各群でGlobal Samplingを伴うParallel Split Learningの仕事を並列実行し、クライアント側とサーバー側のモデル部分を定期的に統合する。256の論理クライアントを使うシミュレーションでは、群に分ける数を増やすとデータを直接提供するクライアントが増える一方、小さい群は精度の低下を招くことがあった。ラベル情報を使うGCPSLを4台のH100で実装したところ、同条件の3回の実行でCIFAR-10の検証精度85%に平均6.13±0.15分で達し、同じ仕事を順番に実行した場合は19.09±0.45分だった。この4GPUの割り当てでは、サイズを均等にした固定所属とランダムな固定所属の平均所要時間はそれぞれ5.70分、5.66分と近かった。サイズの均等化は直接参加を3.25ポイント増やした。これらの測定は、並列性、割り当てに用いる情報、参加率、精度の間のトレードオフを示す。

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

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

更新履歴

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

原文の要旨

Training with a fixed global batch limits how many distributed clients can provide examples in any one step. We examine a way to use additional server workers without increasing the batch processed by an individual workload. Global Clustered Parallel Split Learning (GCPSL) assigns clients to fixed clusters, executes a Parallel Split Learning with Global Sampling (GPSL) workload for each cluster concurrently, and periodically fuses the client and server model segments. In simulations with 256 logical clients, dividing the population across more workloads improves direct data participation, while smaller clusters can incur an accuracy cost. A four-H100 implementation of label-aware GCPSL reaches 85% CIFAR-10 validation accuracy in $6.13 \pm 0.15$ minutes over three matched runs, versus $19.09 \pm 0.45$ minutes when the same workloads are serialized. Within the four-GPU allocation, size-balanced and random fixed affiliations reach the target in similar mean times (5.70 and 5.66 minutes); size balancing increases direct participation by 3.25 percentage points. These measurements characterize a trade-off among execution concurrency, assignment information, participation, and accuracy for stable-client split learning.

著者のコメント

11 pages, 6 figures, 4 tables

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