paper-with-me

홈 › Papers

Massive Redundancy in Gradient Transport Enables Sparse Online Learning

2026-03-16 · Aur Shalev Merin arxiv

Real-time recurrent learning (RTRL) computes exact online gradients by propagating a Jacobian tensor forward through recurrent dynamics, but at O(n^4) cost per step. Prior work has sought structured approximations (rank-1 compression, graph-based sparsity, Kronecker factorization). We show that, in the continuous error signal regime, the recurrent Jacobian is massively redundant:propagating through a random 6% of paths (k=4 of n=64) recovers 84 +/- 6% of full RTRL's adaptation ability across five seeds, and the absolute count k=4 remains effective from n=64 to n=256 (6% to 1.6%, recovery 84 to 78%), meaning sparse RTRL becomes relatively cheaper as networks grow. In RNNs, the recovery is selection-invariant (even adversarial path selection works) and exhibits a step-function transition from zero to any nonzero propagation. Spectral analysis reveals the mechanism: the Jacobian is full-rank but near-isotropic (condition numbers 2.6-6.5), so any random subset provides a directionally representative gradient estimate. On chaotic dynamics (Lorenz attractor), sparse propagation is more numerically stable than full RTRL (CV 13% vs. 88%), as subsampling avoids amplifying pathological spectral modes. The redundancy extends to LSTMs (k=4 matches full RTRL) and to transformers via sparse gradient transport (50% head sparsity outperforms the dense reference; 33% is borderline), with higher thresholds reflecting head specialization rather than isotropy. On real primate neural data, sparse RTRL (k=4) adapts online to cross-session electrode drift (80 +/- 11% recovery, 5 seeds), where sparse propagation is again more stable than full RTRL. Without continuous error signal, Jacobian propagation accumulates numerical drift and degrades all RTRL variants, a scope condition for all forward-mode methods. Results hold with SGD (92 +/- 1% recovery), suggesting independence from optimizer choice.

📄 PDF Abstract BibTeX arXiv:2603.15195

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Few Channels Draw The Whole Picture: Revealing Massive Activations in Diffusion Transformers

2026-05-13 · Evelyn Turri, Davide Bucciarelli, Sara Sarto, Lorenzo Baraldi 외 arxiv

Diffusion Transformers (DiTs) and related flow-based architectures are now among the strongest text-to-image generators, yet the internal mechanisms through which prompts shape image semantics remain poorly understood. I…

CORAD: Correlation-Aware Compression of Massive Time Series using Sparse Dictionary Coding

2019-12-12 · Big Data 2019 12 · Abdelouahab Khelifati, Mourad Khayati, Philippe Cudré-Mauroux

Time series streams are ubiquitous in many application domains, e.g., transportation, network monitoring, autonomous vehicles, or the Internet of Things (IoT). Transmitting and storing large amounts of such fine-grained …

Autonomous VehiclesData CompressionDictionary LearningLossy-Compression Artifact Reduction+4

Trainable Projected Gradient Detector for Sparsely Spread Code Division Multiple Access

2019-10-23 · Satoshi Takabe, Yuki Yamauchi, Tadashi Wadayama

Sparsely spread code division multiple access (SCDMA) is a promising non-orthogonal multiple access technique for future wireless communications. In this paper, we propose a novel trainable multiuser detector called spar…

cuRegOT: A GPU-Accelerated Solver for Entropic-Regularized Optimal Transport

2026-05-09 · Yixuan Qiu arxiv

Optimal transport (OT) has emerged as a fundamental tool in modern machine learning, yet its computational cost remains a significant bottleneck for large-scale applications. While harnessing the massive parallelism of m…

Sparse Domain Transfer via Elastic Net Regularization

2024-05-13 · Jingwei Zhang, Farzan Farnia

Transportation of samples across different domains is a central task in several machine learning problems. A sensible requirement for domain transfer tasks in computer vision and language domains is the sparsity of the t…

feature selection