paper-with-me

홈 › Papers

HiTVideo: Hierarchical Tokenizers for Enhancing Text-to-Video Generation with Autoregressive Large Language Models

2025-03-14 · Ziqin Zhou, Yifan Yang, Yuqing Yang, Tianyu He, Houwen Peng, Kai Qiu, Qi Dai, Lili Qiu, Chong Luo, Lingqiao Liu

Text-to-video generation poses significant challenges due to the inherent complexity of video data, which spans both temporal and spatial dimensions. It introduces additional redundancy, abrupt variations, and a domain gap between language and vision tokens while generation. Addressing these challenges requires an effective video tokenizer that can efficiently encode video data while preserving essential semantic and spatiotemporal information, serving as a critical bridge between text and vision. Inspired by the observation in VQ-VAE-2 and workflows of traditional animation, we propose HiTVideo for text-to-video generation with hierarchical tokenizers. It utilizes a 3D causal VAE with a multi-layer discrete token framework, encoding video content into hierarchically structured codebooks. Higher layers capture semantic information with higher compression, while lower layers focus on fine-grained spatiotemporal details, striking a balance between compression efficiency and reconstruction quality. Our approach efficiently encodes longer video sequences (e.g., 8 seconds, 64 frames), reducing bits per pixel (bpp) by approximately 70\% compared to baseline tokenizers, while maintaining competitive reconstruction quality. We explore the trade-offs between compression and reconstruction, while emphasizing the advantages of high-compressed semantic tokens in text-to-video tasks. HiTVideo aims to address the potential limitations of existing video tokenizers in text-to-video generation tasks, striving for higher compression ratios and simplify LLMs modeling under language guidance, offering a scalable and promising framework for advancing text to video generation. Demo page: https://ziqinzhou66.github.io/project/HiTVideo.

📄 PDF Abstract BibTeX arXiv:2503.11513

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Video GenerationVideo Generation

Methods 이 논문이 사용한 방법론

PixelCNN A PixelCNN is a generative model that uses autoregressive connections to model images pixel by pixel, decomposing the joint image distribution as a product of conditionals.…
Focus 설명 없음
VQ-VAE-2 VQ-VAE-2 is a type of variational autoencoder that combines a a two-level hierarchical VQ-VAE with a self-attention autoregressive…

Similar Papers 제목 키워드 기반

EVATok: Adaptive Length Video Tokenization for Efficient Visual Autoregressive Generation

2026-03-12 · Tianwei Xiong, Jun Hao Liew, Zilong Huang, Zhijie Lin 외 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 downstr…

Video ReconstructionVideo Generation

KVAE: Family of Tokenizers for Multimodal Generative Models

2026-08-06 · Andrey Shutkin, Denis Parkhomenko, Ivan Kirillov, Kirill Chernyshev 외 arxiv

Latent diffusion modeling (LDM), a prominent paradigm, utilizes tokenizers to map input signal to compressed representation. This dependency positions tokenizer as an integral part of generation process itself, since it …

VFRTok: Variable Frame Rates Video Tokenizer with Duration-Proportional Information Assumption

2025-05-17 · Tianxiong Zhong, Xingye Tian, Boyuan Jiang, Xuebo Wang 외

Modern video generation frameworks based on Latent Diffusion Models suffer from inefficiencies in tokenization due to the Frame-Proportional Information Assumption. Existing tokenizers provide fixed temporal compression …

DecoderPositionVideo Generation

ResTok: Learning Hierarchical Residuals in 1D Visual Tokenizers for Autoregressive Image Generation

2026-01-07 · Xu Zhang, Cheng Da, Huan Yang, Kun Gai 외 arxiv

Existing 1D visual tokenizers for autoregressive (AR) generation largely follow the design principles of language modeling, as they are built directly upon transformers whose priors originate in language, yielding single…

Image Generation

TokBench: Evaluating Your Visual Tokenizer before Visual Generation

2025-05-23 · Junfeng Wu, Dongliang Luo, Weizhi Zhao, Zhihao Xie 외

In this work, we reveal the limitations of visual tokenizers and VAEs in preserving fine-grained features, and propose a benchmark to evaluate reconstruction performance for two challenging visual contents: text and face…

Face RecognitionFace ReconstructionImage CompressionOptical Character Recognition (OCR)