paper-with-me

홈 › Papers

On the Privacy Risks of Spiking Neural Networks: A Membership Inference Analysis

2025-02-18 · Junyi Guan, Abhijith Sharma, Chong Tian, Salem Lahlou

Spiking Neural Networks (SNNs) are increasingly explored for their energy efficiency and robustness in real-world applications, yet their privacy risks remain largely unexamined. In this work, we investigate the susceptibility of SNNs to Membership Inference Attacks (MIAs) -- a major privacy threat where an adversary attempts to determine whether a given sample was part of the training dataset. While prior work suggests that SNNs may offer inherent robustness due to their discrete, event-driven nature, we find that its resilience diminishes as latency (T) increases. Furthermore, we introduce an input dropout strategy under black box setting, that significantly enhances membership inference in SNNs. Our findings challenge the assumption that SNNs are inherently more secure, and even though they are expected to be better, our results reveal that SNNs exhibit privacy vulnerabilities that are equally comparable to Artificial Neural Networks (ANNs). Our code is available at https://anonymous.4open.science/r/MIA_SNN-3610.

📄 PDF Abstract BibTeX arXiv:2502.13191

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Systematic Evaluation of Privacy Risks of Machine Learning Models

2020-03-24 · Liwei Song, Prateek Mittal

Machine learning models are prone to memorizing sensitive data, making them vulnerable to membership inference attacks in which an adversary aims to guess if an input sample was used to train the model. In this paper, we…

BIG-bench Machine LearningInference Attack

When Better Features Mean Greater Risks: The Performance-Privacy Trade-Off in Contrastive Learning

2025-06-06 · Ruining Sun, Hongsheng Hu, Wei Luo, Zhaoxi Zhang 외

With the rapid advancement of deep learning technology, pre-trained encoder models have demonstrated exceptional feature extraction capabilities, playing a pivotal role in the research and application of deep learning. H…

Contrastive LearningInference AttackMembership Inference AttackSelf-Supervised Learning

Quantifying Privacy Risks of Masked Language Models Using Membership Inference Attacks

2022-03-08 · FatemehSadat Mireshghallah, Kartik Goyal, Archit Uniyal, Taylor Berg-Kirkpatrick 외

The wide adoption and application of Masked language models~(MLMs) on sensitive data (from legal to medical) necessitates a thorough quantitative investigation into their privacy vulnerabilities -- to what extent do MLMs…

Inference AttackMembership Inference AttackMemorization

Membership Inference Attacks and Defenses in Neural Network Pruning

2022-02-07 · Xiaoyong Yuan, Lan Zhang

Neural network pruning has been an essential technique to reduce the computation and memory requirements for using deep neural networks for resource-constrained devices. Most existing research focuses primarily on balanc…

Inference AttackMembership Inference AttackMemorizationNetwork Pruning

Membership Inference Attacks Against Text-to-image Generation Models

2022-10-03 · Yixin Wu, Ning Yu, Zheng Li, Michael Backes 외

Text-to-image generation models have recently attracted unprecedented attention as they unlatch imaginative applications in all areas of life. However, developing such models requires huge amounts of data that might cont…

image-classificationImage ClassificationImage GenerationText to Image Generation+1