paper-with-me

홈 › Papers

A Federated Random Forest Solution for Secure Distributed Machine Learning

2025-05-12 · Alexandre Cotorobai, Jorge Miguel Silva, Jose Luis Oliveira

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.

📄 PDF Abstract BibTeX arXiv:2505.08085

Code (1)

ieeta-pt/fed_rf 공식 구현

Tasks

Federated LearningIncremental Learning

Similar Papers 제목 키워드 기반

An Efficient and Robust System for Vertically Federated Random Forest

2022-01-26 · Houpu Yao, Jiazhou Wang, Peng Dai, Liefeng Bo 외

As there is a growing interest in utilizing data across multiple resources to build better machine learning models, many vertically federated learning algorithms have been proposed to preserve the data privacy of the par…

Federated Learning

A collaborative ensemble construction method for federated random forest

2024-07-27 · Penjan Antonio Eng Lim, Cheong Hee Park

Random forests are considered a cornerstone in machine learning for their robustness and versatility. Despite these strengths, their conventional centralized training is ill-suited for the modern landscape of data that i…

Federated Learning

Revocable Federated Learning: A Benchmark of Federated Forest

2019-11-08 · Yang Liu, Zhuo Ma, Ximeng Liu, Zhuzhu Wang 외

A learning federation is composed of multiple participants who use the federated learning technique to collaboratively train a machine learning model without directly revealing the local data. Nevertheless, the existing …

Federated Learning

Communication-Computation Efficient Secure Aggregation for Federated Learning

2020-12-10 · Beongjun Choi, Jy-yong Sohn, Dong-Jun Han, Jaekyun Moon

Federated learning has been spotlighted as a way to train neural networks using distributed data with no need for individual nodes to share data. Unfortunately, it has also been shown that adversaries may be able to extr…

Federated LearningPrivacy Preserving

Federated Learning for Secure and Efficient Device Activity Detection in mMTC Networks

2025-03-14 · Ali Elkeshawy, Ibrahim Al Ghosh, Haifa Fares, Amor Nafkha

Grant-free random access in massive machine-type communications enables low-latency connectivity with minimal signaling. However, sporadic device activation requires efficient device activity detection. We propose a fede…

Action DetectionActivity DetectionFederated Learning