LGAIMay 23

Batch Normalization Amplifies Memorization and Privacy Risks

arXiv:2605.2442021.1
Predicted impact top 82% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work reveals an underappreciated privacy risk of BN for deep learning practitioners, highlighting that a widely used technique can inadvertently compromise data privacy.

Batch Normalization (BN) significantly increases memorization of outlier training samples and amplifies privacy leakage, as shown by higher susceptibility to membership inference attacks across multiple datasets and architectures.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes