paper-with-me

Papers

Error Diffusion Halftoning Against Adversarial Examples

2021-01-23 · Shao-Yuan Lo, Vishal M. Patel

Adversarial examples contain carefully crafted perturbations that can fool deep neural networks (DNNs) into making wrong predictions. Enhancing the adversarial robustness of DNNs has gained considerable interest in recent years. Although image transformation-based defenses were widely considered at an earlier time, most of them have been defeated by adaptive attacks. In this paper, we propose a new image transformation defense based on error diffusion halftoning, and combine it with adversarial training to defend against adversarial examples. Error diffusion halftoning projects an image into a 1-bit space and diffuses quantization error to neighboring pixels. This process can remove adversarial perturbations from a given image while maintaining acceptable image quality in the meantime in favor of recognition. Experimental results demonstrate that the proposed method is able to improve adversarial robustness even under advanced adaptive attacks, while most of the other image transformation-based defenses do not. We show that a proper image transformation can still be an effective defense approach. Code: https://github.com/shaoyuanlo/Halftoning-Defense

📄 PDF Abstract BibTeX arXiv:2101.09451

Code (1)

shaoyuanlo/Halftoning-Defense 공식 구현 pytorch

Tasks

Adversarial RobustnessQuantization

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…

Similar Papers 제목 키워드 기반

The Mathematics of Dots and Pixels: On the Theoretical Foundations of Image Halftoning

2024-06-18 · Felix Krahmer, Anna Veselovska

The evolution of image halftoning, from its analog roots to contemporary digital methodologies, encapsulates a fascinating journey marked by technological advancements and creative innovations. Yet the theoretical unders…

Efficient Halftoning via Deep Reinforcement Learning

2023-04-24 · Haitian Jiang, Dongliang Xiong, Xiaowen Jiang, Li Ding 외

Halftoning aims to reproduce a continuous-tone image with pixels whose intensities are constrained to two discrete levels. This technique has been deployed on every printer, and the majority of them adopt fast methods (e…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningSSIM

Mist: Towards Improved Adversarial Examples for Diffusion Models

2023-05-22 · Chumeng Liang, Xiaoyu Wu

Diffusion Models (DMs) have empowered great success in artificial-intelligence-generated content, especially in artwork creation, yet raising new concerns in intellectual properties and copyright. For example, infringers…

Adversarial Defense

Detecting and Defending Against Adversarial Attacks on Automatic Speech Recognition via Diffusion Models

2024-09-12 · Nikolai L. Kühne, Astrid H. F. Kitchen, Marie S. Jensen, Mikkel S. L. Brøndt 외

Automatic speech recognition (ASR) systems are known to be vulnerable to adversarial attacks. This paper addresses detection and defence against targeted white-box attacks on speech signals for ASR systems. While existin…

Adversarial AttackAdversarial PurificationAutomatic Speech RecognitionSpeech Recognition

TAIGen: Training-Free Adversarial Image Generation via Diffusion Models

2025-08-20 · Susim Roy, Anubhooti Jain, Mayank Vatsa, Richa Singh arxiv

Adversarial attacks from generative models often produce low-quality images and require substantial computational resources. Diffusion models, though capable of high-quality generation, typically need hundreds of samplin…

Image Generation