APMEMLMay 13, 2021

Extending Models Via Gradient Boosting: An Application to Mendelian Models

arXiv:2105.06559v1
Originality Incremental advance
AI Analysis

This work addresses the need for efficient model improvement in fields like genetics, offering a general approach that is incremental but practical for enhancing widely-adopted models.

The paper tackles the problem of improving existing prediction models by proposing a method that combines gradient boosting with any pre-existing model to enhance performance while preserving key characteristics, demonstrating through simulations and genetic testing data that it outperforms both the original model and gradient boosting alone.

Improving existing widely-adopted prediction models is often a more efficient and robust way towards progress than training new models from scratch. Existing models may (a) incorporate complex mechanistic knowledge, (b) leverage proprietary information and, (c) have surmounted barriers to adoption. Compared to model training, model improvement and modification receive little attention. In this paper we propose a general approach to model improvement: we combine gradient boosting with any previously developed model to improve model performance while retaining important existing characteristics. To exemplify, we consider the context of Mendelian models, which estimate the probability of carrying genetic mutations that confer susceptibility to disease by using family pedigrees and health histories of family members. Via simulations we show that integration of gradient boosting with an existing Mendelian model can produce an improved model that outperforms both that model and the model built using gradient boosting alone. We illustrate the approach on genetic testing data from the USC-Stanford Cancer Genetics Hereditary Cancer Panel (HCP) study.

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