English

Video, How Do Your Tokens Merge?

Computer Vision and Pattern Recognition 2025-10-24 v1

Abstract

Video transformer models require huge amounts of compute resources due to the spatio-temporal scaling of the input. Tackling this, recent methods have proposed to drop or merge tokens for image models, whether randomly or via learned methods. Merging tokens has many benefits: it can be plugged into any vision transformer, does not require model re-training, and it propagates information that would otherwise be dropped through the model. Before now, video token merging has not been evaluated on temporally complex datasets for video understanding. In this work, we explore training-free token merging for video to provide comprehensive experiments and find best practices across four video transformers on three datasets that exhibit coarse and fine-grained action recognition. Our results showcase the benefits of video token merging with a speedup of around 2.52.5X while maintaining accuracy (avg. 0.55%-0.55\% for ViViT). Code available at https://github.com/sjpollard/video-how-do-your-tokens-merge.

Keywords

Cite

@article{arxiv.2506.03885,
  title  = {Video, How Do Your Tokens Merge?},
  author = {Sam Pollard and Michael Wray},
  journal= {arXiv preprint arXiv:2506.03885},
  year   = {2025}
}

Comments

Accepted at eLVM workshop at CVPR 2025

R2 v1 2026-07-01T02:58:54.702Z