TL;DR
Video Anomaly Detection (VAD) in surveillance struggles with high computational demands on edge devices. MemoVAD is introduced as an edge-cloud collaborative framework that integrates Vision-Language Model (VLM) semantics selectively.
✦ Why It Matters
Engineers can leverage MemoVAD to implement efficient video anomaly detection in edge computing environments.
Key Takeaways
How It Works
MemoVAD operates by processing most video data on edge devices using a lightweight detector and a Temporal Context Encoder (TCE) to capture temporal relationships. The Uncertainty-Aware Gating (UAG) policy, based on Subjective Logic, assesses uncertainty in detected anomalies and decides when to query the cloud for additional semantic insights.
The Dynamic Semantic Memory (DSM) stores previously verified semantic prototypes, allowing the edge model to adaptively enhance its detection capabilities without constant cloud reliance.
Related