LBI: Parallel Scan Backpropagation via Latent Bounded Interfaces
Shaun Christopher Lee, Sangeetha Abdu Jyothi

TL;DR
LBI introduces a low-dimensional interface approach to make parallel scan backpropagation computationally feasible, enabling efficient region-parallel training with preserved model quality.
Contribution
The paper proposes Latent Bounded Interfaces (LBI), reducing Jacobian computation costs and enabling scalable, exact gradient backpropagation in deep neural networks.
Findings
LBI maintains model quality across multiple architectures.
Interfaces of size 16 suffice for minimal loss in training accuracy.
Reduces backward communication to a single scan over fixed-size matrices.
Abstract
Backpropagation is inherently sequential across depth, creating an -deep dependency chain that bottlenecks parallel training. While parallel-scan formulations theoretically reduce this depth to , they are computationally prohibitive for modern architectures due to the cost of composing full-rank 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, , where . This reduces the adjoint recursion to a suffix scan over Jacobians, cutting per-combine cost from to while preserving exact gradients under the bounded-interface model. We demonstrate that LBI maintains model quality across four architectures…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
