paper-with-me

Papers

Mind the Missing Split: Resolving Feature Heterogeneity in Swarm Learning with Random Forests

2026-07-28 · Mohammad Tajabadi, Dominik Heider arxiv

Swarm Learning is a decentralized collaborative learning mechanism that allows multiple organizations to train a shared model without central coordination or direct data sharing. In typical horizontal Swarm Learning, datasets across sites are usually assumed to share the same feature set. However, in real-world applications, sites often have partially overlapping features because measurements, protocols, and available covariates differ across sites. This feature heterogeneity creates a practical issue for machine learning algorithms such as Random Forests. Specifically, when decision trees are pooled into a global Random Forest, inference at a given site can become ill-defined if a traversal encounters a split on a feature that is not available locally, often forcing organizations to discard site-specific variables upfront. In this paper, we address feature heterogeneity in Swarm Learning with Random Forests under partially overlapping feature spaces. We propose several deterministic and probabilistic inference-time strategies that resolve such missing splits without restricting training to the intersection of features. We evaluate the methods on nine datasets and demonstrate that they outperform both the intersection baseline and locally trained models across a broad range of scenarios.

📄 PDF Abstract BibTeX arXiv:2607.25538

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MIND: Unified Inquiry and Diagnosis RL with Criteria Grounded Clinical Supports for Psychiatric Consultation

2026-03-04 · Guoyi Li, Shihao Xu, Jiatong Ma, Yunyun Han 외 arxiv

Psychiatric consultation requires agents to elicit discriminative evidence, map uncertain narratives to diagnostic criteria, and decide when evidence suffices. Existing dialogue and retrieval-augmented systems condition …

Reinforcement Learning

Machine Learning Analysis of Heterogeneity in the Effect of Student Mindset Interventions

2018-11-14 · Fredrik D. Johansson

We study heterogeneity in the effect of a mindset intervention on student-level performance through an observational dataset from the National Study of Learning Mindsets (NSLM). Our analysis uses machine learning (ML) to…

BIG-bench Machine Learning

RHALE: Robust and Heterogeneity-aware Accumulated Local Effects

2023-09-20 · Vasilis Gkolemis, Theodore Dalamagas, Eirini Ntoutsi, Christos Diou

Accumulated Local Effects (ALE) is a widely-used explainability method for isolating the average effect of a feature on the output, because it handles cases with correlated features well. However, it has two limitations.…

Robustness to Missing Features using Hierarchical Clustering with Split Neural Networks

2020-11-19 · Rishab Khincha, Utkarsh Sarawgi, Wazeer Zulfikar, Pattie Maes

The problem of missing data has been persistent for a long time and poses a major obstacle in machine learning and statistical data analysis. Past works in this field have tried using various data imputation techniques t…

AttributeClusteringImputation

Separate Aggregation of Split Network for Personalized Federated Learning

2026-05-26 · Yunseok Kang, Jaeyoung Song arxiv

Federated learning enables collaborative model training without sharing raw data, but its performance can degrade substantially under heterogeneous client data distributions. A single global model often cannot satisfy di…

Personalized Federated Learning