← Search

Yongduo Sui

5 accepted papers

2024

Two Heads Are Better Than One: Boosting Graph Sparse Training via Semantic and Topological Awareness

ICML 2024poster

Graph Neural Networks (GNNs) excel in various graph learning tasks but face computational challenges when applied to large-scale graphs. A promising solution is to remove non-essential edges to reduce the computational overheads in GNN. Previous literature generally falls into two categories: topolo…

Cited by 16SourcePDFScholar
2023

Unleashing the Power of Graph Data Augmentation on Covariate Distribution Shift

NeurIPS 2023poster

The issue of distribution shifts is emerging as a critical concern in graph representation learning. From the perspective of invariant learning and stable learning, a recently well-established paradigm for out-of-distribution generalization, stable features of the graph are assumed to causally deter…

2021

A Unified Lottery Ticket Hypothesis for Graph Neural Networks

ICML 2021spotlight

With graphs rapidly growing in size and deeper graph neural networks (GNNs) emerging, the training and inference of GNNs become increasingly expensive. Existing network weight pruning algorithms cannot address the main space and computational bottleneck in GNNs, caused by the size and connectivity o…

2020

Graph Contrastive Learning with Augmentations

NeurIPS 2020poster

Generalizable, transferrable, and robust representation learning on graph-structured data remains a challenge for current graph neural networks (GNNs). Unlike what has been developed for convolutional neural networks (CNNs) for image data, self-supervised learning and pre-training are less explored…