paper-with-me

홈 › Papers

TrajTok: Learning Trajectory Tokens enables better Video Understanding

2026-02-26 · Chenhao Zheng, Jieyu Zhang, Jianing Zhang, Weikai Huang, Ashutosh Kumar, Quan Kong, Oncel Tuzel, Chun-Liang Li, Ranjay Krishna arxiv

Tokenization in video models, typically through patchification, generates an excessive and redundant number of tokens. This severely limits video efficiency and scalability. While recent trajectory-based tokenizers offer a promising solution by decoupling video duration from token count, they rely on complex external segmentation and tracking pipelines that are slow and task-agnostic. We propose TrajTok, an end-to-end video tokenizer module that is fully integrated and co-trained with video models for a downstream objective, dynamically adapting its token granularity to semantic complexity, independent of video duration. TrajTok contains a unified segmenter that performs implicit clustering over pixels in both space and time to directly produce object trajectories in a single forward pass. By prioritizing downstream adaptability over pixel-perfect segmentation fidelity, TrajTok is lightweight and efficient, yet empirically improves video understanding performance. With TrajTok, we implement a video CLIP model trained from scratch (TrajViT2). It achieves the best accuracy at scale across both classification and retrieval benchmarks, while maintaining efficiency comparable to the best token-merging methods. TrajTok also proves to be a versatile component beyond its role as a tokenizer. We show that it can be seamlessly integrated as either a probing head for pretrained visual features (TrajAdapter) or an alignment connector in vision-language models (TrajVLM) with especially strong performance in long-video reasoning.

📄 PDF Abstract BibTeX arXiv:2602.22779

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TrajTok: Adaptive Spatial Tokenization for Trajectory Representation Learning

2026-05-19 · Zhen Xiong, Shang-Ling Hsu, Cyrus Shahabi arxiv

Learning generalizable trajectory representations from raw GPS traces remains difficult because the data is continuous, noisy, and irregularly sampled. Spatial tokenization is also challenging: fine grids yield sparse ce…

Representation Learning

TrajTok: Technical Report for 2025 Waymo Open Sim Agents Challenge

2025-06-23 · Zhiyuan Zhang, Xiaosong Jia, GuanYu Chen, QiFeng Li 외

In this technical report, we introduce TrajTok, a trajectory tokenizer for discrete next-token-prediction based behavior generation models, which combines data-driven and rule-based methods with better coverage, symmetry…

UNIVERSE: Unified Video Action Models for Autonomous Driving with Flexible Mask-Modulated Modality Generation

2026-07-06 · Mengmeng Liu, Diankun Zhang, Jiuming Liu, Jianfeng Cui 외 arxiv

World Action Models (WAMs) have shown strong potential for improving action generalization in autonomous driving by using future video prediction as dense supervision for scene dynamics and temporal causality. However, i…

Autonomous DrivingVideo PredictionVideo Denoising

PE-Field 4D: Video Generation Models as Canvas

2026-07-17 · Yunpeng Bai, Haoxiang Li, Qixing Huang arxiv

Diffusion Transformers have recently achieved strong performance in video generation, yet controlling scene geometry under viewpoint changes and camera motion remains challenging. In this work, we revisit the role of pos…

Video Generation

How can objects help action recognition?

2023-06-20 · CVPR 2023 1 · Xingyi Zhou, Anurag Arnab, Chen Sun, Cordelia Schmid

Current state-of-the-art video models process a video clip as a long sequence of spatio-temporal tokens. However, they do not explicitly model objects, their interactions across the video, and instead process all the tok…

Action RecognitionObject