paper-with-me

홈 › 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 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 (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 Neighborhood Homophily-based Graph Convolutional Network (NHGCN). In this framework, neighbors are grouped by estimated NH values and aggregated from different channels, and the resulting node predictions are then used in turn to estimate and update 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

Code (1)

rockcor/NHGCN pytorch

Tasks

Node Classification

Similar 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…

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

AGS-GNN: Attribute-guided Sampling for Graph Neural Networks

2024-05-24 · Siddhartha Shankar Das, S M Ferdous, Mahantesh M Halappanavar, Edoardo Serra 외

We propose AGS-GNN, a novel attribute-guided sampling algorithm for Graph Neural Networks (GNNs) that exploits node features and connectivity structure of a graph while simultaneously adapting for both homophily and hete…

AttributeGraph SamplingNode Classification

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