paper-with-me

홈 › Papers

On the Privacy Effect of Data Enhancement via the Lens of Memorization

2022-08-17 · Xiao Li, Qiongxiu Li, Zhanhao Hu, Xiaolin Hu

Machine learning poses severe privacy concerns as it has been shown that the learned models can reveal sensitive information about their training data. Many works have investigated the effect of widely adopted data augmentation and adversarial training techniques, termed data enhancement in the paper, on the privacy leakage of machine learning models. Such privacy effects are often measured by membership inference attacks (MIAs), which aim to identify whether a particular example belongs to the training set or not. We propose to investigate privacy from a new perspective called memorization. Through the lens of memorization, we find that previously deployed MIAs produce misleading results as they are less likely to identify samples with higher privacy risks as members compared to samples with low privacy risks. To solve this problem, we deploy a recent attack that can capture individual samples' memorization degrees for evaluation. Through extensive experiments, we unveil several findings about the connections between three essential properties of machine learning models, including privacy, generalization gap, and adversarial robustness. We demonstrate that the generalization gap and privacy leakage are less correlated than those of the previous results. Moreover, there is not necessarily a trade-off between adversarial robustness and privacy as stronger adversarial robustness does not make the model more susceptible to privacy attacks.

📄 PDF Abstract BibTeX arXiv:2208.08270

Code (1)

lixiaothu/privacy_and_aug 공식 구현 pytorch

Tasks

Adversarial RobustnessData AugmentationMemorization

Similar Papers 제목 키워드 기반

Rethinking Federated Unlearning via the Lens of Memorization

2026-05-23 · Jiaheng Wei, Yanjun Zhang, He Zhang, Leo Yu Zhang 외 arxiv

Federated learning (FL) increasingly needs machine unlearning to comply with privacy regulations. However, existing federated unlearning approaches may overlook the overlapping information between the unlearning and rema…

Federated Learning

Memorization in deep learning: A survey

2024-06-06 · Jiaheng Wei, Yanjun Zhang, Leo Yu Zhang, Ming Ding 외

Deep Learning (DL) powered by Deep Neural Networks (DNNs) has revolutionized various domains, yet understanding the intricacies of DNN decision-making and learning processes remains a significant challenge. Recent invest…

Decision MakingDeep LearningMemorizationSurvey

An Inversion-based Measure of Memorization for Diffusion Models

2024-05-09 · Zhe Ma, Qingming Li, Xuhong Zhang, Tianyu Du 외

The past few years have witnessed substantial advances in image generation powered by diffusion models. However, it was shown that diffusion models are vulnerable to training data memorization, raising concerns regarding…

Image GenerationMemorizationPrivacy Preserving

On Memorization and Privacy Risks of Sharpness Aware Minimization

2023-09-30 · Young In Kim, Pratiksha Agrawal, Johannes O. Royset, Rajiv Khanna

In many recent works, there is an increased focus on designing algorithms that seek flatter optima for neural network loss optimization as there is empirical evidence that it leads to better generalization performance in…

Memorization

Analyzing Memorization in Large Language Models through the Lens of Model Attribution

2025-01-09 · Tarun Ram Menta, Susmit Agrawal, Chirag Agarwal

Large Language Models (LLMs) are prevalent in modern applications but often memorize training data, leading to privacy breaches and copyright issues. Existing research has mainly focused on posthoc analyses, such as extr…

Memorization