paper-with-me

홈 › Papers

Scalable Online Recurrent Learning Using Columnar Neural Networks

2021-03-09 · Khurram Javed, Martha White, Rich Sutton

Structural credit assignment for recurrent learning is challenging. An algorithm called RTRL can compute gradients for recurrent networks online but is computationally intractable for large networks. Alternatives, such as BPTT, are not online. In this work, we propose a credit-assignment algorithm -- \algoname{} -- that approximates the gradients for recurrent learning in real-time using $O(n)$ operations and memory per-step. Our method builds on the idea that for modular recurrent networks, composed of columns with scalar states, it is sufficient for a parameter to only track its influence on the state of its column. We empirically show that as long as connections between columns are sparse, our method approximates the true gradient well. In the special case when there are no connections between columns, the $O(n)$ gradient estimate is exact. We demonstrate the utility of the approach for both recurrent state learning and meta-learning by comparing the estimated gradient to the true gradient on a synthetic test-bed.

📄 PDF Abstract BibTeX arXiv:2103.05787

Code (1)

khurramjaved96/columnar_networks 공식 구현 pytorch

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Scalable Real-Time Recurrent Learning Using Columnar-Constructive Networks

2023-01-20 · Khurram Javed, Haseeb Shah, Rich Sutton, Martha White

Constructing states from sequences of observations is an important component of reinforcement learning agents. One solution for state construction is to use recurrent neural networks. Back-propagation through time (BPTT)…

Atari Games

Columnar Database Techniques for Creating AI Features

2017-12-07 · Brad Carlile, Akiko Marti, Guy Delamarter

Recent advances with in-memory columnar database techniques have increased the performance of analytical queries on very large databases and data warehouses. At the same time, advances in artificial intelligence (AI) alg…

feature selection

The Role of Excitatory Parvalbumin-positive Neurons in the Tectofugal Pathway of Pigeon (Columba livia) Hierarchical Visual Processing

2025-07-21 · Shan Lu, Xiaoteng Zhang, Yueyang Cang, Shihao Pan 외 arxiv

The visual systems of birds and mammals exhibit remarkable organizational similarities: the dorsal ventricular ridge (DVR) demonstrates a columnar microcircuitry that parallels the cortical architecture observed in mamma…

A cortical sparse distributed coding model linking mini- and macrocolumn-scale functionality

2017-07-13

No generic function for the minicolumn, i.e., one that would apply equally well to all cortical areas and species, has yet been proposed. I propose that the minicolumn does have a generic functionality, which only become…

Retrieval

Designing Concise ConvNets with Columnar Stages

2024-10-05 · Ashish Kumar, Jaesik Park

In the era of vision Transformers, the recent success of VanillaNet shows the huge potential of simple and concise convolutional neural networks (ConvNets). Where such models mainly focus on runtime, it is also crucial t…