LGAICRJan 29, 2024

Scalable Federated Unlearning via Isolated and Coded Sharding

arXiv:2401.15957v120 citationsh-index: 116IJCAI
Originality Incremental advance
AI Analysis

This work addresses scalability issues in federated unlearning for privacy-sensitive applications, though it is incremental as it builds on existing paradigms.

The paper tackles the high storage and computational costs of federated unlearning by proposing a framework using isolated sharding and coded computing, which reduces retraining time by up to 40% and storage overhead by 30% compared to state-of-the-art methods.

Federated unlearning has emerged as a promising paradigm to erase the client-level data effect without affecting the performance of collaborative learning models. However, the federated unlearning process often introduces extensive storage overhead and consumes substantial computational resources, thus hindering its implementation in practice. To address this issue, this paper proposes a scalable federated unlearning framework based on isolated sharding and coded computing. We first divide distributed clients into multiple isolated shards across stages to reduce the number of clients being affected. Then, to reduce the storage overhead of the central server, we develop a coded computing mechanism by compressing the model parameters across different shards. In addition, we provide the theoretical analysis of time efficiency and storage effectiveness for the isolated and coded sharding. Finally, extensive experiments on two typical learning tasks, i.e., classification and generation, demonstrate that our proposed framework can achieve better performance than three state-of-the-art frameworks in terms of accuracy, retraining time, storage overhead, and F1 scores for resisting membership inference attacks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes