paper-with-me

Papers

Revisiting Heterophily in Graph Convolution Networks by Learning Representations Across Topological and Feature Spaces

2022-11-01 · Ashish Tiwari, Sresth Tosniwal, Shanmuganathan Raman

Graph convolution networks (GCNs) have been enormously successful in learning representations over several graph-based machine learning tasks. Specific to learning rich node representations, most of the methods have solely relied on the homophily assumption and have shown limited performance on the heterophilous graphs. While several methods have been developed with new architectures to address heterophily, we argue that by learning graph representations across two spaces i.e., topology and feature space GCNs can address heterophily. In this work, we experimentally demonstrate the performance of the proposed GCN framework over semi-supervised node classification task on both homophilous and heterophilous graph benchmarks by learning and combining representations across the topological and the feature spaces.

📄 PDF Abstract BibTeX arXiv:2211.00565

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
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 제목 키워드 기반

Revisiting the role of heterophily in graph representation learning: An edge classification perspective

2022-05-23 · Jincheng Huang, Ping Li, Rui Huang, Chen Na 외

Graph representation learning aim at integrating node contents with graph structure to learn nodes/graph representations. Nevertheless, it is found that many existing graph learning methods do not work well on data with …

Edge ClassificationGraph LearningGraph Representation LearningRepresentation Learning

Adaptive Heterogeneous Graph Neural Networks: Bridging Heterophily and Heterogeneity

2025-08-08 · Qin Chen, Guojie Song arxiv

Heterogeneous graphs (HGs) are common in real-world scenarios and often exhibit heterophily. However, most existing studies focus on either heterogeneity or heterophily in isolation, overlooking the prevalence of heterop…

Graph Neural Network

H$^3$GNNs: Harmonizing Heterophily and Homophily in GNNs via Joint Structural Node Encoding and Self-Supervised Learning

2025-04-16 · Rui Xue, Tianfu Wu

Graph Neural Networks (GNNs) struggle to balance heterophily and homophily in representation learning, a challenge further amplified in self-supervised settings. We propose H$^3$GNNs, an end-to-end self-supervised learni…

Representation LearningSelf-Supervised Learning

Graph Contrastive Learning under Heterophily via Graph Filters

2023-03-11 · Wenhan Yang, Baharan Mirzasoleiman

Graph contrastive learning (CL) methods learn node representations in a self-supervised manner by maximizing the similarity between the augmented node representations obtained via a GNN-based encoder. However, CL methods…

Contrastive Learning

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