paper-with-me

Papers

Adaptive Graph Diffusion Networks

2020-12-30 · Chuxiong Sun, Jie Hu, Hongming Gu, Jinpeng Chen, MingChuan Yang

Graph Neural Networks (GNNs) have received much attention in the graph deep learning domain. However, recent research empirically and theoretically shows that deep GNNs suffer from over-fitting and over-smoothing problems. The usual solutions either cannot solve extensive runtime of deep GNNs or restrict graph convolution in the same feature space. We propose the Adaptive Graph Diffusion Networks (AGDNs) which perform multi-layer generalized graph diffusion in different feature spaces with moderate complexity and runtime. Standard graph diffusion methods combine large and dense powers of the transition matrix with predefined weighting coefficients. Instead, AGDNs combine smaller multi-hop node representations with learnable and generalized weighting coefficients. We propose two scalable mechanisms of weighting coefficients to capture multi-hop information: Hop-wise Attention (HA) and Hop-wise Convolution (HC). We evaluate AGDNs on diverse, challenging Open Graph Benchmark (OGB) datasets with semi-supervised node classification and link prediction tasks. Until the date of submission (Aug 26, 2022), AGDNs achieve top-1 performance on the ogbn-arxiv, ogbn-proteins and ogbl-ddi datasets and top-3 performance on the ogbl-citation2 dataset. On the similar Tesla V100 GPU cards, AGDNs outperform Reversible GNNs (RevGNNs) with 13% complexity and 1% training runtime of RevGNNs on the ogbn-proteins dataset. AGDNs also achieve comparable performance to SEAL with 36% training and 0.2% inference runtime of SEAL on the ogbl-citation2 dataset.

📄 PDF Abstract BibTeX arXiv:2012.15024

Code (1)

skepsun/SAGN_with_SLE pytorch

Tasks

GPULink PredictionNode ClassificationNode Property Prediction

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

Hypergraph Neural Diffusion: A PDE-Inspired Framework for Hypergraph Message Passing

2026-04-13 · Zhiheng Zhou, Mengyao Zhou, Xixun Lin, Xingqin Qi 외 arxiv

Hypergraph neural networks (HGNNs) have shown remarkable potential in modeling high-order relationships that naturally arise in many real-world data domains. However, existing HGNNs often suffer from shallow propagation,…

Cross-Domain Graph Data Scaling: A Showcase with Diffusion Models

2024-06-04 · Wenzhuo Tang, Haitao Mao, Danial Dervovic, Ivan Brugere 외

Models for natural language and images benefit from data scaling behavior: the more data fed into the model, the better they perform. This 'better with more' phenomenon enables the effectiveness of large-scale pre-traini…

Cross-Domain Diffusion with Progressive Alignment for Efficient Adaptive Retrieval

2025-05-20 · Junyu Luo, Yusheng Zhao, Xiao Luo, Zhiping Xiao 외

Unsupervised efficient domain adaptive retrieval aims to transfer knowledge from a labeled source domain to an unlabeled target domain, while maintaining low storage cost and high retrieval efficiency. However, existing …

Domain AdaptationRetrieval

Factual and Edit-Sensitive Graph-to-Sequence Generation via Graph-Aware Adaptive Noising

2026-04-27 · Aditya Hemant Shahane, Anuj Kumar Sirohi, Tanmoy Chakraborty, Prathosh A P 외 arxiv

Fine-tuned autoregressive models for graph-to-sequence generation (G2S) often struggle with factual grounding and edit sensitivity. To tackle these issues, we propose a non-autoregressive diffusion framework that generat…

Molecule Captioning

Class-Attentive Diffusion Network for Semi-Supervised Classification

2020-06-18 · Jongin Lim, Daeho Um, Hyung Jin Chang, Dae Ung Jo 외

Recently, graph neural networks for semi-supervised classification have been widely studied. However, existing methods only use the information of limited neighbors and do not deal with the inter-class connections in gra…

ClassificationGeneral Classification