paper-with-me

Papers

Adversarial Purification by Consistency-aware Latent Space Optimization on Data Manifolds

2024-12-11 · Shuhai Zhang, Jiahao Yang, Hui Luo, Jie Chen, Li Wang, Feng Liu, Bo Han, Mingkui Tan

Deep neural networks (DNNs) are vulnerable to adversarial samples crafted by adding imperceptible perturbations to clean data, potentially leading to incorrect and dangerous predictions. Adversarial purification has been an effective means to improve DNNs robustness by removing these perturbations before feeding the data into the model. However, it faces significant challenges in preserving key structural and semantic information of data, as the imperceptible nature of adversarial perturbations makes it hard to avoid over-correcting, which can destroy important information and degrade model performance. In this paper, we break away from traditional adversarial purification methods by focusing on the clean data manifold. To this end, we reveal that samples generated by a well-trained generative model are close to clean ones but far from adversarial ones. Leveraging this insight, we propose Consistency Model-based Adversarial Purification (CMAP), which optimizes vectors within the latent space of a pre-trained consistency model to generate samples for restoring clean data. Specifically, 1) we propose a \textit{Perceptual consistency restoration} mechanism by minimizing the discrepancy between generated samples and input samples in both pixel and perceptual spaces. 2) To maintain the optimized latent vectors within the valid data manifold, we introduce a \textit{Latent distribution consistency constraint} strategy to align generated samples with the clean data distribution. 3) We also apply a \textit{Latent vector consistency prediction} scheme via an ensemble approach to enhance prediction reliability. CMAP fundamentally addresses adversarial perturbations at their source, providing a robust purification. Extensive experiments on CIFAR-10 and ImageNet-100 show that our CMAP significantly enhances robustness against strong adversarial attacks while preserving high natural accuracy.

📄 PDF Abstract BibTeX arXiv:2412.08394

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Purification

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Instant Adversarial Purification with Adversarial Consistency Distillation

2024-08-30 · CVPR 2025 1 · Chun Tong Lei, Hon Ming Yam, Zhongliang Guo, Chun Pong Lau

Neural networks, despite their remarkable performance in widespread applications, including image classification, are also known to be vulnerable to subtle adversarial noise. Although some diffusion-based purification me…

Adversarial Purificationimage-classificationImage Classification

DBLP: Noise Bridge Consistency Distillation For Efficient And Reliable Adversarial Purification

2025-08-01 · Chihan Huang, Belal Alsinglawi, Islam Al-qudah arxiv

Recent advances in deep neural networks (DNNs) have led to remarkable success across a wide range of tasks. However, their susceptibility to adversarial perturbations remains a critical vulnerability. Existing diffusion-…

CLIPure: Purification in Latent Space via CLIP for Adversarially Robust Zero-Shot Classification

2025-02-25 · Mingkun Zhang, Keping Bi, Wei Chen, Jiafeng Guo 외

In this paper, we aim to build an adversarially robust zero-shot image classifier. We ground our work on CLIP, a vision-language pre-trained encoder model that can perform zero-shot classification by matching an image wi…

Denoisingzero-shot-classificationZero-Shot Learning

Random Sampling for Diffusion-based Adversarial Purification

2024-11-28 · Jiancheng Zhang, Peiran Dong, Yongyong Chen, Yin-Ping Zhao 외

Denoising Diffusion Probabilistic Models (DDPMs) have gained great attention in adversarial purification. Current diffusion-based works focus on designing effective condition-guided mechanisms while ignoring a fundamenta…

Adversarial PurificationDenoising

Significance-aware Information Bottleneck for Domain Adaptive Semantic Segmentation

2019-04-01 · ICCV 2019 10 · Yawei Luo, Ping Liu, Tao Guan, Junqing Yu 외

For unsupervised domain adaptation problems, the strategy of aligning the two domains in latent feature space through adversarial learning has achieved much progress in image classification, but usually fails in semantic…

Domain Adaptationimage-classificationImage ClassificationSegmentation+2