MIA
MIA copied to clipboard
🔒 Implementation of Shokri et al(2016) "Membership Inference Attacks against Machine Learning Models"
Results
2
MIA issues
Sort by
recently updated
recently updated
newest added
Hello, I've been reviewing the code and noticed a potential issue regarding the handling of member and non-member data in the `inference.py` script. It seems that the indices from `train_indices.csv`...
Hi! I have a question about the way that training dataset of the attack model is formulated. In the original paper, the dataset consists of three parts: label of the...