SOTAVerified

vid-TLDR: Training Free Token merging for Light-weight Video Transformer

2024-03-20CVPR 2024Code Available2· sign in to hype

Joonmyung Choi, Sanghyeok Lee, Jaewon Chu, Minhyuk Choi, Hyunwoo J. Kim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ActivityNetvid-TLDR (UMT-L)text-to-video R@142.8Unverified
ActivityNetvid-TLDR (UMT-L)text-to-video R@166.7Unverified
DiDeMovid-TLDR (UMT-L)text-to-video R@152Unverified
DiDeMovid-TLDR (UMT-L)text-to-video R@172.3Unverified
LSMDCvid-TLDR (UMT-L)text-to-video R@143.1Unverified
MSR-VTTvid-TLDR (UMT-L)text-to-video R@142.1Unverified
MSR-VTTvid-TLDR (UMT-L)text-to-video R@158.1Unverified
MSVDvid-TLDR (UMT-L)text-to-video R@157.9Unverified
MSVDvid-TLDR (UMT-L)text-to-video R@150Unverified
SSv2-label retrievalvid-TLDR (UMT-L)text-to-video R@173.1Unverified
SSv2-template retrievalvid-TLDR (UMT-L)text-to-video R@190.2Unverified

Reproductions