LGMLFeb 11, 2019

Optimal Kronecker-Sum Approximation of Real Time Recurrent Learning

arXiv:1902.03993v231 citations
AI Analysis

This work addresses the challenge of learning long-term dependencies in RNNs more efficiently, offering a practical improvement for online training in sequential data tasks.

The paper tackles the computational inefficiency of Real Time Recurrent Learning (RTRL) for training RNNs by introducing the Optimal Kronecker-Sum Approximation (OK) algorithm, which provides optimal and low-noise gradients, matching or outperforming Truncated Backpropagation through Time in tasks like character-level Penn TreeBank and synthetic string memorization.

One of the central goals of Recurrent Neural Networks (RNNs) is to learn long-term dependencies in sequential data. Nevertheless, the most popular training method, Truncated Backpropagation through Time (TBPTT), categorically forbids learning dependencies beyond the truncation horizon. In contrast, the online training algorithm Real Time Recurrent Learning (RTRL) provides untruncated gradients, with the disadvantage of impractically large computational costs. Recently published approaches reduce these costs by providing noisy approximations of RTRL. We present a new approximation algorithm of RTRL, Optimal Kronecker-Sum Approximation (OK). We prove that OK is optimal for a class of approximations of RTRL, which includes all approaches published so far. Additionally, we show that OK has empirically negligible noise: Unlike previous algorithms it matches TBPTT in a real world task (character-level Penn TreeBank) and can exploit online parameter updates to outperform TBPTT in a synthetic string memorization task. Code availiable on github.

Code Implementations1 repo
Foundations

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

Your Notes