paper-with-me

Papers

CacheFlow: Compressive Streaming Memory for Efficient Long-Form Video Understanding

2025-11-17 · Shrenik Patel, Daivik Patel arxiv

Long-form video question answering (VQA) overwhelms current vision-language models (VLMs) because attention and key-value (KV) caches grow with runtime, forcing either expensive inference or near-sighted sliding windows. We introduce CacheFlow, a training-free pipeline that pairs Dynamic Token Dropping (DTD) with a compressive long-term memory. DTD prunes per-patch tokens online via cosine similarity to the previous frame, and surviving tokens are packed into fixed-size blocks. This online, per-frame processing makes our approach fundamentally suited for live streaming VQA. As blocks are processed, each one's keys are summarized by a tiny recurrent encoder to form a retrieval index, while the block's full KV pairs are offloaded and later rehydrated for generation, preserving answer fidelity. At inference, a consensus-based retrieval mechanism retrieves only the Top-K most relevant blocks and attends over both the retrieved and local context for precise, long-range reasoning. CacheFlow is drop-in, architecture-agnostic, and requires no fine-tuning. Experiments on both offline and streaming VQA benchmarks demonstrate that CacheFlow outperforms current strong baselines, while processing up to 87% less tokens. Our dual approach enables VLMs to be both efficient and context-aware, paving the way for practical long-form video understanding.

📄 PDF Abstract BibTeX arXiv:2511.13644

Code (0)

등록된 구현이 없습니다.

Tasks

Video Question Answering

Similar Papers 제목 키워드 기반

Leave No Context Behind: Efficient Infinite Context Transformers with Infini-attention

2024-04-10 · Tsendsuren Munkhdalai, Manaal Faruqui, Siddharth Gopal

This work introduces an efficient method to scale Transformer-based Large Language Models (LLMs) to infinitely long inputs with bounded memory and computation. A key component in our proposed approach is a new attention …

Book summarizationLanguage ModelingLanguage ModellingRetrieval

Online Decomposition of Compressive Streaming Data Using $n$-$\ell_1$ Cluster-Weighted Minimization

2018-02-08 · Huynh Van Luong, Nikos Deligiannis, Søren Forchhammer, André Kaup

We consider a decomposition method for compressive streaming data in the context of online compressive Robust Principle Component Analysis (RPCA). The proposed decomposition solves an $n$-$\ell_1$ cluster-weighted minimi…

Clustering

CacheFlow: Fast Human Motion Prediction by Cached Normalizing Flow

2025-05-19 · Takahiro Maeda, Jinkun Cao, Norimichi Ukita, Kris Kitani

Many density estimation techniques for 3D human motion prediction require a significant amount of inference time, often exceeding the duration of the predicted time horizon. To address the need for faster density estimat…

Density EstimationHuman motion predictionmotion predictionPrediction

video-SALMONN S: Memory-Enhanced Streaming Audio-Visual LLM

2025-10-13 · Guangzhi Sun, Yixuan Li, Xiaodong Wu, Yudong Yang 외 arxiv

Long-duration streaming video understanding is fundamental for future AI agents, yet remains limited by ineffective long-term memory. We introduce video-SALMONN S, a memory-enhanced streaming audio-visual large language …

Compress to Impress: Unleashing the Potential of Compressive Memory in Real-World Long-Term Conversations

2024-02-19 · Nuo Chen, Hongguang Li, Juhua Huang, Baoyuan Wang 외

Existing retrieval-based methods have made significant strides in maintaining long-term conversations. However, these approaches face challenges in memory database management and accurate memory retrieval, hindering thei…

ChatbotLanguage ModelingLanguage ModellingManagement+2