From 2328e52ab0a14500afb8d059f4f193545c8dd57c Mon Sep 17 00:00:00 2001 From: Hadi Salman Date: Thu, 11 Feb 2021 18:56:47 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dca86a5..31b6ef2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ This repository contains the code and models necessary to replicate the results **Denoised Smoothing: A Provable Defense for Pretrained Classifiers**
*Hadi Salman, Mingjie Sun, Greg Yang, Ashish Kapoor, J. Zico Kolter*
-Paper: https://arxiv.org/abs/2003.01908 +Paper: https://arxiv.org/abs/2003.01908
+Blog post: https://www.microsoft.com/en-us/research/blog/denoised-smoothing-provably-defending-pretrained-classifiers-against-adversarial-examples/ Our paper presents a method for provably defending any pretrained image classifier against Lp adversarial attacks. @@ -172,4 +173,4 @@ instructions provided by the bot. You will only need to do this once across all This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.