paper-with-me

Papers

Normalize Then Propagate: Efficient Homophilous Regularization for Few-shot Semi-Supervised Node Classification

2025-01-15 · Baoming Zhang, Mingcai Chen, Jianqing Song, Shuangjie Li, Jie Zhang, Chongjun Wang

Graph Neural Networks (GNNs) have demonstrated remarkable ability in semi-supervised node classification. However, most existing GNNs rely heavily on a large amount of labeled data for training, which is labor-intensive and requires extensive domain knowledge. In this paper, we first analyze the restrictions of GNNs generalization from the perspective of supervision signals in the context of few-shot semi-supervised node classification. To address these challenges, we propose a novel algorithm named NormProp, which utilizes the homophily assumption of unlabeled nodes to generate additional supervision signals, thereby enhancing the generalization against label scarcity. The key idea is to efficiently capture both the class information and the consistency of aggregation during message passing, via decoupling the direction and Euclidean norm of node representations. Moreover, we conduct a theoretical analysis to determine the upper bound of Euclidean norm, and then propose homophilous regularization to constraint the consistency of unlabeled nodes. Extensive experiments demonstrate that NormProp achieve state-of-the-art performance under low-label rate scenarios with low computational complexity.

📄 PDF Abstract BibTeX arXiv:2501.08581

Code (1)

pallaksch/normprop 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Discovering Invariant Neighborhood Patterns for Heterophilic Graphs

2024-03-15 · Ruihao Zhang, Zhengyu Chen, Teng Xiao, Yueyang Wang 외

This paper studies the problem of distribution shifts on non-homophilous graphs Mosting existing graph neural network methods rely on the homophilous assumption that nodes from the same class are more likely to be linked…

Graph LearningGraph Neural Network

Graph Polynomial Convolution Models for Node Classification of Non-Homophilous Graphs

2022-09-12 · Kishan Wimalawarne, Taiji Suzuki

We investigate efficient learning from higher-order graph convolution and learning directly from adjacency matrices for node classification. We revisit the scaled graph residual network and remove ReLU activation from re…

Generalization BoundsNode Classification

Large Scale Learning on Non-Homophilous Graphs: New Benchmarks and Strong Simple Methods

2021-10-27 · NeurIPS 2021 12 · Derek Lim, Felix Hohne, Xiuyu Li, Sijia Linda Huang 외

Many widely used datasets for graph machine learning tasks have generally been homophilous, where nodes with similar labels connect to each other. Recently, new Graph Neural Networks (GNNs) have been developed that move …

Graph LearningNode ClassificationNode Classification on Non-Homophilic (Heterophilic) Graphs

Heterophilous Distribution Propagation for Graph Neural Networks

2024-05-31 · Zhuonan Zheng, Sheng Zhou, Hongjia Xu, Ming Gu 외

Graph Neural Networks (GNNs) have achieved remarkable success in various graph mining tasks by aggregating information from neighborhoods for representation learning. The success relies on the homophily assumption that n…

Contrastive LearningGraph MiningNode ClassificationRepresentation Learning

SiMilarity-Enhanced Homophily for Multi-View Heterophilous Graph Clustering

2024-10-04 · Jianpeng Chen, Yawen Ling, Yazhou Ren, Zichen Wen 외

With the increasing prevalence of graph-structured data, multi-view graph clustering has been widely used in various downstream applications. Existing approaches primarily rely on a unified message passing mechanism, whi…

ClusteringGraph ClusteringGraph Learning