paper-with-me

홈 › Papers

EVATok: Adaptive Length Video Tokenization for Efficient Visual Autoregressive Generation

2026-03-12 · Tianwei Xiong, Jun Hao Liew, Zilong Huang, Zhijie Lin, Jiashi Feng, Xihui Liu arxiv

Autoregressive (AR) video generative models rely on video tokenizers that compress pixels into discrete token sequences. The length of these token sequences is crucial for balancing reconstruction quality against downstream generation computational cost. Traditional video tokenizers apply a uniform token assignment across temporal blocks of different videos, often wasting tokens on simple, static, or repetitive segments while underserving dynamic or complex ones. To address this inefficiency, we introduce $\textbf{EVATok}$, a framework to produce $\textbf{E}$fficient $\textbf{V}$ideo $\textbf{A}$daptive $\textbf{Tok}$enizers. Our framework estimates optimal token assignments for each video to achieve the best quality-cost trade-off, develops lightweight routers for fast prediction of these optimal assignments, and trains adaptive tokenizers that encode videos based on the assignments predicted by routers. We demonstrate that EVATok delivers substantial improvements in efficiency and overall quality for video reconstruction and downstream AR generation. Enhanced by our advanced training recipe that integrates video semantic encoders, EVATok achieves superior reconstruction and state-of-the-art class-to-video generation on UCF-101, with at least 24.4% savings in average token usage compared to the prior state-of-the-art LARP and our fixed-length baseline.

📄 PDF Abstract BibTeX arXiv:2603.12267

Code (0)

등록된 구현이 없습니다.

Tasks

Video ReconstructionVideo Generation

Similar Papers 제목 키워드 기반

InfoTok: Adaptive Discrete Video Tokenizer via Information-Theoretic Compression

2025-12-18 · Haotian Ye, Qiyuan He, Jiaqi Han, Puheng Li 외 arxiv

Accurate and efficient discrete video tokenization is essential for long video sequences processing. Yet, the inherent complexity and variable information density of videos present a significant bottleneck for current to…

Image and Video Tokenization with Binary Spherical Quantization

2024-06-11 · Yue Zhao, Yuanjun Xiong, Philipp Krähenbühl

We propose a new transformer-based image and video tokenizer with Binary Spherical Quantization (BSQ). BSQ projects the high-dimensional visual embedding to a lower-dimensional hypersphere and then applies binary quantiz…

DecoderImage GenerationQuantizationVideo Compression+1

Single-pass Adaptive Image Tokenization for Minimum Program Search

2025-07-10 · Shivam Duggal, Sanghyun Byun, William T. Freeman, Antonio Torralba 외 arxiv

According to Algorithmic Information Theory (AIT) -- Intelligent representations compress data into the shortest possible program that can reconstruct its content, exhibiting low Kolmogorov Complexity (KC). In contrast, …

Representation LearningReinforcement Learning

ElasticTok: Adaptive Tokenization for Image and Video

2024-10-10 · Wilson Yan, Volodymyr Mnih, Aleksandra Faust, Matei Zaharia 외

Efficient video tokenization remains a key bottleneck in learning general purpose vision models that are capable of processing long video sequences. Prevailing approaches are restricted to encoding videos to a fixed numb…

TokenLearner: Adaptive Space-Time Tokenization for Videos

2021-12-01 · NeurIPS 2021 12 · Michael Ryoo, AJ Piergiovanni, Anurag Arnab, Mostafa Dehghani 외

In this paper, we introduce a novel visual representation learning which relies on a handful of adaptively learned tokens, and which is applicable to both image and video understanding tasks. Instead of relying on hand-d…

Representation LearningVideo RecognitionVideo Understanding