TL;DR
Batch Normalization (BN) is commonly used in deep learning to enhance training speed and stability, but its effects on privacy and memorization of outlier samples are underexplored. This study investigates BN's role in amplifying the memorization of atypical training data and its vulnerability to membership inference attacks (MIA).
✦ Why It Matters
Engineers should consider the privacy implications of using Batch Normalization in their models, especially with sensitive data.
Key Takeaways
How It Works
Batch Normalization normalizes the inputs of each layer, which can inadvertently increase the model's focus on outlier samples during training. This increased focus leads to greater memorization of atypical data points, making them more influential in the model's decision-making process.
Related