SMOTE-VAR: An Uncertainty-Aware Oversampling Method for Predicting Depression Remission in University Students
2026-08-31 • Machine Learning
Machine Learning
AI summaryⓘ
The authors studied how to better predict which university students with depression won’t get better after usual treatments. They used machine learning but addressed a common problem where the data has many more students who get better than those who don’t, which can confuse the models. To fix this, they created a new way to balance the data that checks how uncertain the model is about fake examples it makes, helping avoid mistakes. Their method showed better results in identifying students unlikely to improve, which can help doctors offer different care sooner.
depressionmachine learningclass imbalanceoversamplingSMOTEGaussian processuncertainty estimationremission predictionmental healthpersonalized care
Authors
Dang Nguyen, Arun Kumar A, Taylor A. Braund, Wu Yi Zheng, Debopriyo Bal, Leonard Hoon, Jill Newby, Helen Christensen, Svetha Venkatesh, Alexis Whitton, Sunil Gupta
Abstract
University students experience disproportionately high rates of common mental health conditions, such as depression, which can impair learning, social functioning, and overall well-being. Although lifestyle interventions such as mindfulness and physical activity can reduce the symptoms, many do not achieve symptomatic remission. Developing new approaches to identify students with poor outcomes could enable earlier and more targeted intervention. Machine learning (ML) methods have increasingly been used to predict remission in depressive patients. However, these ML models often suffer from class imbalance, where there may be an unequal proportion of people in the remitted group relative to the non-remitted group. This imbalance can reduce model accuracy and bias predictions. To address this, studies commonly employ the popular oversampling strategy SMOTE. However, SMOTE has a notable limitation: it may generate invalid synthetic minority samples. In a clinical context, these false positives can lead to incorrect risk stratification, potentially delaying necessary escalated care for patients unlikely to remit. In this paper, we introduce a novel and effective oversampling method that addresses this shortcoming. Our approach leverages the variance function of a Gaussian process to estimate the uncertainty of generated minority samples to reduce false positives. We validate our method on a depression dataset collected from university students and demonstrate that it is better than existing oversampling approaches in predicting remission (i.e., treatment outcome). By improving the reliable identification of non-responders, our method provides a robust computational tool to help clinicians rapidly pivot to adjunctive therapies, thereby personalizing and optimizing mental health care pathways.