paper-with-me

Papers

Finding the Missing-half: Graph Complementary Learning for Homophily-prone and Heterophily-prone Graphs

2023-06-13 · Yizhen Zheng, He Zhang, Vincent CS Lee, Yu Zheng, Xiao Wang, Shirui Pan

Real-world graphs generally have only one kind of tendency in their connections. These connections are either homophily-prone or heterophily-prone. While graphs with homophily-prone edges tend to connect nodes with the same class (i.e., intra-class nodes), heterophily-prone edges tend to build relationships between nodes with different classes (i.e., inter-class nodes). Existing GNNs only take the original graph during training. The problem with this approach is that it forgets to take into consideration the ``missing-half" structural information, that is, heterophily-prone topology for homophily-prone graphs and homophily-prone topology for heterophily-prone graphs. In our paper, we introduce Graph cOmplementAry Learning, namely GOAL, which consists of two components: graph complementation and complemented graph convolution. The first component finds the missing-half structural information for a given graph to complement it. The complemented graph has two sets of graphs including both homophily- and heterophily-prone topology. In the latter component, to handle complemented graphs, we design a new graph convolution from the perspective of optimisation. The experiment results show that GOAL consistently outperforms all baselines in eight real-world datasets.

📄 PDF Abstract BibTeX arXiv:2306.07608

Code (1)

zyzisastudyreallyhardguy/goal-graph-complementary-learning 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

What Is Missing In Homophily? Disentangling Graph Homophily For Graph Neural Networks

2024-06-27 · Yilun Zheng, Sitao Luan, Lihui Chen

Graph homophily refers to the phenomenon that connected nodes tend to share similar characteristics. Understanding this concept and its related metrics is crucial for designing effective Graph Neural Networks (GNNs). The…

Stochastic Block Model

GCL-OT: Graph Contrastive Learning with Optimal Transport for Heterophilic Text-Attributed Graphs

2025-11-20 · Yating Ren, Yikun Ban, Huobin Tan arxiv

Recently, structure-text contrastive learning has shown promising performance on text-attributed graphs by leveraging the complementary strengths of graph neural networks and language models. However, existing methods ty…

Contrastive Learning

Homophily Enhanced Graph Domain Adaptation

2025-05-26 · Ruiyi Fang, Bingheng Li, Jingyu Zhao, Ruizhi Pu 외

Graph Domain Adaptation (GDA) transfers knowledge from labeled source graphs to unlabeled target graphs, addressing the challenge of label scarcity. In this paper, we highlight the significance of graph homophily, a pivo…

Domain AdaptationGRAPH DOMAIN ADAPTATION

On Performance Discrepancies Across Local Homophily Levels in Graph Neural Networks

2023-06-08 · Donald Loveland, Jiong Zhu, Mark Heimann, Benjamin Fish 외

Graph Neural Network (GNN) research has highlighted a relationship between high homophily (i.e., the tendency of nodes of the same class to connect) and strong predictive performance in node classification. However, rece…

Graph Neural NetworkNode Classification

Homophily and missing links in citation networks

2015-11-24 · Ciotti Valerio, Bonaventura Moreno, Nicosia Vincenzo, Panzarasa Pietro 외

Citation networks have been widely used to study the evolution of science through the lenses of the underlying patterns of knowledge flows among academic papers, authors, research sub-fields, and scientific journals. Her…

ArticlesTransfer Learning