paper-with-me

홈 › Papers

How Does a Deep Learning Model Architecture Impact Its Privacy? A Comprehensive Study of Privacy Attacks on CNNs and Transformers

2022-10-20 · Guangsheng Zhang, Bo Liu, Huan Tian, Tianqing Zhu, Ming Ding, Wanlei Zhou

As a booming research area in the past decade, deep learning technologies have been driven by big data collected and processed on an unprecedented scale. However, privacy concerns arise due to the potential leakage of sensitive information from the training data. Recent research has revealed that deep learning models are vulnerable to various privacy attacks, including membership inference attacks, attribute inference attacks, and gradient inversion attacks. Notably, the efficacy of these attacks varies from model to model. In this paper, we answer a fundamental question: Does model architecture affect model privacy? By investigating representative model architectures from convolutional neural networks (CNNs) to Transformers, we demonstrate that Transformers generally exhibit higher vulnerability to privacy attacks than CNNs. Additionally, we identify the micro design of activation layers, stem layers, and LN layers, as major factors contributing to the resilience of CNNs against privacy attacks, while the presence of attention modules is another main factor that exacerbates the privacy vulnerability of Transformers. Our discovery reveals valuable insights for deep learning models to defend against privacy attacks and inspires the research community to develop privacy-friendly model architectures.

📄 PDF Abstract BibTeX arXiv:2210.11049

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDeep Learning

Similar Papers 제목 키워드 기반

Does Image Anonymization Impact Computer Vision Training?

2023-06-08 · Håkon Hukkelås, Frank Lindseth

Image anonymization is widely adapted in practice to comply with privacy regulations in many regions. However, anonymization often degrades the quality of the data, reducing its utility for computer vision development. I…

Face AnonymizationInstance SegmentationPose EstimationPrivacy Preserving+1

Spurious Privacy Leakage in Neural Networks

2025-05-26 · Chenxiang Zhang, Jun Pang, Sjouke Mauw

Neural networks are vulnerable to privacy attacks aimed at stealing sensitive data. The risks can be amplified in a real-world scenario, particularly when models are trained on limited and biased data. In this work, we i…

Memorization

Auditing Fairness-Privacy Trade-offs: Subpopulation-Level Effects of Fairness-Enhancing Algorithms

2026-07-16 · Umid Suleymanov, Ilhama Novruzova, Khalid Mammadov, Natavan Hasanova 외 arxiv

Machine learning (ML) models deployed in sensitive domains such as healthcare, law enforcement, and finance must satisfy not only utility requirements but also fairness and privacy guarantees. While prior work has largel…

On the Importance of Architecture and Feature Selection in Differentially Private Machine Learning

2022-05-13 · Wenxuan Bao, Luke A. Bauer, Vincent Bindschaedler

We study a pitfall in the typical workflow for differentially private machine learning. The use of differentially private learning algorithms in a "drop-in" fashion -- without accounting for the impact of differential pr…

BIG-bench Machine LearningFeature Engineeringfeature selection

Exploring Machine Learning Privacy/Utility trade-off from a hyperparameters Lens

2023-03-03 · Ayoub Arous, Amira Guesmi, Muhammad Abdullah Hanif, Ihsen Alouani 외

Machine Learning (ML) architectures have been applied to several applications that involve sensitive data, where a guarantee of users' data privacy is required. Differentially Private Stochastic Gradient Descent (DPSGD) …

Privacy Preserving