EDN: A Novel Edge-Dependent Noise Model for Graph Data
Pintu Kumar, Nandyala Hemachandra

TL;DR
This paper introduces EDN, a new edge-dependent noise model for graph data that considers edge relationships affecting label noise, revealing that existing models overlook this crucial aspect and that EDN variants significantly impact GNN performance.
Contribution
The paper proposes the EDN model with three variants, highlighting the dependence of label noise on node degree and demonstrating its importance for evaluating noise robustness in graph learning.
Findings
EDN variants cause greater performance degradation in GNNs and noise-robust algorithms.
Node degree influences label corruption probability in all EDN variants.
Incorporating EDN improves the evaluation of noise robustness in graph-based learning.
Abstract
An important structural feature of a graph is its set of edges, as it captures the relationships among the nodes (the graph's topology). Existing node label noise models like Symmetric Label Noise (SLN) and Class Conditional Noise (CCN) disregard this important node relationship in graph data; and the Edge-Dependent Noise (EDN) model addresses this limitation. EDN posits that in real-world scenarios, label noise may be influenced by the connections between nodes. We explore three variants of EDN. A crucial notion that relates nodes and edges in a graph is the degree of a node; we show that in all three variants, the probability of a node's label corruption is dependent on its degree. Additionally, we compare the dependence of these probabilities on node degree across different variants. We performed experiments on popular graph datasets using 5 different GNN architectures and 8 noise…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Complex Network Analysis Techniques
