paper-with-me

홈 › Papers

FrameFusion: Combining Similarity and Importance for Video Token Reduction on Large Visual Language Models

2024-12-30 · Tianyu Fu, Tengxuan Liu, Qinghao Han, Guohao Dai, Shengen Yan, Huazhong Yang, Xuefei Ning, Yu Wang

The increasing demand to process long and high-resolution videos significantly burdens Large Vision-Language Models (LVLMs) due to the enormous number of visual tokens. Existing token reduction methods primarily focus on importance-based token pruning, which overlooks the redundancy caused by frame resemblance and repetitive visual elements. In this paper, we analyze the high vision token similarities in LVLMs. We reveal that token similarity distribution condenses as layers deepen while maintaining ranking consistency. Leveraging the unique properties of similarity over importance, we introduce FrameFusion, a novel approach that combines similarity-based merging with importance-based pruning for better token reduction in LVLMs. FrameFusion identifies and merges similar tokens before pruning, opening up a new perspective for token reduction. We evaluate FrameFusion on diverse LVLMs, including Llava-Video-{7B,32B,72B}, and MiniCPM-V-8B, on video understanding, question-answering, and retrieval benchmarks. Experiments show that FrameFusion reduces vision tokens by 70$\%$, achieving 3.4-4.4x LLM speedups and 1.6-1.9x end-to-end speedups, with an average performance impact of less than 3$\%$. Our code is available at https://github.com/thu-nics/FrameFusion.

📄 PDF Abstract BibTeX arXiv:2501.01986

Code (1)

thu-nics/framefusion 공식 구현 pytorch

Tasks

Question AnsweringToken ReductionVideo Understanding

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

ForestPrune: High-ratio Visual Token Compression for Video Multimodal Large Language Models via Spatial-Temporal Forest Modeling

2026-03-24 · Shaobo Ju, Baiyang Song, Tao Chen, Jiapeng Zhang 외 arxiv

Due to the great saving of computation and memory overhead, token compression has become a research hot-spot for MLLMs and achieved remarkable progress in image-language tasks. However, for the video, existing methods st…

Frame Fusion with Vehicle Motion Prediction for 3D Object Detection

2023-06-19 · Xirui Li, Feng Wang, Naiyan Wang, Chao Ma

In LiDAR-based 3D detection, history point clouds contain rich temporal information helpful for future prediction. In the same way, history detections should contribute to future detections. In this paper, we propose a d…

3D Object DetectionFuture predictionModel Selectionmotion prediction+2

ST-SimDiff: Balancing Spatiotemporal Similarity and Difference for Efficient Video Understanding with MLLMs

2026-05-21 · Bingjun Luo, Tony Wang, Chaoqi Chen, Xinpeng Ding arxiv

Multimodal Large Language Models (MLLMs) face significant computational overhead when processing long videos due to the massive number of visual tokens required. To improve efficiency, existing methods primarily reduce r…

Community Detection

MMG-Vid: Maximizing Marginal Gains at Segment-level and Token-level for Efficient Video LLMs

2025-08-28 · Junpeng Ma, Qizhe Zhang, Ming Lu, Zhibin Wang 외 arxiv

Video Large Language Models (VLLMs) excel in video understanding, but their excessive visual tokens pose a significant computational challenge for real-world applications. Current methods aim to enhance inference efficie…

EvoPrune: Early-Stage Visual Token Pruning for Efficient MLLMs

2026-03-04 · Yuhao Chen, Bin Shan, Xin Ye, Cheng Chen arxiv

Multimodal Large Language Models (MLLMs) have shown strong performance in vision-language tasks, but their inference efficiency is severely limited by the exponential growth of visual tokens in complex scenarios such as …