NoiseHGNN: Synthesized Similarity Graph-Based Neural Network For Noised Heterogeneous Graph Representation Learning
Xiong Zhang, Cheng Xie, Haoran Duan, Beibei Yu

TL;DR
NoiseHGNN introduces a novel approach for learning from noisy heterogeneous graphs by synthesizing similarity-based high-order graphs and jointly embedding original and synthesized graphs, significantly improving robustness and accuracy.
Contribution
The paper proposes a new similarity-aware graph neural network that effectively handles noise in heterogeneous graphs by synthesizing similarity-based graphs and joint supervision, addressing limitations of existing methods.
Findings
Achieves 5-6% performance improvements on noisy datasets.
Outperforms previous state-of-the-art methods in heterogeneous graph noise scenarios.
Demonstrates robustness across multiple real-world datasets.
Abstract
Real-world graph data environments intrinsically exist noise (e.g., link and structure errors) that inevitably disturb the effectiveness of graph representation and downstream learning tasks. For homogeneous graphs, the latest works use original node features to synthesize a similarity graph that can correct the structure of the noised graph. This idea is based on the homogeneity assumption, which states that similar nodes in the homogeneous graph tend to have direct links in the original graph. However, similar nodes in heterogeneous graphs usually do not have direct links, which can not be used to correct the original noise graph. This causes a significant challenge in noised heterogeneous graph learning. To this end, this paper proposes a novel synthesized similarity-based graph neural network compatible with noised heterogeneous graph learning. First, we calculate the original…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Neural Networks and Applications · Brain Tumor Detection and Classification
MethodsGraph Neural Network
