Skip to content

Commit 0ed33d6

Browse files
authored
Merge pull request #105 from sayakpaul/master
Adding mentions to Denoised Smoothing
2 parents 6f7a2d5 + 4c96b23 commit 0ed33d6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Structured Learning:
117117
* [GAM: Graph Agreement Models for Semi-Supervised Learning](research/gam)
118118
* [Neural Clustering Processes](research/neural_clustering)
119119
* [CARLS: Cross-platform Asynchronous Representation Learning System](research/carls)
120+
* [Denoised Smoothing: A Provable Defense for Pretrained Classifiers](research/third_party/denoised_smoothing)
120121

121122
## Featured Usage
122123

research/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,13 @@ certain TensorFlow versions or Python versions.
4444

4545
[[4] A. Pakman, Y. Wang, C. Mitelut, J. Lee, L. Paninski. "Neural Clustering
4646
Processes." ICML 2020](https://arxiv.org/abs/1901.00409)
47+
48+
## [Denoised Smoothing: A Provable Defense for Pretrained Classifiers](third_party/denoised_smoothing)
49+
50+
The implementations of Denoised Smoothing [5] are provided in the
51+
`third_party/denoised_smoothing` folder on a strict "as is" basis, without warranties or
52+
conditions of any kind. Also, these implementations may not be compatible with
53+
certain TensorFlow versions or Python versions.
54+
55+
[[5] H. Salman, M.Sun, C. Mitelut, G. Yang, A. Kapoor., Z. Kolter "Denoised Smoothing:
56+
A Provable Defense for Pretrained Classifiers." NeurIPS 2020](https://arxiv.org/abs/2003.01908)

0 commit comments

Comments
 (0)