paper-with-me

Papers

ReTaKe: Reducing Temporal and Knowledge Redundancy for Long Video Understanding

2024-12-29 · Xiao Wang, Qingyi Si, Jianlong Wu, Shiyu Zhu, Li Cao, Liqiang Nie

Video Large Language Models (VideoLLMs) have made significant strides in video understanding but struggle with long videos due to the limitations of their backbone LLMs. Existing solutions rely on length extrapolation, which is memory-constrained, or visual token compression, which primarily leverages low-level temporal redundancy while overlooking the more effective high-level knowledge redundancy. To address this, we propose $\textbf{ReTaKe}$, a training-free method with two novel modules DPSelect and PivotKV, to jointly reduce both temporal visual redundancy and knowledge redundancy for video compression. To align with the way of human temporal perception, DPSelect identifies keyframes based on inter-frame distance peaks. To leverage LLMs' learned prior knowledge, PivotKV marks the keyframes as pivots and compress non-pivot frames by pruning low-attention tokens in their KV cache. ReTaKe enables VideoLLMs to process 8 times longer frames (up to 2048), outperforming similar-sized models by 3-5% and even rivaling much larger ones on VideoMME, MLVU, LongVideoBench, and LVBench. Moreover, by overlapping compression operations with prefilling, ReTaKe introduces only ~10% prefilling latency overhead while reducing decoding latency by ~20%. Our code is available at https://github.com/SCZwangxiao/video-ReTaKe.

📄 PDF Abstract BibTeX arXiv:2412.20504

Code (1)

sczwangxiao/video-retake 공식 구현 pytorch

Tasks

Video CompressionVideo Understanding

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Pruning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

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

2025-03-16 · Xiao Wang, Qingyi Si, Jianlong Wu, Shiyu Zhu 외

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 unifor…

Video Understanding

ReDirector: Creating Any-Length Video Retakes with Rotary Camera Encoding

2025-11-25 · Byeongjun Park, Byung-Hoon Kim, Hyungjin Chung, Jong Chul Ye arxiv

We present ReDirector, a novel camera-controlled video retake generation method for dynamically captured variable-length videos. In particular, we rectify a common misuse of RoPE in previous works by aligning the spatiot…

Object Localization

Listen to Look: Action Recognition by Previewing Audio

2019-12-10 · CVPR 2020 6 · Ruohan Gao, Tae-Hyun Oh, Kristen Grauman, Lorenzo Torresani

In the face of the video data deluge, today's expensive clip-level classifiers are increasingly impractical. We propose a framework for efficient action recognition in untrimmed video that uses audio as a preview mechani…

Action Recognition

Generative Video Compression with One-Dimensional Latent Representation

2026-03-16 · Zihan Zheng, Zhaoyang Jia, Naifu Xue, Jiahao Li 외 arxiv

Recent advancements in generative video codec (GVC) typically encode video into a 2D latent grid and employ high-capacity generative decoders for reconstruction. However, this paradigm still leaves two key challenges in …

T-GRAG: A Dynamic GraphRAG Framework for Resolving Temporal Conflicts and Redundancy in Knowledge Retrieval

2025-08-03 · Dong Li, Yichen Niu, Ying Ai, Xiang Zou 외 arxiv

Large language models (LLMs) have demonstrated strong performance in natural language generation but remain limited in knowle- dge-intensive tasks due to outdated or incomplete internal knowledge. Retrieval-Augmented Gen…

Question AnsweringKnowledge Graphs