arXiv:2602.22779cs.CV2026-02被引 3

用动态轨迹分块提升视频理解效率与精度

TrajTok: Learning Trajectory Tokens enables better Video Understanding

  • 通过统一的时空聚类直接生成物体轨迹,无需外部追踪
  • 在分类与检索任务中达到最优性能,且效率接近最优合并方法
  • 可灵活用于预训练模型适配或长视频推理,适用性强

视频模型中的标记化通常采用补丁划分,产生大量冗余标记,严重限制效率与可扩展性。现有基于轨迹的标记器虽能解耦视频时长与标记数量,但依赖复杂且缓慢的任务无关分割与追踪流水线。我们提出TrajTok,一个端到端集成、与下游任务共同训练的视频标记模块,能根据语义复杂度动态调整标记粒度,不受视频时长影响。TrajTok包含统一的段落生成器,在单次前向传播中对时空像素进行隐式聚类,直接输出物体轨迹。相比追求像素级分割精度,该方法轻量高效,实证提升了视频理解性能。基于TrajTok,我们从零训练了视频CLIP模型(TrajViT2),在分类与检索基准上实现最佳准确率,同时保持与最优标记合并方法相当的效率。此外,TrajTok还具备通用性:可作为探测头集成于预训练视觉特征(TrajAdapter),或作为视觉语言模型中的对齐连接器(TrajVLM),尤其在长视频推理中表现优异。

原文摘要 · Abstract (English)

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.

视频理解轨迹标记CLIP长视频推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。