VideoFlexTok: Flexible-Length Coarse-to-Fine Video Tokenization

· Source: Apple Machine Learning Research · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

VideoFlexTok, a novel video tokenization method published in July 2026 by researchers including Andrei Atanov and Amir Zamir, introduces a variable-length, coarse-to-fine token sequence representation for videos. Unlike standard 3D grid tokenization that demands "pixel-by-pixel" learning, VideoFlexTok's initial tokens capture abstract information like semantics and motion, with subsequent tokens adding fine-grained details. Its generative flow decoder facilitates realistic video reconstructions from any token count, allowing adaptation to downstream needs and efficient encoding of longer videos. Evaluations on class- and text-to-video generative tasks demonstrate more efficient training, achieving comparable generation quality (gFVD and ViCLIP Score) with a 5x smaller model (1.1B vs 5.2B). This approach also enables long video generation, exemplified by training a text-to-video model on 10-second, 81-frame videos using only 672 tokens, an 8x reduction compared to 3D grid tokenizers.

Key takeaway

For Machine Learning Engineers developing video generative models, VideoFlexTok offers a path to significantly improve training efficiency and scalability. You can achieve comparable generation quality with 5x smaller models, reducing computational costs. Consider adopting coarse-to-fine, variable-length tokenization to enable longer video generation without prohibitive resource demands. This approach allows you to adapt token counts precisely to your specific application's detail requirements.

Key insights

VideoFlexTok uses variable-length, coarse-to-fine tokens for efficient video representation and generation, reducing model complexity.

Principles

Method

VideoFlexTok represents videos with a variable-length, coarse-to-fine token sequence. A generative flow decoder reconstructs videos from any token count, allowing adaptive detail levels and efficient long video encoding.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Apple Machine Learning Research.