paper-with-me

Papers

VideoPure: Diffusion-based Adversarial Purification for Video Recognition

2025-01-25 · Kaixun Jiang, Zhaoyu Chen, Jiyuan Fu, Lingyi Hong, Jinglun Li, Wenqiang Zhang

Recent work indicates that video recognition models are vulnerable to adversarial examples, posing a serious security risk to downstream applications. However, current research has primarily focused on adversarial attacks, with limited work exploring defense mechanisms. Furthermore, due to the spatial-temporal complexity of videos, existing video defense methods face issues of high cost, overfitting, and limited defense performance. Recently, diffusion-based adversarial purification methods have achieved robust defense performance in the image domain. However, due to the additional temporal dimension in videos, directly applying these diffusion-based adversarial purification methods to the video domain suffers performance and efficiency degradation. To achieve an efficient and effective video adversarial defense method, we propose the first diffusion-based video purification framework to improve video recognition models' adversarial robustness: VideoPure. Given an adversarial example, we first employ temporal DDIM inversion to transform the input distribution into a temporally consistent and trajectory-defined distribution, covering adversarial noise while preserving more video structure. Then, during DDIM denoising, we leverage intermediate results at each denoising step and conduct guided spatial-temporal optimization, removing adversarial noise while maintaining temporal consistency. Finally, we input the list of optimized intermediate results into the video recognition model for multi-step voting to obtain the predicted class. We investigate the defense performance of our method against black-box, gray-box, and adaptive attacks on benchmark datasets and models. Compared with other adversarial purification methods, our method overall demonstrates better defense performance against different attacks. Our code is available at https://github.com/deep-kaixun/VideoPure.

📄 PDF Abstract BibTeX arXiv:2501.14999

Code (1)

deep-kaixun/videopure 공식 구현 pytorch

Tasks

Adversarial DefenseAdversarial PurificationAdversarial RobustnessDenoisingVideo Recognition

Similar Papers 제목 키워드 기반

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…

Purify++: Improving Diffusion-Purification with Advanced Diffusion Models and Control of Randomness

2023-10-28 · Boya Zhang, Weijian Luo, Zhihua Zhang

Adversarial attacks can mislead neural network classifiers. The defense against adversarial attacks is important for AI safety. Adversarial purification is a family of approaches that defend adversarial attacks with suit…

Adversarial Purification

Robust Evaluation of Diffusion-Based Adversarial Purification

2023-03-16 · ICCV 2023 1 · Minjong Lee, Dongwoo Kim

We question the current evaluation practice on diffusion-based purification methods. Diffusion-based purification methods aim to remove adversarial effects from an input data point at test time. The approach gains increa…

Adversarial Purification

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

ADBM: Adversarial diffusion bridge model for reliable adversarial purification

2024-08-01 · Xiao Li, Wenxuan Sun, Huanran Chen, Qiongxiu Li 외

Recently Diffusion-based Purification (DiffPure) has been recognized as an effective defense method against adversarial examples. However, we find DiffPure which directly employs the original pre-trained diffusion models…

Adversarial Purification