Cascading multi-agent anomaly detection in surveillance systems via vision-language models and embedding-based classification
Tayyab Rehman, Giovanni De Gasperis, Aly Shmahell
TL;DR
This work tackles the challenge of real-time video anomaly detection with semantic interpretability for large-scale surveillance. It proposes a cascading multi-agent architecture that unifies fast object detection (YOLOv8), reconstruction-based anomaly scoring (autoencoder), and vision-language reasoning with an embedding-based classifier, coordinated by an event-driven and a cyclical health-monitoring agent through a publish-subscribe backbone. The approach achieves substantial latency reductions while maintaining perceptual fidelity and interpretable labeling, demonstrated on the UCF-Crime dataset with 6,990 detected events across 329k frames. The framework emphasizes early exits for routine cases, adaptable semantic reasoning for ambiguous events, and practical deployment considerations, including privacy and cross-dataset robustness as future directions.
Abstract
Intelligent anomaly detection in dynamic visual environments requires reconciling real-time performance with semantic interpretability. Conventional approaches address only fragments of this challenge. Reconstruction-based models capture low-level deviations without contextual reasoning, object detectors provide speed but limited semantics, and large vision-language systems deliver interpretability at prohibitive computational cost. This work introduces a cascading multi-agent framework that unifies these complementary paradigms into a coherent and interpretable architecture. Early modules perform reconstruction-gated filtering and object-level assessment, while higher-level reasoning agents are selectively invoked to interpret semantically ambiguous events. The system employs adaptive escalation thresholds and a publish-subscribe communication backbone, enabling asynchronous coordination and scalable deployment across heterogeneous hardware. Extensive evaluation on large-scale monitoring data demonstrates that the proposed cascade achieves a threefold reduction in latency compared to direct vision-language inference, while maintaining high perceptual fidelity (PSNR = 38.3 dB, SSIM = 0.965) and consistent semantic labeling. The framework advances beyond conventional detection pipelines by combining early-exit efficiency, adaptive multi-agent reasoning, and explainable anomaly attribution, establishing a reproducible and energy-efficient foundation for scalable intelligent visual monitoring.
