paper-with-me

Papers

Recurrent Attention-based Token Selection for Efficient Streaming Video-LLMs

2025-10-20 · Vaggelis Dorovatas, Soroush Seifi, Gunshi Gupta, Rahaf Aljundi arxiv

Video Large Language Models (Video-LLMs) excel at understanding videos in-context, provided they have full access to the video when answering queries. However, these models face challenges in streaming scenarios where hour-long videos must be processed online, and questions need timely responses. In this work, we propose a training-free approach compatible with standard Video-LLMs, leveraging three key concepts: 1) LLM-informed selection of visual tokens to identify those that the LLM has attended to and contributed to its understanding of each short clip. Our attention-based selection allows us to discard up to ~95% of unimportant visual tokens with minimal performance loss; 2) Recurrent processing of past selected tokens to generate temporally coherent understanding of each processed clip; 3) Caption-based question answering for lightweight and accurate responses. Our method achieves state-of-the-art performance on streaming video benchmarks, striking a balance between efficiency and effectiveness.

📄 PDF Abstract BibTeX arXiv:2510.17364

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Attend Locally, Remember Linearly: Linear Attention as Cross-Frame Memory for Autoregressive Video Diffusion

2026-05-15 · Kunyang Li, Mubarak Shah, Yuzhang Shang arxiv

Autoregressive (AR) video diffusion is a powerful paradigm for streaming and interactive video generation. However, its reliance on softmax self-attention leads to quadratic compute complexity in sequence length and memo…

Video Generation

CoRDS: Coreset-based Representative and Diverse Selection for Streaming Video Understanding

2026-05-14 · Ailar Mahdizadeh, Puria Azadi, Muchen Li, Xiangteng He 외 arxiv

Streaming video understanding with large vision-language models (VLMs) requires a compact memory that can support future reasoning over an ever-growing visual history. A common solution is to compress the key-value (KV) …

Linear Scaling Video VLMs for Long Video Understanding

2026-05-29 · Cristobal Eyzaguirre, Jiajun Wu, Juan Carlos Niebles arxiv

Video vision-language models (VLMs) are increasingly used in long-horizon and streaming settings, yet most video encoders still rely on spatiotemporal self-attention, causing compute and latency to grow quadratically wit…

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

Video Question Answering

Streaming Long Video Understanding with Large Language Models

2024-05-25 · Rui Qian, Xiaoyi Dong, Pan Zhang, Yuhang Zang 외

This paper presents VideoStreaming, an advanced vision-language large model (VLLM) for video understanding, that capably understands arbitrary-length video with a constant number of video tokens streamingly encoded and a…

Question AnsweringVideo UnderstandingZero-Shot Video Question Answer