← Search

Zibin Pan

4 accepted papers

2025

Federated Unlearning with Gradient Descent and Conflict Mitigation

AAAI 2025technical

Federated Learning (FL) has received much attention in recent years. However, although clients are not required to share their data in FL, the global model itself can implicitly remember clients' local data. Therefore, it’s necessary to effectively remove the target client's data from the FL global…

2025

Multi-Objective Large Language Model Unlearning

ICASSP 2025accepted

Machine unlearning in the domain of large language models (LLMs) has attracted great attention recently, which aims to effectively eliminate undesirable behaviors from LLMs without full retraining from scratch. In this paper, we explore the Gradient Ascent (GA) approach in LLM unlearning, which is a…

Cited by 0SourceScholar
2024

FedLF: Layer-Wise Fair Federated Learning

AAAI 2024technical

Fairness has become an important concern in Federated Learning (FL). An unfair model that performs well for some clients while performing poorly for others can reduce the willingness of clients to participate. In this work, we identify a direct cause of unfairness in FL - the use of an unfair direct…

2023

FedMDFG: Federated Learning with Multi-Gradient Descent and Fair Guidance

AAAI 2023technical

Fairness has been considered as a critical problem in federated learning (FL). In this work, we analyze two direct causes of unfairness in FL - an unfair direction and an improper step size when updating the model. To solve these issues, we introduce an effective way to measure fairness of the model…