paper-with-me

홈 › Papers

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

2026-04-14 · Andrei Atanov, Jesse Allardice, Roman Bachmann, Oğuzhan Fatih Kar, R Devon Hjelm, David Griffiths, Peter Fu, Afshin Dehghan, Amir Zamir arxiv

Visual tokenizers map high-dimensional raw pixels into a compressed representation for downstream modeling. Beyond compression, tokenizers dictate what information is preserved and how it is organized. A de facto standard approach to video tokenization is to represent a video as a spatiotemporal 3D grid of tokens, each capturing the corresponding local information in the original signal. This requires the downstream model that consumes the tokens, e.g., a text-to-video model, to learn to predict all low-level details "pixel-by-pixel" irrespective of the video's inherent complexity, leading to high learning complexity. We present VideoFlexTok, which represents videos with a variable-length sequence of tokens structured in a coarse-to-fine manner -- where the first tokens (emergently) capture abstract information, such as semantics and motion, and later tokens add fine-grained details. The generative flow decoder enables realistic video reconstructions from any token count. This representation structure allows adapting the token count according to downstream needs and encoding videos longer than the baselines with the same budget. We evaluate VideoFlexTok on class- and text-to-video generative tasks and show that it leads to more efficient training compared to 3D grid tokens, e.g., achieving comparable generation quality (gFVD and ViCLIP Score) with a 5x smaller model (1.1B vs 5.2B). Finally, we demonstrate how VideoFlexTok can enable long video generation without prohibitive computational cost by training a text-to-video model on 10-second 81-frame videos with only 672 tokens, 8x fewer than a comparable 3D grid tokenizer.

📄 PDF Abstract BibTeX arXiv:2604.12887

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

A Flexible and Scalable Framework for Video Moment Search

2025-01-09 · Chongzhi Zhang, Xizhou Zhu, Aixin Sun

Video moment search, the process of finding relevant moments in a video corpus to match a user's query, is crucial for various applications. Existing solutions, however, often assume a single perfect matching moment, str…

Moment RetrievalRe-RankingRetrieval

Context-aware and Scale-insensitive Temporal Repetition Counting

2020-05-18 · CVPR 2020 6 · Huaidong Zhang, Xuemiao Xu, Guoqiang Han, Shengfeng He

Temporal repetition counting aims to estimate the number of cycles of a given repetitive action. Existing deep learning methods assume repetitive actions are performed in a fixed time-scale, which is invalid for the comp…

regression

Look Closer to Ground Better: Weakly-Supervised Temporal Grounding of Sentence in Video

2020-01-25 · Zhenfang Chen, Lin Ma, Wenhan Luo, Peng Tang 외

In this paper, we study the problem of weakly-supervised temporal grounding of sentence in video. Specifically, given an untrimmed video and a query sentence, our goal is to localize a temporal segment in the video that …

Sentence

MilliVid: Hierarchical Latents for Long-Range Consistency in Video Generation

2026-06-08 · Ishaan Preetam Chandratreya, David Charatan, Basile Van Hoorick, Sergey Zakharov 외 arxiv

Video generative models have become increasingly powerful, but long-range consistency remains challenging to achieve because even a few dozen frames require impractically long transformer sequence lengths. We show that t…

Video Generation

VADTree: Explainable Training-Free Video Anomaly Detection via Hierarchical Granularity-Aware Tree

2025-10-26 · Wenlong Li, Yifei Xu, Yuan Rao, Zhenhua Wang 외 arxiv

Video anomaly detection (VAD) focuses on identifying anomalies in videos. Supervised methods demand substantial in-domain training data and fail to deliver clear explanations for anomalies. In contrast, training-free met…

Generic Event Boundary DetectionVideo Anomaly Detection