← Search

Weigang Lu

5 accepted papers

2026

ProGMLP: A Progressive Framework for GNN-to-MLP Knowledge Distillation with Efficient Trade-offs

AAAI 2026technical

GNN-to-MLP (G2M) methods have emerged as a promising approach to accelerate Graph Neural Networks (GNNs) by distilling their knowledge into simpler Multi-Layer Perceptrons (MLPs). These methods bridge the gap between the expressive power of GNNs and the computational efficiency of MLPs, making them

Cited by 0SourcePDFScholar
2025

AGMixup: Adaptive Graph Mixup for Semi-supervised Node Classification

AAAI 2025technical

Mixup is a data augmentation technique that enhances model generalization by interpolating between data points using a mixing ratio lambda in the image domain. Recently, the concept of mixup has been adapted to the graph domain through node-centric interpolations. However, these approaches often fai…

2025

Defining and Discovering Hyper-meta-paths for Heterogeneous Hypergraphs

NeurIPS 2025poster

Heterogeneous hypergraph is a kind of structural data that contains multiple types of nodes and multiple types of hyperedges. Each hyperedge type corresponds to a specific multi-ary relation (called hyper-relation) among subsets of nodes, which goes beyond traditional pair-wise relations in simple g…

Cited by 0SourcecodeScholar
2024

NodeMixup: Tackling Under-Reaching for Graph Neural Networks

AAAI 2024technical

Graph Neural Networks (GNNs) have become mainstream methods for solving the semi-supervised node classification problem. However, due to the uneven location distribution of labeled nodes in the graph, labeled nodes are only accessible to a small portion of unlabeled nodes, leading to the under-reach…

2022

Self-supervised Heterogeneous Graph Pre-training Based on Structural Clustering

NeurIPS 2022accept

Recent self-supervised pre-training methods on Heterogeneous Information Networks (HINs) have shown promising competitiveness over traditional semi-supervised Heterogeneous Graph Neural Networks (HGNNs). Unfortunately, their performance heavily depends on careful customization of various strategies…