paper-with-me

Papers

Graph Neural Convection-Diffusion with Heterophily

2023-05-26 · Kai Zhao, Qiyu Kang, Yang song, Rui She, Sijie Wang, Wee Peng Tay

Graph neural networks (GNNs) have shown promising results across various graph learning tasks, but they often assume homophily, which can result in poor performance on heterophilic graphs. The connected nodes are likely to be from different classes or have dissimilar features on heterophilic graphs. In this paper, we propose a novel GNN that incorporates the principle of heterophily by modeling the flow of information on nodes using the convection-diffusion equation (CDE). This allows the CDE to take into account both the diffusion of information due to homophily and the ``convection'' of information due to heterophily. We conduct extensive experiments, which suggest that our framework can achieve competitive performance on node classification tasks for heterophilic graphs, compared to the state-of-the-art methods. The code is available at \url{https://github.com/zknus/Graph-Diffusion-CDE}.

📄 PDF Abstract BibTeX arXiv:2305.16780

Code (1)

zknus/graph-diffusion-cde 공식 구현 pytorch

Tasks

Graph LearningNode Classification

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Graph Navier Stokes Networks

2026-05-20 · Zexing Zhao, Guangsi Shi, Yu Gong, Tianyu Wang 외 arxiv

Graph Neural Networks (GNNs) have emerged as a cornerstone of deep learning, with most existing methods rooted in graph signal processing and diffusion equations to model message passing. However, these approaches inhere…

Handling Heterophily in Recommender Systems with Wavelet Hypergraph Diffusion

2025-01-24 · Darnbi Sakong, Thanh Tam Nguyen

Recommender systems are pivotal in delivering personalised user experiences across various domains. However, capturing the heterophily patterns and the multi-dimensional nature of user-item interactions poses significant…

Recommendation SystemsRepresentation Learning

An axiomatized PDE model of deep neural networks

2023-07-23 · Tangjun Wang, Wenqi Tao, Chenglong Bao, Zuoqiang Shi

Inspired by the relation between deep neural network (DNN) and partial differential equations (PDEs), we study the general form of the PDE models of deep neural networks. To achieve this goal, we formulate DNN as an evol…

model

HeAD-CP: Heterophily-Aware Diffused Conformal Prediction Sets for Graph Neural Networks

2026-07-28 · Phan Binh Nguyen Lam, Nguyen Thai Anh arxiv

Conformal prediction (CP) provides distribution-free uncertainty quantification, and its extension to graphs is an active research direction. Diffused Adaptive Prediction Sets (DAPS) is a widely used graph-aware diffusio…

Convection-Diffusion Equation: A Theoretically Certified Framework for Neural Networks

2024-03-23 · Tangjun Wang, Chenglong Bao, Zuoqiang Shi

In this paper, we study the partial differential equation models of neural networks. Neural network can be viewed as a map from a simple base model to a complicate function. Based on solid analysis, we show that this map…