REVIEW 3 major objections 4 minor 42 references
Tackling Cognitive Impairment Detection from Speech: A submission to the PROCESS Challenge
T0 review · 3 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read The paper claims that detecting cognitive impairment from spontaneous speech is best done by fusing a diverse set of acoustic and textual models—trained on three clinical tasks—into a logistic-regression ensemble, which reached 59.34%…
desk verdict Solid, honest challenge paper whose central ensemble claim is plausible but under-supported by development-set selection on a 4-subject dementia class. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the model-ensemble pipeline built from a pool of 205 single systems. After selecting 15 candidates that balance cross-validation and development macro F1 while keeping a non-zero dementia-class F1, the authors exhaustively combine subsets of two to six systems, aggregating their soft outputs (probabilities, softmax scores, or SVM distances to hyperplanes) with a multinomial logistic regression trained on cross-validation predictions. The load-bearing identity is complementarity: systems that are individually mediocre but use different representations and tasks contribute non-redundant information, and the ensemble's selection criterion is deliberately tuned to avoid the common failure of ignoring the under-represented dementia class.
What would settle it
Take the official training and development partitions and repeatedly re-partition them into many train/dev splits with at least ten dementia speakers in the dev fold, then run the same ten-thousand-ensemble selection on each split. If the selected ensembles' macro F1 and dementia F1 fluctuate widely across splits, or if a similarly selected ensemble fails to beat single systems on an external dementia-speech corpus, the paper's complementarity claim would be falsified.
Extended reading notes
Core claim
On the authors' own terms, the paper establishes that model fusion through a multinomial logistic regression over soft class scores substantially outperforms individual systems for three-class cognitive impairment detection. Among 205 single systems, the reliable contributors turned out to be complementary rather than individually strongest: an SVM using pause features and macrodescriptors on phonemic fluency, the same feature pair on semantic fluency, a fine-tuned Longformer on the Cookie Theft description, and speaker-level ECAPA-TDNN and ECAPA+TRILLsson embeddings pooled across all three tasks. The two final ensembles share five of six systems and reach 67.8% and 67.4% macro F1 on development, with official-test macro F1 of 54.36% and 59.34% respectively.
Load-bearing premise
The whole result rests on the assumption that the held-out development set—whose dementia class has only four subjects—is representative enough to pick the best of about ten thousand ensemble combinations, so that the development-based choice generalizes to the official test.
Editorial extensions
If this is right
- Fusing diverse modalities and task-specific models beats any single representation, so future systems should focus on complementarity rather than on chasing one strong feature set.
- Knowledge-based features such as pause timing, fluency counts, and LLM macrodescriptors remain highly informative alongside neural embeddings, suggesting that cheap interpretable features can anchor robust ensembles.
- The dementia class is the bottleneck: selection rules that require a non-zero dementia F1 are necessary, and real gains depend on better dementia-specific signal rather than overall accuracy.
- Transcript quality from automatic speech recognition differs by task, with fluency tasks being the hardest, so task-specific ASR choices are part of the winning recipe.
Reading between the lines
- A direct testable extension is to add demographic variables such as age, sex, and education to the fusion stage; the paper omits them for data reasons, but a physician-facing tool would likely gain from them.
- Because the development set's dementia class contains only four subjects, the ensemble-selection criterion is statistically unstable; re-running the selection on stratified or larger development partitions would reveal how much of the reported gain is selection luck.
- The same fusion recipe could transfer to other speech-based clinical screening tasks with a small, imbalanced target class, provided the individual classifiers produce compatible soft-output scores.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper describes the authors' submission to the PROCESS 2024 challenge, a three-class (Healthy Control, MCI, Dementia) speech-based cognitive impairment detection task. The authors compare a wide range of acoustic, linguistic, and neural feature sets (eGeMAPS, Praat, pauses, macrodescriptors, ECAPA-TDNN, TRILLsson, Longformer, BERT/RoBERTa, etc.) with several classifiers, then fuse the most promising 15 single systems via multinomial logistic regression, selecting two final ensembles from roughly 10,000 combinations using cross-validation and development-set macro F1 and dementia-class F1. The paper reports that the best ensemble reaches 59.34% macro F1 on the official test set, up from 57.3% for the best single system on development, and argues that the selected ensembles combine complementary acoustic and textual information from all three clinical tasks.
Significance. If the central claim holds, this is a useful empirical contribution to the PROCESS challenge benchmark, documenting a broad feature/classifier comparison and a practical fusion strategy for a highly imbalanced three-class clinical task. The paper's strengths include a comprehensive exploration of diverse representations, careful ASR model selection (including disfluency-oriented transcription), and a transparent description of the ensemble selection procedure. However, the reported advantage of ensembles over single systems is not supported by official-test evidence because only two ensembles were scored on the test set, and the development set used for selection is very small, especially for the dementia class. The authors themselves acknowledge the overfitting risk from extensive comparison on a limited dataset (Section 5).
major comments (3)
- [Section 3.4 and Table 4] The central claim that ensembles outperform single systems is based on development-set comparisons made after selecting the final ensembles from approximately 10,000 combinations. The development partition contains only 4 dementia subjects (Table 1), so the F1_Dem component of the selection criterion (57.2% and 57.1% for Ens#1 and Ens#2) is extremely noisy. This instability is visible in the official-test results: Ens#1 and Ens#2 share 5 of 6 component systems (Table 3) yet differ by 4.98 points on the official test (54.36% vs. 59.34%), which is implausibly large for two near-identical ensembles if the selection process was stable. To support the complementarity claim, the authors should report official-test macro F1 (and class-wise F1) for all single systems and for a larger set of ensembles, along with confidence intervals or significance tests.
- [Section 5, Limitations (paragraph 4)] The paper concedes that "the risk of overfitting increases due to the extensive comparison of approaches on a limited dataset," but it does not quantify this risk in relation to the selection procedure. With 205 single systems and roughly 10,000 ensemble combinations examined, the effective number of statistical comparisons is large relative to the 42 development subjects (4 dementia). The conclusion that "model fusion through logistic regression substantially improves performance" (Section 4) is therefore not established by the presented evidence. The authors should provide a correction or sensitivity analysis (e.g., repeated random splits, nested cross-validation, or reporting of the full distribution of ensemble performances on development) to show that the selected ensembles' advantage is not attributable to selection bias.
- [Section 4, Results & Discussion] The paper reports official-test performance only for the two final ensembles (54.36% and 59.34%), not for the 15 constituent single systems or for any intermediate ensembles. Without per-system test scores, the reader cannot verify the claimed improvement of ensembles over single systems on held-out test data. The 57.3% figure cited as the best single system is from the development set, not the test set, and the development set was used for selection, so this is not an unbiased comparison. Reporting test-set results for all single systems and for the ensembles that were actually evaluated would make the claims testable.
minor comments (4)
- [General] The paper would benefit from a proofread for minor language issues, e.g., "real-word" in Section 5 should be "real-world," and "reducted" in Table 3 should be "reduced."
- [Table 2] The ASR WER results are informative, but the hallucination issue in fluency tasks is mentioned only briefly; a short example of a hallucinated transcription would clarify the severity of the problem.
- [Figure 4] The color coding of the figure (especially the yellow points for zero dementia F1) is not described in the caption; adding a legend or explicit color labels would improve readability.
- [Section 3.4] The sentence "the risk of overfitting increases due to the extensive comparison of approaches on a limited dataset" appears in Section 5, but it would be more transparent to also mention this risk at the point where the 10k ensemble search is described.
Circularity Check
No significant circularity: official held-out test results anchor the empirical claims, and self-citations are feature definitions rather than load-bearing evidence.
full rationale
This is a shared-task system description, not a derivation. The headline test-set macro F1 values (54.36% and 59.34%) come from the official held-out test set, which is external to the ensemble selection performed on development data. The ensemble selection criterion in Section 3.4 (balancing train/development macro F1 and dementia-class F1) is a model selection procedure, not a quantity defined in terms of the reported result. Self-citations to [25] and [28] are used only to name feature extractors, and the paper evaluates those features on this corpus rather than assuming their effectiveness from the citations. The reported instability between Ensemble #1 and Ensemble #2 on the official test, and the Section 5 warning about overfitting from extensive comparison on a limited dataset, are generalization concerns, not circularity. No load-bearing step reduces by construction or by self-citation to its own inputs.
Assumptions & free parameters
free parameters (4)
- SVM regularization C for fluency features =
0.1
- SVM regularization C for ECAPA embeddings =
0.0001
- Number of ensemble systems =
6 (out of up to 6)
- Selection threshold for promising ensembles =
macro F1 > 55% and non-zero dementia F1
assumptions (4)
- domain assumption The PROCESS challenge diagnostic labels (HC, MCI, Dementia) are clinically accurate.
- domain assumption Automatic transcripts from Whisper-medium.en and CrisperWhisper are adequate substitutes for manual transcripts.
- domain assumption Pre-trained neural models (Longformer, ECAPA-TDNN, TRILLsson) carry task-relevant information when fine-tuned or used as feature extractors on this small clinical dataset.
- domain assumption The development set is representative of the test set distribution, including age and class imbalance.
Cite this review
Pith. "Pith review of Tackling Cognitive Impairment Detection from Speech: A submission to the PROCESS Challenge." pith.science (2026). https://pith.science/paper/4T3UXGUA
@misc{pith2026250100145,
author = {Pith},
title = {Pith review of: Tackling Cognitive Impairment Detection from Speech: A submission to the PROCESS Challenge},
year = {2026},
howpublished = {\url{https://pith.science/paper/4T3UXGUA}},
note = {Machine review of arXiv:2501.00145}
}
read the original abstract
This work describes our group's submission to the PROCESS Challenge 2024, with the goal of assessing cognitive decline through spontaneous speech, using three guided clinical tasks. This joint effort followed a holistic approach, encompassing both knowledge-based acoustic and text-based feature sets, as well as LLM-based macrolinguistic descriptors, pause-based acoustic biomarkers, and multiple neural representations (e.g., LongFormer, ECAPA-TDNN, and Trillson embeddings). Combining these feature sets with different classifiers resulted in a large pool of models, from which we selected those that provided the best balance between train, development, and individual class performance. Our results show that our best performing systems correspond to combinations of models that are complementary to each other, relying on acoustic and textual information from all three clinical tasks.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Introduction Dementia, which affects fifty-five million people around the world, is one of the major causes of disability and dependency among older people [1]. It is marked by a progressive decline in cognitive functions beyond what is considered normal in bio- logical aging [1]. Alzheimer’s disease (AD), a progressive neu- rodegenerative disorder, is th...
work page 2024
-
[2]
Tackling Cognitive Impairment Detection from Speech: A submission to the PROCESS Challenge
Corpus The PROCESS Challenge dataset [17] is designed to promote research on early detection of dementia through speech analy- sis, emphasizing practical applications in real-world scenarios. Dataset Overview. The corpus includes three diagnostic classes, representing a scenario for diagnosing early-stage de- mentia. The Healthy Control (HC) group compris...
work page Pith review arXiv 2024
-
[3]
Method This study evaluates various systems for distinguishing healthy controls, from individuals with MCI and individuals with De- mentia, based on their speech recorded for the three tasks de- tailed in Section 2. The compared systems target the multi- ple individual manifestations of early onset of cognitive impair- ment, namely those observed in speec...
-
[4]
Results & Discussion Single-system experiments. The results for the individual sys- tems are represented in Figure 3, where the best-performing models can be found in the top right corner. In this figure, we can observe how systems trained on the PFT task – denoted by a ⋄ – generally achieve the highest performance. Moreover, KB features and their combina...
-
[5]
Limitations Among the limitations of this work, we first highlight the chal- lenges arising from the dataset, including class imbalance and overlapping MMSE scores between classes – factors which may partly explain the poorer performance compared to prior studies on ADReSS [34, 28] or Taukadial [9] challenges, even consid- ering that those were two-class ...
-
[6]
We conducted extensive experimentation, addressing the challenge from multiple perspectives
Conclusions This paper presents our joint group efforts for the PROCESS challenge [17], which aims to assess cognitive decline through the automatic analysis of spontaneous speech production. We conducted extensive experimentation, addressing the challenge from multiple perspectives. This included evaluating the accu- racy of various ASR models, exploring...
-
[7]
Acknowledgements The work of Gimeno-G ´omez and Mart´ınez-Hinarejos was par- tially supported by GV A through Grants CIACIF/2021/295 and CIBEFP/2023/167, by Grant PID2021-124719OB-I00 un- der project LLEER funded by MCIN/AEI and ERDF, EU “A way of making Europe”. The work of the remain- ing authors was supported by Portuguese national funds through Fundac...
- [8]
Show all 42 references
-
[9]
Linguistic ability in early life and cognitive function and alzheimer’s disease in late life: Find- ings from the nun study,
D. A. Snowdon, S. J. Kemper, J. A. Mortimer, L. H. Greiner, D. R. Wekstein, and W. R. Markesbery, “Linguistic ability in early life and cognitive function and alzheimer’s disease in late life: Find- ings from the nun study,” Jama, vol. 275, no. 7, pp. 528–532, 1996
1996
-
[10]
Language changes in dementia of the Alzheimer type,
D. Kempler, “Language changes in dementia of the Alzheimer type,” Dementia and communication, pp. 98–114, 1995
1995
-
[11]
Language processing in dementia,
J. Reilly, J. Troche, and M. Grossman, “Language processing in dementia,” The handbook of Alzheimer’s Disease and Other De- mentias, pp. 336–368, 2011
2011
-
[12]
Current concepts in mild cognitive impairment,
R. C. Petersen, R. Doody, A. Kurz, R. C. Mohs, J. C. Morris, P. V . Rabins, K. Ritchie, M. Rossor, L. Thal, and B. Winblad, “Current concepts in mild cognitive impairment,” Archives of neurology , vol. 58, no. 12, pp. 1985–1992, 2001
1985
-
[13]
Evidence profile: Cognitive impairment,
W. H. Organization, “Evidence profile: Cognitive impairment,”
-
[14]
Detecting cognitive decline using speech only: The ADReSSo challenge,
——, “Detecting cognitive decline using speech only: The ADReSSo challenge,” in INTERSPEECH 2021. ISCA, 2021
2021
-
[15]
Speech- based automatic and robust detection of very early dementia,
A. Satt, R. Hoory, A. K ¨onig, P. Aalten, and P. H. Robert, “Speech- based automatic and robust detection of very early dementia,” in Fifteenth Annual Conference of the International Speech Commu- nication Association, 2014
2014
-
[16]
Automatic speech classifier for mild cognitive impairment and early dementia,
F. Bertini, D. Allevi, G. Lutero, D. Montesi, and L. Calz `a, “Automatic speech classifier for mild cognitive impairment and early dementia,” ACM Transactions on Computing for Healthcare (HEALTH), vol. 3, no. 1, pp. 1–11, 2021
2021
-
[17]
Multilingual speech and language analysis for the assessment of mild cognitive impairment: Outcomes from the taukadial chal- lenge,
P. A. P ´erez-Toro, T. Arias-Vergara, P. Klumpp, T. Weise, M. Schuster, E. Noeth, J. R. Orozco-Arroyave, and A. Maier, “Multilingual speech and language analysis for the assessment of mild cognitive impairment: Outcomes from the taukadial chal- lenge,” Proc. Interspeech 2024, ...
2024
-
[18]
Prag- matic aspects of discourse production for the automatic identifi- cation of alzheimer’s disease,
A. Pompili, A. Abad, D. M. de Matos, and I. P. Martins, “Prag- matic aspects of discourse production for the automatic identifi- cation of alzheimer’s disease,”IEEE Journal of Selected Topics in Signal Processing, vol. 14, no. 2, pp. 261–271, 2020
2020
-
[19]
Ex- ploring dementia detection from speech: Cross corpus analysis,
A. Ablimit, C. Botelho, A. Abad, T. Schultz, and I. Trancoso, “Ex- ploring dementia detection from speech: Cross corpus analysis,” in ICASSP 2022-2022 IEEE International Conference on Acous- tics, Speech and Signal Processing (ICASSP) . IEEE, 2022, pp. 6472–6476
2022
-
[20]
Alzheimer’s dementia recognition through spontaneous speech,
S. Luz, F. Haider, S. de la Fuente Garcia, D. Fromm, and B. MacWhinney, “Alzheimer’s dementia recognition through spontaneous speech,” Frontiers in computer science , vol. 3, p. 780169, 2021
2021
-
[21]
Alzheimer’s Dementia Recognition Through Spontaneous Speech: The ADReSS Challenge,
S. Luz, F. Haider, S. de la Fuente, D. Fromm, and B. MacWhin- ney, “Alzheimer’s Dementia Recognition Through Spontaneous Speech: The ADReSS Challenge,” in Proc. Interspeech 2020 , 2020, pp. 2172–2176
2020
-
[22]
The INTERSPEECH 2013 Computational Paralinguistics Challenge: Social Signals, Conflict, Emotion, Autism,
B. Schuller, S. Steidl, A. Batliner, A. Vinciarelli, K. R. Scherer, F. Ringeval, M. Chetouani, F. Weninger, F. Eyben, E. Marchi et al., “The INTERSPEECH 2013 Computational Paralinguistics Challenge: Social Signals, Conflict, Emotion, Autism,” in IN- TERSPEECH 2013: 14th Annual...
2013
-
[23]
Multilingual alzheimer’s dementia recognition through spontaneous speech: a signal processing grand chal- lenge,
S. Luz, F. Haider, D. Fromm, I. Lazarou, I. Kompatsiaris, and B. MacWhinney, “Multilingual alzheimer’s dementia recognition through spontaneous speech: a signal processing grand chal- lenge,” in ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Pro...
2023
-
[24]
Connected speech-based cognitive assessment in chinese and english,
S. Luz, S. D. L. F. Garcia, F. Haider, D. Fromm, B. MacWhinney, A. Lanzi, Y .-N. Chang, C.-J. Chou, and Y .-C. Liu, “Connected speech-based cognitive assessment in chinese and english,” arXiv preprint arXiv:2406.10272, 2024
2024 arXiv
-
[25]
ICASSP 2025 SPGC Challenge: PROCESS,
H. Christensen, S. Bell, D. Blackburn, B. Mirheidari, M. Pa- har, F. Tao, D. Braun, H. ElGhazaly, C. Illingworth, O. Ro- nan, F. Peters, S. Luz, and F. Haider, “ICASSP 2025 SPGC Challenge: PROCESS,” https://processchallenge.github.io/, 2024, [Online; accessed 30-December-2024]
2025
-
[26]
OpenAI Platform Speech to Text: Prompting,
OpenAI, “OpenAI Platform Speech to Text: Prompting,” https: //platform.openai.com/docs/guides/speech-to-text/prompting, 2024, [Online; accessed 30-December-2024]
2024
-
[27]
Robust speech recognition via large-scale weak su- pervision,
A. Radford, J. W. Kim, T. Xu, G. Brockman, C. McLeavey, and I. Sutskever, “Robust speech recognition via large-scale weak su- pervision,” in ICML. PMLR, 2023, pp. 28 492–28 518
2023
-
[28]
CrisperWhisper: Ac- curate Timestamps on Verbatim Speech Transcriptions,
M. Zusag, L. Wagner, and B. Thallinger, “CrisperWhisper: Ac- curate Timestamps on Verbatim Speech Transcriptions,” in Inter- speech, 2024, pp. 1265–1269
2024
-
[29]
The Geneva Minimalistic Acoustic Parameter Set (GeMAPS) for V oice Research and Affective Computing,
F. Eyben, K. Scherer, B. Schuller, J. Sundberg, E. Andr ´e, C. Busso, L. Devillers, J. Epps, P. Laukka, S. Narayanan, and K. Truong, “The Geneva Minimalistic Acoustic Parameter Set (GeMAPS) for V oice Research and Affective Computing,”IEEE transactions on affective computing, ...
2016
-
[30]
BERT: Pre- training of deep bidirectional transformers for language under- standing,
J. Devlin, M.-W. Chang, K. Lee, and K. Toutanova, “BERT: Pre- training of deep bidirectional transformers for language under- standing,” in Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguis- tics: Human Language Techn...
2019
-
[31]
OpenSMILE: the mu- nich versatile and fast open-source audio feature extractor,
F. Eyben, M. W ¨ollmer, and B. Schuller, “OpenSMILE: the mu- nich versatile and fast open-source audio feature extractor,” in Proceedings of the 18th ACM international conference on Mul- timedia, 2010, pp. 1459–1462
2010
-
[32]
Praat: doing phonetics by computer [computer program]
P. Boersma and D. Weenink, “Praat: doing phonetics by computer [computer program].” [Online]. Available: http://www.praat.org/
-
[33]
Speech as a biomarker for disease detection,
C. Botelho, A. Abad, T. Schultz, and I. Trancoso, “Speech as a biomarker for disease detection,” IEEE Access, 2024
2024
-
[34]
ECAPA- TDNN: Emphasized Channel Attention, Propagation and Ag- gregation in TDNN Based Speaker Verification,
B. Desplanques, J. Thienpondt, and K. Demuynck, “ECAPA- TDNN: Emphasized Channel Attention, Propagation and Ag- gregation in TDNN Based Speaker Verification,” in Proc. Inter- speech, 2020, pp. 3830–3834
2020
-
[35]
TRILLsson: Distilled Universal Paralinguistic Speech Representations,
J. Shor and S. Venugopalan, “TRILLsson: Distilled Universal Paralinguistic Speech Representations,” in Interspeech, 2022, pp. 356–360
2022
-
[36]
Macro-descriptors for alzheimer’s disease detection using large language models,
C. Botelho, J. Mendonc ¸a, A. Pompili, T. Schultz, A. Abad, and I. Trancoso, “Macro-descriptors for alzheimer’s disease detection using large language models,” in Proc. Interspeech, 2024, pp. 1975–1979
2024
-
[37]
Llama 3 model card,
AI@Meta, “Llama 3 model card,” 2024. [Online]. Available: https://github.com/meta-llama/llama3/blob/main/ MODEL CARD.md
2024
-
[39]
Roberta: A robustly optimized bert pretraining approach,
Y . Liu, M. Ott, N. Goyal, J. Du, M. Joshi, D. Chen, O. Levy, M. Lewis, L. Zettlemoyer, and V . Stoyanov, “Roberta: A robustly optimized bert pretraining approach,” arXiv preprint arXiv:1907.11692, 2019
1907 arXiv
-
[40]
Longformer: The long- document transformer,
I. Beltagy, M. E. Peters, and A. Cohan, “Longformer: The long- document transformer,” arXiv preprint arXiv:2004.05150, 2020
2004 arXiv
-
[41]
Fuzzy fingerprinting transformer language-models for emotion recognition in conversations,
P. Pereira, R. Ribeiro, H. Moniz, L. Coheur, and J. P. Carvalho, “Fuzzy fingerprinting transformer language-models for emotion recognition in conversations,” in 2023 IEEE International Con- ference on Fuzzy Systems (FUZZ). IEEE, 2023, pp. 1–6
2023
-
[42]
Disflu- encies and fine-tuning pre-trained language models for detection of Alzheimer’s disease
J. Yuan, Y . Bian, X. Cai, J. Huang, Z. Ye, and K. Church, “Disflu- encies and fine-tuning pre-trained language models for detection of Alzheimer’s disease.” inInterspeech, 2020
2020
-
[2017]
Available: https://iris.who.int/bitstream/handle/ 10665/342246/WHO-MCA-17.06.02-eng.pdf
[Online]. Available: https://iris.who.int/bitstream/handle/ 10665/342246/WHO-MCA-17.06.02-eng.pdf
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.