LGAIApr 3, 2024

An Interpretable Client Decision Tree Aggregation process for Federated Learning

arXiv:2404.02510v19 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the need for interpretable and efficient model aggregation in privacy-sensitive distributed machine learning, though it appears incremental as it builds on existing decision tree types like ID3 and CART.

The paper tackles the problem of aggregating decision trees in federated learning to maintain interpretability and precision, proposing a method that improves local models and outperforms state-of-the-art approaches on four datasets.

Trustworthy Artificial Intelligence solutions are essential in today's data-driven applications, prioritizing principles such as robustness, safety, transparency, explainability, and privacy among others. This has led to the emergence of Federated Learning as a solution for privacy and distributed machine learning. While decision trees, as self-explanatory models, are ideal for collaborative model training across multiple devices in resource-constrained environments such as federated learning environments for injecting interpretability in these models. Decision tree structure makes the aggregation in a federated learning environment not trivial. They require techniques that can merge their decision paths without introducing bias or overfitting while keeping the aggregated decision trees robust and generalizable. In this paper, we propose an Interpretable Client Decision Tree Aggregation process for Federated Learning scenarios that keeps the interpretability and the precision of the base decision trees used for the aggregation. This model is based on aggregating multiple decision paths of the decision trees and can be used on different decision tree types, such as ID3 and CART. We carry out the experiments within four datasets, and the analysis shows that the tree built with the model improves the local models, and outperforms the state-of-the-art.

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