paper-with-me

홈 › Papers

Adversarial Purification of Information Masking

2023-11-26 · Sitong Liu, Zhichao Lian, Shuangquan Zhang, Liang Xiao

Adversarial attacks meticulously generate minuscule, imperceptible perturbations to images to deceive neural networks. Counteracting these, adversarial purification methods seek to transform adversarial input samples into clean output images to defend against adversarial attacks. Nonetheless, extent generative models fail to effectively eliminate adversarial perturbations, yielding less-than-ideal purification results. We emphasize the potential threat of residual adversarial perturbations to target models, quantitatively establishing a relationship between perturbation scale and attack capability. Notably, the residual perturbations on the purified image primarily stem from the same-position patch and similar patches of the adversarial sample. We propose a novel adversarial purification approach named Information Mask Purification (IMPure), aims to extensively eliminate adversarial perturbations. To obtain an adversarial sample, we first mask part of the patches information, then reconstruct the patches to resist adversarial perturbations from the patches. We reconstruct all patches in parallel to obtain a cohesive image. Then, in order to protect the purified samples against potential similar regional perturbations, we simulate this risk by randomly mixing the purified samples with the input samples before inputting them into the feature extraction network. Finally, we establish a combined constraint of pixel loss and perceptual loss to augment the model's reconstruction adaptability. Extensive experiments on the ImageNet dataset with three classifier models demonstrate that our approach achieves state-of-the-art results against nine adversarial attack methods. Implementation code and pre-trained weights can be accessed at \textcolor{blue}{https://github.com/NoWindButRain/IMPure}.

📄 PDF Abstract BibTeX arXiv:2311.15339

Code (1)

nowindbutrain/impure 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial Purification

Similar Papers 제목 키워드 기반

Text Adversarial Purification as Defense against Adversarial Attacks

2022-03-27 · Linyang Li, Demin Song, Xipeng Qiu

Adversarial purification is a successful defense mechanism against adversarial attacks without requiring knowledge of the form of the incoming attack. Generally, adversarial purification aims to remove the adversarial pe…

Adversarial AttackAdversarial DefenseAdversarial Purification

PuriDefense: Randomized Local Implicit Adversarial Purification for Defending Black-box Query-based Attacks

2024-01-19 · Ping Guo, Xiang Li, Zhiyuan Yang, Xi Lin 외

Black-box query-based attacks constitute significant threats to Machine Learning as a Service (MLaaS) systems since they can generate adversarial examples without accessing the target model's architecture and parameters.…

Adversarial Purification

FMVP: Masked Flow Matching for Adversarial Video Purification

2026-01-05 · Duoxun Tang, Xueyi Zhang, Chak Hin Wang, Xi Xiao 외 arxiv

Video recognition models remain vulnerable to adversarial attacks, while existing diffusion-based purification methods suffer from inefficient sampling and curved trajectories. Directly regressing clean videos from adver…

Classifier Guidance Enhances Diffusion-based Adversarial Purification by Preserving Predictive Information

2024-08-12 · Mingkun Zhang, Jianing Li, Wei Chen, Jiafeng Guo 외

Adversarial purification is one of the promising approaches to defend neural networks against adversarial attacks. Recently, methods utilizing diffusion probabilistic models have achieved great success for adversarial pu…

Adversarial PurificationAdversarial RobustnessDenoisingimage-classification+1

LoRID: Low-Rank Iterative Diffusion for Adversarial Purification

2024-09-12 · Geigh Zollicoffer, Minh Vu, Ben Nebgen, Juan Castorena 외

This work presents an information-theoretic examination of diffusion-based purification methods, the state-of-the-art adversarial defenses that utilize diffusion models to remove malicious perturbations in adversarial ex…

Adversarial PurificationDenoising