Privacy-Preserving Debiasing using Data Augmentation and Machine Unlearning
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Data AugmentationFairnessMachine UnlearningPrivacy PreservingSimilar Papers 제목 키워드 기반
DBFed: Debiasing Federated Learning Framework based on Domain-Independent
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 PreservingChatGPT Based Data Augmentation for Improved Parameter-Efficient Debiasing of LLMs
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 AugmentationFairnessData Augmentation Improves Machine Unlearning
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 AugmentationUnveiling the Role of Message Passing in Dual-Privacy Preservation on GNNs
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 PreservingCatRAG: Functor-Guided Structural Debiasing with Retrieval Augmentation for Fair LLMs
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