← Search

Xiaosen Wang

19 accepted papers

2026

GenBreak: Red Teaming Text-to-Image Generation Using Large Language Models

CVPR 2026

Text-to-image (T2I) models such as Stable Diffusion have advanced rapidly and are widely used in content creation. However, these models can be misused to generate harmful content, including nudity or violence, posing significant safety risks. While most platforms employ content moderation systems,

Cited by 0SourcecodeScholar
2026

Sparse Tokens Suffice: Jailbreaking Audio Language Models via Token-Aware Gradient Optimization

ICML 2026poster

Jailbreak attacks on audio language models (ALMs) optimize audio perturbations to elicit unsafe generations, and they typically update the entire waveform densely throughout optimization. In this work, we investigate the necessity of such dense optimization by analyzing the structure of token-aligne…

Cited by 0SourceScholar
2025

Attention! Your Vision Language Model Could Be Maliciously Manipulated

NeurIPS 2025poster

Large Vision-Language Models (VLMs) have achieved remarkable success in understanding complex real-world scenarios and supporting data-driven decision-making processes. However, VLMs exhibit significant vulnerability against adversarial examples, either text or image, which can lead to various adver…

Cited by 0SourcecodeScholar
2025

IDEATOR: Jailbreaking and Benchmarking Large Vision-Language Models Using Themselves

ICCV 2025poster

As large Vision-Language Models (VLMs) gain prominence, ensuring their safe deployment has become critical. Recent studies have explored VLM robustness against jailbreak attacks--techniques that exploit model vulnerabilities to elicit harmful outputs. However, the limited availability of diverse mul…

2025

ViT-EnsembleAttack: Augmenting Ensemble Models for Stronger Adversarial Transferability in Vision Transformers

ICCV 2025poster

Ensemble-based attacks have been proven to be effective in enhancing adversarial transferability by aggregating the output of models with various architectures. However, existing research primarily focuses on refining ensemble weights or optimizing the ensemble path, overlooking the exploration of e…

2024

Boosting Adversarial Transferability by Block Shuffle and Rotation

CVPR 2024poster

Adversarial examples mislead deep neural networks with imperceptible perturbations and have brought significant threats to deep learning. An important aspect is their transferability which refers to their ability to deceive other models thus enabling attacks in the black-box setting. Though various…

2024

MMA-Diffusion: MultiModal Attack on Diffusion Models

CVPR 2024poster

In recent years Text-to-Image (T2I) models have seen remarkable advancements gaining widespread adoption. However this progress has inadvertently opened avenues for potential misuse particularly in generating inappropriate or Not-Safe-For-Work (NSFW) content. Our work introduces MMA-Diffusion a fram…

2023

Boosting Adversarial Transferability by Achieving Flat Local Maxima

NeurIPS 2023poster

Transfer-based attack adopts the adversarial examples generated on the surrogate model to attack various models, making it applicable in the physical world and attracting increasing interest. Recently, various adversarial attacks have emerged to boost adversarial transferability from different persp…

2023

Improving the Transferability of Adversarial Samples by Path-Augmented Method

CVPR 2023poster

Deep neural networks have achieved unprecedented success on diverse vision tasks. However, they are vulnerable to adversarial noise that is imperceptible to humans. This phenomenon negatively affects their deployment in real-world scenarios, especially security-related ones. To evaluate the robustne…

2023

Rethinking the Backward Propagation for Adversarial Transferability

NeurIPS 2023poster

Transfer-based attacks generate adversarial examples on the surrogate model, which can mislead other black-box models without access, making it promising to attack real-world applications. Recently, several works have been proposed to boost adversarial transferability, in which the surrogate model i…

2023

Structure Invariant Transformation for better Adversarial Transferability

ICCV 2023poster

Given the severe vulnerability of Deep Neural Networks (DNNs) against adversarial examples, there is an urgent need for an effective adversarial attack to identify the deficiencies of DNNs in security-sensitive applications. As one of the prevalent black-box adversarial attacks, the existing transfe…

Cited by 75PDFcodeScholar
2022

Detecting textual adversarial examples through randomized substitution and vote

UAI 2022poster

A line of work has shown that natural text processing models are vulnerable to adversarial examples. Correspondingly, various defense methods are proposed to mitigate the threat of textual adversarial examples, \textit{e.g.} adversarial training, input transformations, detection, \textit{etc}. In th…

2022

TextHacker: Learning based Hybrid Local Search Algorithm for Text Hard-label Adversarial Attack

EMNLP 2022finding

Existing textual adversarial attacks usually utilize the gradient or prediction confidence to generate adversarial examples, making it hard to be deployed in real-world applications. To this end, we consider a rarely investigated but more rigorous setting, namely hard-label attack, in which the atta…

2022

Triangle Attack: A Query-Efficient Decision-Based Adversarial Attack

ECCV 2022poster

"Decision-based attack poses a severe threat to real-world applications since it regards the target model as a black box and only accesses the hard prediction label. Great efforts have been made recently to decrease the number of queries; however, existing decision-based attacks still require thousa…

2021

Adversarial Training with Fast Gradient Projection Method against Synonym Substitution Based Text Attacks

AAAI 2021technical

Adversarial training is the most empirically successful approach in improving the robustness of deep neural networks for image classification. For text classification, however, existing synonym substitution based adversarial attacks are effective but not very efficient to be incorporated into practi…