paper-with-me

홈 › Papers

An Interpretable Client Decision Tree Aggregation process for Federated Learning

2024-04-03 · Alberto Argente-Garrido, Cristina Zuheros, M. Victoria Luzón, Francisco Herrera

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.

📄 PDF Abstract BibTeX arXiv:2404.02510

Code (1)

flexible-fl/flex-trees

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

FedGA-Tree: Federated Decision Tree using Genetic Algorithm

2025-06-09 · Anh V Nguyen, Diego Klabjan

In recent years, with rising concerns for data privacy, Federated Learning has gained prominence, as it enables collaborative training without the aggregation of raw data from participating clients. However, much of the …

Federated Learning

Decision Tree Classification on Outsourced Data

2016-10-18 · Koray Mancuhan, Chris Clifton

This paper proposes a client-server decision tree learning method for outsourced private data. The privacy model is anatomization/fragmentation: the server sees data values, but the link between sensitive and identifying…

ClassificationGeneral Classification

Interpretable Modeling of Deep Reinforcement Learning Driven Scheduling

2024-03-24 · Boyang Li, Zhiling Lan, Michael E. Papka

In the field of high-performance computing (HPC), there has been recent exploration into the use of deep reinforcement learning for cluster scheduling (DRL scheduling), which has demonstrated promising outcomes. However,…

Deep Reinforcement LearningImitation Learningreinforcement-learningReinforcement Learning+1

FedOUI: OUI-Guided Client Weighting for Federated Aggregation

2026-05-12 · Alberto Fernández-Hernández, Jose I. Mestre, Cristian Pérez-Corral, Manuel F. Dolz 외 arxiv

Federated learning usually aggregates client updates using dataset size or gradient-level criteria, while overlooking internal signals about how each client model is organizing its input space during training. We introdu…

Federated Learning

Detecting Atypical Clients in Federated Learning via Representation-Level Divergence

2026-05-21 · Cristian Pérez-Corral, Jose I. Mestre, Alberto Fernández-Hernández, Manuel F. Dolz 외 arxiv

Federated learning enables collaborative training across distributed clients with heterogeneous data, but such heterogeneity often leads to unstable updates and degraded global performance. Moreover, in practical deploym…

Federated Learning