paper-with-me

Papers

Deep Dual Support Vector Data Description for Anomaly Detection on Attributed Networks

2021-09-01 · Fengbin Zhang, Haoyi Fan, Ruidong Wang, Zuoyong Li, Tiancai Liang

Networks are ubiquitous in the real world such as social networks and communication networks, and anomaly detection on networks aims at finding nodes whose structural or attributed patterns deviate significantly from the majority of reference nodes. However, most of the traditional anomaly detection methods neglect the relation structure information among data points and therefore cannot effectively generalize to the graph structure data. In this paper, we propose an end-to-end model of Deep Dual Support Vector Data description based Autoencoder (Dual-SVDAE) for anomaly detection on attributed networks, which considers both the structure and attribute for attributed networks. Specifically, Dual-SVDAE consists of a structure autoencoder and an attribute autoencoder to learn the latent representation of the node in the structure space and attribute space respectively. Then, a dual-hypersphere learning mechanism is imposed on them to learn two hyperspheres of normal nodes from the structure and attribute perspectives respectively. Moreover, to achieve joint learning between the structure and attribute of the network, we fuse the structure embedding and attribute embedding as the final input of the feature decoder to generate the node attribute. Finally, abnormal nodes can be detected by measuring the distance of nodes to the learned center of each hypersphere in the latent structure space and attribute space respectively. Extensive experiments on the real-world attributed networks show that Dual-SVDAE consistently outperforms the state-of-the-arts, which demonstrates the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2109.00138

Code (1)

haoyfan/Dual-SVDAE 공식 구현 pytorch

Tasks

Anomaly DetectionAttributeDecoder

Similar Papers 제목 키워드 기반

Anomaly-Injected Deep Support Vector Data Description for Text Outlier Detection

2021-10-27 · Zeyu You, Yichu Zhou, Tao Yang, Wei Fan

Anomaly detection or outlier detection is a common task in various domains, which has attracted significant research efforts in recent years. Existing works mainly focus on structured data such as numerical or categorica…

Anomaly DetectionOutlier Detection

A Combination of Temporal Sequence Learning and Data Description for Anomaly-based NIDS

2019-06-07 · Nguyen Thanh Van, Tran Ngoc Thinh, Le Thanh Sach

Through continuous observation and modeling of normal behavior in networks, Anomaly-based Network Intrusion Detection System (A-NIDS) offers a way to find possible threats via deviation from the normal model. The analysi…

Anomaly DetectionIntrusion DetectionNetwork Intrusion DetectionTime Series+1

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

Deep One-Class Classification

2018-07-01 · ICML 2018 7 · Lukas Ruff, Robert Vandermeulen, Nico Goernitz, Lucas Deecke 외

Despite the great advances made by deep learning in many machine learning problems, there is a relative dearth of deep learning approaches for anomaly detection. Those approaches which do exist involve networks trai…

Anomaly DetectionClassificationDeep LearningOne-Class Classification+1

Audio-based Anomaly Detection in Industrial Machines Using Deep One-Class Support Vector Data Description

2024-12-14 · Sertac Kilickaya, Mete Ahishali, Cansu Celebioglu, Fahad Sohrab 외

The frequent breakdowns and malfunctions of industrial equipment have driven increasing interest in utilizing cost-effective and easy-to-deploy sensors, such as microphones, for effective condition monitoring of machiner…

Anomaly DetectionComputational Efficiency