← Search

Chunping Wang

18 accepted papers

2025

Ca2-VDM: Efficient Autoregressive Video Diffusion Model with Causal Generation and Cache Sharing

ICML 2025poster

With the advance of diffusion models, today's video generation has achieved impressive quality. To extend the generation length and facilitate real-world applications, a majority of video diffusion models (VDMs) generate videos in an autoregressive manner, i.e., generating subsequent clips condition…

2025

KAA: Kolmogorov-Arnold Attention for Enhancing Attentive Graph Neural Networks

ICLR 2025poster

Graph neural networks (GNNs) with attention mechanisms, often referred to as attentive GNNs, have emerged as a prominent paradigm in advanced GNN models in recent years. However, our understanding of the critical process of scoring neighbor nodes remains limited, leading to the underperformance of m…

2024

$\text{Di}^2\text{Pose}$: Discrete Diffusion Model for Occluded 3D Human Pose Estimation

NeurIPS 2024poster

Diffusion models have demonstrated their effectiveness in addressing the inherent uncertainty and indeterminacy in monocular 3D human pose estimation (HPE). Despite their strengths, the need for large search spaces and the corresponding demand for substantial training data make these models prone t…

Cited by 0SourcePDFScholar
2024

Can Graph Neural Networks Expose Training Data Properties? An Efficient Risk Assessment Approach

NeurIPS 2024poster

Graph neural networks (GNNs) have attracted considerable attention due to their diverse applications. However, the scarcity and quality limitations of graph data present challenges to their training process in practical settings. To facilitate the development of effective GNNs, companies and researc…

2024

Extracting Training Data from Molecular Pre-trained Models

NeurIPS 2024poster

Graph Neural Networks (GNNs) have significantly advanced the field of drug discovery, enhancing the speed and efficiency of molecular identification. However, training these GNNs demands vast amounts of molecular data, which has spurred the emergence of collaborative model-sharing initiatives. These…

2024

Fine-Tuning Graph Neural Networks by Preserving Graph Generative Patterns

AAAI 2024technical

Recently, the paradigm of pre-training and fine-tuning graph neural networks has been intensively studied and applied in a wide range of graph mining tasks. Its success is generally attributed to the structural consistency between pre-training and downstream datasets, which, however, does not hold…

2024

Measuring Task Similarity and Its Implication in Fine-Tuning Graph Neural Networks

AAAI 2024technical

The paradigm of pre-training and fine-tuning graph neural networks has attracted wide research attention. In previous studies, the pre-trained models are viewed as universally versatile, and applied for a diverse range of downstream tasks. In many situations, however, this practice results in limite…

2024

Towards Fair Graph Federated Learning via Incentive Mechanisms

AAAI 2024technical

Graph federated learning (FL) has emerged as a pivotal paradigm enabling multiple agents to collaboratively train a graph model while preserving local data privacy. Yet, current efforts overlook a key issue: agents are self-interested and would hesitant to share data without fair and satisfactory i…

2023

Better with Less: A Data-Active Perspective on Pre-Training Graph Neural Networks

NeurIPS 2023poster

Pre-training on graph neural networks (GNNs) aims to learn transferable knowledge for downstream tasks with unlabeled data, and it has recently become an active research area. The success of graph pre-training models is often attributed to the massive amount of input data. In this paper, however, we…

2023

Compositional Feature Augmentation for Unbiased Scene Graph Generation

ICCV 2023poster

Scene Graph Generation (SGG) aims to detect all the visual relation triplets <sub, pred, obj> in a given image. With the emergence of various advanced techniques for better utilizing both the intrinsic and extrinsic information in each relation triplet, SGG has achieved great progress over the recen…

Cited by 44PDFcodeScholar
2023

DropMessage: Unifying Random Dropping for Graph Neural Networks

AAAI 2023technical

Graph Neural Networks (GNNs) are powerful tools for graph representation learning. Despite their rapid development, GNNs also face some challenges, such as over-fitting, over-smoothing, and non-robustness. Previous works indicate that these problems can be alleviated by random dropping methods, whic…

2023

Loan Fraud Users Detection in Online Lending Leveraging Multiple Data Views

AAAI 2023technical

In recent years, online lending platforms have been becoming attractive for micro-financing and popular in financial industries. However, such online lending platforms face a high risk of failure due to the lack of expertise on borrowers' creditworthness. Thus, risk forecasting is important to avoid…

Cited by 5SourcePDFScholar
2023

Universal Prompt Tuning for Graph Neural Networks

NeurIPS 2023poster

In recent years, prompt tuning has sparked a research surge in adapting pre-trained models. Unlike the unified pre-training strategy employed in the language field, the graph field exhibits diverse pre-training strategies, posing challenges in designing appropriate prompt-based tuning methods for gr…

2022

Beyond Homophily: Structure-aware Path Aggregation Graph Neural Network

IJCAI 2022poster

Graph neural networks (GNNs) have been intensively studied in various real-world tasks. However, the homophily assumption of GNNs' aggregation function limits their representation learning ability in heterophily graphs. In this paper, we shed light on the path level patterns in graphs that can exp…

2022

Blindfolded Attackers Still Threatening: Strict Black-Box Adversarial Attacks on Graphs

AAAI 2022technical

Adversarial attacks on graphs have attracted considerable research interests. Existing works assume the attacker is either (partly) aware of the victim model, or able to send queries to it. These assumptions are, however, unrealistic. To bridge the gap between theoretical graph attacks and real-worl…

2022

DGraph: A Large-Scale Financial Dataset for Graph Anomaly Detection

NeurIPS 2022accept

Graph Anomaly Detection (GAD) has recently become a hot research spot due to its practicability and theoretical value. Since GAD emphasizes the application and the rarity of anomalous samples, enriching the varieties of its datasets is fundamental. Thus, this paper present DGraph, a real-world dynam…

Cited by 97SourcePDFScholar
2022

Unsupervised Adversarially Robust Representation Learning on Graphs

AAAI 2022technical

Unsupervised/self-supervised pre-training methods for graph representation learning have recently attracted increasing research interests, and they are shown to be able to generalize to various downstream applications. Yet, the adversarial robustness of such pre-trained graph learning models remains…