Skip to content

Population MIA attack #101

Discussion options

You must be logged in to vote

Hi @Siddharth2000 ,

The membership inference attack aims to determine whether a specific data point was used during the training of a target machine learning model. In our tutorial, we use the loss function as a means of attack, where we calculate the loss on the target data point from the target model to infer its membership. Essentially, this attack exploits the model's generalization error, which means that the model tends to have lower losses on the training dataset compared to the points in the test dataset.

For the population attack, the adversary first computes the loss on the population dataset, which we know is disjoint from the training dataset. This population loss distribution…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AceOfSpades06
Comment options

Answer selected by AceOfSpades06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants