paper-with-me

Papers

Recurrent Neural Network from Adder's Perspective: Carry-lookahead RNN

2021-06-22 · Haowei Jiang, Feiwei Qin, Jin Cao, Yong Peng, Yanli Shao

The recurrent network architecture is a widely used model in sequence modeling, but its serial dependency hinders the computation parallelization, which makes the operation inefficient. The same problem was encountered in serial adder at the early stage of digital electronics. In this paper, we discuss the similarities between recurrent neural network (RNN) and serial adder. Inspired by carry-lookahead adder, we introduce carry-lookahead module to RNN, which makes it possible for RNN to run in parallel. Then, we design the method of parallel RNN computation, and finally Carry-lookahead RNN (CL-RNN) is proposed. CL-RNN takes advantages in parallelism and flexible receptive field. Through a comprehensive set of tests, we verify that CL-RNN can perform better than existing typical RNNs in sequence modeling tasks which are specially designed for RNNs.

📄 PDF Abstract BibTeX arXiv:2106.12901

Code (1)

WinnieJiangHW/Carry-lookahead_RNN 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Semi-Supervised Phoneme Recognition with Recurrent Ladder Networks

2017-06-07 · Marian Tietz, Tayfun Alpay, Johannes Twiefel, Stefan Wermter

Ladder networks are a notable new concept in the field of semi-supervised learning by showing state-of-the-art results in image recognition tasks while being compatible with many existing neural architectures. We present…

Phoneme Recognition

Automating lookahead planning using site appearance and space utilization

2023-11-30 · Eyob Mengiste, Borja Garcia de Soto, Timo Hartmann

This study proposes a method to automate the development of lookahead planning. The proposed method uses construction material conditions (i.e., appearances) and site space utilization to predict task completion rates. A…

Scheduling

Recurrent Ladder Networks

2017-07-28 · NeurIPS 2017 12 · Isabeau Prémont-Schwarz, Alexander Ilin, Tele Hotloo Hao, Antti Rasmus 외

We propose a recurrent extension of the Ladder networks whose structure is motivated by the inference required in hierarchical latent variable models. We demonstrate that the recurrent Ladder is able to handle a wide var…

Music Modeling

Memristors based Computation and Synthesis

2024-09-05 · Prashant Gupta, Priscilla Jennifer

Memristor has been identified as the fourth fundamental circuit element by Dr. Leon Chua in 1971 and since then it has gathered a lot of interest because of its non-volatility and are considered as a viable solution to t…

The Lookahead Limitation: Why Multi-Operand Addition is Hard for LLMs

2025-02-27 · Tanja Baeumel, Josef van Genabith, Simon Ostermann

Autoregressive large language models (LLMs) exhibit impressive performance across various tasks but struggle with simple arithmetic, such as addition of two or more operands. We show that this struggle arises from LLMs' …