LGAIDSJun 19

Breaking chains with trees: Deep learning with $\mathcal{O}(\log N)$ parallel time complexity

arXiv:2606.214978.0
Predicted impact top 55% in LG · last 90 daysOriginality Highly original
AI Analysis

This work addresses the locking and weight transport bottlenecks in backpropagation, enabling scalable parallel training for deep neural networks.

HBLL decomposes deep networks into hierarchically linked blocks trained with local objectives, achieving O(log N) parallel time complexity for training. It matches competitive performance on vision and language tasks, and extends to recurrent architectures.

Modern deep neural network architectures are trained via backpropagation, which requires errors to be sequentially propagated through all layers before parameters can be updated. This introduces two limitations: locking, where layer-wise updates are strictly interdependent and cannot proceed in parallel, and the weight transport problem, which requires symmetric forward and backward pathways for exact gradient computation. These constraints restrict parallelism, increase memory and communication overhead, and pose challenges for scalable learning. In this work, we propose Hierarchical Block-Local Learning (HBLL), a framework that decomposes deep neural networks into hierarchically linked blocks trained using local learning objectives derived from variational principles, eliminating the need for full end-to-end backpropagation while maintaining effective information propagation across the network. HBLL is the first algorithm that is able to train deep neural networks in $\mathcal{O}(\log N)$ parallel time complexity, where $N$ is the number of network layers. We show that HBLL implicitly defines a family of subnetworks corresponding to different hierarchical paths, enabling flexible inference with different effective numbers of layers. We evaluate HBLL on a set of challenging vision and language modeling tasks, achieving competitive performance. We also extend HBLL to recurrent sequence architectures, applying to settings that otherwise rely on backpropagation through time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes