paper-with-me

Papers

Multi-scale Diffusion Denoised Smoothing

2023-10-25 · NeurIPS 2023 11 · Jongheon Jeong, Jinwoo Shin

Along with recent diffusion models, randomized smoothing has become one of a few tangible approaches that offers adversarial robustness to models at scale, e.g., those of large pre-trained models. Specifically, one can perform randomized smoothing on any classifier via a simple "denoise-and-classify" pipeline, so-called denoised smoothing, given that an accurate denoiser is available - such as diffusion model. In this paper, we present scalable methods to address the current trade-off between certified robustness and accuracy in denoised smoothing. Our key idea is to "selectively" apply smoothing among multiple noise scales, coined multi-scale smoothing, which can be efficiently implemented with a single diffusion model. This approach also suggests a new objective to compare the collective robustness of multi-scale smoothed classifiers, and questions which representation of diffusion model would maximize the objective. To address this, we propose to further fine-tune diffusion model (a) to perform consistent denoising whenever the original image is recoverable, but (b) to generate rather diverse outputs otherwise. Our experiments show that the proposed multi-scale smoothing scheme combined with diffusion fine-tuning enables strong certified robustness available with high noise level while maintaining its accuracy close to non-smoothed classifiers.

📄 PDF Abstract BibTeX arXiv:2310.16779

Code (1)

jh-jeong/smoothing-multiscale 공식 구현 pytorch

Tasks

Adversarial RobustnessDenoising

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…
Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Diffusion Denoised Smoothing : Certified Robustness via Randomized Smoothing with Differentially Private Guided Denoising Diffusion

2025-07-10 · Frederick Shpilevskiy, Saiyue Lyu, Krishnamurthy Dj Dvijotham, Mathias Lécuyer 외 arxiv

We propose Adaptive Diffusion Denoised Smoothing, a method for certifying the predictions of a vision model against adversarial examples, while adapting to the input. Our key insight is to reinterpret a guided denoising …

Robustifying Diffusion-Denoised Smoothing Against Covariate Shift

2025-09-13 · Ali Hedayatnia, Mostafa Tavassolipour, Babak Nadjar Araabi, Abdol-Hossein Vahabie arxiv

Randomized smoothing is a well-established method for achieving certified robustness against l2-adversarial perturbations. By incorporating a denoiser before the base classifier, pretrained classifiers can be seamlessly …

(Certified!!) Adversarial Robustness for Free!

2022-06-21 · Nicholas Carlini, Florian Tramer, Krishnamurthy Dj Dvijotham, Leslie Rice 외

In this paper we show how to achieve state-of-the-art certified adversarial robustness to 2-norm bounded perturbations by relying exclusively on off-the-shelf pretrained models. To do so, we instantiate the denoised smoo…

Adversarial RobustnessDenoising

Beyond Classification: Evaluating Diffusion Denoised Smoothing for Security-Utility Trade off

2025-05-21 · Yury Belousov, Brian Pulfer, Vitaliy Kinakh, Slava Voloshynovskiy

While foundation models demonstrate impressive performance across various tasks, they remain vulnerable to adversarial inputs. Current research explores various approaches to enhance model robustness, with Diffusion Deno…

Adversarial AttackAdversarial RobustnessDenoising

Advancing the Robustness of Large Language Models through Self-Denoised Smoothing

2024-04-18 · Jiabao Ji, Bairu Hou, Zhen Zhang, Guanhua Zhang 외

Although large language models (LLMs) have achieved significant success, their vulnerability to adversarial perturbations, including recent jailbreak attacks, has raised considerable concerns. However, the increasing siz…