EVATok: Adaptive Length Video Tokenization for Efficient Visual Autoregressive Generation

AK's Picks GenAI Diffusion TDIG CV ARSDM Backbone
2026年03月12日
自回归(AR)视频生成模型依赖于视频标记器(video tokenizer),后者将像素压缩为离散的标记序列。这些标记序列的长度对于在重建质量与下游生成任务的计算开销之间取得平衡至关重要。传统的视频标记器对不同视频的时间片段采用统一的标记分配策略,往往在简单、静态或重复性较强的片段上浪费大量标记,却在动态性强或内容复杂的片段上分配不足,导致资源利用低效。为解决这一问题,我们提出了 **EVATok** 框架,即一种用于构建**高效**、**视频自适应**标记器(**E**fficient **V**ideo **A**daptive **Tok**enizer)的系统化方法。该框架首先针对每段视频估计其最优的标记分配方案,以实现重建质量与计算成本之间的最佳权衡;其次,设计轻量级路由模块(lightweight routers),以快速预测各视频所需的最优标记分配;最后,训练可自适应的标记器,使其依据路由模块所预测的分配方案对视频进行编码。实验表明,EVATok 在视频重建及下游自回归生成任务中,显著提升了整体效率与生成质量。进一步地,借助我们提出的先进训练范式——该范式融合了视频语义编码器(video semantic encoders)——EVATok 在 UCF-101 数据集上实现了更优的视频重建效果,并在“类别到视频”(class-to-video)生成任务中达到当前最优水平(state-of-the-art);相比此前最先进的 LARP 方法以及我们自身设定固定长度标记的基线模型,EVATok 平均标记使用量至少降低了 24.4%。
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.
许愿