Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Robust Graph Neural-Network-Based Encoder for Node and Edge Deep Anomaly Detection on Attributed Networks

View through CrossRef
The task of identifying anomalous users on attributed social networks requires the detection of users whose profile attributes and network structure significantly differ from those of the majority of the reference profiles. GNN-based models are well-suited for addressing the challenge of integrating network structure and node attributes into the learning process because they can efficiently incorporate demographic data, activity patterns, and other relevant information. Aggregate operations, such as sum or mean pooling, are utilized by Graph Neural Networks (GNNs) to combine the representations of neighboring nodes within a graph. However, these aggregate operations can cause problems in detecting anomalous nodes. There are two main issues to consider when utilizing aggregate operations in GNNs. Firstly, the presence of anomalous neighboring nodes may affect the representation of normal nodes, leading to false positives. Secondly, anomalous nodes may be overlooked as their representation is flattened during the aggregate operation, leading to false negatives. The proposed approach, AnomEn, is a robust graph neural network developed for anomaly detection. It addresses the challenges of false positives and false negatives using a weighted aggregate mechanism. This mechanism is designed to differentiate between a node’s own features and the features of its neighbors by placing greater emphasis on a node’s own features and less emphasis on its neighbors’ features. The system can preserve the node’s original characteristics, whether the node is normal or anomalous. This work proposes not only a robust graph neural network, namely, AnomEn, but also specific anomaly detection structures for nodes and edges. The proposed AnomEn method serves as the encoder in the node and edge anomaly detection architectures and was tested on multiple datasets. Experiments were conducted to validate the effectiveness of the proposed method as a graph neural network encoder. The findings demonstrated the robustness of the proposed method in detecting anomalies. The proposed method outperforms other existing methods in node anomaly detection tasks by 5.63% and edge anomaly detection tasks by 7.87%.
Title: Robust Graph Neural-Network-Based Encoder for Node and Edge Deep Anomaly Detection on Attributed Networks
Description:
The task of identifying anomalous users on attributed social networks requires the detection of users whose profile attributes and network structure significantly differ from those of the majority of the reference profiles.
GNN-based models are well-suited for addressing the challenge of integrating network structure and node attributes into the learning process because they can efficiently incorporate demographic data, activity patterns, and other relevant information.
Aggregate operations, such as sum or mean pooling, are utilized by Graph Neural Networks (GNNs) to combine the representations of neighboring nodes within a graph.
However, these aggregate operations can cause problems in detecting anomalous nodes.
There are two main issues to consider when utilizing aggregate operations in GNNs.
Firstly, the presence of anomalous neighboring nodes may affect the representation of normal nodes, leading to false positives.
Secondly, anomalous nodes may be overlooked as their representation is flattened during the aggregate operation, leading to false negatives.
The proposed approach, AnomEn, is a robust graph neural network developed for anomaly detection.
It addresses the challenges of false positives and false negatives using a weighted aggregate mechanism.
This mechanism is designed to differentiate between a node’s own features and the features of its neighbors by placing greater emphasis on a node’s own features and less emphasis on its neighbors’ features.
The system can preserve the node’s original characteristics, whether the node is normal or anomalous.
This work proposes not only a robust graph neural network, namely, AnomEn, but also specific anomaly detection structures for nodes and edges.
The proposed AnomEn method serves as the encoder in the node and edge anomaly detection architectures and was tested on multiple datasets.
Experiments were conducted to validate the effectiveness of the proposed method as a graph neural network encoder.
The findings demonstrated the robustness of the proposed method in detecting anomalies.
The proposed method outperforms other existing methods in node anomaly detection tasks by 5.
63% and edge anomaly detection tasks by 7.
87%.

Related Results

Graph convolutional neural networks for 3D data analysis
Graph convolutional neural networks for 3D data analysis
(English) Deep Learning allows the extraction of complex features directly from raw input data, eliminating the need for hand-crafted features from the classical Machine Learning p...
Magic graphs
Magic graphs
DE LA TESIS<br/>Si un graf G admet un etiquetament super edge magic, aleshores G es diu que és un graf super edge màgic. La tesis està principalment enfocada a l'estudi del c...
CommunityGCN: community detection using node classification with graph convolution network
CommunityGCN: community detection using node classification with graph convolution network
PurposeA community demonstrates the unique qualities and relationships between its members that distinguish it from other communities within a network. Network analysis relies heav...
Block-chain Abnormal Transaction Detection Method Based on Auto-encoder and Attention Mechanism
Block-chain Abnormal Transaction Detection Method Based on Auto-encoder and Attention Mechanism
Abstract The significant changes brought by block-chain technology have posed many challenges to financial services, ecological security, and privacy protection. Therefore,...
MSRHNN:Multidimensional Social Relation under Heterogeneous Neural Network for Recommendation
MSRHNN:Multidimensional Social Relation under Heterogeneous Neural Network for Recommendation
Abstract With the growing popularity of mobile smart devices and the availability of 4G and 5G networks, social recommendation systems have become a hot research topic for ...
Neural Encoding Strategies for Neuromorphic Computing
Neural Encoding Strategies for Neuromorphic Computing
Neuromorphic computing seeks to mimic structure and function of biological neural systems to enable energy-efficient, adaptive information processing. A critical component of this ...
Optimizing edge cloud deployments for video analytics
Optimizing edge cloud deployments for video analytics
(English) As our digital world and physical realities blend together, we, as users, are growing to expect real-time interaction wherever and whenever we want. Newer internet servic...
AI-driven zero-touch orchestration of edge-cloud services
AI-driven zero-touch orchestration of edge-cloud services
(English) 6G networks demand orchestration systems capable of managing thousands of distributed microservices under sub-millisecond latency constraints. Traditional centralized app...

Back to Top