← Search

Mingguo He

3 accepted papers

2026

Robustness in Text-Attributed Graph Learning: Insights, Trade-offs, and New Defenses

ICLR 2026poster

While Graph Neural Networks (GNNs) and Large Language Models (LLMs) are powerful approaches for learning on Text-Attributed Graphs (TAGs), a comprehensive understanding of their robustness remains elusive. Current evaluations are fragmented, failing to systematically investigate the distinct effect…

Cited by 0SourcecodeScholar
2022

Convolutional Neural Networks on Graphs with Chebyshev Approximation, Revisited

NeurIPS 2022accept

Designing spectral convolutional networks is a challenging problem in graph learning. ChebNet, one of the early attempts, approximates the spectral graph convolutions using Chebyshev polynomials. GCN simplifies ChebNet by utilizing only the first two Chebyshev polynomials while still outperforming i…

2021

BernNet: Learning Arbitrary Graph Spectral Filters via Bernstein Approximation

NeurIPS 2021poster

Many representative graph neural networks, $e.g.$, GPR-GNN and ChebNet, approximate graph convolutions with graph spectral filters. However, existing work either applies predefined filter weights or learns them without necessary constraints, which may lead to oversimplified or ill-posed filters. To…