paper-with-me

홈 › Papers

DiffSmooth: Certifiably Robust Learning via Diffusion Models and Local Smoothing

2023-08-28 · Jiawei Zhang, Zhongzhu Chen, huan zhang, Chaowei Xiao, Bo Li

Diffusion models have been leveraged to perform adversarial purification and thus provide both empirical and certified robustness for a standard model. On the other hand, different robustly trained smoothed models have been studied to improve the certified robustness. Thus, it raises a natural question: Can diffusion model be used to achieve improved certified robustness on those robustly trained smoothed models? In this work, we first theoretically show that recovered instances by diffusion models are in the bounded neighborhood of the original instance with high probability; and the "one-shot" denoising diffusion probabilistic models (DDPM) can approximate the mean of the generated distribution of a continuous-time diffusion model, which approximates the original instance under mild conditions. Inspired by our analysis, we propose a certifiably robust pipeline DiffSmooth, which first performs adversarial purification via diffusion models and then maps the purified instances to a common region via a simple yet effective local smoothing strategy. We conduct extensive experiments on different datasets and show that DiffSmooth achieves SOTA-certified robustness compared with eight baselines. For instance, DiffSmooth improves the SOTA-certified accuracy from $36.0\%$ to $53.0\%$ under $\ell_2$ radius $1.5$ on ImageNet. The code is available at [https://github.com/javyduck/DiffSmooth].

📄 PDF Abstract BibTeX arXiv:2308.14333

Code (1)

javyduck/diffsmooth 공식 구현 pytorch

Tasks

Adversarial PurificationDenoising

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 제목 키워드 기반

AuditVotes: A Framework Towards More Deployable Certified Robustness for Graph Neural Networks

2025-03-29 · Yuni Lai, Yulin Zhu, Yixuan Sun, Yulun Wu 외

Despite advancements in Graph Neural Networks (GNNs), adaptive attacks continue to challenge their robustness. Certified robustness based on randomized smoothing has emerged as a promising solution, offering provable gua…

Computational Efficiency

Robust and Accurate -- Compositional Architectures for Randomized Smoothing

2022-04-01 · Miklós Z. Horváth, Mark Niklas Müller, Marc Fischer, Martin Vechev

Randomized Smoothing (RS) is considered the state-of-the-art approach to obtain certifiably robust models for challenging tasks. However, current RS approaches drastically decrease standard accuracy on unperturbed data, …

Certifiably Robust Image Watermark

2024-07-04 · Zhengyuan Jiang, Moyang Guo, Yuepeng Hu, Jinyuan Jia 외

Generative AI raises many societal concerns such as boosting disinformation and propaganda campaigns. Watermarking AI-generated content is a key technology to address these concerns and has been widely deployed in indust…

Certified Adversarial Robustness via Randomized Smoothing

2019-02-08 · Jeremy M Cohen, Elan Rosenfeld, J. Zico Kolter

We show how to turn any classifier that classifies well under Gaussian noise into a new classifier that is certifiably robust to adversarial perturbations under the $\ell_2$ norm. This "randomized smoothing" technique ha…

Adversarial DefenseAdversarial RobustnessRobust classification

Certified Robustness via Randomized Smoothing over Multiplicative Parameters of Input Transformations

2021-06-28 · Nikita Muravev, Aleksandr Petiushko

Currently the most popular method of providing robustness certificates is randomized smoothing where an input is smoothed via some probability distribution. We propose a novel approach to randomized smoothing over multip…