paper-with-me

Papers

Efficient Long Video Tokenization via Coordinate-based Patch Reconstruction

2024-11-22 · CVPR 2025 1 · Huiwon Jang, Sihyun Yu, Jinwoo Shin, Pieter Abbeel, Younggyo Seo

Efficient tokenization of videos remains a challenge in training vision models that can process long videos. One promising direction is to develop a tokenizer that can encode long video clips, as it would enable the tokenizer to leverage the temporal coherence of videos better for tokenization. However, training existing tokenizers on long videos often incurs a huge training cost as they are trained to reconstruct all the frames at once. In this paper, we introduce CoordTok, a video tokenizer that learns a mapping from coordinate-based representations to the corresponding patches of input videos, inspired by recent advances in 3D generative models. In particular, CoordTok encodes a video into factorized triplane representations and reconstructs patches that correspond to randomly sampled $(x,y,t)$ coordinates. This allows for training large tokenizer models directly on long videos without requiring excessive training resources. Our experiments show that CoordTok can drastically reduce the number of tokens for encoding long video clips. For instance, CoordTok can encode a 128-frame video with 128$\times$128 resolution into 1280 tokens, while baselines need 6144 or 8192 tokens to achieve similar reconstruction quality. We further show that this efficient video tokenization enables memory-efficient training of a diffusion transformer that can generate 128 frames at once.

📄 PDF Abstract BibTeX arXiv:2411.14762

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

LARP: Tokenizing Videos with a Learned Autoregressive Generative Prior

2024-10-28 · Hanyu Wang, Saksham Suri, Yixuan Ren, Hao Chen 외

We present LARP, a novel video tokenizer designed to overcome limitations in current video tokenization methods for autoregressive (AR) generative models. Unlike traditional patchwise tokenizers that directly encode loca…

Video GenerationVideo Reconstruction

One Trajectory, One Token: Grounded Video Tokenization via Panoptic Sub-object Trajectory

2025-05-29 · Chenhao Zheng, Jieyu Zhang, Mohammadreza Salehi, Ziqi Gao 외

Effective video tokenization is critical for scaling transformer models for long videos. Current approaches tokenize videos using space-time patches, leading to excessive tokens and computational inefficiencies. The best…

Contrastive LearningText RetrievalToken ReductionVideo-Text Retrieval+1

Structure-Preserving Patch Decoding for Efficient Neural Video Representation

2025-06-15 · Taiga Hayami, Kakeru Koizumi, Hiroshi Watanabe

Implicit neural representations (INRs) are the subject of extensive research, particularly in their application to modeling complex signals by mapping spatial and temporal coordinates to corresponding values. When handli…

PS-NeRV: Patch-wise Stylized Neural Representations for Videos

2022-08-07 · Yunpeng Bai, Chao Dong, Cairong Wang

We study how to represent a video with implicit neural representations (INRs). Classical INRs methods generally utilize MLPs to map input coordinates to output pixels. While some recent works have tried to directly recon…

Video CompressionVideo InpaintingVideo Reconstruction

Versatile Video Representation via Feed-Forward 2D Gaussian Splatting Tokenization

2025-08-15 · Zhenghao Chen, Zicong Chen, Lei Liu, Yiming Wu 외 arxiv

Recent video representation methods that rely on fixed-grid, patch-wise tokenization often exhibit limited versatility.Spatially, uniformly allocating a fixed number of tokens often leads to over-encoding in low-informat…

Video ReconstructionAction Recognition