CVDec 1, 2025

ViT$^3$: Unlocking Test-Time Training in Vision

arXiv:2512.01643v14 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and flexible vision modeling for researchers and practitioners, providing design principles and a baseline model, but it is incremental as it builds on existing TTT concepts.

The paper tackles the challenge of designing effective Test-Time Training (TTT) for visual sequence modeling by conducting a systematic empirical study, resulting in the ViT^3 model that achieves linear complexity and matches or outperforms advanced linear-complexity models across diverse visual tasks.

Test-Time Training (TTT) has recently emerged as a promising direction for efficient sequence modeling. TTT reformulates attention operation as an online learning problem, constructing a compact inner model from key-value pairs at test time. This reformulation opens a rich and flexible design space while achieving linear computational complexity. However, crafting a powerful visual TTT design remains challenging: fundamental choices for the inner module and inner training lack comprehensive understanding and practical guidelines. To bridge this critical gap, in this paper, we present a systematic empirical study of TTT designs for visual sequence modeling. From a series of experiments and analyses, we distill six practical insights that establish design principles for effective visual TTT and illuminate paths for future improvement. These findings culminate in the Vision Test-Time Training (ViT$^3$) model, a pure TTT architecture that achieves linear complexity and parallelizable computation. We evaluate ViT$^3$ across diverse visual tasks, including image classification, image generation, object detection, and semantic segmentation. Results show that ViT$^3$ consistently matches or outperforms advanced linear-complexity models (e.g., Mamba and linear attention variants) and effectively narrows the gap to highly optimized vision Transformers. We hope this study and the ViT$^3$ baseline can facilitate future work on visual TTT models. Code is available at https://github.com/LeapLabTHU/ViTTT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes