← Search

Kazuki Irie

26 accepted papers

2026

Sequential Parallel Duality in Prefix Scannable Models

ICLR 2026poster

Modern neural sequence models are designed to meet the dual mandate of parallelizable training and fast sequential inference. Recent developments have given rise to various models, such as Gated Linear Attention (GLA) and Mamba, that achieve such ``sequential-parallel duality.'' This raises a natura…

Cited by 0SourceScholar
2025

Blending Complementary Memory Systems in Hybrid Quadratic-Linear Transformers

NeurIPS 2025poster

We develop hybrid memory architectures for general-purpose sequence processing neural networks, that combine key-value memory using softmax attention (KV-memory) with fast weight memory through dynamic synaptic modulation (FW-memory)---the core principles of quadratic and linear transformers, respec…

Cited by 0SourceScholar
2025

Why Are Positional Encodings Nonessential for Deep Autoregressive Transformers? A Petroglyph Revisited

ACL 2025finding

Do autoregressive Transformer language models require explicit positional encodings (PEs)? The answer is ‘no’ provided they have more than one layer—they can distinguish sequences with permuted tokens without the need for explicit PEs. This follows from the fact that a cascade of (permutation invari…

Cited by 0SourcePDFScholar
2024

Dissecting the Interplay of Attention Paths in a Statistical Mechanics Theory of Transformers

NeurIPS 2024poster

Despite the remarkable empirical performance of Transformers, their theoretical understanding remains elusive. Here, we consider a deep multi-head self-attention network, that is closely related to Transformers yet analytically tractable. We develop a statistical mechanics theory of Bayesian learnin…

2024

Exploring the Promise and Limits of Real-Time Recurrent Learning

ICLR 2024poster

Real-time recurrent learning (RTRL) for sequence-processing recurrent neural networks (RNNs) offers certain conceptual advantages over backpropagation through time (BPTT). RTRL requires neither caching past activations nor truncating context, and enables online learning. However, RTRL's time and spa…

2024

MoEUT: Mixture-of-Experts Universal Transformers

NeurIPS 2024poster

Previous work on Universal Transformers (UTs) has demonstrated the importance of parameter sharing across layers. By allowing recurrence in depth, UTs have advantages over standard Transformers in learning compositional generalizations, but layer-sharing comes with a practical limitation of paramete…

2024

SwitchHead: Accelerating Transformers with Mixture-of-Experts Attention

NeurIPS 2024poster

Despite many recent works on Mixture of Experts (MoEs) for resource-efficient Transformer language models, existing methods mostly focus on MoEs for feedforward layers. Previous attempts at extending MoE to the self-attention layer fail to match the performance of the parameter-matched baseline. Our…

Cited by 16SourcePDFScholar
2023

Approximating Two-Layer Feedforward Networks for Efficient Transformers

EMNLP 2023long findings

How to reduce compute and memory requirements of neural networks (NNs) without sacrificing performance? Many recent works use sparse Mixtures of Experts (MoEs) to build resource-efficient large language models (LMs). Here we introduce several novel perspectives on MoEs, presenting a general framewor…

Cited by 0SourceScholar
2023

Contrastive Training of Complex-Valued Autoencoders for Object Discovery

NeurIPS 2023poster

Current state-of-the-art object-centric models use slots and attention-based routing for binding. However, this class of models has several conceptual limitations: the number of slots is hardwired; all slots have equal capacity; training has high computational cost; there are no object-level relatio…

2023

Images as Weight Matrices: Sequential Image Generation Through Synaptic Learning Rules

ICLR 2023poster

Work on fast weight programmers has demonstrated the effectiveness of key/value outer product-based learning rules for sequentially generating a weight matrix (WM) of a neural net (NN) by another NN or itself. However, the weight generation steps are typically not visually interpretable by humans, b…

2023

Practical Computational Power of Linear Transformers and Their Recurrent and Self-Referential Extensions

EMNLP 2023short main

Recent studies of the computational power of recurrent neural networks (RNNs) reveal a hierarchy of RNN architectures, given real-time and finite-precision assumptions. Here we study auto-regressive Transformers with linearised attention, a.k.a. linear Transformers (LTs) or Fast Weight Programmers (…

Cited by 0SourcecodeScholar
2022

A Modern Self-Referential Weight Matrix That Learns to Modify Itself

ICML 2022spotlight

The weight matrix (WM) of a neural network (NN) is its program. The programs of many traditional NNs are learned through gradient descent in some error function, then remain fixed. The WM of a self-referential NN, however, can keep rapidly modifying all of itself during runtime. In principle, such N…

2022

CTL++: Evaluating Generalization on Never-Seen Compositional Patterns of Known Functions, and Compatibility of Neural Representations

EMNLP 2022main

Well-designed diagnostic tasks have played a key role in studying the failure of neural nets (NNs) to generalize systematically. Famous examples include SCAN and Compositional Table Lookup (CTL). Here we introduce CTL++, a new diagnostic dataset based on compositions of unary symbolic functions. Whi…

2022

Neural Differential Equations for Learning to Program Neural Nets Through Continuous Learning Rules

NeurIPS 2022accept

Neural ordinary differential equations (ODEs) have attracted much attention as continuous-time counterparts of deep residual neural networks (NNs), and numerous extensions for recurrent NNs have been proposed. Since the 1980s, ODEs have also been used to derive theoretical results for NN learning ru…

2022

The Dual Form of Neural Networks Revisited: Connecting Test Time Predictions to Training Patterns via Spotlights of Attention

ICML 2022spotlight

Linear layers in neural networks (NNs) trained by gradient descent can be expressed as a key-value memory system which stores all training datapoints and the initial weights, and produces outputs using unnormalised dot attention over the entire training experience. While this has been technically kn…

2022

The Neural Data Router: Adaptive Control Flow in Transformers Improves Systematic Generalization

ICLR 2022poster

Despite progress across a broad range of applications, Transformers have limited success in systematic generalization. The situation is especially frustrating in the case of algorithmic tasks, where they often fail to find intuitive solutions that route relevant information to the right node/operati…

2021

Going Beyond Linear Transformers with Recurrent Fast Weight Programmers

NeurIPS 2021poster

Transformers with linearised attention (''linear Transformers'') have demonstrated the practical scalability and effectiveness of outer product-based Fast Weight Programmers (FWPs) from the '90s. However, the original FWP formulation is more general than the one of linear Transformers: a slow neural…

2021

Linear Transformers Are Secretly Fast Weight Programmers

ICML 2021spotlight

We show the formal equivalence of linearised self-attention mechanisms and fast weight controllers from the early ’90s, where a slow neural net learns by gradient descent to program the fast weights of another net through sequences of elementary programming instructions which are additive outer prod…

2021

The Devil is in the Detail: Simple Tricks Improve Systematic Generalization of Transformers

EMNLP 2021main

Recently, many datasets have been proposed to test the systematic generalization ability of neural networks. The companion baseline Transformers, typically trained with default hyper-parameters from standard tasks, are shown to fail dramatically. Here we demonstrate that by revisiting model configur…

2020

Domain Robust, Fast, and Compact Neural Language Models

ICASSP 2020accepted

Despite advances in neural language modeling, obtaining a good model on a large scale multi-domain dataset still remains a difficult task. We propose training methods for building neural language models for such a task, which are not only domain robust, but reasonable in model size and fast for eval…

Cited by 0SourceScholar
2020

How Much Self-Attention Do We Need? Trading Attention for Feed-Forward Layers

ICASSP 2020accepted

We propose simple architectural modifications in the standard Transformer with the goal to reduce its total state size (defined as the number of self-attention layers times the sum of the key and value dimensions, times position) without loss of performance. Large scale Transformer language models h…

Cited by 0SourceScholar
2020

The Rwth Asr System for Ted-Lium Release 2: Improving Hybrid Hmm With Specaugment

ICASSP 2020accepted

We present a complete training pipeline to build a state-of-the-art hybrid HMM-based ASR system on the 2nd release of the TED-LIUM corpus. Data augmentation using SpecAugment is successfully applied to improve performance on top of our best SAT model using i-vectors. By investigating the effect of d…

Cited by 0SourceScholar
2018

Prediction of LSTM-RNN Full Context States as a Subtask for N-Gram Feedforward Language Models

ICASSP 2018accepted

Long short-term memory (LSTM) recurrent neural network language models compress the full context of variable lengths into a fixed size vector. In this work, we investigate the task of predicting the LSTM hidden representation of the full context from a truncated n-gram context as a subtask for train…

Cited by 0SourceScholar
2018

RADMM: Recurrent Adaptive Mixture Model with Applications to Domain Robust Language Modeling

ICASSP 2018accepted

We present a new architecture and a training strategy for an adaptive mixture of experts with applications to domain robust language modeling. The proposed model is designed to benefit from the scenario where the training data are available in diverse domains as is the case for YouTube speech recogn…

Cited by 0SourceScholar
2017

Investigations on byte-level convolutional neural networks for language modeling in low resource speech recognition

ICASSP 2017accepted

In this paper, we present an investigation on technical details of the byte-level convolutional layer which replaces the conventional linear word projection layer in the neural language model. In particular, we discuss and compare the effective filter configurations, pooling types and the use of byt…

Cited by 0SourceScholar
2016

Investigation on log-linear interpolation of multi-domain neural network language model

ICASSP 2016accepted

Inspired by the success of multi-task training in acoustic modeling, this paper investigates a new architecture for a multi-domain neural network based language model (NNLM). The proposed model has several shared hidden layers and domain-specific output layers. As will be shown, the log-linear inter…

Cited by 0SourceScholar