ProtoKV: Streaming Video Understanding under Delayed Evidence with Summary-State Memory
Ngoc Minh Le Tu, Jinyeong Lim, Dongsu Han
Abstract
Streaming video understanding (SVU) must answer queries that arrive asynchronously while visual tokens stream continuously under strict GPU-memory and query-time latency budgets. A key challenge is delayed evidence: decisive cues may appear briefly, yet many subsequent updates occur before the query arrives, increasing the risk that those cues are evicted or diluted under bounded memory. We propose ProtoKV, a constant-footprint SVU memory that represents far history as a fixed-capacity summary state rather than retaining token instances. ProtoKV keeps an exact near-window KV cache and aggregates older content into a semantic–spatial prototype bank with residual statistics. At query time, each prototype is exposed through a bounded pseudo-token interface that is drop-in compatible with standard attention. Under matched budgets and comparable query-time cost, ProtoKV improves accuracy by up to 12.5 points over token-retention baselines on SVU benchmarks, with gains that grow as evidence delay increases.
BibTeX
@inproceedings{
minh2026protokv,
title={Proto{KV}: Streaming Video Understanding under Delayed Query with Summary-State Memory},
author={Le Tu Ngoc Minh and Jinyeong Lim and Dongsu Han},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=UpEvQrt6UU}
}