paper-with-me

Papers

FluxMem: Adaptive Hierarchical Memory for Streaming Video Understanding

2026-03-02 · Yiweng Xie, Bo He, Junke Wang, Xiangyu Zheng, Ziyi Ye, Zuxuan Wu arxiv

This paper presents FluxMem, a training-free framework for efficient streaming video understanding. FluxMem adaptively compresses redundant visual memory through a hierarchical, two-stage design: (1) a Temporal Adjacency Selection (TAS) module removes redundant visual tokens across adjacent frames, and (2) a Spatial Domain Consolidation (SDC) module further merges spatially repetitive regions within each frame into compact representations. To adapt effectively to dynamic scenes, we introduce a self-adaptive token compression mechanism in both TAS and SDC, which automatically determines the compression rate based on intrinsic scene statistics rather than manual tuning. Extensive experiments demonstrate that FluxMem achieves new state-of-the-art results on existing online video benchmarks, reaching 76.4 on StreamingBench and 67.2 on OVO-Bench under real-time settings, while reducing latency by 69.9% and peak GPU memory by 34.5% on OVO-Bench. Furthermore, it maintains strong offline performance, achieving 73.1 on MLVU while using 65% fewer visual tokens.

📄 PDF Abstract BibTeX arXiv:2603.02096

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Retrieval: Progressive Latent Memory Evolution for Streaming Video Understanding

2026-09-03 · Hongyu Qu, Guangming Yao, Ling Xing, Xiaobin Hu 외 hf

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

CurveStream: Boosting Streaming Video Understanding in MLLMs via Curvature-Aware Hierarchical Visual Memory Management

2026-03-20 · Chao Wang, Xudong Tan, Jianjian Cao, Kangcong Li 외 arxiv

Multimodal Large Language Models have achieved significant success in offline video understanding, yet their application to streaming videos is severely limited by the linear explosion of visual tokens, which often leads…

Rethinking Memory as Continuously Evolving Connectivity

2026-05-27 · Jizhan Fang, Buqiang Xu, Zhixian Wang, Haoliang Cao 외 arxiv

Existing memory-augmented LLM agents often treat memory as a static repository with pre-defined representations and fixed retrieval pipelines, which is brittle in dynamic agentic environments where feedback, task variati…

EventMemAgent: Hierarchical Event-Centric Memory for Online Video Understanding with Adaptive Tool Use

2026-02-17 · Siwei Wen, Zhangcheng Wang, Xingjian Zhang, Lei Huang 외 arxiv

Online video understanding requires models to perform continuous perception and long-range reasoning within potentially infinite visual streams. Its fundamental challenge lies in the conflict between the unbounded nature…

Reinforcement Learning

HERMES: KV Cache as Hierarchical Memory for Efficient Streaming Video Understanding

2026-01-21 · Haowei Zhang, Shudong Yang, Jinlan Fu, See-Kiong Ng 외 arxiv

Recent advancements in Multimodal Large Language Models (MLLMs) have demonstrated significant improvement in offline video understanding. However, extending these capabilities to streaming video inputs, remains challengi…