Prettier README
This commit is contained in:
parent
7e40ad9704
commit
a41549d103
1 changed files with 21 additions and 6 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
## Membership Inference Attacks From First Principles
|
||||||
|
|
||||||
This directory contains code to reproduce our paper:
|
This directory contains code to reproduce our paper:
|
||||||
|
|
||||||
**"Membership Inference Attacks From First Principles"**
|
**"Membership Inference Attacks From First Principles"**
|
||||||
|
@ -112,3 +114,16 @@ where the global threshold attack is the baseline, and our online,
|
||||||
online-with-fixed-variance, offline, and offline-with-fixed-variance
|
online-with-fixed-variance, offline, and offline-with-fixed-variance
|
||||||
attack variants are the four other curves. Note that because we only
|
attack variants are the four other curves. Note that because we only
|
||||||
train a few models, the fixed variance variants perform best.
|
train a few models, the fixed variance variants perform best.
|
||||||
|
|
||||||
|
### Citation
|
||||||
|
|
||||||
|
You can cite this paper with
|
||||||
|
|
||||||
|
```
|
||||||
|
@article{carlini2021membership,
|
||||||
|
title={Membership Inference Attacks From First Principles},
|
||||||
|
author={Carlini, Nicholas and Chien, Steve and Nasr, Milad and Song, Shuang and Terzis, Andreas and Tramer, Florian},
|
||||||
|
journal={arXiv preprint arXiv:2112.03570},
|
||||||
|
year={2021}
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in a new issue