paper-with-me

홈 › Papers

Deep Graph Stream SVDD: Anomaly Detection in Cyber-Physical Systems

2023-02-24 · Ehtesamul Azim, Dongjie Wang, Yanjie Fu

Our work focuses on anomaly detection in cyber-physical systems. Prior literature has three limitations: (1) Failing to capture long-delayed patterns in system anomalies; (2) Ignoring dynamic changes in sensor connections; (3) The curse of high-dimensional data samples. These limit the detection performance and usefulness of existing works. To address them, we propose a new approach called deep graph stream support vector data description (SVDD) for anomaly detection. Specifically, we first use a transformer to preserve both short and long temporal patterns of monitoring data in temporal embeddings. Then we cluster these embeddings according to sensor type and utilize them to estimate the change in connectivity between various sensors to construct a new weighted graph. The temporal embeddings are mapped to the new graph as node attributes to form weighted attributed graph. We input the graph into a variational graph auto-encoder model to learn final spatio-temporal representation. Finally, we learn a hypersphere that encompasses normal embeddings and predict the system status by calculating the distances between the hypersphere and data samples. Extensive experiments validate the superiority of our model, which improves F1-score by 35.87%, AUC by 19.32%, while being 32 times faster than the best baseline at training and inference.

📄 PDF Abstract BibTeX arXiv:2302.12918

Code (1)

ehtesam3154/dgs_svdd 공식 구현

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Flow-based SVDD for anomaly detection

2021-08-10 · Marcin Sendera, Marek Śmieja, Łukasz Maziarka, Łukasz Struski 외

We propose FlowSVDD -- a flow-based one-class classifier for anomaly/outliers detection that realizes a well-known SVDD principle using deep learning tools. Contrary to other approaches to deep SVDD, the proposed model i…

Anomaly DetectionOne-class classifier

Multi-Class Deep SVDD: Anomaly Detection Approach in Astronomy with Distinct Inlier Categories

2023-08-09 · Manuel Pérez-Carrasco, Guillermo Cabrera-Vives, Lorena Hernández-García, Francisco Forster 외

With the increasing volume of astronomical data generated by modern survey telescopes, automated pipelines and machine learning techniques have become crucial for analyzing and extracting knowledge from these datasets. A…

Anomaly DetectionAstronomy

Patch SVDD: Patch-level SVDD for Anomaly Detection and Segmentation

2020-06-29 · Jihun Yi, Sungroh Yoon

In this paper, we address the problem of image anomaly detection and segmentation. Anomaly detection involves making a binary decision as to whether an input image contains an anomaly, and anomaly segmentation aims to lo…

Anomaly DetectionAnomaly SegmentationSegmentationSelf-Supervised Learning

Anomaly Detection in Smart Power Grids with Graph-Regularized MS-SVDD: a Multimodal Subspace Learning Approach

2025-02-18 · Thomas Debelle, Fahad Sohrab, Pekka Abrahamsson, Moncef Gabbouj

In this paper, we address an anomaly detection problem in smart power grids using Multimodal Subspace Support Vector Data Description (MS-SVDD). This approach aims to leverage better feature relations by considering the …

Anomaly DetectionEvent DetectionOne-Class Classification

Support Vector Based Anomaly Detection in Federated Learning

2024-07-04 · Massimo Frasson, Dario Malchiodi

Anomaly detection plays a crucial role in various domains, from cybersecurity to industrial systems. However, traditional centralized approaches often encounter challenges related to data privacy. In this context, Federa…

Anomaly DetectionFederated Learning