paper-with-me

Papers

ShallowStream: Index Shallow then Answer Deep for Streaming Video Understanding

2026-09-02 · Jitai Hao, Ke Yang, Qiang Huang, Jun Yu hf

Streaming video understanding is a critical capability for real-world applications, including embodied intelligence, autonomous driving, industrial monitoring, surveillance and early warning, and wearable assistants. However, processing continuous video streams with multimodal large language models (MLLMs) is computationally expensive. Existing efforts have explored reducing streaming overhead through visual token pruning, token merging, quantization, on-demand frame retrieval, and context offloading. However, most existing methods overlook the dimension of model depth. Repeatedly executing full-depth MLLM prefill over incoming frames is prohibitively expensive, incurring substantial computational overhead and causing the KV cache to grow at a rate directly proportional to the prefill depth. To address these challenges, we propose ShallowStream, a novel framework that leverages the shallow layers of an MLLM to simultaneously perform frame encoding and retrieval index building. During stream processing, ShallowStream maintains an always-on lightweight index using the KV cache of shallow layers. During query-time answering, we leverage the attention scores generated by the shallow layers to score context frames and employ a diversity-aware selection strategy to retrieve precise and comprehensive evidence. ShallowStream achieves performance on par with the strongest existing streaming methods, while reducing per-frame prefill latency and 10-second end-to-end latency by up to 52.1x and 11.9x, respectively. Our code is available at https://github.com/CURRENTF/ShallowStream.

📄 PDF Abstract BibTeX arXiv:2609.02780

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

SPI: Query-Depth-Adaptive Indexing for Streaming RAG in Vector Databases

2025-11-12 · Dong Liu, Yanxuan Yu arxiv

Vector databases (VecDBs) are increasingly deployed in retrieval-augmented generation (RAG) pipelines where query processing and document ingestion occur concurrently. The index layer needs to provide low-latency search …

Natural Questions

Vista: Scene-Aware Optimization for Streaming Video Question Answering under Post-Hoc Queries

2026-02-09 · Haocheng Lu, Nan Zhang, Wei Tao, Xiaoyang Qu 외 arxiv

Streaming video question answering (Streaming Video QA) poses distinct challenges for multimodal large language models (MLLMs), as video frames arrive sequentially and user queries can be issued at arbitrary time points.…

Video Question Answering

Progressively Pretrained Dense Corpus Index for Open-Domain Question Answering

2020-04-30 · EACL 2021 2 · Wenhan Xiong, Hong Wang, William Yang Wang

To extract answers from a large corpus, open-domain question answering (QA) systems usually rely on information retrieval (IR) techniques to narrow the search space. Standard inverted index methods such as TF-IDF are com…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval

The Shapley index for music streaming platforms

2024-11-11 · Gustavo Bergantiños, Juan D. Moreno-Ternero

We study an index to measure the popularity of artists in music streaming platforms. This index, which can be used to allocate the amount raised via paid subscriptions among participating artists, is based on the Shapley…

Real-time Indexing for Large-scale Recommendation by Streaming Vector Quantization Retriever

2025-01-15 · Xingyan Bin, Jianfei Cui, Wujie Yan, Zhichen Zhao 외

Retrievers, which form one of the most important recommendation stages, are responsible for efficiently selecting possible positive samples to the later stages under strict latency limitations. Because of this, large-sca…

Quantization