MELGFeb 3

Weighted Sum-of-Trees Model for Clustered Data

arXiv:2602.02931v1h-index: 4
Originality Incremental advance
AI Analysis

This addresses the need for better predictive modeling in fields like clinical and social sciences where data are clustered, but it is incremental as it builds on existing tree-based methods.

The paper tackled the problem of modeling clustered data where existing methods assume a common outcome model across groups, and proposed a weighted sum-of-trees model that learns a decision tree per group and combines predictions using weights, showing it outperforms traditional decision trees and random forests in simulations.

Clustered data, which arise when observations are nested within groups, are incredibly common in clinical, education, and social science research. Traditionally, a linear mixed model, which includes random effects to account for within-group correlation, would be used to model the observed data and make new predictions on unseen data. Some work has been done to extend the mixed model approach beyond linear regression into more complex and non-parametric models, such as decision trees and random forests. However, existing methods are limited to using the global fixed effects for prediction on data from out-of-sample groups, effectively assuming that all clusters share a common outcome model. We propose a lightweight sum-of-trees model in which we learn a decision tree for each sample group. We combine the predictions from these trees using weights so that out-of-sample group predictions are more closely aligned with the most similar groups in the training data. This strategy also allows for inference on the similarity across groups in the outcome prediction model, as the unique tree structures and variable importances for each group can be directly compared. We show our model outperforms traditional decision trees and random forests in a variety of simulation settings. Finally, we showcase our method on real-world data from the sarcoma cohort of The Cancer Genome Atlas, where patient samples are grouped by sarcoma subtype.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes