Issue of Data Imbalance on Low Birthweight Baby Outcomes Prediction and Associated Risk Factors Identification:

Yang Ren1, Dezhi Wu2, Yan Tong1

  • 1Department of Computer Science, University of South Carolina, Columbia, SC, United States.

Insights

Machine learning models can predict low birthweight (LBW) with improved accuracy using data rebalancing techniques. Key risk factors include maternal race, age, and socioeconomic status, informing targeted interventions for better birth outcomes.

Area of Science:

  • Maternal and Child Health
  • Biomedical Informatics
  • Machine Learning in Healthcare

Background:

  • Low birthweight (LBW) is a significant contributor to neonatal mortality and adverse infant health outcomes in the U.S.
  • Early identification of high-risk pregnancies is critical for preventing poor birth outcomes.
  • Existing machine learning (ML) models for LBW prediction are limited by small, imbalanced datasets and may not reflect real-world performance.

Purpose of the Study:

  • To establish benchmarking ML models for predicting LBW using a large-scale, imbalanced dataset.
  • To systematically evaluate the impact of various data rebalancing methods on LBW prediction performance.
  • To identify key predictive features for LBW to guide targeted interventions.

Main Methods:

  • Utilized a large dataset of 266,687 US birth records (8.63% LBW) spanning 6 years.
  • Applied 7 ML models (e.g., logistic regression, random forest, extreme gradient boosting) with 4 rebalancing methods (undersampling, oversampling, SMOTE, weight rebalancing).
  • Primarily used recall for performance evaluation due to the critical nature of false negatives in healthcare, alongside feature importance analysis.

Main Results:

  • Extreme gradient boosting with weight rebalancing achieved the highest recall score of 0.70.
  • Data rebalancing methods significantly improved the prediction performance for the LBW group.
  • Key risk factors identified include maternal race, age, payment source, predelivery healthcare utilization, disease profile, and social vulnerability index components.

Conclusions:

  • Established valuable ML benchmarks for improving birth outcomes in maternal health.
  • Demonstrated effective identification of the minority LBW class from imbalanced data.
  • Findings can inform personalized LBW prevention strategies, clinical interventions, and public health policy.
Abstract

Related Concept Videos

Regression Toward the Mean01:52

Regression Toward the Mean

Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.3K
Bootstrapping01:24

Bootstrapping

The term "bootstrap" originated in the 19th century as a metaphor for self-improvement or achieving something independently, without external assistance. This concept extends to statistical bootstrapping, a self-contained method for estimating population parameters through resampling, even though it can be computationally intensive. Developed by the American statistician Dr. Bradley Efron in 1979, bootstrapping provides a robust way to perform inference when the original sample size is...
643
Weighted Mean00:57

Weighted Mean

While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
5.2K
Strategies for Assessing and Addressing Confounding01:25

Strategies for Assessing and Addressing Confounding

Confounding is a critical issue in epidemiological studies, often leading to misleading conclusions about associations between exposures and outcomes. It occurs when the relationship between the exposure and the outcome is mixed with the effects of other factors that influence the outcome. Given that, addressing confounding is of high importance for drawing accurate inferences in research.
Confounding can be addressed at both the design phase of a study and through analytical methods after data...
127
z Scores and Area Under the Curve01:17

z Scores and Area Under the Curve

z scores are the standardized values obtained after converting a normal distribution into a standard normal distribution. A z score is measured in units of the standard deviation. The z score tells you how many standard deviations the value x is above (to the right of) or below (to the left of) the mean, μ. Values of x that are larger than the mean have positive z scores, and values of x that are smaller than the mean have negative z scores. If x equals the mean, then x has a z score of...
11.0K
Errors occurring during blood pressure monitoring01:25

Errors occurring during blood pressure monitoring

Blood pressure monitoring is a crucial clinical procedure in diagnosing and managing various cardiovascular conditions. Despite its significance, the accuracy of blood pressure measurements can be compromised by multiple factors, potentially leading to either falsely high or low readings. These inaccuracies are critical as they can significantly impact patient care. So, it is vital to understand these challenges deeply and adopt strategic approaches to minimize errors.
Several factors...
798