spring-epfl / mia

A library for running membership inference attacks against ML models
MIT License
138 stars 28 forks source link

Question about the attack model's accuracy #20

Open Kickstaro opened 2 years ago

Kickstaro commented 2 years ago

Hey Bogdan, I read your project called "spring-epfl/mia" and tried to reproduce the MIA model you shared on Github.

I found that the attack accuracy is like 55% on the Cifar-10 dataset, which is not high as we expected. Could you give me some advice to improve the accuracy?

Here are the Github link and the result of the code: https://github.com/spring-epfl/mia/tree/master/examples

image

Thank you in advance. Take care:)