English

LBI: Parallel Scan Backpropagation via Latent Bounded Interfaces

Machine Learning 2026-05-12 v1

Abstract

Backpropagation is inherently sequential across depth, creating an O(K)O(K)-deep dependency chain that bottlenecks parallel training. While parallel-scan formulations theoretically reduce this depth to O(logK)O(\log K), they are computationally prohibitive for modern architectures due to the O(d3)O(d^3) cost of composing full-rank d×dd\times d Jacobians over the entire hidden state. We introduce Latent Bounded Interfaces (LBI), an algorithmic formulation that makes scan-based backpropagation tractable by restricting inter-region communication to a low-dimensional latent interface, mkRr m_k \in \mathbb{R}^{r}, where rdr \ll d. This reduces the adjoint recursion to a suffix scan over r×rr \times r Jacobians, cutting per-combine cost from O(d3)O(d^3) to O(r3)O(r^3) while preserving exact gradients under the bounded-interface model. We demonstrate that LBI maintains model quality across four architectures (Mamba-2, Mamba-3, Transformer, and a Mamba--Transformer hybrid) at 47--61M block parameters. Interfaces of dimension r=16r=16 suffice to preserve training quality within 0.16--0.35 cross entropy of dense baselines. The resulting framework provides an algorithmic foundation for region-parallel training, reducing cross-device backward communication to a single scan over KK fixed-size matrices, of approximately 56 KB for our experimental configurations.

Cite

@article{arxiv.2605.09204,
  title  = {LBI: Parallel Scan Backpropagation via Latent Bounded Interfaces},
  author = {Shaun Christopher Lee and Sangeetha Abdu Jyothi},
  journal= {arXiv preprint arXiv:2605.09204},
  year   = {2026}
}
R2 v1 2026-07-01T13:00:56.798Z