TL;DR
This paper introduces a novel GNN framework that uses mutual information and self-supervision to improve node representations by effectively capturing local and non-local dependencies, reducing noise, and leveraging limited labels.
Contribution
The proposed method combines MI-based local and non-local aggregation with self-supervised learning, addressing limitations of traditional GNNs in noisy and long-range dependency modeling.
Findings
Outperforms state-of-the-art methods on various graph types
Effectively captures long-range dependencies
Reduces noise in node feature aggregation
Abstract
Graph Neural Networks (GNNs) learn low dimensional representations of nodes by aggregating information from their neighborhood in graphs. However, traditional GNNs suffer from two fundamental shortcomings due to their local (-hop neighborhood) aggregation scheme. First, not all nodes in the neighborhood carry relevant information for the target node. Since GNNs do not exclude noisy nodes in their neighborhood, irrelevant information gets aggregated, which reduces the quality of the representation. Second, traditional GNNs also fail to capture long-range non-local dependencies between nodes. To address these limitations, we exploit mutual information (MI) to define two types of neighborhood, 1) \textit{Local Neighborhood} where nodes are densely connected within a community and each node would share higher MI with its neighbors, and 2) \textit{Non-Local Neighborhood} where MI-based…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
