Skip to content

Commit

Permalink
Add arXiv reference
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Feb 28, 2022
1 parent 8adfb08 commit 7a8b763
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Code to accompany *[Physics solutions to machine learning privacy leaks](https://www.arxiv.org/abs/2203.xxxxx)*
## Code to accompany *[Physics solutions to machine learning privacy leaks](https://www.arxiv.org/abs/2202.12319)*
#### Alejandro Pozas-Kerstjens, Senaida Hernández-Santana, José Ramón Pareja Monturiol, Marco Castrillón López, Giannicola Scarpa, Carlos E. González-Guillén, and David Pérez-García

This repository contains the codes used for the article "*Physics solutions to machine learning privacy leaks*. Alejandro Pozas-Kerstjens, Senaida Hernández-Santana, José Ramón Pareja Monturiol, Marco Castrillón López, Giannicola Scarpa, Carlos E. González-Guillén, and David Pérez-García. [arXiv:2202.xxxxx](https://www.arxiv.org/abs/2202.xxxxx)." It provides the codes for cleaning the [global.health database](https://global.health/), training neural network and matrix product state models on the dataset generated, and attacking the models via shadow training.
This repository contains the codes used for the article "*Physics solutions to machine learning privacy leaks*. Alejandro Pozas-Kerstjens, Senaida Hernández-Santana, José Ramón Pareja Monturiol, Marco Castrillón López, Giannicola Scarpa, Carlos E. González-Guillén, and David Pérez-García. [arXiv:2202.12319](https://www.arxiv.org/abs/2202.12319)." It provides the codes for cleaning the [global.health database](https://global.health/), training neural network and matrix product state models on the dataset generated, and attacking the models via shadow training.

All code is written in Python.

Expand Down Expand Up @@ -42,13 +42,13 @@ Files:

If you would like to cite this work, please use the following format:

A. Pozas-Kerstjens, S. Hernández-Santana, J. R. Pareja Monturiol, M. Castrillón López, G. Scarpa, C. E. González-Guillén, and D. Pérez-García, _Physics solutions to machine learning privacy leaks_, arXiv:2203.xxxxx
A. Pozas-Kerstjens, S. Hernández-Santana, J. R. Pareja Monturiol, M. Castrillón López, G. Scarpa, C. E. González-Guillén, and D. Pérez-García, _Physics solutions to machine learning privacy leaks_, arXiv:2202.12319

```
@misc{pozaskerstjens2022privatetn,
author = {Pozas-Kerstjens, Alejandro and Hern\'andez-Santana, Senaida and Pareja Monturiol, Jos\'e Ram\'on and Castrill\'on L\'opez, Marco and Scarpa, Giannicola and Gonz\'alez-Guill\'en, Carlos E. and P\'erez-Garc\'ia, David},
title = {Physics solutions to machine learning privacy leaks},
eprint = {2203.xxxxx},
eprint = {2202.12319},
archivePrefix={arXiv}
}
```
2 changes: 1 addition & 1 deletion create_accuracy_figure.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion create_attack_figure.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion create_vulnerability_figure.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion database_processing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion matrix_product_states/attack_mps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion matrix_product_states/batchtensornetwork.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion matrix_product_states/classifier.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion matrix_product_states/create_mps_dataset_from_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion matrix_product_states/generate_mps_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion matrix_product_states/training.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion matrix_product_states/utils_mps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion neural_networks/attack_nn.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion neural_networks/create_nn_dataset_from_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion neural_networks/generate_nn_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down
2 changes: 1 addition & 1 deletion neural_networks/utils_nn.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code for
# Physics solutions for machine learning privacy leaks
# arXiv:2203.xxxxx
# arXiv:2202.12319
#
# Authors: Alejandro Pozas-Kerstjens and Senaida Hernandez-Santana
#
Expand Down

0 comments on commit 7a8b763

Please sign in to comment.