← Search

Chenqing Hua

5 accepted papers

2025

Graph Neural Networks Meet Probabilistic Graphical Models: A Survey

ICASSP 2025accepted

Graphs are a powerful data structure for representing relational data, and Graph Neural Networks (GNNs) have emerged as effective tools for inference and learning on graph-structured data. Probabilistic Graphical Models (PGMs), which provide compact graphical representations of variable distribution…

Cited by 0SourceScholar
2024

ReactZyme: A Benchmark for Enzyme-Reaction Prediction

NeurIPS 2024poster

Enzymes, with their specific catalyzed reactions, are necessary for all aspects of life, enabling diverse biological processes and adaptations. Predicting enzyme functions is essential for understanding biological pathways, guiding drug development, enhancing bioproduct yields, and facilitating evol…

2023

When Do Graph Neural Networks Help with Node Classification? Investigating the Homophily Principle on Node Distinguishability

NeurIPS 2023poster

Homophily principle, i.e., nodes with the same labels are more likely to be connected, has been believed to be the main reason for the performance superiority of Graph Neural Networks (GNNs) over Neural Networks on node classification tasks. Recent research suggests that, even in the absence of homo…

Cited by 88SourcePDFScholar
2022

High-Order Pooling for Graph Neural Networks with Tensor Decomposition

NeurIPS 2022accept

Graph Neural Networks (GNNs) are attracting growing attention due to their effectiveness and flexibility in modeling a variety of graph-structured data. Exiting GNN architectures usually adopt simple pooling operations~(\eg{} sum, average, max) when aggregating messages from a local neighborhood for…

Cited by 37SourcePDFScholar
2022

Revisiting Heterophily For Graph Neural Networks

NeurIPS 2022accept

Graph Neural Networks (GNNs) extend basic Neural Networks (NNs) by using graph structures based on the relational inductive bias (homophily assumption). While GNNs have been commonly believed to outperform NNs in real-world tasks, recent work has identified a non-trivial set of datasets where their…