Process Challenge's Website
PROCESS Challenge's logo ...

Instructions

Important Note

Tasks

  1. Classification: This task is aimed at identifying those with different cognitive impairments and dementia from healthy volunteers through the processing of their speech.
  2. Regression: This task is to predict the corresponding Mini Mental Status Examination (MMSE) score of speakers from their speech.

Evaluation

Classification task

The evaluation of the classification task will be done through standard classification and regression metrics. These metrics can be calculated globally by counting the total true positives, false negatives, and false positives:

where \(N\) is the number of diagnostic classes, \(TP{_i}\), \(FP{_i}\), \(FN{_i}\) are true positives, false positives, and false negatives for the i-th class, respectively.

Regression task

The evaluation of the regression task will be via the root mean squared error (RMSE):

\[RMSE = \sqrt{\frac{\sum_{i=1}^N (\hat{y}_i - y_i)^2}{N}}\]

where \(y_i\) is the actual MMSE score and \(\hat{y}_i\) is the predicted MMSE score.

The ranking rules are divided into classification task ranking, regression task ranking, and a joint, combined ranking. The combined ranking evaluates performance across both tasks. The combined ranking criteria are:

\[S_{k} = \frac{F1 Score_{k}}{\sum_{j}^{T} F1 Score_{j}} + 1 - \frac{\mathrm{RMSE}_{i}}{\sum_{j}^{T} \mathrm{RMSE}_{j}}\]

where \(S_{k}\) is the total score of participant \(k\) and \(T\) is the total number of participants in the challenge. If a participant does not submit results for a task, the score for that task is set to 0. The following five participants will be invited to submit their papers:

If a participant submits both classification and regression tasks and is invited for both, their invitation will be based on the higher ranking task. Participants invited for either the classification or regression tasks will not be considered for the joint ranking. This ranking criteria follows our sister challenge, the Multilingual Alzheimer’s Dementia Recognition through Spontaneous Speech (ICASSP 2023) and is designed to encourage participants to engage in both tasks simultaneously as it increases their likelihood of receiving an invitation.