← Search

Binghui Wang

24 accepted papers

2026

Contrastive Reasoning Alignment: Reinforcement Learning from Hidden Representations

ICML 2026poster

We propose CRAFT, a red-teaming alignment framework that leverages model reasoning capabilities and hidden representations to improve robustness against jailbreak attacks. Unlike prior defenses that operate primarily at the output level, CRAFT aligns large reasoning models to generate safety-aware r…

Cited by 0SourceScholar
2026

MoCo-EA: Exploiting Adversarial Mode Connectivity for Efficient Evolutionary Attacks

ICML 2026poster

Evolutionary algorithms for adversarial attacks leverage population-based search to discover perturbations without gradient information, but suffer from inefficient crossover operations that destroy adversarial properties through discrete interpolation. We introduce Mode Connectivity Evolutionary At…

Cited by 0SourceScholar
2026

Watermarking Graph Neural Networks via Explanations for Ownership Protection

ICML 2026poster

Graph Neural Networks (GNNs) are widely deployed in industry, making their intellectual property valuable. However, protecting GNNs from unauthorized use remains a challenge. Watermarking offers a solution by embedding ownership information into models. Existing watermarking methods have two limitat…

Cited by 0SourceScholar
2025

Breaking Data Silos in Parkinson’s Disease Diagnosis: An Adaptive Federated Learning Approach for Privacy-Preserving Facial Expression Analysis

AAAI 2025technical

The early diagnosis of Parkinson’s disease (PD) is crucial for potential patients to receive timely treatment and prevent disease progression. Recent studies have shown that PD is closely linked to impairments in facial muscle control, resulting in characteristic “masked face” symptoms. This discove…

Cited by 1SourcePDFScholar
2025

Deterministic Certification of Graph Neural Networks against Graph Poisoning Attacks with Arbitrary Perturbations

CVPR 2025poster

Graph neural networks (GNNs) are becoming the de facto method to learn on the graph data and have achieved the state-of-the-art on node and graph classification tasks. However, recent works show GNNs are vulnerable to training-time poisoning attacks -- marginally perturbing edges, nodes, and node f…

2025

Learning Robust and Privacy-Preserving Representations via Information Theory

AAAI 2025technical

Machine learning models are vulnerable to both security attacks (e.g., adversarial examples) and privacy attacks (e.g., private attribute inference). We take the first step to mitigate both the security and privacy attacks, and maintain task utility as well. Particularly, we propose an information-t…

2025

Practicable Black-Box Evasion Attacks on Link Prediction in Dynamic Graphs—a Graph Sequential Embedding Method

AAAI 2025technical

Link prediction in dynamic graphs (LPDG) has been widely applied to real-world applications such as website recommendation, traffic flow prediction, organizational studies, etc. These models are usually kept local and secure, with only the interactive interface restrictively available to the public.…

2025

Provably Robust Explainable Graph Neural Networks against Graph Perturbation Attacks

ICLR 2025poster

Explaining Graph Neural Network (XGNN) has gained growing attention to facilitate the trust of using GNNs, which is the mainstream method to learn graph data. Despite their growing attention, Existing XGNNs focus on improving the explanation performance, and its robustness under attacks is largely u…

2024

Early Diagnosing Parkinson's Disease Via a Deep Learning Model Based on Augmented Facial Expression Data

ICASSP 2024accepted

It is crucial to promptly diagnose potential Parkinson's disease (PD) patients in order to facilitate early treatment and prevent disease progression. In recent years, there has been growing interest in using facial expressions for in-vitro PD diagnosis due to the distinct "masked face" characterist…

Cited by 0SourceScholar
2024

FedGMark: Certifiably Robust Watermarking for Federated Graph Learning

NeurIPS 2024poster

Federated graph learning (FedGL) is an emerging learning paradigm to collaboratively train graph data from various clients. However, during the development and deployment of FedGL models, they are susceptible to illegal copying and model theft. Backdoor-based watermarking is a well-known method for…

2024

GNNCert: Deterministic Certification of Graph Neural Networks against Adversarial Perturbations

ICLR 2024oral

Graph classification, which aims to predict a label for a graph, has many real-world applications such as malware detection, fraud detection, and healthcare. However, many studies show an attacker could carefully perturb the structure and/or node features in a graph such that a graph classifier misc…

Cited by 10SourcePDFScholar
2024

Graph Neural Network Explanations are Fragile

ICML 2024poster

Explainable Graph Neural Network (GNN) has emerged recently to foster the trust of using GNNs. Existing GNN explainers are developed from various perspectives to enhance the explanation performance. We take the first step to study GNN explainers under adversarial attack—We found that an adversary sl…

2024

Task-Agnostic Privacy-Preserving Representation Learning for Federated Learning against Attribute Inference Attacks

AAAI 2024technical

Federated learning (FL) has been widely studied recently due to its property to collaboratively train data from different devices without sharing the raw data. Nevertheless, recent studies show that an adversary can still be possible to infer private information about devices' data, e.g., sensitiv…

Cited by 16SourcePDFScholar
2023

IDGI: A Framework To Eliminate Explanation Noise From Integrated Gradients

CVPR 2023poster

Integrated Gradients (IG) as well as its variants are well-known techniques for interpreting the decisions of deep neural networks. While IG-based approaches attain state-of-the-art performance, they often integrate noise into their explanation saliency maps, which reduce their interpretability. To…

2023

Turning Strengths Into Weaknesses: A Certified Robustness Inspired Attack Framework Against Graph Neural Networks

CVPR 2023poster

Graph neural networks (GNNs) have achieved state-of-the-art performance in many graph-related tasks such as node classification. However, recent studies show that GNNs are vulnerable to both test-time and training-time attacks that perturb the graph structure. While the existing attack methods have…

2022

Almost Tight L0-norm Certified Robustness of Top-k Predictions against Adversarial Perturbations

ICLR 2022poster

Top-$k$ predictions are used in many real-world applications such as machine learning as a service, recommender systems, and web searches. $\ell_0$-norm adversarial perturbation characterizes an attack that arbitrarily modifies some features of an input such that a classifier makes an incorrect pred…

Cited by 26SourcePDFScholar
2022

Bandits for Structure Perturbation-Based Black-Box Attacks To Graph Neural Networks With Theoretical Guarantees

CVPR 2022oral

Graph neural networks (GNNs) have achieved state-ofthe-art performance in many graph-based tasks such as node classification and graph classification. However, many recent works have demonstrated that an attacker can mislead GNN models by slightly perturbing the graph structure. Existing attacks to…

Cited by 22PDFcodeScholar
2022

UniCR: Universally Approximated Certified Robustness via Randomized Smoothing

ECCV 2022poster

"We study certified robustness of machine learning classifiers against adversarial perturbations. In particular, we propose the first universally approximated certified robustness (UniCR) framework, which can approximate the robustness certification of \emph{any} input on \emph{any} classifier again…

Cited by 14SourcePDFScholar
2021

Semi-Supervised Node Classification on Graphs: Markov Random Fields vs. Graph Neural Networks

AAAI 2021technical

Semi-supervised node classification on graph-structured data has many applications such as fraud detection, fake account and review detection, user’s private attribute inference in social networks, and community detection. Various methods such as pairwise Markov Random Fields (pMRF) and graph neura…

Cited by 26SourcePDFScholar
2021

Soteria: Provable Defense Against Privacy Leakage in Federated Learning From Representation Perspective

CVPR 2021poster

Federated learning (FL) is a popular distributed learning framework that can reduce privacy risks by not explicitly sharing private data. However, recent works have demonstrated that sharing model updates makes FL vulnerable to inference attack. In this work, we show our key observation that the dat…

Cited by 204PDFcodeScholar
2020

Certified Robustness for Top-k Predictions against Adversarial Perturbations via Randomized Smoothing

ICLR 2020poster

It is well-known that classifiers are vulnerable to adversarial perturbations. To defend against adversarial perturbations, various certified robustness results have been derived. However, existing certified robustnesses are limited to top-1 predictions. In many real-world applications, top-$k$ pre…

Cited by 108SourcecodeScholar
2020

Perturbing Across the Feature Hierarchy to Improve Standard and Strict Blackbox Attack Transferability

NeurIPS 2020poster

We consider the blackbox transfer-based targeted adversarial attack threat model in the realm of deep neural network (DNN) image classifiers. Rather than focusing on crossing decision boundaries at the output layer of the source model, our method perturbs representations throughout the extracted fea…

Cited by 95SourcePDFScholar