← Back to feed
2026-08-21scalingcode

Rethinking Expressivity and Efficiency in Test-Time Training

Zeyun Zhong, Joya Chen, Manuel Martin, Frederik Diederichs, Juergen Gall, Juergen Beyerer

PDF preview for Rethinking Expressivity and Efficiency in Test-Time Training
Read on arXiv →

Key claim

E$^2$-TTT improves long-context processing efficiency.

In plain English

Imagine you're building a language model that needs to handle long conversations or documents, where keeping track of context is crucial. Current methods for updating model weights during inference often struggle with efficiency, especially when trying to adapt to new information in real-time. They either update weights for each token, which can be computationally expensive, or use chunk-wise approximations that lose important temporal details, leading to what's called a loss of expressivity. This can result in models that don't perform well when faced with longer contexts or new data that wasn't part of their training.

E$^2$-TTT offers a solution by allowing for continuous weight updates during inference while maintaining efficiency. It does this by deriving a closed-form state transition that captures the necessary dynamics of per-token updates but applies them in a way that can be processed in parallel across chunks. This means you can train large models efficiently while still preserving the ability to adapt to new information effectively. In tests, E$^2$-TTT not only matches the performance of previous methods but also excels in scenarios requiring long-context understanding, making it a significant step forward for anyone looking to build robust language models.

Novelty
8.0/10

E$^2$-TTT introduces a novel approach to balancing expressivity and efficiency in test-time training.

Reliability
7.5/10

The method is validated with substantial model training and performance comparisons against established baselines.

Deep reliability assessment

The methodology supports efficient and expressive test-time training by reconciling token-level expressiveness with chunk-level efficiency, but the claims of outperforming baselines in all scenarios may be overclaimed without broader validation.

Reproducibility

yes, the code is available at https://github.com/zeyun-zhong/E2-TTT

Key figure

The key architectural diagram likely illustrates the closed-form state transition enabling parallelized chunk-level training while preserving temporal structure.

Benchmark results

LAMBADAperplexity: 15.3vs HQLT-0.8SOTA
SWDEaccuracy: 47.3vs HQLT+15.2SOTA
GitHub1 repo
zeyun-zhong/E2-TTTOfficial