|
1 |
| -# CleverHans (latest release: v2.1.0) |
| 1 | +# CleverHans (latest release: v3.0.0) |
2 | 2 |
|
3 | 3 | <img src="https://github.com/tensorflow/cleverhans/blob/master/assets/logo.png?raw=true" alt="cleverhans logo">
|
4 | 4 |
|
@@ -123,7 +123,7 @@ so that these scripts will be conveniently executable from any directory.
|
123 | 123 | ## Tutorials: `cleverhans_tutorials` directory
|
124 | 124 |
|
125 | 125 | To help you get started with the functionalities provided by this library, the
|
126 |
| -`cleverhans_tutorials/' folder comes with the following tutorials: |
| 126 | +`cleverhans_tutorials/` folder comes with the following tutorials: |
127 | 127 | * **MNIST with FGSM** ([code](cleverhans_tutorials/mnist_tutorial_tf.py)): this
|
128 | 128 | tutorial covers how to train a MNIST model using TensorFlow,
|
129 | 129 | craft adversarial examples using the [fast gradient sign method](https://arxiv.org/abs/1412.6572),
|
@@ -189,7 +189,7 @@ When reporting benchmarks, please:
|
189 | 189 | * Report any configuration variables used to determine the behavior of the attack.
|
190 | 190 |
|
191 | 191 | For example, you might report "We benchmarked the robustness of our method to
|
192 |
| -adversarial attack using v2.1.0 of CleverHans. On a test set modified by the |
| 192 | +adversarial attack using v3.0.0 of CleverHans. On a test set modified by the |
193 | 193 | `FastGradientMethod` with a max-norm `eps` of 0.3, we obtained a test set accuracy of 71.3%."
|
194 | 194 |
|
195 | 195 | ## Citing this work
|
@@ -230,36 +230,51 @@ other inputs.
|
230 | 230 |
|
231 | 231 | ## Authors
|
232 | 232 |
|
233 |
| -This library is managed and maintained by Ian Goodfellow (Google Brain), |
234 |
| -Nicolas Papernot (Pennsylvania State University), and |
235 |
| -Ryan Sheatsley (Pennsylvania State University). |
| 233 | +This library is managed and maintained by Ian Goodfellow (Google Brain) and |
| 234 | +Nicolas Papernot (Google Brain). |
236 | 235 |
|
237 | 236 | The following authors contributed 100 lines or more (ordered according to the GitHub contributors page):
|
238 |
| -* Nicolas Papernot (Pennsylvania State University, Google Brain intern) |
239 |
| -* Fartash Faghri (University of Toronto, Google Brain intern) |
240 |
| -* Nicholas Carlini (UC Berkeley) |
241 | 237 | * Ian Goodfellow (Google Brain)
|
242 |
| -* Reuben Feinman (Symantec) |
| 238 | +* Nicolas Papernot (Google Brain) |
| 239 | +* Nicholas Carlini (Google Brain) |
| 240 | +* Fartash Faghri (University of Toronto) |
| 241 | +* Tzu-Wei Sung (National Taiwan University) |
243 | 242 | * Alexey Kurakin (Google Brain)
|
| 243 | +* Reuben Feinman (New York University) |
| 244 | +* Phani Krishna (Video Analytics Lab) |
| 245 | +* David Berthelot (Google Brain) |
| 246 | +* Tom Brown (Google Brain) |
244 | 247 | * Cihang Xie (Johns Hopkins)
|
245 | 248 | * Yash Sharma (The Cooper Union)
|
246 |
| -* Tom Brown (Google Brain) |
| 249 | +* Aashish Kumar |
247 | 250 | * Aurko Roy (Google Brain)
|
248 | 251 | * Alexander Matyasko (Nanyang Technological University)
|
| 252 | +* Anshuman Suri (Microsoft) |
| 253 | +* Yen-Chen Lin (MIT) |
249 | 254 | * Vahid Behzadan (Kansas State)
|
250 |
| -* Karen Hambardzumyan (YerevaNN) |
| 255 | +* Jonathan Uesato (DeepMind) |
251 | 256 | * Zhishuai Zhang (Johns Hopkins)
|
252 |
| -* Yi-Lin Juang (NTUEE) |
| 257 | +* Karen Hambardzumyan (YerevaNN) |
| 258 | +* Catherine Olsson (Google Brain) |
| 259 | +* Aidan Gomez (University of Oxford) |
253 | 260 | * Zhi Li (University of Toronto)
|
254 |
| -* Ryan Sheatsley (Pennsylvania State University) |
| 261 | +* Yi-Lin Juang (NTUEE) |
| 262 | +* Pratyush Sahay |
255 | 263 | * Abhibhav Garg (IIT Delhi)
|
256 |
| -* Jonathan Uesato (MIT) |
257 |
| -* Willi Gierke (Hasso Plattner Institute) |
| 264 | +* Aditi Raghunathan (Stanford University) |
| 265 | +* Yang Song (Stanford University) |
| 266 | +* Riccardo Volpi (Italian Institute of Technology) |
| 267 | +* Angus Galloway (University of Guelph) |
258 | 268 | * Yinpeng Dong (Tsinghua University)
|
259 |
| -* David Berthelot (Google Brain) |
260 |
| -* Paul Hendricks (NVIDIA) |
| 269 | +* Willi Gierke (Hasso Plattner Institute) |
| 270 | +* Bruno López |
261 | 271 | * Jonas Rauber (IMPRS)
|
| 272 | +* Paul Hendricks (NVIDIA) |
| 273 | +* Ryan Sheatsley (Pennsylvania State University) |
262 | 274 | * Rujun Long (0101.AI)
|
| 275 | +* Bogdan Kulynych (EPFL) |
| 276 | +* Erfan Noury (UMBC) |
| 277 | +* Robert Wagner (Case Western Reserve University) |
263 | 278 |
|
264 | 279 | ## Copyright
|
265 | 280 |
|
|
0 commit comments