Paper thread · Long-context sequence modeling ·
Incremental Memory Activation for Long-Context Sequence Modeling
TL;DR. Most memory models expose their full state from the very first token, so early context spreads across it unchecked and later context can only overwrite what is already there. Proteus schedules that capacity instead: one block is active at first, and more unlock as the context grows. It is a drop-in gate that adds no parameters and no compute, and it improves four state-of-the-art architectures — with the largest gains at the longest contexts.
If you found this thread useful and would like to cite the paper:
Plain text
Bayat, Reza, Ali Behrouz, Vahab Mirrokni, and Aaron Courville. “Proteus: Incremental Memory Activation for Long-Context Sequence Modeling.” arXiv preprint arXiv:2608.16844 (2026).
BibTeX
@article{bayat2026proteus,
title = {{Proteus: Incremental Memory Activation for Long-Context Sequence Modeling}},
author = {Bayat, Reza and Behrouz, Ali and Mirrokni, Vahab and Courville, Aaron},
journal = {arXiv preprint arXiv:2608.16844},
year = {2026}
}