paper-with-me

Papers

Enabling Group Fairness in Graph Unlearning via Bi-level Debiasing

2025-05-14 · Yezi Liu, Prathyush Poduval, Wenjun Huang, Yang Ni, Hanning Chen, Mohsen Imani

Graph unlearning is a crucial approach for protecting user privacy by erasing the influence of user data on trained graph models. Recent developments in graph unlearning methods have primarily focused on maintaining model prediction performance while removing user information. However, we have observed that when user information is deleted from the model, the prediction distribution across different sensitive groups often changes. Furthermore, graph models are shown to be prone to amplifying biases, making the study of fairness in graph unlearning particularly important. This raises the question: Does graph unlearning actually introduce bias? Our findings indicate that the predictions of post-unlearning models become highly correlated with sensitive attributes, confirming the introduction of bias in the graph unlearning process. To address this issue, we propose a fair graph unlearning method, FGU. To guarantee privacy, FGU trains shard models on partitioned subgraphs, unlearns the requested data from the corresponding subgraphs, and retrains the shard models on the modified subgraphs. To ensure fairness, FGU employs a bi-level debiasing process: it first enables shard-level fairness by incorporating a fairness regularizer in the shard model retraining, and then achieves global-level fairness by aligning all shard models to minimize global disparity. Our experiments demonstrate that FGU achieves superior fairness while maintaining privacy and accuracy. Additionally, FGU is robust to diverse unlearning requests, ensuring fairness and utility performance across various data distributions.

📄 PDF Abstract BibTeX arXiv:2505.09702

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Similar Papers 제목 키워드 기반

FairGU: Fairness-aware Graph Unlearning in Social Networks

2026-01-14 · Renqiang Luo, Yongshuai Yang, Huafei Huang, Qing Qing 외 arxiv

Graph unlearning has emerged as a critical mechanism for supporting sustainable and privacy-preserving social networks, enabling models to remove the influence of deleted nodes and thereby better safeguard user informati…

Graph Learning

Unlearning Under Imbalance: Benchmarking Fairness in Multimodal LLM Unlearning

2026-07-23 · Lorenzo Orsingher, Thomas De Min, Massimiliano Mancini, Davide Talon 외 arxiv

Machine unlearning has emerged as a tool for removing personal data from trained models to comply with recent AI regulations. To evaluate unlearning effectiveness in multimodal large language models (MLLMs), prior works …

Visual Question Answering

FROG: Fair Removal on Graphs

2025-03-23 · Ziheng Chen, Jiali Cheng, Gabriele Tolomei, Sijia Liu 외

As compliance with privacy regulations becomes increasingly critical, the growing demand for data privacy has highlighted the significance of machine unlearning in many real world applications, such as social network and…

FairnessMachine UnlearningRecommendation Systems

Bias Redistribution in Visual Machine Unlearning: Does Forgetting One Group Harm Another?

2026-04-09 · Yunusa Haruna, Adamu Lawan, Ibrahim Haruna Abdulhamid, Hamza Mohammed Dauda 외 arxiv

Machine unlearning enables models to selectively forget training data, driven by privacy regulations such as GDPR and CCPA. However, its fairness implications remain underexplored: when a model forgets a demographic grou…

Group-robust Machine Unlearning

2025-03-12 · Thomas De Min, Subhankar Roy, Stéphane Lathuilière, Elisa Ricci 외

Machine unlearning is an emerging paradigm to remove the influence of specific training data (i.e., the forget set) from a model while preserving its knowledge of the rest of the data (i.e., the retain set). Previous app…

FairnessMachine Unlearning