paper-with-me

Papers

LightPure: Realtime Adversarial Image Purification for Mobile Devices Using Diffusion Models

2024-08-31 · Hossein Khalili, Seongbin Park, Vincent Li, Brandan Bright, Ali Payani, Ramana Rao Kompella, Nader Sehatbakhsh

Autonomous mobile systems increasingly rely on deep neural networks for perception and decision-making. While effective, these systems are vulnerable to adversarial machine learning attacks where minor input perturbations can significantly impact outcomes. Common countermeasures involve adversarial training and/or data or network transformation. These methods, though effective, require full access to typically proprietary classifiers and are costly for large models. Recent solutions propose purification models, which add a "purification" layer before classification, eliminating the need to modify the classifier directly. Despite their effectiveness, these methods are compute-intensive, making them unsuitable for mobile systems where resources are limited and low latency is essential. This paper introduces LightPure, a new method that enhances adversarial image purification. It improves the accuracy of existing purification methods and provides notable enhancements in speed and computational efficiency, making it suitable for mobile devices with limited resources. Our approach uses a two-step diffusion and one-shot Generative Adversarial Network (GAN) framework, prioritizing latency without compromising robustness. We propose several new techniques to achieve a reasonable balance between classification accuracy and adversarial robustness while maintaining desired latency. We design and implement a proof-of-concept on a Jetson Nano board and evaluate our method using various attack scenarios and datasets. Our results show that LightPure can outperform existing methods by up to 10x in terms of latency while achieving higher accuracy and robustness for various attack scenarios. This method offers a scalable and effective solution for real-world mobile systems.

📄 PDF Abstract BibTeX arXiv:2409.00340

Code (1)

ssysarch/LightPure pytorch

Tasks

Adversarial RobustnessComputational EfficiencyGenerative Adversarial Network

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Adversarial purification with Score-based generative models

2021-06-11 · Jongmin Yoon, Sung Ju Hwang, Juho Lee

While adversarial training is considered as a standard defense method against adversarial attacks for image classifiers, adversarial purification, which purifies attacked images into clean images with a standalone purifi…

Adversarial PurificationDenoising

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

NAPPure: Adversarial Purification for Robust Image Classification under Non-Additive Perturbations

2025-10-15 · Junjie Nan, Jianing Li, Wei Chen, Mingkun Zhang 외 arxiv

Adversarial purification has achieved great success in combating adversarial image perturbations, which are usually assumed to be additive. However, non-additive adversarial perturbations such as blur, occlusion, and dis…

Image Classification

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

High-Frequency Anti-DreamBooth: Robust Defense against Personalized Image Synthesis

2024-09-12 · Takuto Onikubo, Yusuke Matsui

Recently, text-to-image generative models have been misused to create unauthorized malicious images of individuals, posing a growing social problem. Previous solutions, such as Anti-DreamBooth, add adversarial noise to i…

Adversarial AttackAdversarial PurificationImage Generation