Conformal Depression Prediction
Yonghong Li, Xiuzhuang Zhou
TL;DR
The paper tackles the challenge of trustworthy uncertainty estimation in deep depression prediction by introducing Conformal Depression Prediction (CDP), a distribution-free method that delivers valid confidence intervals with marginal coverage without requiring retraining. It extends CDP with CDP-ACC, an adaptive approach that achieves approximate conditional coverage by leveraging neighborhood-based histograms in the predicted-score space to produce input-specific intervals. Through experiments on AVEC 2013 and AVEC 2014 facial depression datasets, CDP demonstrates reliable, valid intervals, while CDP-ACC yields tighter, more informative intervals with competitive conditional coverage. The work provides a practical, extensible framework for uncertainty quantification in depression prediction, with public code and potential applicability to other data modalities.
Abstract
While existing depression prediction methods based on deep learning show promise, their practical application is hindered by the lack of trustworthiness, as these deep models are often deployed as black box models, leaving us uncertain on the confidence of their predictions. For high-risk clinical applications like depression prediction, uncertainty quantification is essential in decision-making. In this paper, we introduce conformal depression prediction (CDP), a depression prediction method with uncertainty quantification based on conformal prediction (CP), giving valid confidence intervals with theoretical coverage guarantees for the model predictions. CDP is a plug-and-play module that requires neither model retraining nor an assumption about the depression data distribution. As CDP provides only an average coverage guarantee across all inputs rather than per-input performance guarantee, we further propose CDP-ACC, an improved conformal prediction with approximate conditional coverage. CDP-ACC firstly estimates the prediction distribution through neighborhood relaxation, and then introduces a conformal score function by constructing nested sequences, so as to provide a tighter prediction interval adaptive to specific input. We empirically demonstrate the application of CDP in uncertainty-aware facial depression prediction, as well as the effectiveness and superiority of CDP-ACC on the AVEC 2013 and AVEC 2014 datasets. Our code is publicly available at https://github.com/PushineLee/CDP.
