paper-with-me

홈 › Papers

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

2024-03-20 · CVPR 2024 1 · Joonmyung Choi, Sanghyeok Lee, Jaewon Chu, Minhyuk Choi, Hyunwoo J. Kim

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.

📄 PDF Abstract BibTeX arXiv:2403.13347

Code (1)

mlvlab/vid-tldr 공식 구현 pytorch

Tasks

Action RecognitionComputational EfficiencyText RetrievalVideo Question AnsweringVideo RetrievalVideo-Text RetrievalVisual Question Answering (VQA)Zero-Shot Video Question AnswerZero-Shot Video Retrieval

Similar Papers 제목 키워드 기반

TLDR: Compressing Audio Tokens for Efficient Autoregressive Text-to-Speech

2026-06-08 · Yejin Lee, Junwon Moon, Hyoeun Kim, Hyunjin Choi 외 arxiv

Codec-based autoregressive (AR) speech language models have achieved strong text-to-speech (TTS) quality by modeling speech as sequences of discrete audio tokens with large pretrained backbones. However, this token-level…

TLDR: Token-Level Detective Reward Model for Large Vision Language Models

2024-10-07 · Deqing Fu, Tong Xiao, Rui Wang, Wang Zhu 외

Although reward models have been successful in improving multimodal large language models, the reward models themselves remain brutal and contain minimal information. Notably, existing reward models only mimic human anno…

HallucinationHallucination Evaluation

TLDR: Token Loss Dynamic Reweighting for Reducing Repetitive Utterance Generation

2020-03-26 · Shaojie Jiang, Thomas Wolf, Christof Monz, Maarten de Rijke

Natural Language Generation (NLG) models are prone to generating repetitive utterances. In this work, we study the repetition problem for encoder-decoder models, using both recurrent neural network (RNN) and transformer …

DecoderText Generation

Making Small Language Models Efficient Reasoners: Intervention, Supervision, Reinforcement

2025-05-12 · Xuechen Zhang, Zijian Huang, Chenshun Ni, Ziyang Xiong 외

Recent research enhances language model reasoning by scaling test-time compute via longer chain-of-thought traces. This often improves accuracy but also introduces redundancy and high computational cost, especially for s…

TLDR: Extreme Summarization of Scientific Documents

2020-04-30 · Findings of the Association for Computational Linguistics 2020 · Isabel Cachola, Kyle Lo, Arman Cohan, Daniel S. Weld

We introduce TLDR generation, a new form of extreme summarization, for scientific papers. TLDR generation involves high source compression and requires expert background knowledge and understanding of complex domain-spec…

Abstractive Text SummarizationExtreme Summarization