English

SENTINEL: Stagewise Integrity Verification for Pipeline Parallel Decentralized Training

Distributed, Parallel, and Cluster Computing 2026-03-05 v1 Cryptography and Security Machine Learning

Abstract

Decentralized training introduces critical security risks when executed across untrusted, geographically distributed nodes. While existing Byzantine-tolerant literature addresses data parallel (DP) training through robust aggregation methods, pipeline parallelism (PP) presents fundamentally distinct challenges. In PP, model layers are distributed across workers where the activations and their gradients flow between stages rather than being aggregated, making traditional DP approaches inapplicable. We propose SENTINEL, a verification mechanism for PP training without computation duplication. SENTINEL employs lightweight momentum-based monitoring using exponential moving averages (EMAs) to detect corrupted inter-stage communication. Unlike existing Byzantine-tolerant approaches for DP that aggregate parameter gradients across replicas, our approach verifies sequential activation/gradient transmission between layers. We provide theoretical convergence guarantees for this new setting that recovers classical convergence rates when relaxed to standard training. Experiments demonstrate successful training of up to 4B-parameter LLMs across untrusted distributed environments with up to 176 workers while maintaining model convergence and performance.

Keywords

Cite

@article{arxiv.2603.03592,
  title  = {SENTINEL: Stagewise Integrity Verification for Pipeline Parallel Decentralized Training},
  author = {Hadi Mohaghegh Dolatabadi and Thalaiyasingam Ajanthan and Sameera Ramasinghe and Chamin P Hewa Koneputugodage and Gil Avraham and Yan Zuo and Violetta Shevchenko and Alexander Long},
  journal= {arXiv preprint arXiv:2603.03592},
  year   = {2026}
}

Comments

70 pages, 22 figures, 20 tables

R2 v1 2026-07-01T11:02:14.870Z