Related Experiment Video
Updated: Aug 16, 2026

04:40
Tactile Semiautomatic Passive-Finger Angle Stimulator (TSPAS)
Published on: July 30, 2020
Auditable unit-aware thresholds in symbolic regression via logistic-gated operators
Ou Deng1, Ruichen Cong2, Jianting Xu1
1Graduate School of Human Sciences, Waseda University, Tokorozawa, Saitama 359-1192, Japan.
Iscience
|August 15, 2026
Summary
Symbolic regression now includes logistic-gated operators (LGOs) to create readable, unit-aware equations. This method identifies clinically plausible thresholds, improving decision-making in healthcare applications.
Area of Science:
- Computational biology
- Machine learning
- Medical informatics
Background:
- Symbolic regression (SR) traditionally struggles with unit-aware thresholds crucial for clinical decisions.
- Existing SR methods lack explicit, auditable cut-points for medical applications.
Purpose of the Study:
- To introduce logistic-gated operators (LGOs) as differentiable primitives within a genetic programming SR engine.
- To enable SR to generate clinically relevant, unit-aware thresholds for decision-making.
Main Methods:
- Embedding LGOs—differentiable gates with learnable parameters—into a genetic programming SR framework.
- Training models in standardized space and mapping thresholds back to physical units for auditability.
- Evaluating LGO performance on public health (MIMIC-IV ICU, eICU, NHANES) and UCI benchmark datasets.
Main Results:
- LGOs identified clinically plausible cut-points on public health datasets, with many falling within 10-20% of guideline anchors.
- On high-risk classification tasks, LGOs achieved comparable or improved Area Under the Receiver Operating Characteristic Curve (AUROC) and calibration versus AutoScore.
- LGOs provided explicit, auditable thresholds, unlike AutoScore's point tables, and gates were pruned on smooth benchmarks, enhancing parsimony.
Conclusions:
- The proposed LGO approach enhances symbolic regression by incorporating auditable, unit-aware thresholds.
- This method yields compact, interpretable equations that can support clinical decision-making.
- LGOs offer a promising advancement for applying symbolic regression in healthcare and other domains requiring explicit thresholds.
Related Concept Videos
Receiver Operating Characteristic Plot
A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
Signal Flow Graphs
Signal-flow graphs offer a streamlined and intuitive approach to representing control systems, providing an alternative to traditional block diagrams. These graphs use branches to symbolize systems and nodes to represent signals, effectively illustrating the relationships and interactions within the system.
In a signal-flow graph, branches denote the system's transfer functions, while nodes represent the signals. The direction of signal flow is indicated by arrows, with the corresponding...
In a signal-flow graph, branches denote the system's transfer functions, while nodes represent the signals. The direction of signal flow is indicated by arrows, with the corresponding...
SFG Algebra
In Signal Flow Graph (SFG) algebra, the value a node represents is determined by the sum of all signals entering that node. This summed value is then transmitted through every branch leaving the node, making the SFG a powerful tool for visualizing and analyzing control systems.
Each node in an SFG corresponds to a variable, and the interactions between nodes are represented by branches with associated gains. When multiple branches lead into a node, the value at that node is the sum of the...
Each node in an SFG corresponds to a variable, and the interactions between nodes are represented by branches with associated gains. When multiple branches lead into a node, the value at that node is the sum of the...
Quantifying and Rejecting Outliers: The Grubbs Test
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This number is...
Types of Functions III
Logarithmic and piecewise functions play central roles in mathematical modeling, particularly when capturing nonlinear or segmented behaviors in real-world phenomena. Although these functions differ fundamentally in structure and application, both serve to represent complex relationships in simplified mathematical terms.A logarithmic function is defined as the inverse of an exponential function, expressed as These functions grow quickly for small values of x but slow down as x increases,...
Truncation in Survival Analysis
Truncation in survival analysis refers to the exclusion of individuals or events from the dataset based on specific criteria related to the time of the event. This exclusion can happen in two primary forms: left truncation and right truncation.
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are observed.
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are observed.