LGCRJan 17, 2024

Federated Unlearning for Human Activity Recognition

arXiv:2404.03659v140 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses privacy compliance for users under regulations like GDPR in IoT applications, though it is incremental as it builds on existing federated learning and unlearning techniques.

The paper tackles the problem of enabling data removal requests in federated learning for human activity recognition, proposing a lightweight unlearning method that achieves comparable accuracy to retraining with speedups ranging from hundreds to thousands of times faster.

The rapid evolution of Internet of Things (IoT) technology has spurred the widespread adoption of Human Activity Recognition (HAR) in various daily life domains. Federated Learning (FL) is frequently utilized to build a global HAR model by aggregating user contributions without transmitting raw individual data. Despite substantial progress in user privacy protection with FL, challenges persist. Regulations like the General Data Protection Regulation (GDPR) empower users to request data removal, raising a new query in FL: How can a HAR client request data removal without compromising other clients' privacy? In response, we propose a lightweight machine unlearning method for refining the FL HAR model by selectively removing a portion of a client's training data. Our method employs a third-party dataset unrelated to model training. Using KL divergence as a loss function for fine-tuning, we aim to align the predicted probability distribution on forgotten data with the third-party dataset. Additionally, we introduce a membership inference evaluation method to assess unlearning effectiveness. Experimental results across diverse datasets show our method achieves unlearning accuracy comparable to \textit{retraining} methods, resulting in speedups ranging from hundreds to thousands.

Foundations

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

Your Notes