paper-with-me

Papers

NodeFormer: A Scalable Graph Structure Learning Transformer for Node Classification

2023-06-14 · Qitian Wu, Wentao Zhao, Zenan Li, David Wipf, Junchi Yan

Graph neural networks have been extensively studied for learning with inter-connected data. Despite this, recent evidence has revealed GNNs' deficiencies related to over-squashing, heterophily, handling long-range dependencies, edge incompleteness and particularly, the absence of graphs altogether. While a plausible solution is to learn new adaptive topology for message passing, issues concerning quadratic complexity hinder simultaneous guarantees for scalability and precision in large networks. In this paper, we introduce a novel all-pair message passing scheme for efficiently propagating node signals between arbitrary nodes, as an important building block for a pioneering Transformer-style network for node classification on large graphs, dubbed as \textsc{NodeFormer}. Specifically, the efficient computation is enabled by a kernerlized Gumbel-Softmax operator that reduces the algorithmic complexity to linearity w.r.t. node numbers for learning latent graph structures from large, potentially fully-connected graphs in a differentiable manner. We also provide accompanying theory as justification for our design. Extensive experiments demonstrate the promising efficacy of the method in various tasks including node classification on graphs (with up to 2M nodes) and graph-enhanced applications (e.g., image classification) where input graphs are missing.

📄 PDF Abstract BibTeX arXiv:2306.08385

Code (1)

qitianwu/nodeformer 공식 구현 pytorch

Tasks

Graph structure learningimage-classificationImage ClassificationNode Classification

Similar Papers 제목 키워드 기반

Geometric Learning-Based Transformer Network for Estimation of Segmentation Errors

2023-08-09 · Sneha Sree C, Mohammad Al Fahim, Keerthi Ram, Mohanasankar Sivaprakasam

Many segmentation networks have been proposed for 3D volumetric segmentation of tumors and organs at risk. Hospitals and clinical institutions seek to accelerate and minimize the efforts of specialists in image segmentat…

Graph Neural NetworkImage SegmentationSegmentationSemantic Segmentation

Federated Spectral Graph Transformers Meet Neural Ordinary Differential Equations for Non-IID Graphs

2025-04-16 · Kishan Gurumurthy, Himanshu Pal, Charu Sharma

Graph Neural Network (GNN) research is rapidly advancing due to GNNs' capacity to learn distributed representations from graph-structured data. However, centralizing large volumes of real-world graph data for GNN trainin…

Federated LearningFraud DetectionGraph Neural NetworkPrivacy Preserving+1

Generalizing Graph Transformers Across Diverse Graphs and Tasks via Pre-Training on Industrial-Scale Data

2024-07-04 · Yufei He, Zhenyu Hou, Yukuo Cen, Feng He 외

Graph pre-training has been concentrated on graph-level on small graphs (e.g., molecular graphs) or learning node representations on a fixed graph. Extending graph pre-trained models to web-scale graphs with billions of …

Decoder

Heterogeneous Graph Alignment for Joint Reasoning and Interpretability

2026-01-30 · Zahra Moslemi, Ziyi Liang, Norbert Fortin, Babak Shahbaba arxiv

Multi-graph learning is crucial for extracting meaningful signals from collections of heterogeneous graphs. However, effectively integrating information across graphs with differing topologies, scales, and semantics, oft…

Graph Learning

Heterogeneous Graph Transformer

2020-03-03 · Ziniu Hu, Yuxiao Dong, Kuansan Wang, Yizhou Sun

Recent years have witnessed the emerging success of graph neural networks (GNNs) for modeling structured data. However, most GNNs are designed for homogeneous graphs, in which all nodes and edges belong to the same types…

Graph SamplingHeterogeneous Node ClassificationNode Property Prediction