It Takes a Graph to Know a Graph: Rewiring for Homophily with a Reference Graph
Harel Mendelman, Haggai Maron, Ronen Talmon

TL;DR
This paper introduces a graph rewiring method using a reference graph to increase homophily, backed by theoretical guarantees, and demonstrates improved GNN performance on heterophilic datasets.
Contribution
We propose a novel rewiring framework that leverages a reference graph to enhance homophily, with theoretical analysis and a label-driven diffusion approach for heterophilic graphs.
Findings
Outperforms existing rewiring techniques and GNNs on heterophilic datasets.
Theoretical guarantees on homophily of rewired graphs.
Effective and scalable on large real-world graphs.
Abstract
Graph Neural Networks (GNNs) excel at analyzing graph-structured data but struggle on heterophilic graphs, where connected nodes often belong to different classes. While this challenge is commonly addressed with specialized GNN architectures, graph rewiring remains an underexplored strategy in this context. We provide theoretical foundations linking edge homophily, GNN embedding smoothness, and node classification performance, motivating the need to enhance homophily. Building on this insight, we introduce a rewiring framework that increases graph homophily using a reference graph, with theoretical guarantees on the homophily of the rewired graph. To broaden applicability, we propose a label-driven diffusion approach for constructing a homophilic reference graph from node features and training labels. Through extensive simulations, we analyze how the homophily of both the original and…
Peer Reviews
Decision·Submitted to ICLR 2026
S1 The paper establishes a clear theoretical connection between graph homophily and the smoothness of GNN embeddings (Theorem 1), providing a strong motivation for homophily-enhancing rewiring. S2 The experimental section is thorough, evaluating the method across a diverse set of 13 datasets with varying sizes and homophily levels. S3 The use of the METIS algorithm for graph partitioning, coupled with parallelizable per-cluster computations, makes the method highly scalable to large graphs.
W1 The effectiveness of the reference graph construction hinges on the assumption that node feature similarity is indicative of label similarity. In domains where this assumption does not hold, the method's performance may be limited. While the label-driven diffusion aims to mitigate this, the fundamental dependency remains a potential limitation. W2 The framework is specifically designed and evaluated for the node classification task. Its applicability to other fundamental graph learning tasks,
1. The idea of addressing the homophily–heterophily issue through graph rewiring is interesting and provides a different perspective compared to traditional architectural modifications. 2. The paper combines theoretical analysis regarding the reference graph with a comprehensive empirical study, and the explanations are generally clear and well-motivated. 3. Some experimental results indeed show significant performance improvements over certain baselines.
1. The proposed method lacks clear novelty. Label-guided graph rewiring has already been studied, for example, in *Bose, K., Banerjee, S., & Das, S. (2025). “Can Graph Neural Networks Tackle Heterophily? Yes, With a Label-Guided Graph Rewiring Approach!” IEEE TNNLS*, and the core technical component "label-driven diffusion" used here appears directly derived from existing work Mendelman & Talmon (2025)., which substantially weakens the contribution. 2. The paper does not convincingly justify wh
1. The approach of graph rewiring for homophily/heterophily is intuitive and interesting 2. The paper is sound, clear, and well-written.
1. **Positioning vs. prior rewiring for heterophily (novelty).** The core idea of REFine is to construct a more homophilous reference graph leveraging the graph **features + training labels** and then **adding/deleting edges**. To me, this is quite is close to **DHGR**, which also leverages similarities between node features and training labels to form the rewired graph. The similarities and differences of REFine in comparison to DHGR as well as its advantages/disadvantages are not clear. I
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Machine Learning in Healthcare
MethodsDiffusion
