paper-with-me

홈 › Papers

WriteSAE: Sparse Autoencoders for Recurrent State

2026-05-12 · Jack Young arxiv

We introduce WriteSAE, a sparse autoencoder for the matrix updates written into recurrent language-model state. In Gated DeltaNet, Mamba-2, and RWKV-7, each token writes a matrix-shaped update to a recurrent cache; a residual-stream SAE has vector-shaped atoms and cannot replace that update directly. WriteSAE learns rank-1 matrix atoms with the same shape as the model's own write. This lets us test a direct replacement: at positions where the SAE activates an atom, we remove the model's write, insert the atom scaled by its SAE activation, and continue the forward pass. The atom gives a closer final token distribution than deleting the write on 92.4% of evaluated positions; averaged per atom, the rate is 89.8%. For Gated DeltaNet, a formula using the forget gate, read query, and output embedding predicts the resulting logit change with $R^2 = 0.98$. The same replacement test transfers to Mamba-2-370M at 88.1%. In generation, the formula chooses a write direction; writing it into three consecutive cache positions at $3\times$ the norm of the model's write makes tokens initially ranked 100--1000 by the unmodified model appear in 100% of continuations, up from 33.3%. To our knowledge this is the first cache-level steering intervention reported in a state-space or hybrid recurrent layer.

📄 PDF Abstract BibTeX arXiv:2605.12770

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sequential Variational Autoencoders for Collaborative Filtering

2018-11-25 · Noveen Sachdeva, Giuseppe Manco, Ettore Ritacco, Vikram Pudi

Variational autoencoders were proven successful in domains such as computer vision and speech processing. Their adoption for modeling user preferences is still unexplored, although recently it is starting to gain attenti…

Recommendation Systems

Recurrent Video Masked Autoencoders

2025-12-15 · Daniel Zoran, Nikhil Parthasarathy, Yi Yang, Drew A Hudson 외 arxiv

We present Recurrent Video Masked-Autoencoders (RVM): a novel approach to video representation learning that leverages recurrent computation to model the temporal structure of video data. RVM couples an asymmetric maskin…

Representation LearningKnowledge DistillationAction ClassificationObject Tracking

Source-Agnostic Gravitational-Wave Detection with Recurrent Autoencoders

2021-07-27 · Eric A. Moreno, Jean-Roch Vlimant, Maria Spiropulu, Bartlomiej Borzyszkowski 외

We present an application of anomaly detection techniques based on deep recurrent autoencoders to the problem of detecting gravitational wave signals in laser interferometers. Trained on noise data, this class of algorit…

Anomaly DetectionGravitational Wave Detection

Pain level and pain-related behaviour classification using GRU-based sparsely-connected RNNs

2022-12-20 · Mohammad Mahdi Dehshibi, Temitayo Olugbade, Fernando Diaz-de-Maria, Nadia Bianchi-Berthouze 외

There is a growing body of studies on applying deep learning to biometrics analysis. Certain circumstances, however, could impair the objective measures and accuracy of the proposed biometric data analysis methods. For i…

Genesis of Basic and Multi-Layer Echo State Network Recurrent Autoencoders for Efficient Data Representations

2018-04-24 · Naima Chouikhi, Boudour Ammar, Adel M. ALIMI

It is a widely accepted fact that data representations intervene noticeably in machine learning tools. The more they are well defined the better the performance results are. Feature extraction-based methods such as autoe…

ClassificationGeneral Classification