paper-with-me

홈 › Papers

AdaReTaKe: Adaptive Redundancy Reduction to Perceive Longer for Video-language Understanding

2025-03-16 · Xiao Wang, Qingyi Si, Jianlong Wu, Shiyu Zhu, Li Cao, Liqiang Nie

Multimodal Large Language Models (MLLMs) have revolutionized video understanding, yet are still limited by context length when processing long videos. Recent methods compress videos by leveraging visual redundancy uniformly, yielding promising results. Nevertheless, our quantitative analysis shows that redundancy varies significantly across time and model layers, necessitating a more flexible compression strategy. We propose AdaReTaKe, a training-free method that flexibly reduces visual redundancy by allocating compression ratios among time and layers with theoretical guarantees. Integrated into state-of-the-art MLLMs, AdaReTaKe improves processing capacity from 256 to 2048 frames while preserving critical information. Experiments on VideoMME, MLVU, LongVideoBench, and LVBench datasets demonstrate that AdaReTaKe outperforms existing methods by 2.3% and 2.8% for 7B and 72B models, respectively, with even greater improvements of 5.9% and 6.0% on the longest LVBench. Our code is available at https://github.com/SCZwangxiao/video-FlexReduc.git.

📄 PDF Abstract BibTeX arXiv:2503.12559

Code (1)

sczwangxiao/video-flexreduc 공식 구현 pytorch

Tasks

Video Understanding

Similar Papers 제목 키워드 기반

Dynamic Query Selection for Fast Visual Perceiver

2022-05-22 · Corentin Dancette, Matthieu Cord

Transformers have been matching deep convolutional networks for vision architectures in recent works. Most work is focused on getting the best results on large-scale benchmarks, and scaling laws seem to be the most succe…

VA-RED$^2$: Video Adaptive Redundancy Reduction

2021-02-15 · ICLR 2021 1 · Bowen Pan, Rameswar Panda, Camilo Fosco, Chung-Ching Lin 외

Performing inference on deep learning models for videos remains a challenge due to the large amount of computational resources required to achieve robust recognition. An inherent property of real-world videos is the high…

Attributed Graph Clustering with Dual Redundancy Reduction

2022-04-18 · Conference 2022 4 · Lei Gong, Sihang Zhou, Wenxuan Tu and Xinwang Liu∗

Attributed graph clustering is a basic yet essential method for graph data exploration. Recent efforts over graph contrastive learning have achieved impressive clustering performance. However, we observe that the commo…

ClusteringContrastive LearningDiversityGraph Clustering

AREDSUM: Adaptive Redundancy-Aware Iterative Sentence Ranking for Extractive Document Summarization

2020-04-13 · EACL 2021 2 · Keping Bi, Rahul Jha, W. Bruce Croft, Asli Celikyilmaz

Redundancy-aware extractive summarization systems score the redundancy of the sentences to be included in a summary either jointly with their salience information or separately as an additional sentence scoring step. Pre…

DiversityDocument SummarizationExtractive Document SummarizationExtractive Summarization+2

CLASP: Class-Adaptive Layer Fusion and Dual-Stage Pruning for Multimodal Large Language Models

2026-04-14 · Yunkai Dang, Yizhu Jiang, Yifan Jiang, Qi Fan 외 arxiv

Multimodal Large Language Models (MLLMs) suffer from substantial computational overhead due to the high redundancy in visual token sequences. Existing approaches typically address this issue using single-layer Vision Tra…