paper-with-me

홈 › Papers

Privacy-Preserving Debiasing using Data Augmentation and Machine Unlearning

2024-04-19 · Zhixin Pan, Emma Andrews, Laura Chang, Prabhat Mishra

Data augmentation is widely used to mitigate data bias in the training dataset. However, data augmentation exposes machine learning models to privacy attacks, such as membership inference attacks. In this paper, we propose an effective combination of data augmentation and machine unlearning, which can reduce data bias while providing a provable defense against known attacks. Specifically, we maintain the fairness of the trained model with diffusion-based data augmentation, and then utilize multi-shard unlearning to remove identifying information of original data from the ML model for protection against privacy attacks. Experimental evaluation across diverse datasets demonstrates that our approach can achieve significant improvements in bias reduction as well as robustness against state-of-the-art privacy attacks.

📄 PDF Abstract BibTeX arXiv:2404.13194

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationFairnessMachine UnlearningPrivacy Preserving

Similar Papers 제목 키워드 기반

DBFed: Debiasing Federated Learning Framework based on Domain-Independent

2023-07-10 · Jiale Li, Zhixin Li, Yibo Wang, Yao Li 외

As digital transformation continues, enterprises are generating, managing, and storing vast amounts of data, while artificial intelligence technology is rapidly advancing. However, it brings challenges in information sec…

FairnessFederated LearningPrivacy Preserving

ChatGPT Based Data Augmentation for Improved Parameter-Efficient Debiasing of LLMs

2024-02-19 · Pengrui Han, Rafal Kocielnik, Adhithya Saravanan, Roy Jiang 외

Large Language models (LLMs), while powerful, exhibit harmful social biases. Debiasing is often challenging due to computational costs, data constraints, and potential degradation of multi-task language capabilities. Thi…

Data AugmentationFairness

Data Augmentation Improves Machine Unlearning

2025-08-25 · Andreza M. C. Falcao, Filipe R. Cordeiro arxiv

Machine Unlearning (MU) aims to remove the influence of specific data from a trained model while preserving its performance on the remaining data. Although a few works suggest connections between memorisation and augment…

Data Augmentation

Unveiling the Role of Message Passing in Dual-Privacy Preservation on GNNs

2023-08-25 · Tianyi Zhao, Hui Hu, Lu Cheng

Graph Neural Networks (GNNs) are powerful tools for learning representations on graphs, such as social networks. However, their vulnerability to privacy inference attacks restricts their practicality, especially in high-…

Node ClassificationPrivacy Preserving

CatRAG: Functor-Guided Structural Debiasing with Retrieval Augmentation for Fair LLMs

2026-03-23 · Ravi Ranjan, Utkarsh Grover, Mayur Akewar, Xiaomin Lin 외 arxiv

Large Language Models (LLMs) are deployed in high-stakes settings but can show demographic, gender, and geographic biases that undermine fairness and trust. Prior debiasing methods, including embedding-space projections,…

Question Answering