Switch language한국어
Back to the list

Linearizing Vision Transformer with Test-Time Training

TL;DR AI

Key summary

2 min read
  1. Researchers propose a way to convert pretrained Vision Transformers from softmax attention to linear-complexity test-time training models.

  2. The method aligns both architecture and representations, using key instance normalization and a locality module to inherit weights with limited fine-tuning.

  3. On Stable Diffusion 3.5, the fine-tuned SD3.5-T^5 variant matches quality while running faster, cutting inference cost on H20 GPUs.

Read the original