paper-with-me

Papers

Efficient Real Time Recurrent Learning through combined activity and parameter sparsity

2023-03-10 · Anand Subramoney

Backpropagation through time (BPTT) is the standard algorithm for training recurrent neural networks (RNNs), which requires separate simulation phases for the forward and backward passes for inference and learning, respectively. Moreover, BPTT requires storing the complete history of network states between phases, with memory consumption growing proportional to the input sequence length. This makes BPTT unsuited for online learning and presents a challenge for implementation on low-resource real-time systems. Real-Time Recurrent Learning (RTRL) allows online learning, and the growth of required memory is independent of sequence length. However, RTRL suffers from exceptionally high computational costs that grow proportional to the fourth power of the state size, making RTRL computationally intractable for all but the smallest of networks. In this work, we show that recurrent networks exhibiting high activity sparsity can reduce the computational cost of RTRL. Moreover, combining activity and parameter sparsity can lead to significant enough savings in computational and memory costs to make RTRL practical. Unlike previous work, this improvement in the efficiency of RTRL can be achieved without using any approximations for the learning process.

📄 PDF Abstract BibTeX arXiv:2303.05641

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On Multi-resident Activity Recognition in Ambient Smart-Homes

2018-06-18 · Son N. Tran, Qing Zhang, Mohan Karunanithi

Increasing attention to the research on activity monitoring in smart homes has motivated the employment of ambient intelligence to reduce the deployment cost and solve the privacy issue. Several approaches have been prop…

Activity Recognition

Deep Recurrent Neural Network for Mobile Human Activity Recognition with High Throughput

2016-11-11 · Masaya Inoue, Sozo Inoue, Takeshi Nishida

In this paper, we propose a method of human activity recognition with high throughput from raw accelerometer data applying a deep recurrent neural network (DRNN), and investigate various architectures and its combination…

Activity RecognitionHuman Activity Recognition

A biological gradient descent for prediction through a combination of STDP and homeostatic plasticity

2012-06-21 · Mathieu Galtier, Gilles Wainrib

Identifying, formalizing and combining biological mechanisms which implement known brain functions, such as prediction, is a main aspect of current research in theoretical neuroscience. In this letter, the mechanisms of …

Efficient recurrent architectures through activity sparsity and sparse back-propagation through time

2022-06-13 · Anand Subramoney, Khaleelulla Khan Nazeer, Mark Schöne, Christian Mayr 외

Recurrent neural networks (RNNs) are well suited for solving sequence tasks in resource-constrained systems due to their expressivity and low computational requirements. However, there is still a need to bridge the gap b…

Gesture RecognitionLanguage ModelingLanguage ModellingSequential Image Classification+1

Advances in Optimizing Recurrent Networks

2012-12-04 · Yoshua Bengio, Nicolas Boulanger-Lewandowski, Razvan Pascanu

After a more than decade-long period of relatively little research activity in the area of recurrent neural networks, several new developments will be reviewed here that have allowed substantial progress both in understa…