vid-TLDR: Training Free Token merging for Light-weight Video Transformer
Joonmyung Choi, Sanghyeok Lee, Jaewon Chu, Minhyuk Choi, Hyunwoo J. Kim
TL;DR
vid-TLDR introduces a training-free, two-stage token reduction framework for light-weight video Transformers. It first detects salient regions using an attention-sharpness-based saliency score from early layers, then performs saliency-aware token merging that downweights or removes background tokens. The approach yields significant FLOPs reductions while maintaining competitive performance on video-text retrieval and video QA tasks, and generalizes to other video backbones such as VideoMAE and ViFi-CLIP. This work demonstrates that early-layer token pruning, guided by robust saliency signals, can substantially improve efficiency in video understanding without additional training.
Abstract
Video Transformers have become the prevalent solution for various video downstream tasks with superior expressive power and flexibility. However, these video transformers suffer from heavy computational costs induced by the massive number of tokens across the entire video frames, which has been the major barrier to training the model. Further, the patches irrelevant to the main contents, e.g., backgrounds, degrade the generalization performance of models. To tackle these issues, we propose training free token merging for lightweight video Transformer (vid-TLDR) that aims to enhance the efficiency of video Transformers by merging the background tokens without additional training. For vid-TLDR, we introduce a novel approach to capture the salient regions in videos only with the attention map. Further, we introduce the saliency-aware token merging strategy by dropping the background tokens and sharpening the object scores. Our experiments show that vid-TLDR significantly mitigates the computational complexity of video Transformers while achieving competitive performance compared to the base model without vid-TLDR. Code is available at https://github.com/mlvlab/vid-TLDR.
