← Search

Chuxu Zhang

40 accepted papers

2026

Adaptive and Context-rich Generative Self-supervised Learning on Graphs

AAAI 2026technical

Generative self-supervised learning on graphs has emerged as a popular learning paradigm and demonstrated its efficacy in handling non-Euclidean data. However, several remaining issues limit the capability of existing methods: 1) the disregard of uneven node significance in masking, 2) the underutil

Cited by 0SourcePDFScholar
2026

Pareto-Based Heterogeneous Knowledge Distillation for MLPs on Graphs

AAAI 2026technical

Heterogeneous Graph Neural Networks (HGNNs) have demonstrated remarkable capabilities in capturing effective information in heterogeneous graphs, achieving outstanding performance in various learning tasks. However, the heavy dependency of HGNNs on neighbors information may result in high latency, w

Cited by 0SourcePDFScholar
2025

AutoData: A Multi-Agent System for Open Web Data Collection

NeurIPS 2025poster

The exponential growth of data-driven systems and AI technologies has intensified the demand for high-quality web-sourced datasets. While existing datasets have proven valuable, conventional web data collection approaches face significant limitations in terms of human effort and scalability. Curre…

Cited by 0SourcecodeScholar
2025

Beyond Message Passing: Neural Graph Pattern Machine

ICML 2025poster

Graph learning tasks often hinge on identifying key substructure patterns---such as triadic closures in social networks or benzene rings in molecular graphs---that underpin downstream performance. However, most existing graph neural networks (GNNs) rely on message passing, which aggregates local nei…

2025

Can LLMs Convert Graphs to Text-Attributed Graphs?

NAACL 2025long

Graphs are ubiquitous structures found in numerous real-world applications, such as drug discovery, recommender systems, and social network analysis. To model graph-structured data, graph neural networks (GNNs) have become a popular tool. However, existing GNN architectures encounter challenges in c…

2025

GraphTOP: Graph Topology-Oriented Prompting for Graph Neural Networks

NeurIPS 2025poster

Graph Neural Networks (GNNs) have revolutionized the field of graph learning by learning expressive graph representations from massive graph data. As a common pattern to train powerful GNNs, the "pre-training, adaptation" scheme first pre-trains GNNs over unlabeled graph data and subsequently adapts…

Cited by 0SourcecodeScholar
2025

LLM-Empowered Class Imbalanced Graph Prompt Learning for Online Drug Trafficking Detection

ACL 2025finding

As the market for illicit drugs remains extremely profitable, major online platforms have become direct-to-consumer intermediaries for illicit drug trafficking participants. These online activities raise significant social concerns that require immediate actions. Existing approaches to combat this c…

2025

MASS: Mathematical Data Selection via Skill Graphs for Pretraining Large Language Models

ICML 2025poster

High-quality data plays a critical role in the pretraining and fine-tuning of large language models (LLMs), even determining their performance ceiling to some degree. Consequently, numerous data selection methods have been proposed to identify subsets of data that can effectively and efficiently enh…

Cited by 0SourcePDFScholar
2025

NGQA: A Nutritional Graph Question Answering Benchmark for Personalized Health-aware Nutritional Reasoning

ACL 2025long

Diet plays a critical role in human health, yet tailoring dietary reasoning to individual health conditions remains a major challenge. Nutrition Question Answering (QA) has emerged as a popular method for addressing this problem. However, current research faces two critical limitations. On one hand,…

Cited by 0SourcePDFScholar
2025

Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-Trees

ICML 2025poster

Foundation models are pretrained on large-scale corpora to learn generalizable patterns across domains and tasks---such as contours, textures, and edges in images, or tokens and sentences in text. In contrast, discovering such generalities in graph-structured data, especially across heterogeneous gr…

2024

From Coarse to Fine: Enable Comprehensive Graph Self-supervised Learning with Multi-granular Semantic Ensemble

ICML 2024oral

Self-supervised learning (SSL) has gained increasing attention in the graph learning community, owing to its capability of enabling powerful models pre-trained on large unlabeled graphs for general purposes, facilitating quick adaptation to specific domains. Though promising, existing graph SSL fram…

Cited by 2SourcePDFScholar
2024

GCVR: Reconstruction from Cross-View Enable Sufficient and Robust Graph Contrastive Learning

UAI 2024poster

Among the existing self-supervised learning (SSL) methods for graphs, graph contrastive learning (GCL) frameworks usually automatically generate supervision by transforming the same graph into different views through graph augmentation operations. The computation-efficient augmentation techniques e…

2024

GFT: Graph Foundation Model with Transferable Tree Vocabulary

NeurIPS 2024poster

Inspired by the success of foundation models in applications such as ChatGPT, as graph data has been ubiquitous, one can envision the far-reaching impacts that can be brought by Graph Foundation Models (GFMs) with broader applications in the areas such as scientific research, social network analysis…

2024

Mitigating Emergent Robustness Degradation while Scaling Graph Learning

ICLR 2024poster

Although graph neural networks have exhibited remarkable performance in various graph tasks, a significant concern is their vulnerability to adversarial attacks. Consequently, many defense methods have been proposed to alleviate the deleterious effects of adversarial attacks and learn robust graph r…

Cited by 12SourcePDFScholar
2024

Subgraph Pooling: Tackling Negative Transfer on Graphs

IJCAI 2024poster

Transfer learning aims to enhance performance on a target task by using knowledge from related tasks. However, when the source and target tasks are not closely aligned, it can lead to reduced performance, known as negative transfer. Unlike in image or text data, we find that negative transfer could…

2023

Boosting Graph Neural Networks via Adaptive Knowledge Distillation

AAAI 2023technical

Graph neural networks (GNNs) have shown remarkable performance on diverse graph mining tasks. While sharing the same message passing framework, our study shows that different GNNs learn distinct knowledge from the same graph. This implies potential performance improvement by distilling the complemen…

Cited by 42SourcePDFScholar
2023

Chasing All-Round Graph Representation Robustness: Model, Training, and Optimization

ICLR 2023poster

Graph Neural Networks (GNNs) have achieved state-of-the-art results on a variety of graph learning tasks, however, it has been demonstrated that they are vulnerable to adversarial attacks, raising serious security concerns. A lot of studies have been developed to train GNNs in a noisy environment an…

Cited by 21SourcePDFScholar
2023

Cross-Domain Few-Shot Graph Classification with a Reinforced Task Coordinator

AAAI 2023technical

Cross-domain graph few-shot learning attempts to address the prevalent data scarcity issue in graph mining problems. However, the utilization of cross-domain data induces another intractable domain shift issue which severely degrades the generalization ability of cross-domain graph few-shot learning…

Cited by 16SourcePDFScholar
2023

Graph-based Molecular Representation Learning

IJCAI 2023poster

Molecular representation learning (MRL) is a key step to build the connection between machine learning and chemical science. In particular, it encodes molecules as numerical vectors preserving the molecular structures and features, on top of which the downstream tasks (e.g., property prediction) can…

2023

Heterogeneous Graph Masked Autoencoders

AAAI 2023technical

Generative self-supervised learning (SSL), especially masked autoencoders, has become one of the most exciting learning paradigms and has shown great potential in handling graph data. However, real-world graphs are always heterogeneous, which poses three critical challenges that existing methods ign…

2023

Learning MLPs on Graphs: A Unified View of Effectiveness, Robustness, and Efficiency

ICLR 2023top-25%

While Graph Neural Networks (GNNs) have demonstrated their efficacy in dealing with non-Euclidean structural data, they are difficult to be deployed in real applications due to the scalability constraint imposed by the multi-hop data dependency. Existing methods attempt to address this scalability i…

2023

Let Graph Be the Go Board: Gradient-Free Node Injection Attack for Graph Neural Networks via Reinforcement Learning

AAAI 2023technical

Graph Neural Networks (GNNs) have drawn significant attentions over the years and been broadly applied to essential applications requiring solid robustness or vigorous security standards, such as product recommendation and user behavior modeling. Under these scenarios, exploiting GNN's vulnerabiliti…

2023

Multi-task Self-supervised Graph Neural Networks Enable Stronger Task Generalization

ICLR 2023poster

Self-supervised learning (SSL) for graph neural networks (GNNs) has attracted increasing attention from the graph machine learning community in recent years, owing to its capability to learn performant node embeddings without costly label information. One weakness of conventional SSL frameworks for…

2023

Towards Societal Impact of AI

AAAI 2023technical

Artificial intelligence (AI) and Machine Learning (ML) have shown great success in many areas such as computer vision, natural language processing, and knowledge discovery. However, AI research to deliver social benefits and impacts is less explored while imminent needed. Guided by the United Nation…

Cited by 0SourcePDFScholar
2023

When Sparsity Meets Contrastive Models: Less Graph Data Can Bring Better Class-Balanced Representations

ICML 2023poster

Graph Neural Networks (GNNs) are powerful models for non-Euclidean data, but their training is often accentuated by massive unnecessary computation: on the one hand, training on non-Euclidean data has relatively high computational cost due to its irregular density properties; on the other hand, the…

Cited by 13SourcePDFScholar
2022

Co-Modality Graph Contrastive Learning for Imbalanced Node Classification

NeurIPS 2022accept

Graph contrastive learning (GCL), leveraging graph augmentations to convert graphs into different views and further train graph neural networks (GNNs), has achieved considerable success on graph benchmark datasets. Yet, there are still some gaps in directly applying existing GCL methods to real-worl…

2022

Few-Shot Learning on Graphs

IJCAI 2022poster

Graph representation learning has attracted tremendous attention due to its remarkable performance in many real-world applications. However, prevailing supervised graph representation learning models for specific tasks often suffer from label sparsity issue as data labeling is always time and resour…

Cited by 54SourcePDFScholar
2022

Grape: Knowledge Graph Enhanced Passage Reader for Open-domain Question Answering

EMNLP 2022finding

A common thread of open-domain question answering (QA) models employs a retriever-reader pipeline that first retrieves a handful of relevant passages from Wikipedia and then peruses the passages to produce an answer. However, even state-of-the-art readers fail to capture the complex relationships be…

2022

Label-invariant Augmentation for Semi-Supervised Graph Classification

NeurIPS 2022accept

Recently, contrastiveness-based augmentation surges a new climax in the computer vision domain, where some operations, including rotation, crop, and flip, combined with dedicated algorithms, dramatically increase the model generalization and robustness. Following this trend, some pioneering attempts…

Cited by 39SourcePDFScholar
2022

Recipe2Vec: Multi-modal Recipe Representation Learning with Graph Neural Networks

IJCAI 2022poster

Learning effective recipe representations is essential in food studies. Unlike what has been developed for image-based recipe retrieval or learning structural text embeddings, the combined effect of multi-modal information (i.e., recipe images, text, and relation data) receives less attention. In th…

2022

RecipeRec: A Heterogeneous Graph Learning Model for Recipe Recommendation

IJCAI 2022poster

Recipe recommendation systems play an essential role in helping people decide what to eat. Existing recipe recommendation systems typically focused on content-based or collaborative filtering approaches, ignoring the higher-order collaborative signal such as relational structure information among us…

2022

Rx-refill Graph Neural Network to Reduce Drug Overprescribing Risks (Extended Abstract)

IJCAI 2022poster

Prescription (aka Rx) drugs can be easily overprescribed and lead to drug abuse or opioid overdose. Accordingly, a state-run prescription drug monitoring program (PDMP) in the United States has been developed to reduce overprescribing. However, PDMP has limited capability in detecting patients' pote…

Cited by 0SourcePDFScholar
2022

SAIL: Self-Augmented Graph Contrastive Learning

AAAI 2022technical

This paper studies learning node representations with graph neural networks (GNNs) for unsupervised scenario. Specifically, we derive a theoretical analysis and provide an empirical demonstration about the non-steady performance of GNNs over different graph datasets, when the supervision signals are…

Cited by 47SourcePDFScholar
2021

Adapting Meta Knowledge with Heterogeneous Information Network for COVID-19 Themed Malicious Repository Detection

IJCAI 2021poster

As cyberattacks caused by malware have proliferated during the pandemic, building an automatic system to detect COVID-19 themed malware in social coding platforms is in urgent need. The existing methods mainly rely on file content analysis while ignoring structured information among entities in soci…

2021

Distilling Meta Knowledge on Heterogeneous Graph for Illicit Drug Trafficker Detection on Social Media

NeurIPS 2021poster

Driven by the considerable profits, the crime of drug trafficking (a.k.a. illicit drug trading) has co-evolved with modern technologies, e.g., social media such as Instagram has become a popular platform for marketing and selling illicit drugs. The activities of online drug trafficking are nimble an…

2020

Cross-Interaction Hierarchical Attention Networks for Urban Anomaly Prediction

IJCAI 2020poster

Predicting anomalies (e.g., blocked driveway and vehicle collisions) in urban space plays an important role in assisting governments and communities for building smart city applications, ranging from intelligent transportation to public safety. However, predicting urban anomalies is not trivial due…

Cited by 0SourcePDFScholar