paper-with-me

Papers

Federated Survival Forests

2023-02-06 · Alberto Archetti, Matteo Matteucci

Survival analysis is a subfield of statistics concerned with modeling the occurrence time of a particular event of interest for a population. Survival analysis found widespread applications in healthcare, engineering, and social sciences. However, real-world applications involve survival datasets that are distributed, incomplete, censored, and confidential. In this context, federated learning can tremendously improve the performance of survival analysis applications. Federated learning provides a set of privacy-preserving techniques to jointly train machine learning models on multiple datasets without compromising user privacy, leading to a better generalization performance. However, despite the widespread development of federated learning in recent AI research, few studies focus on federated survival analysis. In this work, we present a novel federated algorithm for survival analysis based on one of the most successful survival models, the random survival forest. We call the proposed method Federated Survival Forest (FedSurF). With a single communication round, FedSurF obtains a discriminative power comparable to deep-learning-based federated models trained over hundreds of federated iterations. Moreover, FedSurF retains all the advantages of random forests, namely low computational cost and natural handling of missing values and incomplete datasets. These advantages are especially desirable in real-world federated environments with multiple small datasets stored on devices with low computational capabilities. Numerical experiments compare FedSurF with state-of-the-art survival models in federated networks, showing how FedSurF outperforms deep-learning-based federated algorithms in realistic environments with non-identically distributed data.

📄 PDF Abstract BibTeX arXiv:2302.02807

Code (1)

archettialberto/federated_survival_forests 공식 구현 pytorch

Tasks

Federated LearningMissing ValuesPrivacy PreservingSurvival Analysis

Similar Papers 제목 키워드 기반

FederatedRSF : Federated Random Survival Forests for Partially Overlapping Medical Data

2026-05-21 · Maryam Moradpour, Jonas Harriehausen, Amirreza Aleyasin, Lion Philipp Wolf 외 arxiv

Multi-center survival prediction can improve robustness and generalizability, yet privacy regulations and institutional governance often prevent pooling patient-level clinical and genomic data across institutions. In pra…

Scaling Survival Analysis in Healthcare with Federated Survival Forests: A Comparative Study on Heart Failure and Breast Cancer Genomics

2023-08-04 · Alberto Archetti, Francesca Ieva, Matteo Matteucci

Survival analysis is a fundamental tool in medicine, modeling the time until an event of interest occurs in a population. However, in real-world applications, survival data are often incomplete, censored, distributed, an…

Federated LearningSurvival Analysis

Survival Forests under Test: Impact of the Proportional Hazards Assumption on Prognostic and Predictive Forests for ALS Survival

2019-02-05 · Natalia Korepanova, Heidi Seibold, Verena Steffen, Torsten Hothorn

We investigate the effect of the proportional hazards assumption on prognostic and predictive models of the survival time of patients suffering from amyotrophic lateral sclerosis (ALS). We theoretically compare the under…

Unbiased split variable selection for random survival forests using maximally selected rank statistics

2016-05-11 · Marvin N. Wright, Theresa Dankowski, Andreas Ziegler

The most popular approach for analyzing survival data is the Cox regression model. The Cox model may, however, be misspecified, and its proportionality assumption may not always be fulfilled. An alternative approach for …

Selection biasSurvival PredictionVariable Selection

Ensemble methods for survival function estimation with time-varying covariates

2020-05-31 · Weichi Yao, Halina Frydman, Denis Larocque, Jeffrey S. Simonoff

Survival data with time-varying covariates are common in practice. If relevant, they can improve on the estimation of survival function. However, the traditional survival forests - conditional inference forest, relative …