ICML 2026poster0 citations

Q-Delta: Beyond Key–Value Associative State Evolution

Sumin Park, Seojin Kim, Noseong Park

Abstract

Linear attention reformulates sequence modeling as recurrent state evolution, enabling efficient linear-time inference. Under the key–value associative paradigm, existing approaches restrict the role of the query to the readout operation, decoupling it from state evolution. We show that query-conditioned state readout induces a structured value prediction over accumulated memory that complements key-based retrieval. Based on this insight, we propose Q-Delta, a query-aware delta rule that integrates mixed key--query prediction errors into state evolution, enabling jointly corrective dynamics while preserving delta-rule efficiency. We establish stability guarantees for the resulting dynamics and derive a hardware-efficient chunkwise-parallel formulation with a custom Triton implementation. Empirical results demonstrate stable optimization, competitive throughput, and consistent improvements over strong baselines on language modeling and long-context retrieval tasks.

TransformerOptimizationRetrieval
BibTeX
@inproceedings{
park2026qdelta,
title={Q-Delta: Beyond Key{\textendash}Value Associative State Evolution},
author={Sumin Park and Seojin Kim and Noseong Park},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=O6tuJZIv0u}
}