MUSE: Multi-View Contrastive Learning for Heterophilic Graphs
- URL: http://arxiv.org/abs/2307.16026v1
- Date: Sat, 29 Jul 2023 16:54:34 GMT
- Title: MUSE: Multi-View Contrastive Learning for Heterophilic Graphs
- Authors: Mengyi Yuan, Minjie Chen, Xiang Li
- Abstract summary: We propose a multi-view contrastive learning model for heterophilic graphs, namely, MUSE.
In this work, we construct two views to capture the information of the ego node and its neighborhood by GNNs enhanced with contrastive learning.
We employ an information fusion controller to model the diversity of node-neighborhood similarity at both the local and global levels.
- Score: 4.409889336732851
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: In recent years, self-supervised learning has emerged as a promising approach
in addressing the issues of label dependency and poor generalization
performance in traditional GNNs. However, existing self-supervised methods have
limited effectiveness on heterophilic graphs, due to the homophily assumption
that results in similar node representations for connected nodes. In this work,
we propose a multi-view contrastive learning model for heterophilic graphs,
namely, MUSE. Specifically, we construct two views to capture the information
of the ego node and its neighborhood by GNNs enhanced with contrastive
learning, respectively. Then we integrate the information from these two views
to fuse the node representations. Fusion contrast is utilized to enhance the
effectiveness of fused node representations. Further, considering that the
influence of neighboring contextual information on information fusion may vary
across different ego nodes, we employ an information fusion controller to model
the diversity of node-neighborhood similarity at both the local and global
levels. Finally, an alternating training scheme is adopted to ensure that
unsupervised node representation learning and information fusion controller can
mutually reinforce each other. We conduct extensive experiments to evaluate the
performance of MUSE on 9 benchmark datasets. Our results show the effectiveness
of MUSE on both node classification and clustering tasks.
Related papers
- Generative and Contrastive Graph Representation Learning [1.4443417199517135]
Self-supervised learning (SSL) on graphs generates node and graph representations that can be used for downstream tasks such as node classification, node clustering, and link prediction.<n>We present a novel architecture for graph SSL that integrates the strengths of both approaches.
arXiv Detail & Related papers (2025-05-17T01:02:22Z) - GRAIN: Multi-Granular and Implicit Information Aggregation Graph Neural Network for Heterophilous Graphs [11.458759345322832]
Granular and Implicit Graph Network (GRAIN) is a novel GNN model specifically designed for heterophilous graphs.
GRAIN enhances node embeddings by aggregating multi-view information at various levels and incorporating implicit data from distant, non-neighboring nodes.
We also introduce an adaptive graph information aggregator that efficiently combines multi-granularity and implicit data, significantly improving node representation quality.
arXiv Detail & Related papers (2025-04-09T07:36:44Z) - Decoupled Graph Energy-based Model for Node Out-of-Distribution Detection on Heterophilic Graphs [61.226857589092]
OOD detection on nodes in graph learning remains underexplored.
GNNSafe adapted energy-based detection to the graph domain with state-of-the-art performance.
We introduce DeGEM, which decomposes the learning process into two parts: a graph encoder that leverages topology information for node representations and an energy head that operates in latent space.
arXiv Detail & Related papers (2025-02-25T07:20:00Z) - Contrastive Graph Representation Learning with Adversarial Cross-view Reconstruction and Information Bottleneck [5.707725771108279]
We propose an effective Contrastive Graph Representation Learning with Adversarial Cross-view Reconstruction and Information Bottleneck (CGRL) for node classification.
Our method significantly outperforms existing state-of-the-art algorithms.
arXiv Detail & Related papers (2024-08-01T05:45:21Z) - Learn from Heterophily: Heterophilous Information-enhanced Graph Neural Network [4.078409998614025]
Heterophily, nodes with different labels tend to be connected based on semantic meanings, Graph Neural Networks (GNNs) often exhibit suboptimal performance.
We propose and demonstrate that the valuable semantic information inherent in heterophily can be utilized effectively in graph learning.
We propose HiGNN, an innovative approach that constructs an additional new graph structure, that integrates heterophilous information by leveraging node distribution.
arXiv Detail & Related papers (2024-03-26T03:29:42Z) - Breaking the Entanglement of Homophily and Heterophily in
Semi-supervised Node Classification [25.831508778029097]
We introduce AMUD, which quantifies the relationship between node profiles and topology from a statistical perspective.
We also propose ADPA as a new directed graph learning paradigm for AMUD.
arXiv Detail & Related papers (2023-12-07T07:54:11Z) - LSGNN: Towards General Graph Neural Network in Node Classification by
Local Similarity [59.41119013018377]
We propose to use the local similarity (LocalSim) to learn node-level weighted fusion, which can also serve as a plug-and-play module.
For better fusion, we propose a novel and efficient Initial Residual Difference Connection (IRDC) to extract more informative multi-hop information.
Our proposed method, namely Local Similarity Graph Neural Network (LSGNN), can offer comparable or superior state-of-the-art performance on both homophilic and heterophilic graphs.
arXiv Detail & Related papers (2023-05-07T09:06:11Z) - Hierarchical Contrastive Learning Enhanced Heterogeneous Graph Neural
Network [59.860534520941485]
Heterogeneous graph neural networks (HGNNs) as an emerging technique have shown superior capacity of dealing with heterogeneous information network (HIN)
Recently, contrastive learning, a self-supervised method, becomes one of the most exciting learning paradigms and shows great potential when there are no labels.
In this paper, we study the problem of self-supervised HGNNs and propose a novel co-contrastive learning mechanism for HGNNs, named HeCo.
arXiv Detail & Related papers (2023-04-24T16:17:21Z) - STERLING: Synergistic Representation Learning on Bipartite Graphs [78.86064828220613]
A fundamental challenge of bipartite graph representation learning is how to extract node embeddings.
Most recent bipartite graph SSL methods are based on contrastive learning which learns embeddings by discriminating positive and negative node pairs.
We introduce a novel synergistic representation learning model (STERLING) to learn node embeddings without negative node pairs.
arXiv Detail & Related papers (2023-01-25T03:21:42Z) - Interpolation-based Correlation Reduction Network for Semi-Supervised
Graph Learning [49.94816548023729]
We propose a novel graph contrastive learning method, termed Interpolation-based Correlation Reduction Network (ICRN)
In our method, we improve the discriminative capability of the latent feature by enlarging the margin of decision boundaries.
By combining the two settings, we extract rich supervision information from both the abundant unlabeled nodes and the rare yet valuable labeled nodes for discnative representation learning.
arXiv Detail & Related papers (2022-06-06T14:26:34Z) - Data-heterogeneity-aware Mixing for Decentralized Learning [63.83913592085953]
We characterize the dependence of convergence on the relationship between the mixing weights of the graph and the data heterogeneity across nodes.
We propose a metric that quantifies the ability of a graph to mix the current gradients.
Motivated by our analysis, we propose an approach that periodically and efficiently optimize the metric.
arXiv Detail & Related papers (2022-04-13T15:54:35Z) - Self-supervised Graph Learning for Recommendation [69.98671289138694]
We explore self-supervised learning on user-item graph for recommendation.
An auxiliary self-supervised task reinforces node representation learning via self-discrimination.
Empirical studies on three benchmark datasets demonstrate the effectiveness of SGL.
arXiv Detail & Related papers (2020-10-21T06:35:26Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.