AIDCLGLOAug 24, 2023

LR-XFL: Logical Reasoning-based Explainable Federated Learning

arXiv:2308.12681v214 citationsh-index: 3
Originality Incremental advance
AI Analysis

It addresses the need for explainable federated learning in domains like healthcare and finance where privacy and transparency are critical, though it appears incremental as it builds on existing FL methods.

The paper tackles the problem of achieving transparency and explainability in federated learning while preserving data privacy, by proposing LR-XFL, which incorporates logic-based explanations and improves classification accuracy by 1.19%, rule accuracy by 5.81%, and rule fidelity by 5.41% over a baseline.

Federated learning (FL) is an emerging approach for training machine learning models collaboratively while preserving data privacy. The need for privacy protection makes it difficult for FL models to achieve global transparency and explainability. To address this limitation, we incorporate logic-based explanations into FL by proposing the Logical Reasoning-based eXplainable Federated Learning (LR-XFL) approach. Under LR-XFL, FL clients create local logic rules based on their local data and send them, along with model updates, to the FL server. The FL server connects the local logic rules through a proper logical connector that is derived based on properties of client data, without requiring access to the raw data. In addition, the server also aggregates the local model updates with weight values determined by the quality of the clients' local data as reflected by their uploaded logic rules. The results show that LR-XFL outperforms the most relevant baseline by 1.19%, 5.81% and 5.41% in terms of classification accuracy, rule accuracy and rule fidelity, respectively. The explicit rule evaluation and expression under LR-XFL enable human experts to validate and correct the rules on the server side, hence improving the global FL model's robustness to errors. It has the potential to enhance the transparency of FL models for areas like healthcare and finance where both data privacy and explainability are important.

Code Implementations1 repo
Foundations

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

Your Notes