paper-with-me

홈 › Papers

Learning to Model Graph Structural Information on MLPs via Graph Structure Self-Contrasting

2024-09-09 · Lirong Wu, Haitao Lin, Guojiang Zhao, Cheng Tan, Stan Z. Li

Recent years have witnessed great success in handling graph-related tasks with Graph Neural Networks (GNNs). However, most existing GNNs are based on message passing to perform feature aggregation and transformation, where the structural information is explicitly involved in the forward propagation by coupling with node features through graph convolution at each layer. As a result, subtle feature noise or structure perturbation may cause severe error propagation, resulting in extremely poor robustness. In this paper, we rethink the roles played by graph structural information in graph data training and identify that message passing is not the only path to modeling structural information. Inspired by this, we propose a simple but effective Graph Structure Self-Contrasting (GSSC) framework that learns graph structural information without message passing. The proposed framework is based purely on Multi-Layer Perceptrons (MLPs), where the structural information is only implicitly incorporated as prior knowledge to guide the computation of supervision signals, substituting the explicit message propagation as in GNNs. Specifically, it first applies structural sparsification to remove potentially uninformative or noisy edges in the neighborhood, and then performs structural self-contrasting in the sparsified neighborhood to learn robust node representations. Finally, structural sparsification and self-contrasting are formulated as a bi-level optimization problem and solved in a unified framework. Extensive experiments have qualitatively and quantitatively demonstrated that the GSSC framework can produce truly encouraging performance with better generalization and robustness than other leading competitors.

📄 PDF Abstract BibTeX arXiv:2409.05573

Code (1)

lirongwu/gssc 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Edge-free but Structure-aware: Prototype-Guided Knowledge Distillation from GNNs to MLPs

2023-03-24 · Taiqiang Wu, Zhe Zhao, Jiahao Wang, Xingyu Bai 외

Distilling high-accuracy Graph Neural Networks (GNNs) to low-latency multilayer perceptions (MLPs) on graph tasks has become a hot research topic. However, conventional MLP learning relies almost exclusively on graph nod…

Knowledge Distillation

NOSMOG: Learning Noise-robust and Structure-aware MLPs on Graphs

2022-08-22 · Yijun Tian, Chuxu Zhang, Zhichun Guo, Xiangliang Zhang 외

While Graph Neural Networks (GNNs) have demonstrated their efficacy in dealing with non-Euclidean structural data, they are difficult to be deployed in real applications due to the scalability constraint imposed by multi…

Training MLPs on Graphs without Supervision

2024-12-05 · Zehong Wang, Zheyuan Zhang, Chuxu Zhang, Yanfang Ye

Graph Neural Networks (GNNs) have demonstrated their effectiveness in various graph learning tasks, yet their reliance on neighborhood aggregation during inference poses challenges for deployment in latency-sensitive app…

Fraud DetectionGraph ClassificationGraph LearningInductive Bias+3

SimMLP: Training MLPs on Graphs without Supervision

2024-02-14 · Zehong Wang, Zheyuan Zhang, Chuxu Zhang, Yanfang Ye

Graph Neural Networks (GNNs) have demonstrated their effectiveness in various graph learning tasks, yet their reliance on neighborhood aggregation during inference poses challenges for deployment in latency-sensitive app…

Fraud DetectionGraph ClassificationGraph LearningInductive Bias+3

MLPs Compass: What is learned when MLPs are combined with PLMs?

2024-01-03 · Li Zhou, Wenyu Chen, Yong Cao, Dingyi Zeng 외

While Transformer-based pre-trained language models and their variants exhibit strong semantic representation capabilities, the question of comprehending the information gain derived from the additional components of PLM…