FreshMem: Brain-Inspired Frequency-Space Hybrid Memory for Streaming Video Understanding
Kangcong Li, Peng Ye, Lin Zhang, Chao Wang, Huafeng Qin, Tao Chen
TL;DR
FreshMem tackles the challenge of online streaming video understanding for multimodal models by introducing a brain-inspired memory framework that balances short-term fidelity with long-term coherence. It couples Multi-scale Frequency Memory (MFM), which projects overflowing frames into frequency coefficients to preserve a global gist, with Space Thumbnail Memory (STM), which discretizes streams into episodic clusters and compresses them into dense space thumbnails. The approach is training-free and demonstrates substantial accuracy gains on multiple streaming benchmarks, while also generalizing to offline long- and short-video datasets. By grounding memory in biological principles and using nonuniform temporal representations, FreshMem offers an efficient, scalable path toward robust long-horizon video understanding in real-world applications.
Abstract
Transitioning Multimodal Large Language Models (MLLMs) from offline to online streaming video understanding is essential for continuous perception. However, existing methods lack flexible adaptivity, leading to irreversible detail loss and context fragmentation. To resolve this, we propose FreshMem, a Frequency-Space Hybrid Memory network inspired by the brain's logarithmic perception and memory consolidation. FreshMem reconciles short-term fidelity with long-term coherence through two synergistic modules: Multi-scale Frequency Memory (MFM), which projects overflowing frames into representative frequency coefficients, complemented by residual details to reconstruct a global historical "gist"; and Space Thumbnail Memory (STM), which discretizes the continuous stream into episodic clusters by employing an adaptive compression strategy to distill them into high-density space thumbnails. Extensive experiments show that FreshMem significantly boosts the Qwen2-VL baseline, yielding gains of 5.20%, 4.52%, and 2.34% on StreamingBench, OV-Bench, and OVO-Bench, respectively. As a training-free solution, FreshMem outperforms several fully fine-tuned methods, offering a highly efficient paradigm for long-horizon streaming video understanding.
