Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Active Membership Inference Test (aMINT): Enhancing Model Auditability with Multi-Task Learning

Created by
  • Haebom

Author

Daniel DeAlcala, Aythami Morales, Julian Fierrez, Gonzalo Mancera, Ruben Tolosana, Javier Ortega-Garcia

Outline

Active Membership Inference Test (aMINT) is a method for detecting whether specific data was used to train a machine learning model. aMINT proposes a novel multi-task learning process that simultaneously trains the original model (the Audited Model) and an auxiliary model (the MINT Model) that identifies training data. This approach is designed to integrate model auditability as an optimization goal during neural network training. The MINT layer uses intermediate activation maps as input and is trained to improve training data detection. When evaluating various neural networks, from MobileNet to Vision Transformer, on five public benchmarks, aMINT achieved over 80% accuracy in detecting data usage, significantly outperforming existing methods. aMINT and related methodological advancements contribute to increasing the transparency of AI models and establishing robust safeguards for security, privacy, and copyright protection.

Takeaways, Limitations

Takeaways:
It can detect data leak risks more effectively by achieving much higher accuracy (over 80%) than existing Membership Inference Attack methods.
It can be applied to various neural network architectures and contributes to improving the transparency of AI models.
Can be used to strengthen the security, privacy, and copyright protection of AI models.
Limitations:
The paper lacks specific Limitations or future research directions.
Since only results for a specific benchmark dataset are presented, generalization performance on other datasets or models requires further research.
Lack of analysis of aMINT's computational cost and training time.
👍