CVMar 6

CaTok: Taming Mean Flows for One-Dimensional Causal Image Tokenization

arXiv:2603.06449v11 citations
Predicted impact top 6% in CV · last 90 daysOriginality Highly original
AI Analysis

This work addresses the problem of creating causal 1D representations for images, which is crucial for enabling autoregressive vision models similar to those in language, benefiting researchers working on generative vision models.

The paper introduces CaTok, a 1D causal image tokenizer designed to address the challenges of extending autoregressive language model paradigms to vision. CaTok achieves state-of-the-art results on ImageNet reconstruction, reaching 0.75 FID, 22.53 PSNR, and 0.674 SSIM with fewer training epochs, and its autoregressive model performs comparably to leading approaches.

Autoregressive (AR) language models rely on causal tokenization, but extending this paradigm to vision remains non-trivial. Current visual tokenizers either flatten 2D patches into non-causal sequences or enforce heuristic orderings that misalign with the "next-token prediction" pattern. Recent diffusion autoencoders similarly fall short: conditioning the decoder on all tokens lacks causality, while applying nested dropout mechanism introduces imbalance. To address these challenges, we present CaTok, a 1D causal image tokenizer with a MeanFlow decoder. By selecting tokens over time intervals and binding them to the MeanFlow objective, as illustrated in Fig. 1, CaTok learns causal 1D representations that support both fast one-step generation and high-fidelity multi-step sampling, while naturally capturing diverse visual concepts across token intervals. To further stabilize and accelerate training, we propose a straightforward regularization REPA-A, which aligns encoder features with Vision Foundation Models (VFMs). Experiments demonstrate that CaTok achieves state-of-the-art results on ImageNet reconstruction, reaching 0.75 FID, 22.53 PSNR and 0.674 SSIM with fewer training epochs, and the AR model attains performance comparable to leading approaches.

Foundations

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

Your Notes