Beyond Retrieval: Progressive Latent Memory Evolution for Streaming Video Understanding

Hongyu Qu, Guangming Yao, Ling Xing, Xiaobin Hu, Rongxing Ding, Guibin Zhang, Fan Zhang, Yi Yuan, Xiangbo Shu, Shuicheng Yan

arXiv:2609.04131 · 2026-09-05 공개 · arXiv · PDF

mllm visual-reasoning memory-consolidation streaming-video hierarchical-memory latent-memory video-benchmarks progressive-internalization

Abstract

Streaming video understanding requires multimodal large language models (MLLMs) to process continuous visual inputs and respond to user queries under strict causality and bounded memory. Existing approaches typically compress historical observations into an external memory bank and retrieve query-relevant evidence as additional visual context. Though effective, this store-and-retrieve paradigm keeps historical evidence as external visual context, preventing it from being internalized into a compact, evolving latent memory that can continuously guide streaming reasoning. To bridge this gap, we introduce LatentStream, a progressive latent working memory framework that shifts streaming memory from store-and-retrieve to retrieve-and-internalize. Specifically, LatentStream comprises three coordinated components. First, Query-agnostic Hierarchical Streaming Memory organizes visual history into short-, mid-, and long-term levels under a fixed memory budget through Jenks-guided adaptive consolidation. Once a query arrives, Hierarchical Latent Memory Evolution equips groups of latent memory tokens with progressively expanding memory receptive fields, enabling them to iteratively retrieve historical evidence from their corresponding scopes and internalize it into a compact, fixed-length latent memory. Finally, Progressive Confidence-guided Latent Memory Optimization constructs a hierarchical progression reward from group-wise predictive entropy and jointly refines the latent memory tokens and retrieved evidence, encouraging increasingly confident streaming reasoning. Extensive experiments demonstrate that LatentStream achieves new state-of-the-art results on existing online and offline video benchmarks.

한국어 요약

한 줄 요약

LatentStream은 스트리밍 영상 이해를 위해 내재적 잠재 메모리 진화를 통해 기존의 저장-검색 패러다임을 극복하는 프레임워크로, 다양한 벤치마크에서 최신 성능을 달성한다.

핵심 기여도

핵심 아이디어

기존 스트리밍 영상 이해 모델은 외부 메모리에서 과거 정보를 검색하여 추가적인 시각 컨텍스트로 제공하지만, 이를 모델 내부의 잠재 공간에 내재화하지 못하여 효율성과 연속성에 한계가 있었다. LatentStream은 이 문제를 해결하기 위해 ‘retrieve-and-internalize’ 패러다임을 제안한다. 이는 외부 메모리에서 검색된 정보를 단순히 추가하는 것이 아니라, 잠재 메모리 토큰(LMT)을 통해 점진적으로 내재화하고, 이를 기반으로 다음 단계의 검색과 추론을 지속적으로 유도하는 방식이다. 특히, HME를 통해 LMT가 단계적으로 확장된 수용 범위에서 과거 정보를 검색하고, PMO를 통해 그룹별 예측 엔트로피를 기반으로 신뢰도 향상을 유도함으로써, 모델이 점점 더 정확하고 안정적인 추론을 수행하도록 유도한다.

기술적 접근법

주요 결과

의의 및 한계

LatentStream은 외부 메모리에 의존하는 기존 스트리밍 영상 이해 모델의 한계를 극복하고, 모델 내부의 잠재 공간에 과거 정보를 내재화함으로써 더 효율적이고 연속적인 추론이 가능하도록 한다. 특히, HME와 PMO를 통해 검색-내재화의 반복적 상호작용을 구현하여, 스트리밍 환경에서의 추론 신뢰도를 향상시키는 데 기여한다. 그러나, LatentStream은 테스트 타임 최적화를 통해 LMT를 조정하지만, 모델 파라미터는 수정하지 않아, 학습 단계에서의 적응성은 제한된다. 또한, 장기 메모리의 압축 전략(Jenks-guided)이 특정 유형의 영상에서는 정보 손실을 유발할 수 있다.

실용적 활용

LatentStream은 실시간 영상 분석이 필요한 산업, 예를 들어 자율주행, 스마트 글래스, 로봇 시스템 등에 적용 가능하다. 특히, 연속적인 영상 스트림에서 과거 정보를 효율적으로 관리하고, 신뢰도 높은 추론을 지속적으로 수행해야 하는 상황에서 유용하다.