English

Vision-TTT: Efficient and Expressive Visual Representation Learning with Test-Time Training

Computer Vision and Pattern Recognition 2026-03-23 v2

Abstract

Learning efficient and expressive visual representation has long been the pursuit of computer vision research. While Vision Transformers (ViTs) gradually replace traditional Convolutional Neural Networks (CNNs) as more scalable vision learners, their applications are plagued by the quadratic complexity of the self-attention mechanism. To address the challenge, we introduce a new linear-time sequence modeling method Test-Time Training (TTT) into vision and propose Vision-TTT, which treats visual sequences as datasets and compresses the visual token sequences in a novel self-supervised learning manner. By incorporating the dual-dataset strategy and Conv2d-based dataset preprocessing, Vision-TTT effectively extends vanilla TTT to model 2D visual correlations with global receptive fields. Extensive experiments show that \texttt{Vittt-T/S/B} achieve 77.7%,81.8%,82.7%77.7\%,81.8\%,82.7\% Top-1 accuracy on ImageNet classification and also greatly outperform their counterparts on downstream tasks. At 1280×12801280\times1280 resolution, \texttt{Vittt-T} reduces FLOPs by 79.4%79.4\% and runs 4.72×4.72\times faster with 88.9%88.9\% less memory than DeiT-T. These results demonstrate the expressiveness and efficiency of Vision-TTT as a strong candidate for the next-generation generic visual backbone.

Keywords

Cite

@article{arxiv.2603.00518,
  title  = {Vision-TTT: Efficient and Expressive Visual Representation Learning with Test-Time Training},
  author = {Quan Kong and Yanru Xiao and Yuhao Shen and Cong Wang},
  journal= {arXiv preprint arXiv:2603.00518},
  year   = {2026}
}
R2 v1 2026-07-01T10:57:00.292Z