paper-with-me

홈 › Papers

MGADN: A Multi-task Graph Anomaly Detection Network for Multivariate Time Series

2022-11-22 · Weixuan Xiong, Xiaochen Sun

Anomaly detection of time series, especially multivariate time series(time series with multiple sensors), has been focused on for several years. Though existing method has achieved great progress, there are several challenging problems to be solved. Firstly, existing method including neural network only concentrate on the relationship in terms of timestamp. To be exact, they only want to know how does the data in the past influence which in the future. However, one sensor sometimes intervenes in other sensor such as the speed of wind may cause decrease of temperature. Secondly, there exist two categories of model for time series anomaly detection: prediction model and reconstruction model. Prediction model is adept at learning timely representation while short of capability when faced with sparse anomaly. Conversely, reconstruction model is opposite. Therefore, how can we efficiently get the relationship both in terms of both timestamp and sensors becomes our main topic. Our approach uses GAT, which is originated from graph neural network, to obtain connection between sensors. And LSTM is used to obtain relationships timely. Our approach is also designed to be double headed to calculate both prediction loss and reconstruction loss via VAE(Variational Auto-Encoder). In order to take advantage of two sorts of model, multi-task optimization algorithm is used in this model.

📄 PDF Abstract BibTeX arXiv:2211.12141

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionGraph Anomaly DetectionGraph Neural NetworkTime SeriesTime Series AnalysisTime Series Anomaly Detection

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…
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…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Text-Attributed Graph Anomaly Detection via Multi-Scale Cross- and Uni-Modal Contrastive Learning

2025-08-01 · Yiming Xu, Xu Hua, Zhen Peng, Bin Shi 외 arxiv

The widespread application of graph data in various high-risk scenarios has increased attention to graph anomaly detection (GAD). Faced with real-world graphs that often carry node descriptions in the form of raw text se…

Graph Anomaly DetectionContrastive Learning

Detect by Yourself: Self-Designing Agentic Workflows for Few-Shot Graph Anomaly Detection

2026-05-26 · Tairan Huang, Qiang Chen, Yili Wang, Yueyue Ma 외 arxiv

Graph anomaly detection aims to identify anomaly nodes in attributed graphs and plays an important role in real-world applications. However, existing graph anomaly detection methods still face two key challenges: 1) fixe…

Graph Anomaly Detection

From Unsupervised to Few-shot Graph Anomaly Detection: A Multi-scale Contrastive Learning Approach

2022-02-11 · Yu Zheng, Ming Jin, Yixin Liu, Lianhua Chi 외

Anomaly detection from graph data is an important data mining task in many applications such as social networks, finance, and e-commerce. Existing efforts in graph anomaly detection typically only consider the informatio…

Anomaly DetectionContrastive LearningGraph Anomaly DetectionGraph Neural Network

UMGAD: Unsupervised Multiplex Graph Anomaly Detection

2024-11-19 · Xiang Li, Jianpeng Qi, Zhongying Zhao, Guanjie Zheng 외

Graph anomaly detection (GAD) is a critical task in graph machine learning, with the primary objective of identifying anomalous nodes that deviate significantly from the majority. This task is widely applied in various r…

Anomaly DetectionAttributeContrastive LearningFraud Detection+1

Interpretable Graph-Level Anomaly Detection via Contrast with Normal Prototypes

2026-02-11 · Qiuran Zhao, Kai Ming Ting, Xinpeng Li arxiv

The task of graph-level anomaly detection (GLAD) is to identify anomalous graphs that deviate significantly from the majority of graphs in a dataset. While deep GLAD methods have shown promising performance, their black-…

Anomaly Detection