paper-with-me

홈 › Papers

Neighborhood Homophily-based Graph Convolutional Network

2023-01-24 · Shengbo Gong, Jiajun Zhou, Chenxuan Xie, Qi Xuan

Graph neural networks (GNNs) have been proved powerful in graph-oriented tasks. However, many real-world graphs are heterophilous, challenging the homophily assumption of classical GNNs. To solve the universality problem, many studies deepen networks or concatenate intermediate representations, which does not inherently change neighbor aggregation and introduces noise. Recent studies propose new metrics to characterize the homophily, but rarely consider the correlation of the proposed metrics and models. In this paper, we first design a new metric, Neighborhood Homophily (\textit{NH}), to measure the label complexity or purity in node neighborhoods. Furthermore, we incorporate the metric into the classical graph convolutional network (GCN) architecture and propose \textbf{N}eighborhood \textbf{H}omophily-based \textbf{G}raph \textbf{C}onvolutional \textbf{N}etwork (\textbf{NHGCN}). In this framework, neighbors are grouped by estimated \textit{NH} values and aggregated from different channels, and the resulting node predictions are then used in turn to estimate and update \textit{NH} values. The two processes of metric estimation and model inference are alternately optimized to achieve better node classification. NHGCN achieves top overall performance on both homophilous and heterophilous benchmarks, with an improvement of up to 7.4\% compared to the current SOTA methods.

📄 PDF Abstract BibTeX arXiv:2301.09851

Code (1)

rockcor/NHGCN 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Neighborhood Homophily-Guided Graph Convolutional Network

2023-10-21 · CIKM 2023 10 · Shengbo Gong, Jiajun Zhou, Chenxuan Xie, Qi Xuan

Graph neural networks (GNNs) have been proved powerful in graph-oriented tasks. However, many real-world graphs are heterophilous, challenging the homophily assumption of classical GNNs. To solve the universality probl…

Node Classification

RAW-GNN: RAndom Walk Aggregation based Graph Neural Network

2022-06-28 · Di Jin, Rui Wang, Meng Ge, Dongxiao He 외

Graph-Convolution-based methods have been successfully applied to representation learning on homophily graphs where nodes with the same label or similar attributes tend to connect with one another. Due to the homophily a…

Graph Neural NetworkRepresentation Learning

On Graph Neural Network Fairness in the Presence of Heterophilous Neighborhoods

2022-07-10 · Donald Loveland, Jiong Zhu, Mark Heimann, Ben Fish 외

We study the task of node classification for graph neural networks (GNNs) and establish a connection between group fairness, as measured by statistical parity and equal opportunity, and local assortativity, i.e., the ten…

AttributeFairnessGraph Neural NetworkNode Classification

Understanding When Graph Convolutional Networks Help: A Diagnostic Study on Label Scarcity and Structural Properties

2025-12-15 · Nischal Subedi, Ember Kerstetter, Winnie Li, Silo Murphy arxiv

Graph Convolutional Networks (GCNs) have become a standard approach for semi-supervised node classification, yet practitioners lack clear guidance on when GCNs provide meaningful improvements over simpler baselines. We p…

Node Classification

Powerful Graph Convolutioal Networks with Adaptive Propagation Mechanism for Homophily and Heterophily

2021-12-27 · Tao Wang, Rui Wang, Di Jin, Dongxiao He 외

Graph Convolutional Networks (GCNs) have been widely applied in various fields due to their significant power on processing graph-structured data. Typical GCN and its variants work under a homophily assumption (i.e., nod…

Attribute