π€ AI Summary
Clinical risk scoring requires balancing interpretability with data-driven modeling, yet existing methods struggle to jointly capture rule-based logic and nonlinear functional forms. Method: We propose Brushβthe first algorithm that deeply integrates decision-tree-style splitting with symbolic regression (SR), overcoming SRβs traditional limitation to continuous functions. Brush introduces nonlinear constant optimization and Pareto-optimal search, enabling end-to-end training and evaluation on the SRBench benchmark. Contribution/Results: Brush accurately reconstructs established clinical scores (e.g., APACHE II, SOFA) with high fidelity and compact symbolic expressions. Compared to decision trees, random forests, and state-of-the-art SR methods, it achieves significantly enhanced interpretability while matching or exceeding predictive performance. By unifying symbolic rules and nonlinear functions in a traceable, standardized framework, Brush establishes a novel paradigm for developing clinically actionable, auditable diagnostic and therapeutic pathways.
π Abstract
Medical decision-making makes frequent use of algorithms that combine risk equations with rules, providing clear and standardized treatment pathways. Symbolic regression (SR) traditionally limits its search space to continuous function forms and their parameters, making it difficult to model this decision-making. However, due to its ability to derive data-driven, interpretable models, SR holds promise for developing data-driven clinical risk scores. To that end we introduce Brush, an SR algorithm that combines decision-tree-like splitting algorithms with non-linear constant optimization, allowing for seamless integration of rule-based logic into symbolic regression and classification models. Brush achieves Pareto-optimal performance on SRBench, and was applied to recapitulate two widely used clinical scoring systems, achieving high accuracy and interpretable models. Compared to decision trees, random forests, and other SR methods, Brush achieves comparable or superior predictive performance while producing simpler models.