Deep Dual Support Vector Data Description for Anomaly Detection on Attributed Networks
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.
Code (1)
Tasks
Anomaly DetectionAttributeDecoderSimilar Papers 제목 키워드 기반
Anomaly-Injected Deep Support Vector Data Description for Text Outlier Detection
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 DetectionA Combination of Temporal Sequence Learning and Data Description for Anomaly-based NIDS
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+1Patch SVDD: Patch-level SVDD for Anomaly Detection and Segmentation
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 LearningDeep One-Class Classification
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+1Audio-based Anomaly Detection in Industrial Machines Using Deep One-Class Support Vector Data Description
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