paper-with-me

홈 › Papers

Batch Normalization Amplifies Memorization and Privacy Risks

2026-05-23 · Ngoc Phu Doan, Chongyan Gu, Ihsen Alouani arxiv

Batch Normalization (BN) is widely adopted to enable faster convergence and more stable training of deep neural networks. However, its impact on privacy and memorization has remained largely unexplored. In this work, we investigate the effect of BN layers on the memorization of atypical or outlier samples and its implications for privacy leakage. We conduct an extensive empirical study using three complementary approaches: (i) unintended memorization of out-of-distribution training samples, (ii) per-sample influence measured via gradient norms, and (iii) susceptibility to membership inference attacks (MIA). Across multiple datasets and architectures, we consistently observe that BN substantially increases the memorization of outliers compared to models without BN. Critically, this amplified memorization translates directly into privacy vulnerabilities: models with BN exhibit significantly higher susceptibility to MIAs. We complement our empirical findings with a theoretical analysis showing that BN amplifies the per-step influence of outlier samples during training, providing mechanistic insight into this phenomenon. Our results highlight an underappreciated privacy risk associated with BN and provide both practical and theoretical insights into how normalization layers can amplify the influence of rare or sensitive training examples.

📄 PDF Abstract BibTeX arXiv:2605.24420

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Membership and Memorization in LLM Knowledge Distillation

2025-08-09 · Ziqi Zhang, Ali Shahin Shamsabadi, Hanxiao Lu, Yifeng Cai 외 arxiv

Recent advances in Knowledge Distillation (KD) aim to mitigate the high computational demands of Large Language Models (LLMs) by transferring knowledge from a large ''teacher'' to a smaller ''student'' model. However, st…

Knowledge Distillation

(Token-Level) InfoRMIA: Stronger Membership Inference and Memorization Assessment for LLMs

2025-10-07 · Jiashu Tao, Reza Shokri arxiv

Machine learning models are known to leak sensitive information, as they inevitably memorize (parts of) their training data. More alarmingly, large language models (LLMs) are now trained on nearly all available data, whi…

Computational Efficiency

DEPN: Detecting and Editing Privacy Neurons in Pretrained Language Models

2023-10-31 · Xinwei Wu, Junzhuo Li, Minghui Xu, Weilong Dong 외

Large language models pretrained on a huge amount of data capture rich knowledge and information in the training data. The ability of data memorization and regurgitation in pretrained language models, revealed in previou…

MemorizationModel Editing

Quantifying Memorization and Privacy Risks in Genomic Language Models

2026-03-09 · Alexander Nemecek, Wenbiao Li, Xiaoqian Jiang, Jaideep Vaidya 외 arxiv

Genomic language models (GLMs) have emerged as powerful tools for learning representations of DNA sequences, enabling advances in variant prediction, regulatory element identification, and cross-task transfer learning. H…

Transfer Learning

Decomposing Memorization Reduction in Privacy-Preserving Fine-Tuning of SLMs for CSIRTs

2026-06-26 · Cristhian Kapelinski, Diego Kreutz arxiv

CSIRTs increasingly fine tune language models on vulnerability scan records, but these records expose internal network topology and create privacy risks under regulations such as GDPR and LGPD. We present the first empir…