paper-with-me

Papers

A Hierarchical Spatio-Temporal Graph Convolutional Neural Network for Anomaly Detection in Videos

2021-12-08 · Xianlin Zeng, Yalong Jiang, Wenrui Ding, Hongguang Li, Yafeng Hao, Zifeng Qiu

Deep learning models have been widely used for anomaly detection in surveillance videos. Typical models are equipped with the capability to reconstruct normal videos and evaluate the reconstruction errors on anomalous videos to indicate the extent of abnormalities. However, existing approaches suffer from two disadvantages. Firstly, they can only encode the movements of each identity independently, without considering the interactions among identities which may also indicate anomalies. Secondly, they leverage inflexible models whose structures are fixed under different scenes, this configuration disables the understanding of scenes. In this paper, we propose a Hierarchical Spatio-Temporal Graph Convolutional Neural Network (HSTGCNN) to address these problems, the HSTGCNN is composed of multiple branches that correspond to different levels of graph representations. High-level graph representations encode the trajectories of people and the interactions among multiple identities while low-level graph representations encode the local body postures of each person. Furthermore, we propose to weightedly combine multiple branches that are better at different scenes. An improvement over single-level graph representations is achieved in this way. An understanding of scenes is achieved and serves anomaly detection. High-level graph representations are assigned higher weights to encode moving speed and directions of people in low-resolution videos while low-level graph representations are assigned higher weights to encode human skeletons in high-resolution videos. Experimental results show that the proposed HSTGCNN significantly outperforms current state-of-the-art models on four benchmark datasets (UCSD Pedestrian, ShanghaiTech, CUHK Avenue and IITB-Corridor) by using much less learnable parameters.

📄 PDF Abstract BibTeX arXiv:2112.04294

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionAnomaly Detection In Surveillance Videos

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Hypergraph-based multi-scale spatio-temporal graph convolution network for Time-Series anomaly detection

2024-10-29 · Hongyi Xu

Multivariate time series anomaly detection technology plays an important role in many fields including aerospace, water treatment, cloud service providers, etc. Excellent anomaly detection models can greatly improve work…

Anomaly DetectionGraph structure learningTime SeriesTime Series Anomaly Detection

Hierarchical Graph Convolutional Skeleton Transformer for Action Recognition

2021-09-07 · Ruwen Bai, Min Li, Bo Meng, Fengfa Li 외

Graph convolutional networks (GCNs) have emerged as dominant methods for skeleton-based action recognition. However, they still suffer from two problems, namely, neighborhood constraints and entangled spatiotemporal feat…

Action RecognitionDisentanglementSkeleton Based Action Recognition

Convolutional Recurrent Reconstructive Network for Spatiotemporal Anomaly Detection in Solder Paste Inspection

2019-08-22 · Yong-Ho Yoo, Ue-Hwan Kim, Jong-Hwan Kim

Surface mount technology (SMT) is a process for producing printed circuit boards. Solder paste printer (SPP), package mounter, and solder reflow oven are used for SMT. The board on which the solder paste is deposited fro…

Anomaly DetectionDecoder

DARTs: A Dual-Path Robust Framework for Anomaly Detection in High-Dimensional Multivariate Time Series

2025-12-14 · Xuechun Liu, Heli Sun, Xuecheng Wu, Ruichen Cao 외 arxiv

Multivariate time series anomaly detection (MTSAD) aims to accurately identify and localize complex abnormal patterns in the large-scale industrial control systems. While existing approaches excel in recognizing the dist…

Time Series Anomaly Detection

DAMS:Dual-Branch Adaptive Multiscale Spatiotemporal Framework for Video Anomaly Detection

2025-07-28 · Dezhi An, Wenqiang Liu, Kefan Wang, Zening Chen 외 arxiv

The goal of video anomaly detection is tantamount to performing spatio-temporal localization of abnormal events in the video. The multiscale temporal dependencies, visual-semantic heterogeneity, and the scarcity of label…

Video Anomaly Detection