LGMay 12, 2025

A Federated Random Forest Solution for Secure Distributed Machine Learning

arXiv:2505.08085v14 citationsh-index: 2Has Code2025 IEEE 38th International Symposium on Computer-Based Medical Systems (CBMS)
AI Analysis

This addresses a gap in federated learning for interpretable models in sectors like healthcare, though it is incremental as it adapts existing methods to a new model type.

The paper tackled the problem of enabling tree-based machine learning in federated settings, where data privacy prevents centralization, by introducing a federated Random Forest framework that achieved competitive predictive accuracy within a 9% margin of centralized methods.

Privacy and regulatory barriers often hinder centralized machine learning solutions, particularly in sectors like healthcare where data cannot be freely shared. Federated learning has emerged as a powerful paradigm to address these concerns; however, existing frameworks primarily support gradient-based models, leaving a gap for more interpretable, tree-based approaches. This paper introduces a federated learning framework for Random Forest classifiers that preserves data privacy and provides robust performance in distributed settings. By leveraging PySyft for secure, privacy-aware computation, our method enables multiple institutions to collaboratively train Random Forest models on locally stored data without exposing sensitive information. The framework supports weighted model averaging to account for varying data distributions, incremental learning to progressively refine models, and local evaluation to assess performance across heterogeneous datasets. Experiments on two real-world healthcare benchmarks demonstrate that the federated approach maintains competitive predictive accuracy - within a maximum 9\% margin of centralized methods - while satisfying stringent privacy requirements. These findings underscore the viability of tree-based federated learning for scenarios where data cannot be centralized due to regulatory, competitive, or technical constraints. The proposed solution addresses a notable gap in existing federated learning libraries, offering an adaptable tool for secure distributed machine learning tasks that demand both transparency and reliable performance. The tool is available at https://github.com/ieeta-pt/fed_rf.

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