← Search

Jinyuan Jia

34 accepted papers

2026

World-Shaper: A Unified Framework for 360° Panoramic Editing

ICML 2026poster

Being able to edit panoramic images is crucial for creating realistic 360° visual experiences. However, existing perspective-based image editing methods fail to model the spatial structure of panoramas. Conventional cube-map decompositions attempt to overcome this problem but inevitably break global…

Cited by 0SourceScholar
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…

2025

TrojanDec: Data-free Detection of Trojan Inputs in Self-supervised Learning

AAAI 2025technical

An image encoder pre-trained by self-supervised learning can be used as a general-purpose feature extractor to build downstream classifiers for various downstream tasks. However, many studies showed that an attacker can embed a trojan into an encoder such that multiple downstream classifiers built b…

2024

Certifiably Robust Image Watermark

ECCV 2024poster

"Generative AI raises many societal concerns such as boosting disinformation and propaganda campaigns. Watermarking AI-generated content is a key technology to address these concerns and has been widely deployed in industry. However, watermarking is vulnerable to removal attacks and forgery attacks.…

2024

Data Poisoning based Backdoor Attacks to Contrastive Learning

CVPR 2024poster

Contrastive learning (CL) pre-trains general-purpose encoders using an unlabeled pre-training dataset which consists of images or image-text pairs. CL is vulnerable to data poisoning based backdoor attacks (DPBAs) in which an attacker injects poisoned inputs into the pre-training dataset so the enco…

2024

G2L-CariGAN: Caricature Generation from Global Structure to Local Features

AAAI 2024technical

Existing GAN-based approaches to caricature generation mainly focus on exaggerating a character’s global facial structure. This often leads to the failure in highlighting significant facial features such as big eyes and hook nose. To address this limitation, we propose a new approach termed as G2L-C…

Cited by 0SourcePDFScholar
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

Jailbreak Open-Sourced Large Language Models via Enforced Decoding

ACL 2024long

Large Language Models (LLMs) have achieved unprecedented performance in Natural Language Generation (NLG) tasks. However, many existing studies have shown that they could be misused to generate undesired content. In response, before releasing LLMs for public access, model developers usually align th…

Cited by 14SourcePDFScholar
2024

MMCert: Provable Defense against Adversarial Attacks to Multi-modal Models

CVPR 2024poster

Different from a unimodal model whose input is from a single modality the input (called multi-modal input) of a multi-modal model is from multiple modalities such as image 3D points audio text etc. Similar to unimodal models many existing studies show that a multi-modal model is also vulnerable to a…

2024

Reimagining Mutual Information for Enhanced Defense against Data Leakage in Collaborative Inference

NeurIPS 2024poster

Edge-cloud collaborative inference empowers resource-limited IoT devices to support deep learning applications without disclosing their raw data to the cloud server, thus protecting user's data. Nevertheless, prior research has shown that collaborative inference still results in the exposure of inpu…

Cited by 0SourcePDFScholar
2024

SafeDecoding: Defending against Jailbreak Attacks via Safety-Aware Decoding

ACL 2024long

As large language models (LLMs) become increasingly integrated into real-world applications such as code generation and chatbot assistance, extensive efforts have been made to align LLM behavior with human values, including safety. Jailbreak attacks, which aim to provoke unintended and unsafe behavi…

2024

Towards General Robustness Verification of MaxPool-based Convolutional Neural Networks via Tightening Linear Approximation

CVPR 2024poster

The robustness of convolutional neural networks (CNNs) is vital to modern AI-driven systems. It can be quantified by formal verification by providing a certified lower bound within which any perturbation does not alter the original input's classification result. It is challenging due to nonlinear co…

2023

A3FL: Adversarially Adaptive Backdoor Attacks to Federated Learning

NeurIPS 2023poster

Federated Learning (FL) is a distributed machine learning paradigm that allows multiple clients to train a global model collaboratively without sharing their local training data. Due to its distributed nature, many studies have shown that it is vulnerable to backdoor attacks. However, existing studi…

2023

FedGame: A Game-Theoretic Defense against Backdoor Attacks in Federated Learning

NeurIPS 2023poster

Federated learning (FL) provides a distributed training paradigm where multiple clients can jointly train a global model without sharing their local data. However, recent studies have shown that FL offers an additional surface for backdoor attacks. For instance, an attacker can compromise a subset o…

2023

IMPRESS: Evaluating the Resilience of Imperceptible Perturbations Against Unauthorized Data Usage in Diffusion-Based Generative AI

NeurIPS 2023poster

Diffusion-based image generation models, such as Stable Diffusion or DALL·E 2, are able to learn from given images and generate high-quality samples following the guidance from prompts. For instance, they can be used to create artistic images that mimic the style of an artist based on his/her origi…

2023

PointCert: Point Cloud Classification With Deterministic Certified Robustness Guarantees

CVPR 2023poster

Point cloud classification is an essential component in many security-critical applications such as autonomous driving and augmented reality. However, point cloud classifiers are vulnerable to adversarially perturbed point clouds. Existing certified defenses against adversarial point clouds suffer f…

Cited by 11SourcePDFScholar
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

Certified Robustness of Nearest Neighbors against Data Poisoning and Backdoor Attacks

AAAI 2022technical

Data poisoning attacks and backdoor attacks aim to corrupt a machine learning classifier via modifying, adding, and/or removing some carefully selected training examples, such that the corrupted classifier makes incorrect predictions as the attacker desires. The key idea of state-of-the-art certifie…

2022

MultiGuard: Provably Robust Multi-label Classification against Adversarial Examples

NeurIPS 2022accept

Multi-label classification, which predicts a set of labels for an input, has many applications. However, multiple recent studies showed that multi-label classification is vulnerable to adversarial examples. In particular, an attacker can manipulate the labels predicted by a multi-label classifier f…

2021

Detection Of Malicious DNS and Web Servers using Graph-Based Approaches

ICASSP 2021accepted

The DNS hijacking attack represents a significant threat to users. In this type of attack, a malicious DNS server redirects a victim domain to an attacker-controlled web server. Existing defenses are not scalable and have not been widely deployed. In this work, we propose both unsupervised and semi-…

Cited by 9SourceScholar
2021

Intrinsic Certified Robustness of Bagging against Data Poisoning Attacks

AAAI 2021technical

In a data poisoning attack, an attacker modifies, deletes, and/or inserts some training examples to corrupt the learnt machine learning model. Bootstrap Aggregating (bagging) is a well known ensemble learning method, which trains multiple base models on random subsamples of a training dataset using…

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
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
2015

Object Proposal by Multi-Branch Hierarchical Segmentation

CVPR 2015poster

Hierarchical segmentation based object proposal methods have become an important step in modern object detection paradigm. However, standard single-way hierarchical methods are fundamentally flawed in that the errors in early steps cannot be corrected and accumulate. In this work, we propose a novel…

Cited by 45SourcePDFScholar