DA-Flow: Dual Attention Normalizing Flow for Skeleton-based Video Anomaly Detection
Ruituo Wu, Yang Chen, Jian Xiao, Bing Li, Jicong Fan, Frédéric Dufaux, Ce Zhu, Yipeng Liu
TL;DR
DA-Flow tackles skeleton-based video anomaly detection by coupling a lightweight Dual Attention Module (DAM) with a Glow-like normalizing flow. GCN handles local skeletal relations while DAM captures global cross-dimension semantics through Skeleton Attention and Frame Attention, informing a multiscale invertible transform that optimizes $ ext{log } p_X(x)$ via $ ext{log } p_X(x) = ext{log } p_Z(z) - ext{log } | ext{det } J_T(z)|$. The approach achieves state-of-the-art or competitive micro AUC on five benchmarks with an extremely small parameter footprint (about $0.488$K) and demonstrates robustness to noise and data contamination, including surprising zero-training effectiveness with random projections. These results argue for focusing on the statistical characteristics of normal skeleton data for SVAD, offering a fast, privacy-preserving solution suitable for real-time applications.
Abstract
Cooperation between temporal convolutional networks (TCN) and graph convolutional networks (GCN) as a processing module has shown promising results in skeleton-based video anomaly detection (SVAD). However, to maintain a lightweight model with low computational and storage complexity, shallow GCN and TCN blocks are constrained by small receptive fields and a lack of cross-dimension interaction capture. To tackle this limitation, we propose a lightweight module called the Dual Attention Module (DAM) for capturing cross-dimension interaction relationships in spatio-temporal skeletal data. It employs the frame attention mechanism to identify the most significant frames and the skeleton attention mechanism to capture broader relationships across fixed partitions with minimal parameters and flops. Furthermore, the proposed Dual Attention Normalizing Flow (DA-Flow) integrates the DAM as a post-processing unit after GCN within the normalizing flow framework. Simulations show that the proposed model is robust against noise and negative samples. Experimental results show that DA-Flow reaches competitive or better performance than the existing state-of-the-art (SOTA) methods in terms of the micro AUC metric with the fewest number of parameters. Moreover, we found that even without training, simply using random projection without dimensionality reduction on skeleton data enables substantial anomaly detection capabilities.
