Browse State-of-the-Art › Node Classification on Non-Homophilic (Heterophilic) Graphs
Node Classification on Non-Homophilic (Heterophilic) Graphs
29 papers with code · 15 benchmarks · 15 datasets archive 2025-07-28
There exists a non-trivial set of graphs where graph-aware models underperform their corresponding graph-agnostic models, e.g. SGC and GCN underperform MLP with 1 layer and 2 layers. Although still controversial, people believe the performance degradation results from heterophily, i.e. there exist much more inter-class edges than inner-class edges. This task aims to evaluate models designed for non-homophilic (heterophilic) datasets.
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
15 leaderboard tables shown for this task, 15 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted. 10 shown of 15 until expanded.
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
15 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
No subtask under this task in the archive's task tree.
Parent tasks archive 2025-07-28
Most implemented papers archive 2025-07-28
29 shown of 29 papers with code (29 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
30 Oct 2017 93 repositories listed Syntology ran 50 of 106 samples · 56 unverified · 43 pointer-only (licence)We present graph attention networks (GATs), novel neural network architectures that operate on graph-structured data, leveraging masked self-attentional layers to address the shortcomings of prior methods based on graph…
-
9 Sep 2016 55 repositories listed Syntology ran 31 of 58 samples · 27 unverified · 22 pointer-only (licence)We present a scalable approach for semi-supervised learning on graph-structured data that is based on an efficient variant of convolutional neural networks which operate directly on graphs.
-
7 Jun 2017 20 repositories listed Syntology ran 3 of 5 samples · 2 unverified · 5 pointer-only (licence)Low-dimensional embeddings of nodes in large graphs have proved extremely useful in a variety of prediction tasks, from content recommendation to identifying protein functions.
-
27 Oct 2020 7 repositories listed Syntology ran 2 of 5 samples · 3 unverified · 2 pointer-only (licence)Graph Neural Networks (GNNs) are the predominant technique for learning over graphs.
-
19 Feb 2019 7 repositories listed Syntology ran 3 of 8 samples · 5 unverifiedGraph Convolutional Networks (GCNs) and their variants have experienced significant attention and have become the de facto methods for learning graph representations.
-
27 Oct 2021 5 repositories listed Syntology ran 7 of 21 samples · 14 unverified · 4 pointer-only (licence)Many widely used datasets for graph machine learning tasks have generally been homophilous, where nodes with similar labels connect to each other.
-
14 Oct 2018 5 repositories listed Syntology ran 1 of 12 samples · 11 unverifiedWe utilize this propagation procedure to construct a simple model, personalized propagation of neural predictions (PPNP), and its fast approximation, APPNP.
-
4 Jul 2020 4 repositories listed Syntology ran 5 of 7 samples · 2 unverified · 4 pointer-only (licence)We propose the GCNII, an extension of the vanilla GCN model with two simple yet effective techniques: {\em Initial residual} and {\em Identity mapping}.
-
20 Jun 2020 4 repositories listed Syntology ran 13 of 21 samples · 8 unverified · 6 pointer-only (licence)We investigate the representation power of graph neural networks in the semi-supervised node classification task under heterophily or low homophily, i.
-
13 Feb 2020 4 repositories listed Syntology ran 7 of 7 samples · 0 unverified · 7 pointer-only (licence)From the observations on classical neural network and network geometry, we propose a novel geometric aggregation scheme for graph neural networks to overcome the two weaknesses.
-
30 Apr 2019 3 repositories listedExisting popular methods for semi-supervised learning with Graph Neural Networks (such as the Graph Convolutional Network) provably cannot learn a general class of neighborhood mixing relationships.
-
28 Nov 2024 1 repository listedWe address two fundamental challenges in Graph Neural Networks (GNNs): (1) the lack of theoretical support for invariance learning, a critical property in image processing, and (2) the absence of a unified model capable…
-
17 May 2023 1 repository listed Syntology ran 3 of 5 samples · 2 unverifiedGraph Neural Networks (GNNs) have become the de-facto standard tool for modeling relational data.
-
14 May 2023 1 repository listedNode classification tasks on graphs are addressed via fully-trained deep message-passing models that learn a hierarchy of node representations via multiple aggregations of a node's neighbourhood.
-
21 Apr 2023 1 repository listedYet, achievement of consistent GNN performance on heterophilous graphs remains an open research problem.
-
24 Feb 2023 1 repository listedSecond, we examine the supposedly unsolvable definition of optimal polynomial basis from Wang & Zhang (2022) and propose a simple model, OptBasisGNN, which computes the optimal basis for a given graph structure and…
-
29 Oct 2022 1 repository listedGraph Convolutional Networks (GCNs), which use a message-passing paradigm with stacked convolution layers, are foundational methods for learning graph representations.
-
14 Oct 2022 1 repository listed Syntology ran 2 of 7 samples · 5 unverifiedACM is more powerful than the commonly used uni-channel framework for node classification tasks on heterophilic graphs and is easy to be implemented in baseline GNN layers.
-
15 May 2022 1 repository listedFurther, for other homophilous nodes excluded in the neighborhood, they are ignored for information aggregation.
-
9 Feb 2022 1 repository listed Syntology ran 0 of 1 samples · 1 unverifiedIn this paper, we use cellular sheaf theory to show that the underlying geometry of the graph is deeply linked with the performance of GNNs in heterophilic settings and their oversmoothing behaviour.
-
29 Dec 2021 1 repository listed Syntology ran 2 of 2 samples · 0 unverifiedTo address the two common problems of graph convolution, in this paper, we propose Deformable Graph Convolutional Networks (Deformable GCNs) that adaptively perform convolution in multiple latent spaces and capture…
-
21 Jun 2021 1 repository listed Syntology ran 0 of 1 samples · 1 unverified · 1 pointer-only (licence)Many representative graph neural networks, e.
-
11 Jun 2021 1 repository listed Syntology ran 1 of 12 samples · 11 unverifiedWe find that the prediction performance of a wide range of GNN models is highly correlated with the node level assortativity.
-
3 Apr 2021 1 repository listedMuch data with graph structures satisfy the principle of homophily, meaning that connected nodes tend to be similar with respect to a specific attribute.
-
12 Feb 2021 1 repository listedWe are the first to take a unified perspective to jointly explain the oversmoothing and heterophily problems at the node level.
-
4 Jan 2021 1 repository listedFor a deeper understanding, we theoretically analyze the roles of low-frequency signals and high-frequency signals on learning node representations, which further explains why FAGCN can perform well on different types…
-
14 Jun 2020 1 repository listed Syntology ran 0 of 2 samples · 2 unverified · 2 pointer-only (licence)We address these issues by introducing a new Generalized PageRank (GPR) GNN architecture that adaptively learns the GPR weights so as to jointly optimize node feature and topological information extraction, regardless…
-
29 May 2020 1 repository listed Syntology ran 3 of 3 samples · 0 unverified · 3 pointer-only (licence)Modern graph neural networks (GNNs) learn node embeddings through multilayer local aggregation and achieve great success in applications on assortative graphs.
-
5 Jun 2019 1 repository listed Syntology ran 1 of 9 samples · 8 unverifiedRecently, neural network based approaches have achieved significant improvement for solving large, complex, graph-structured problems.
Syntology lines on 19 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections