ReactVAU: A Slow-Fast Decoupled Framework for Streaming Video Anomaly Understanding
Summary
ReactVAU introduces a slow-fast decoupled framework for real-time streaming video anomaly understanding, leveraging a fast detection module, persistent anomaly-aware memory, and on-demand slow reasoning to enhance efficiency and performance.
View Cached Full Text
Cached at: 09/09/26, 08:31 AM
Paper page - ReactVAU: A Slow-Fast Decoupled Framework for Streaming Video Anomaly Understanding
Source: https://huggingface.co/papers/2609.07941
Abstract
ReactVAU enables real-time streaming video anomaly understanding via a fast detection module, persistent anomaly-aware memory, and an on-demand slow reasoning module that minimizes heavy model usage.
In this paper, we propose ReactVAU, aSlow-Fast Decoupled Frameworkfor real-timestreaming VideoAnomaly Understanding (VAU). Existing VAU methods rely on offline inference with global temporal sampling, which violates causality and prevents deployment in live surveillance streams. Conversely, generalstreaming videomodels satisfy causal access but dilute rare transient anomalies during memory compression and often invoke heavyweightMLLMs uniformly over long normal intervals. React VAU addresses this gap with three synergistic components: a lightweight Fast Detection Module based onSpatial Grid Folding(SGF) for continuous anomaly filtering; anAnomaly-Aware Persistent Memory(AAPM) that protects critical visual cues from temporal decay; and a heavyweight Slow Reasoning Module that remains dormant during normal streams and is awakened only by suspicious events for semantic verification and causal description. Extensive experiments on multiple benchmarks demonstrate that ReactVAU operates under strict streaming constraints while simultaneously achieving competitive performance in both anomaly detection andcausal reasoning, alongside significantly enhanced computational efficiency by minimizing heavyweightMLLMinvocations. Project page is available at https://huiyuiui.github.io/React_VAU/
View arXiv pageView PDFProject pageGitHub2Add to collection
Get this paper in your agent:
hf papers read 2609\.07941
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.07941 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.07941 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.07941 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
O-VAD: Industrial Video Anomaly Detection through Object-Centric Tracking and Reasoning
O-VAD introduces a training-free agentic framework for industrial video anomaly detection that tracks object state evolution over time and reasons over temporal trajectories to identify abnormal objects, outperforming existing VLM and VAD methods on three datasets.
VideoMLA: Low-Rank Latent KV Cache for Minute-Scale Autoregressive Video Diffusion
VideoMLA replaces per-head KV caches in video diffusion models with a shared low-rank latent and decoupled 3D-RoPE positional keys, reducing per-token KV memory by 92.7% and improving throughput by 1.23x on a B200 while maintaining quality on VBench benchmarks.
Glance, Scrutinize, and Think: Advancing Video Anomaly Detection from Training-Free to Agentic Reasoning
This paper presents a unified global-to-local paradigm for video anomaly detection, introducing a training-free framework (GtS) and a tool-augmented agentic reasoning method with reinforcement learning, along with a new benchmark VAGU-T and metric JeAUG.
Beyond Retrieval: Progressive Latent Memory Evolution for Streaming Video Understanding
LatentStream introduces a progressive latent working memory framework that internalizes streaming visual evidence for continuous reasoning, achieving state-of-the-art results on video benchmarks.
V-RAE: Rethinking Video Latent Spaces for Generation
V-RAE proposes a video representation autoencoder that builds semantically organized latents from frozen vision representations to enhance video generation quality, convergence speed, and predictive modeling.