Search papers, labs, and topics across Lattice.
The paper introduces FluxMem, a training-free framework for streaming video understanding that adaptively compresses visual memory using a hierarchical two-stage approach. This approach uses Temporal Adjacency Selection (TAS) to remove redundant tokens across adjacent frames and Spatial Domain Consolidation (SDC) to merge spatially repetitive regions within frames. The key result is achieving state-of-the-art performance on StreamingBench (76.4) and OVO-Bench (67.2) under real-time settings, while also reducing latency and memory usage, and maintaining strong offline performance on MLVU.
Achieve real-time streaming video understanding with 70% less latency and 35% less memory using a training-free adaptive compression technique.
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.