Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2026 Mar 18.
Published in final edited form as: IEEE Trans Audio Speech Lang Process (2025). 2026 Feb 3;34:1016–1048. doi: 10.1109/taslpro.2026.3660470

An End-to-End Overview of Clinical Speech AI

Si-Ioi Ng 1, Lingfeng Xu 1, Ingo Siegert 1, Nicholas Cummins 1, Nina R Benway 1, Julie Liss 1, Visar Berisha 1
PMCID: PMC12994280  NIHMSID: NIHMS2147609  PMID: 41852931

Abstract

There has been a surge of interest in the use of speech as a biomarker for a wide range of health conditions, based on the premise that neurological, mental or physical impairments affecting speech production can be objectively assessed by automated analysis. Recent advances in clinical speech artificial intelligence (AI) have applied supervised learning techniques, similar to those used in general-purpose speech technology applications, to support the diagnosis and monitoring of mental health, cognitive decline, and motor disorders. Although clinical speech AI offers significant promise as a scalable and low-burden tool for health assessment, it also presents unique challenges compared to other speech technology applications. These include the need for condition-specific speech elicitation tasks, limited and heterogeneous datasets, sensitive data collection protocols, diverse speech representation and modeling strategies, and uncertainty in ground-truth clinical labels. This overview synthesizes the emerging literature that addresses these challenges in the full clinical speech AI pipeline: from speech elicitation and recording to representation, model development, and deployment. We provide a practical review of the field, including the technical pipeline for clinical AI, the design of clinical speech tasks, data collection practices, traditional and clinically oriented speech representations, predictive modeling approaches, and ethical considerations. We also discuss open technical and translational challenges and outline future research directions. The goal is to equip researchers and algorithm developers with the knowledge needed to move clinical speech AI from experimental development to real-world clinical impact.

Index Terms: Speech AI, pathological speech, speech production, speech elicitation tasks, data collection, speech features, measurement theory, clinical speech model, validations, ethics

I. Introduction

Clinical speech AI applies AI-based and traditional speech and language processing methods to extract acoustic and linguistic information from speech for health assessment. Its core promise lies in enabling objective, automated evaluations of neurological [1], [2], [3], [4], [5], mental [6], [7], [8], or physical impairments [9], [10] that impact speech production. It can support a wide range of clinical contexts [11], including diagnostic assistance, non-specific risk assessment, longitudinal tracking post-diagnosis, the use of speech as a meaningful endpoint for interpretable insights, improved clinical trial measurement, and the development of digital therapeutics [12].

Speaking is a complex process that involves selecting words to express an idea, structuring them according to linguistic rules, and coordinating over 100 muscles to produce intelligible speech. This task relies on precise neural activity and fine motor control, making it highly sensitive to disruptions in physiological or neurological systems. Because of this sensitivity, speech serves as both a marker and a mirror of health. As illustrated in Fig. 1, speech can reflect upstream indicators, such as the onset and progression of neurological changes, as well as downstream consequences, including reduced quality of life and impaired social interaction [13]. Sometimes described as the “newest vital sign” [14], speech provides a rich, accessible source of information for health assessment [15].

Fig. 1.

Fig. 1.

The dual role of speech and language in clinical applications. Changes in speech and language can serve as an indicator of neurologic change or it can reflect the downstream consequences of that change.

Clinical speech AI aims to harness this potential by extracting clinically meaningful patterns from speech, providing a complementary and underutilized data stream alongside traditional health measures. Here, we define clinically meaningfulness using three criteria. First, a measure is clinically meaningful if it captures an aspect of health that matters to patients; for speech, this may include the ability to communicate effectively, participate socially, or carry out daily activities. Second, it must reflect a change that clinicians and patients agree is beneficial or detrimental, even when the underlying biological mechanism is complex or indirect. Third, it should relate, directly or indirectly, to clinical outcomes that influence decision-making, such as disease progression, symptom burden, or functional status.

Over the past decade, there has been a surge of interest in academia and industry in developing AI models for diagnosis, prognosis, and tracking of different clinical conditions using speech. Examples include applications in mental health (e.g., [16], [17]), cognitive assessment (e.g., [18], [19], [20], [21], [22]), neuromuscular diseases (e.g., [23], [24], [25]), emotion recognition (e.g., [6]), children’s speech sound disorders (e.g., [26], [27], [28]), voice disorders (e.g., [29], [30]), respiratory disease (e.g., [31], [32], [33]), and cardiovascular disease (e.g., [34], [35]). The growing momentum has been further fueled by dedicated sessions, tutorials, and keynote presentations at recent speech science and technology conferences, highlighting the field’s expanding significance and impact.

Across all these applications, the development of clinical speech AI algorithms often relies on supervised learning, similar to other speech technologies such as automatic speech recognition (ASR), speaker verification, keyword spotting, etc. The process typically begins with the collection of labeled datasets, where speech samples are paired with clinical labels (e.g., diagnosis, prognosis, clinical standard tests). This is followed by feature extraction and model training [36], [37], [38]. Within this supervised framework, researchers iteratively refine model inputs and architectures to improve prediction accuracy. Benchmark datasets and open competitions have been established to support model development and comparison. Examples include datasets and challenges focused on emotion and breath tracking ([39]), cognitive and physical load classification ([40]), detection of Alzheimer’s disease ([21], [41]), dysarthric speech recognition ([42]), COVID-19 cough detection ([43]), etc. While this supervised learning approach, paired with public benchmarks, has driven rapid progress in technologies like ASR and speaker verification, clinical speech AI presents a unique set of constraints.

Clinical speech AI faces a distinct set of challenges that distinguishes it from other speech technology applications. One of the most significant hurdles is the limited size and variability of labeled clinical datasets, including benchmarks. For instance, studies on dementia detection, dysarthric speech assessment, and other pathological speech tasks often rely on datasets containing only tens to hundreds of minutes of speech [21], [44], [45]. This is in contrast to large-scale speech recognition datasets, which boast thousands of hours of data [46], [47], [48]. Additional challenges include the need for condition-specific speech elicitation tasks, controlled setups for data collection, diverse strategies for feature extraction and model training, and the inherent uncertainty in diagnostic labels. Together, these factors contribute to concerns about the generalizability of purely data-driven techniques in the field.

Recent evidence suggests that reported performance metrics in clinical speech AI may be overly optimistic. In particular, some studies have shown that model accuracy declines as sample size increases; this is a counterintuitive trend given expectations from learning curve theory [49], [50]. This overoptimism may result from a combination of factors, including analytical flexibility combined with publication bias (e.g., trying many modeling choices and only reporting the best outcomes) [51], [49] and information leakage between training and test sets [52]. These practices can artificially inflate reported results and ultimately undermine trust in clinical speech AI. In response to the challenges of developing robust clinical speech AI models, recent work has focused on improving every stage of the development pipeline from data collection and feature extraction to model design and validation. These efforts aim to build systems that accurately capture clinically relevant information, perform reliably across diverse real-world settings, and provide actionable insights for healthcare professionals.

Given the breadth of both technical and clinical considerations, there is a pressing need for a comprehensive overview of the clinical speech AI pipeline. This paper addresses the field’s unique challenges and traces the full development process: from data acquisition to model deployment and evaluation. The ensuing sections are organized as follows:

  • Speech as a biomarker: To illustrate how speech can function as a biomarker, we draw on the U.S. Food and Drug Administration (FDA) BEST Resource framework, which provides the regulatory basis for classifying biomarkers across diverse clinical contexts and helps clarify the clinical utility of speech across different use cases.

  • Clinical speech AI and the technical pipeline: We highlight the important differences between clinical applications and other applications of speech AI. We then review the FDA-informed technical pipeline for the training and deployment of clinical AI models as Software-asa-Medical Device (SaMD) tools, providing a high-level overview of the technical components specific to clinical speech AI.

  • Design of speech elicitation tasks: Understanding how humans produce speech is fundamental to the development of clinical speech AI. We draw on Levelt’s model of speech production to explain the roles of Conceptualization, Formulation, and Articulation, and how different health conditions can disrupt these stages [53]. Certain types of speech elicitation tasks allow symptoms of a given clinical condition to be amplified. We review common clinical speech elicitation tasks, categorized by content structure and cognitive/motoric load imposed on individuals.

  • Clinical speech data collection: The challenge of speech data collection stems from the fact that characteristics of recorded speech are dependent on additional factors such as the types of speech recording device, post-processing firmware, environmental setups, etc. This section will review the sources of noise in speech data, microphone selection, recording section setups, validation methods for ensuring data quality, and diagnostic label uncertainty.

  • Traditional speech representations applied to clinical applications: Clinical speech AI often leverages features originally developed for non-clinical applications. This section reviews the signal processing–based and deep learning–based speech representations that are routinely used in clinical speech AI.

  • Clinically focused speech representation: Recent efforts in clinical speech AI emphasize clinically-linked measures that capture relevant constructs of interest. The first part of this section reviews validity and reliability concepts from measurement theory [54]. The review then moves to technical approaches for generating clinically-relevant speech measures, and analytical validation to ensure their accuracy and consistency.

  • Development and evaluation of clinical prediction models: From simple to complex, this section reviews traditional and deep learning models for clinical label prediction, covering explanation methods, robustness enhancement techniques, clinical validation, post-deployment monitoring, and common causes of model degradation.

  • Ethical and participant considerations: Current deployment and regulation of clinical speech models present multiple challenges and risks from ethical, privacy, and security perspectives. This section reviews potential biases in data acquisition and annotation, adversarial attacks and defenses, patient data privacy, and risks of misuse in clinical AI models.

  • Discussion: We discuss current challenges in technical implementations and considerations. These include usability of clinical models, overoptimism in clinical speech AI, defining an appropriate context of use, transition from speech features to speech measures, adoption of simpler and interpretable predictive models, prospective validation, opportunities for large language models and spoken language models, and the necessity of regulatory approval for clinical speech AI.

  • This overview paper aims to address an important gap in the clinical speech AI literature: the lack of technically grounded resources that span both the diversity of speech-affecting conditions and the full end-to-end development pipeline. While existing reviews often focus on specific disorders or emphasize modeling techniques in isolation [55], [18], [19], [6], [36], this paper provides a systems-level perspective. It covers upstream components such as task design and data collection, as well as downstream considerations like clinical validation, deployment monitoring, robustness to bias, security risks, and misuse. These issues are frequently overlooked in technical literature, yet they raise foundational challenges in model generalization, reliability, and integration - challenges shared across many high-stakes applications of AI. As such, the paper bridges traditional modeling pipelines with emerging real-world deployment needs. Rather than prescribing a fixed research and development path, as we did in a previous tutorial [56], we equip readers to reason about where to begin and what to prioritize, depending on the application context and constraints.

Throughout the paper, we use the terms speech features, speech measures, and speech representations with distinct meanings. We define speech features as multi-dimensional representations extracted from speech that serve as inputs to AI models. These features need not be interpretable; they may reflect acoustic or linguistic properties, mathematical transformations of the signal, or higher-level abstractions. Within this broader category, speech measures refer to a validated subset that are explicitly linked to clinical constructs and are therefore interpretable by design. We use the term speech representations to refer collectively to both features and measures.

II. Speech as a Biomarker

Biomarkers represent measurable characteristics that serve as indicators of normal biological processes, pathogenic processes, or responses to exposures or interventions. Recent work proposes a hierarchical organization of speech biomarkers, from broad digital biomarkers through vocal biomarkers down to specific physiological/cognitive domains (respiratory, voice, speech/articulatory, cognitive/language), thus providing a mechanistic, subsystem-based organization [69]. Herein, we build upon the mechanistic subsystem definitions by adopting a regulatory-aligned perspective to make contact with existing regulatory pathways, clinical validation processes, and translational frameworks for biomarkers. According to the U.S. Food and Drug Administration (FDA) BEST (Biomarkers, EndpointS, and other Tools) Resource, biomarkers comprise seven distinct categories: susceptibility/risk, diagnostic, monitoring, prognostic, predictive, pharmacodynamic/response, and safety biomarkers [57]. The versatility of speech lies in its adaptability as a biomarker across these categories. Table I provides a mapping of different clinical use cases of speech as a biomarker to the corresponding BEST categories, along with rationales for their alignment.

TABLE I.

Alignment of speech-as-a-biomarker use cases with FDA BEST biomarker categories

FDA BEST
Biomarker
Category
Definition [57] Corresponding Use Case(s) [12] Rationale for Alignment
Diagnostic biomarker Detects or confirms presence of a disease or identifies its subtype. Diagnostic assistance Objective measures of known speech symptoms (e.g., dysarthria patterns, coherence, tangentiality) can improve diagnostic accuracy and reproducibility [58], [59].
Monitoring biomarker Repeatedly measured to assess status of a disease or response to treatment. Longitudinal tracking postdiagnosis; Improving clinical trials Repeated speech measurements can track disease progression (e.g., amyotrophic lateral sclerosis, Parkinson’s disease) or detect therapeutic response; frequent, objective endpoints improve trial efficiency [24], [60].
Pharmacodynamic / Response biomarker Indicates that a biological response has occurred in an individual exposed to a medical product. Speech as a clinically meaningful endpoint; Improving clinical trials Speech-derived measures (e.g., intelligibility, communicative participation) change in response to intervention and reflect meaningful functional outcomes [61], [62], [63].
Susceptibility / Risk biomarker Indicates increased likelihood of developing a disease in the future. Non-Specific risk assessment Early or progressive within-person speech changes may indicate elevated disease risk before diagnosis, although not disease-specific [64].
Predictive biomarker Identifies individuals more likely to experience a favorable or unfavorable response to a treatment. Development of digital therapeutics Speech features could help personalize interventions (e.g., communication or mental health therapies) by predicting treatment response [65].
Safety biomarker Indicates likelihood, presence, or extent of toxicity or adverse effects. Development of digital therapeutics In adaptive or home-based speech monitoring systems, changes in speech could flag treatment-related adverse effects (e.g., cognitive or motor decline) [66], [67].
Clinical Outcome Assessment (COA) (related but distinct from biomarkers) Directly measures how a patient feels, functions, or survives (FDA definition of “clinically meaningful”). Speech as a clinically meaningful endpoint Speech measures such as intelligibility or communicative participation are direct indicators of functional status and quality of life; how patients feel and function [68].

III. Clinical Speech AI and The Technical Pipeline

Developments in speech AI have led to a wide range of new technologies, from voice assistants [70] and speech evaluations [71] to clinical tasks such as assessing neurological or mental health conditions [72], [6]. These applications differ significantly in both their stakes and the reliability of their ground-truth labels. Fig. 2 illustrates these distinctions: the x-axis represents the stakes involved, defined as the consequence or impact of speech AI outcomes, while the y-axis captures the variability in the labels used for supervised learning. For instance, transcripts for speech recognition tasks (e.g., from healthy controls) are typically reliable, whereas diagnostic labels for conditions like mild cognitive impairment or depression often exhibit considerable variability [73], [74]. Clinical speech AI is distinguished by both elevated stakes and greater label variability compared to traditional speech applications.

Fig. 2.

Fig. 2.

Traditional speech AI vs. clinical speech AI by stakes and label variability. Conventional tasks such as speech recognition are low-stakes with minimal label variability, whereas clinical tasks, such as diagnosing mild cognitive impairment (MCI), are high-stakes and exhibit great label variability due to inherent diagnostic uncertainty.

Unlike commercial ASR systems (e.g., Siri, Alexa), where misrecognitions usually have minor consequences, inaccuracies in clinical speech AI can lead to misdiagnosis or delayed treatment. Moreover, diagnostic labels themselves are often variable and costly to obtain, particularly in the early stages of diseases. Meta-analyses reveal that misdiagnosis rates for Alzheimer’s disease show sensitivities ranging from 71% to 87% and specificities from 44% to 71%. Similarly, the diagnosis of Parkinson’s disease within the first five years is reported to be inaccurate nearly half the time [75]. This stands in contrast to other applications of speech AI, such as ASR, where ground-truth labels are clear and exhibit low inter-transcriber variability [76]. These challenges stem from the progressive nature of diseases, subjective clinical interpretations, and comorbidities that complicate diagnosis. Consequently, clinical speech AI models require more rigorous validation than traditional systems. Beyond conventional accuracy metrics (e.g., word error rate for ASR, equal error rate for speaker verification), clinical models must undergo extensive testing across diverse populations, incorporate real-world deployment feedback, and satisfy regulatory requirements to ensure safety and effectiveness. Although these demands increase development complexity and cost, they are important for building trust and ensuring clinical utility in high-stakes healthcare environments.

Given these heightened stakes and the inherent variability in clinical labels, the development of clinical speech AI requires a more rigorous and structured process than conventional speech technologies. To address these demands, regulatory agencies such as the FDA have outlined best practices for the development of AI-based Software-as-a-Medical-Device (SaMD) tools. The technical pipeline for training and deploying clinical AI models, aligned with FDA guidelines, is illustrated in Fig. 3 [77]. This pipeline begins with the design of a data collection protocol, which outlines how the target clinical population is recruited, how speech elicitation tasks are crafted, and how data is collected. During data collection, participants’ speech data is captured in the form of acoustic signals by audio recording devices. Clinical labels, such as disease symptoms, clinical scores, or other clinically relevant indicators, are provided by experts and linked to the recorded speech. In AI terms, the speech signals and clinical labels become the “data” and “labels” stored in a structured database. Feature engineering plays an important role in extracting meaningful information from the speech data to enable effective clinical speech AI. This process can incorporate domain expertise from fields such as speech signal processing, speech production, and clinical speech science. Once sufficient data are available, statistical models are trained to identify relationships between the features and labels. These models are then validated using a held-out test dataset to optimize features and models prior to deployment. After deployment, the model’s real-world performance is continuously monitored. As new speech data is collected during deployment, the model can be iteratively updated and redeployed to improve its accuracy and relevance.

Fig. 3.

Fig. 3.

Technical pipeline of clinical AI model training and deployment. Components include data acquisition protocol design, training data collection, feature engineering, model training and validation, and post-deployment monitoring.

Errors at any stage of this development process can compromise the effectiveness of clinical speech AI systems. Improper data collection, such as poorly designed speech tasks or inadequate recording setups, can result in features that lack clinical relevance, undermining model training and performance. Similarly, feature extraction that overlooks clinical domain knowledge or models that are unnecessarily complex can reduce interpretability, limiting clinical adoption. Training on datasets that do not reflect real-world deployment conditions further risks degrading model performance in practice.

The following sections provide an overview of each stage of the clinical speech AI development pipeline in greater detail, beginning with protocols for speech data collection. We review current practices and identify considerations for building models that are accurate, interpretable, and clinically validated.

IV. Design of Speech Elicitation Tasks and Protocols

Selecting appropriate elicitation tasks is essential for collecting speech that is clinically informative and that meaningfully stresses the underlying production systems. Because speech arises from the coordinated interaction of respiration, phonation, articulation, prosody, and cognitive–linguistic planning, different tasks selectively load these components. Well-designed protocols allow investigators to probe specific physiological or cognitive processes and detect subtle deviations that may not appear in spontaneous speech. We first review the stages of speech production, then present a task taxonomy to guide researchers in selecting or designing tasks suited to their objectives.

A. Human Speech Production Mechanism

The process of speaking is mediated by neural circuits that activate more than 100 muscles synergistically, producing sounds we recognize as speech. To better understand and analyze this complex process, a simplified stage-based approach compartmentalizes the various components involved. This approach also allows deficits caused by diseases or clinical conditions to be classified into specific stages, aiding in diagnosis and decision-making. Levelt’s seminal work, “Speaking: From Intention to Articulation” presents a modular model of all known aspects of speech production. It provides a valuable framework for understanding the various processes at play and how things can go wrong [53]. In this section, we review a simplified adaptation of Levelt’s model, focusing on three well-researched and widely understood stages: Conceptualization, Formulation, and Articulation. These stages serve as a foundation for understanding how speech is produced and how clinical conditions can impact each phase.

1). Conceptualization:

Conceptualization occurs within the context of an individual’s perception of self, time, and place, and an appreciation for the perspective of the receiver of this message (i.e., Theory of Mind). Conceptualization requires adequate functioning of the parts of the brain responsible for judgment, reasoning, memory, emotion, and social motivation [78]. There are several conditions that interfere primarily with the Conceptualization Stage of speaking, including psychiatric disorders (schizophrenia, bipolar disorder, major depressive disorder), dementias that include personality changes and/or hallucinations (frontotemporal dementia, Lewy body dementia), and the later stages of Alzheimer’s disease. Speech characteristics of impaired conceptualization result from the presence of ‘negative symptoms’ (psychomotor retardation, apathy), ‘positive symptoms’ (mania, hallucinations), and a distorted sense of reality (disorientation, paranoia, psychosis). Negative symptoms often manifest in speech as reduced speech output, imprecise articulation, and a tendency toward monotonicity and low or monoloudness [79]. Positive symptoms are associated with rapid, pressed speech and a lack of coherence in the message being conveyed [80]. Individuals with a distorted sense of reality may exhibit erratic speech patterns, such as speaking at an unusually fast or slow pace, abruptly shifting topics, or producing disjointed and incoherent language. These speech characteristics can be identified through both acoustic analysis of the speech signal and examination of the linguistic content in speech transcripts.

2). Formulation:

In Formulation, words are selected and sequenced to best convey the conceptualized message. The sequencing must follow the rules of the spoken language. The process also involves abstract decisions about the level of specificity of words to use, emotional valence and intensity, and literary devices. These decisions pair with paralinguistic decisions on how the outflow of the speech message (prosody) will enhance the intended meaning. Health conditions that interfere with the Formulation Stage typically involve damage to the cortical and subcortical language circuits of the brain. A cerebrovascular accident (CVA, or stroke) of the left cerebral hemisphere can cause aphasia, characterized by varying patterns of difficulty finding the words one wishes to speak, difficulty sequencing the words into meaningful sentences, and difficulty understanding what others are saying. In contrast, a CVA in the right cerebral hemisphere can leave language preserved, but one may struggle with perceiving and producing paralinguistic information that signals humor, sarcasm, or emotion. Individuals with early to middle-stage Alzheimer’s disease can also struggle to find words, and the words they do find tend to be less specific [81]. As with the Conceptualization Stage, evidence of all these speech characteristics can be found in both the acoustic speech signal as well as in analysis of the transcripts of the spoken message.

3). Articulation:

Following Conceptualization and Formulation, the formulated sensorimotor commands are executed to produce speech. When one takes a deep breath, a column of air is exhaled and ascends through the trachea, larynx, and vocal tract to produce speech. As the column of air reaches the larynx, the closed vocal folds create resistance, building subglottal pressure until they open and begin to vibrate. This vibration chops the airflow into bursts of sound, generating phonation. The pitch of speech is determined by the speed of vocal fold vibration, which is controlled by laryngeal muscles. Loudness depends on subglottal air pressure and vocal fold closure. Greater pressure and tighter closure increase amplitude and loudness. Vocal quality is shaped by how symmetrically and completely the vocal folds meet, influencing clarity. As air passes through the larynx, vibrating portions produce voiced sounds (e.g., vowels, nasals, liquids), while undisturbed airflow forms unvoiced sounds (e.g., unvoiced stops and fricatives). The upper vocal tract refines these sounds by shaping airflow with the tongue, jaw, lips, and soft palate. The soft palate and throat then direct sound through the nasal or oral cavities, producing nasal or non-nasal speech [82]. Movements of the tongue, jaw, and lips shape different resonant cavities, modifying phonation and producing formants that distinguish vowel sounds. Close approximations of the lips, tongue, or hard palate create turbulence, generating fricatives like /s/, while complete closures build pressure, releasing as stops like /p/. Clear and intelligible speech relies on distinct resonant cavities, precise constrictions, and well-timed closures, all working in harmony to form spoken message.

Any condition disrupting the coordinated movement of the respiratory, phonatory, articulatory, and resonatory systems will affect the acoustic speech signal. Focal conditions have specific effects; for example, a paralyzed vocal fold causes breathy phonation without affecting other subsystems. In contrast, conditions like amyotrophic lateral sclerosis (ALS) impact multiple brain and spinal cord regions, leading to spastic and flaccid paralysis that result in slowed, imprecise speech. Speech symptoms vary based on the location and extent of nervous system damage [64]. Structural and functional impairments, such as cleft palate, laryngeal cancer, or chronic obstructive pulmonary disease, also impact speech in predictable ways [83], [84], [85].

B. Speech Elicitation Task Design

Fig. 4 shows several examples of common speech elicitation tasks plotted relative to the degrees of freedom of the spoken responses (x-axis) and the degree of computational and/or physical pressure inherent in completing the task (y-axis). For example, reading aloud a list of words has a low number of degrees of freedom, since each word has exactly one correct spoken response. Reading a word places little pressure on the cognitive-language system and does not require higher-order executive function or memory. Describing what is happening in a picture requires a synthesis of the objects and actions depicted in the picture, and inferences about their temporal and spatial relations, thereby making it a more computationally challenging speech elicitation task than word reading. While the picture constrains the content of the response, the degrees of freedom are still lower than in tasks with unconstrained topics, such as open-ended conversations.

Fig. 4.

Fig. 4.

Categorization of speech elicitation tasks by degrees of freedom and computational/physical load. Low-freedom/low-load tasks (e.g., object naming, text reading) use fixed scripts, bypassing message planning and requiring minimal effort. Low-freedom/high-load tasks (e.g., diadochokinesis (DDK), picture description) have certain constraints on content while maximizing motor and cognition demands. High-freedom/variable-load tasks (e.g. conversation, interviews), allow broad content variability within topic constraints, where cognitive and motor loads vary by context.

The framework in Fig. 4 offers a useful way to conceptualize the alignment between task properties and the symptoms targeted for assessment. The following subsections review commonly used elicitation tasks, organized by structural complexity, and discuss how task selection can be tailored to specific clinical applications.

1). Structured elicitation tasks:

Structured speech tasks, such as isolated pseudo-word tasks, sentence reading tasks, and word repetition tasks, involve predefined spoken content that is carefully selected to target specific phonetic elements. These tasks place minimal cognitive or linguistic demands on the speaker and are particularly useful for assessing speech intelligibility, phonetic contrastivity, and speech acquisition. In clinical contexts, they are commonly used with individuals who have impaired sensorimotor function but intact language and cognitive abilities, such as patients with cleft lip or oral cancer [86], [87], [88]. For children with developmental speech disorders, multisyllabic word repetition tasks help elicit target phonemes and reveal characteristic speech errors, offering insights into underlying difficulties in speech acquisition [89], [90], [91].

To increase cognitive demands, some clinical speech studies incorporate tasks such as the Stroop Color Word Test [92] or word list learning and recall [93]. The Stroop test assesses cognitive inhibition by requiring speakers to resolve conflicts between word meaning and font color, and has been used in evaluating patients with frontal lobe lesions and Parkinson’s disease [94], [95]. Word list learning tasks impose moderate computational load and are commonly used to assess memory function in individuals with conditions such as major depressive disorder or dementia [93], [96].

Certain tasks at the outer edges of the elicitation task space in Fig. 4, where speakers are pushed to their sensorimotor / physical limits in terms of speed, coordination, and vocal control, are often referred to as “maximum performance tasks”. Examples include the diadochokinetic (DDK) tasks, which evaluatesarticulatory speed and coordination by having speakers rapidly repeat syllables like /pә/, /tә/, and /kә/; the maximum phonation time task, which measures respiratory function and glottal efficiency by assessing how long a speaker can sustain a vowel on one breath; and the pitch glide task, which requires speakers to sweep their pitch range to assess phonatory control and vocal range [97], [98], [99].

These edge-case tasks are particularly informative for evaluating motor speech and voice disorders, where deficits stem from physiological impairments or reduced neuromuscular control. They are commonly used in populations with vocal fold paralysis or spasmodic dysphonia [100], [101], neurodegenerative diseases such as ALS, and respiratory conditions like chronic obstructive pulmonary disease (COPD).

2). Loosely structured / unstructured elicitation tasks:

For populations with cognitive or perceptual impairments, such as Alzheimer’s disease, aphasia, or schizophrenia, speech elicitation tasks that impose higher cognitive demands, including picture description and storytelling, can be particularly effective for revealing deficits in language production.

Common examples include the Cookie Theft picture description and the Cinderella story narrative, which are widely used to assess cognitive-linguistic function [102], [103]. These tasks require coordination of memory, attention, and discourse organization. Patient responses can reveal impairments in language proficiency, coherence, and informativeness, with deficits often manifesting as repetitive, disorganized, or underspecified speech [104], [105]. These tasks have also been used to distinguish speech patterns between individuals with schizophrenia and healthy controls [58], as well as in studies on Alzheimer’s disease [102], aphasia [106], [107], traumatic brain injury [108], and other conditions. While these tasks are considered loosely structured, they still provide a thematic framework that guides responses, distinguishing them from fully unstructured tasks.

Unstructured tasks, such as open-ended conversations or clinical interviews, offer greater freedom in topic and form and can elicit speech behaviors not observable in more constrained settings. These tasks are particularly useful when the speech production mechanism remains largely intact, but higher-level language, memory, or cognitive processes are impaired. In mood disorders, longer interview-based protocols that prompt discussion on predefined topics (e.g., anxiety or well-being) have been shown to produce speech features, such as increased pausing, slower speaking rate, and reduced response length, that correlate with depression severity [109], [110]. In schizophrenia, unstructured dialogue can reveal abnormalities in turn-taking [111] and reduced semantic coherence [112], which may be masked during more guided elicitation tasks.

The discussion above highlights a broad spectrum of elicitation tasks, ranging from simple, highly structured formats to cognitively demanding, unstructured interactions. There is no one-to-one mapping between clinical conditions and specific tasks. For instance, both recall tasks and picture descriptions are commonly used to assess cognitive impairment. As a result, many studies compare multiple tasks to determine which one reveals clinically relevant deficits the most effectively. For example, [113] found that aphasic patients produced more words and exhibited greater linguistic complexity and accuracy during storytelling tasks compared to picture description, suggesting that storytelling may better capture language deficits for this patient population. In [114], aphasic patients showed improved word retrieval and error correction during conversations compared to single-word naming tasks. These differences highlight how task design can influence the observed speech output and associated features.

Feature variability between tasks further complicates the comparisons. For instance, fundamental frequency (F0) variability can be extracted from either reading passages or sustained vowel tasks, but these tasks capture different vocal characteristics, e.g. coordinated pitch use in natural speech versus maximum pitch control in a constrained context, making direct comparison inappropriate [115], [116]. In another example, [117] demonstrated that the spatiotemporal index (STI), which is used to assess speech motor control of the tongue and jaw, varied significantly across sentences of differing length and complexity, underscoring the sensitivity of features to the structure of the elicitation task.

There is no one-size-fits-all speech elicitation task for clinical AI applications. Selecting the right speech task for clinical AI requires careful consideration of the target condition, model objectives, and patient population. The purpose of the model, whether for diagnosis, classification, or monitoring, determines the required sensitivity, specificity, and data requirements. Task selection should be driven by the most affected speech processes (e.g. Conceptualization, Formulation, or Articulation) and account for patient limitations such as cognitive ability, sensory impairments, and language or cultural factors. Additionally, the choice of speech analysis (e.g., ASR, acoustic features) must align with both the task and clinical goals. For concrete examples of task selection, readers can refer to the tutorial paper in [56] (see Tables I and II).

C. Clinical Speech Data Collection

The speech data collection protocol plays an important role in capturing clinically relevant acoustic and linguistic features, but the recorded speech can still be affected by confounding factors such as the type of recording device, post-processing firmware, and environmental conditions, all of which can impact the raw signal and the features extracted from it.

A major source of noise in data collection stems from the flexibility in choosing devices (e.g., smartphones vs. professional recorders), platforms (face-to-face vs. remote sessions), and environmental noise. For example, Ge et al. compared speech data collected by different devices, i.e. smartphones and laptops [118], where notable differences in second and higher-order formant frequencies, spectral moments, and voice quality features were found between devices. With increasing popularity in speech data collection in virtual meeting platforms, Tran et al. explored how speech compression algorithms used during data transmission could affect acoustic features in the assessment of dysarthric speech [119]. The findings revealed that articulatory-based features were significantly impacted by variations in sampling frequencies, bit rates, and coding formats. Additionally, [120] demonstrated that reverberation in background could influence paralinguistic features extracted from open-source toolkits, affecting algorithms for evaluating emotion from speech. Clinical conditions can further complicate the data collection process due to challenges in speech production. For instance, individuals with movement disorders may experience tremors, dystonic postures, cognitive issues, and fatigue, all of which can affect speech loudness and clarity [121].

To address these challenges, studies have proposed reliable protocols for clinical speech data collection. For dysarthric speakers, [121] outlined strategies to improve consistency, such as controlling the mouth-to-microphone distance, minimizing environmental noise by using head-mounted microphones, and avoiding firmware post-processing (e.g., compression, equalization, gain control, noise cancellation) that alters the original speech signals. Another comprehensive guideline for voice-related studies [122] recommends using microphones with a flat frequency response across the range of voice frequencies, ensuring noise levels are at least 15 dB quieter than the softest phonations, and selecting devices with a dynamic range that exceeds the loudest phonations. Directional microphones should be placed at their optimal distance (e.g., 30 cm or 5 cm) to avoid proximity effects and ensure accurate spectral and level measurements.

In addition to front-end protocols aimed at minimizing variability during data collection, some studies focus on verifying the integrity of recorded speech through hardware validation, one of the key steps in the V3 validation framework introduced in [123]. This approach ensures that the recording hardware and firmware accurately capture and process the speech signal. It includes both inter-sensor comparisons, which evaluate consistency across different devices, and intra-sensor comparisons, which assess the stability of recordings from the same device under different conditions.

1). Inter-sensor comparison:

Inter-sensor comparisons validate the consistency of data captured across different sensors. For example, Fahed et al. compared speech data from Huntington’s disease, patients who have involuntary movements of the body that impact their position relative to sensors. Data collected via smartphones, tablets, and professional microphones in a telepractice revealed vulnerability to these positional changes. [124]. Acoustic features such as F0, harmonic-to-noise ratio (HNR), jitter, and shimmer were analyzed from sustained vowel tasks. The results revealed significant differences in HNR and shimmer but strong agreement in F0 and jitter between devices. This highlights the need for caution when using HNR and shimmer in clinical speech models if data is collected from various mobile devices. In another study, Szabo et al. validated voice accumulators for continuous monitoring of F0, phonation time, and sound pressure level [125]. While F0 and phonation time correlated well with human-annotated ground truth, inter-device variability was high, emphasizing the importance of careful device placement and attachment for reliable features.

2). Intra-sensor comparison:

Intra-sensor comparison ensures the consistency in data collected by the same sensor over time. For instance, Printz et al. validated a dual-microphone setup for measuring voice range profiles (VRP), which are used to assess phonosurgery outcomes [126]. In a test-retest experiment, healthy participants repeated voice tasks within 6-37 days, and parameters such as F0, semitone range, sound pressure level, and VRP were analyzed. The results showed strong Pearson correlation coefficients (>0.7 on average) for most acoustic parameters, confirming the reliability of the dual-microphone setup for speech data acquisition. Similarly, Hu et al. conducted a test-retest reliability study to evaluate consumer-grade mobile devices for clinical speech data collection [127]. The study involved 51 participants completing two sessions at least 24 hours apart, performing tasks such as sustained phonation, DDK tasks, and picture description. The findings indicated that DDK tasks reliability significantly decreased on consumer-grade devices compared to professional ones, while F0 and cepstral peak prominence in sustained phonation showed consistent reliability across sessions and devices. This suggests that while consumer-grade equipment may be suitable for some analyses, it can reduce reproducibility in other tasks.

These studies highlight the importance of rigorous hardware validation in ensuring that clinical speech data remain consistent across devices and stable over time. When combined with carefully designed data collection protocols, such validation enables the creation of datasets that preserve clinically meaningful acoustic and linguistic features. In the following sections, we will discuss approaches for extracting informative speech features from clinical datasets to address relevant clinical tasks.

D. Trade-off between Data Quality and Collection Feasibility

There is often a trade-off between data quality and feasibility in speech data collection. For example, consider remote assessment of speech in patients with ALS. Strictly enforcing the recording controls described in the previous section may improve data quality but can make the protocol burdensome for patients, ultimately reducing feasibility and hindering model development.

Conversely, relaxing control introduces variability that propagates into the representations. Acoustic features such as F0, formants, jitter, and shimmer are highly sensitive to noise, reverberation, and microphone placement [128], [129], whereas linguistic features derived from ASR (e.g., word embeddings) are more robust because modern ASR systems tolerate moderate signal degradation. Unchecked variability can degrade the system’s ability to detect clinically meaningful changes and diminish its clinical utility.

To balance quality and feasibility, researchers can draw on established guidance for recording setups [130], [131] and use algorithms that automatically evaluate speech quality [132]. Feature-level analyses (e.g., repeatability measures, statistical tests) can quantify the effect of recording conditions, while external metadata (e.g., microphone type, noise levels) can be incorporated to monitor collection quality or condition models to mitigate noise effects. User surveys can further highlight practical challenges in deploying protocols within clinical workflows and inform iterative refinements [133]. Ultimately, the clinical context determines the acceptable trade-offs and mitigation strategies.

E. Uncertainty in Diagnostic Labels

Even when data collection protocols are properly implemented, label uncertainty remains inevitable in the process. Many symptoms are nonspecific and manifest similarly across different diseases [75], [134], [135]. The hierarchical framework of speech production (see Section IV-A) provides a basis for understanding the variations in reliability of clinical diagnostic labels. Diagnostic label uncertainty increases progressively as the primary deficits shift from lower-order (Articulation) to higher-order (Conceptualization) impairments. For instance, lower-order conditions (e.g. cleft palate, vocalfold paralysis, Parkinson’s disease, ALS) are typically characterized by high diagnostic specificity. These symptoms have an immediate and evident impact on speech production mechanics. In contrast, higher-order conditions (e.g. aphasia, Alzheimer’s disease, depression, schizophrenia) exhibit extensive symptom overlap. The relationship between the conditions and produced speech is indirect. This results in higher rates of misdiagnosis and label noise. For further details on how label uncertainty increases across the speech-production hierarchy, see [12].

High specificity in ground-truth diagnostic labels is essential for training supervised models capable of differentiating conditions with overlapping speech symptoms. However, the inherent noise and uncertainty associated with higher-order conditions inevitably contaminate the training labels of any diagnostic classification model built on them. Recognizing the expected level of label uncertainty for a given condition thus provides essential guidance for model design, such as choosing techniques that account for or mitigate such noise.

Having discussed how speech is elicited and collected in clinical settings, we now turn to how the resulting audio is represented for use in AI models. The choice of representation determines which aspects of the speech signal are preserved as model inputs and influences how model outputs are interpreted by end users.

V. Traditional Speech Representations

Many time-domain and frequency-domain speech representations used in clinical applications have been repurposed from other domains of speech AI, such as ASR, speaker verification, and speech synthesis. Their effectiveness in achieving good published classification accuracy results across more traditional speech technology applications has led to their gradual adoption in AI-driven clinical speech applications.

Spectral representations such as Mel-frequency cepstral coefficients (MFCCs), filter-bank (F-bank) coefficients, and linear predictive coding (LPC) coefficients capture the distribution of energy across frequencies over time and (principally) reflect characteristics of the vocal tract [136]. Their use in clinical settings is based on the assumption that if a condition affects speech production, the resulting acoustic changes and their variability across individuals are preserved within these lower-dimensional representations. For example, in [137], MFCCs were extracted from sustained vowel and rainbow passage tasks to distinguish pathological speech from healthy speech. In [138], high-order statistics of LPC coefficients were extracted from sustained phonation to assess pathological speech quality. Similarly, in [139], the amplitude and phase of spectrograms were used to estimate pathological voice quality. In these cases, spectral representations of speech were used to predict clinical labels in a straightforward, end-to-end manner, without distilling intermediate representations from the speech spectrum.

Research in clinical speech AI has also explored representations borrowed from speaker recognition and verification systems [140], [141]. These systems, originally designed for biometric verification, aim to derive fixed-dimensional representations that capture speaker identity, typically distilled from spectral representations of speech. These speaker representation vectors are designed to capture utterance-level, long-term temporal patterns, enabling the learning of each speaker’s unique traits. Common methods include i-vector [142] and deep learning based x-vectors [143], [144]. While these representations were initially shown to capture demographic information such as gender, age, and language [145], [146], researchers began applying them in clinical contexts, motivated by the potential for these representations to capture a broader spectrum of speaker-related information. For instance, i-vectors and x-vectors have been used for depression assessment [147], oral cancer speech evaluation [148], speech sound disorder detection [149], and Parkinson’s disease analysis [150]. In [147], i-vectors were paired with a binary logistic regression classifier to detect depression. In [148], x-vectors extracted from patients with oral and neck cancer were used to predict speech intelligibility through regression tasks. Similarly, in [149], i-vectors derived from probability outputs of an ASR system were used to capture pronunciation characteristics in children, with binary classifiers trained on these i-vectors to detect speech sound disorders in children.

In recent years, it has become standard practice to use deep learning to extract representations from speech data for specific clinical tasks. Notably, speech and language foundational models have gained popularity and are now widely available to the research community. These large-scale models are trained on vast amounts of speech or text data in an unsupervised manner, with the goal of capturing a wide range of phonetic, acoustic, and linguistic information. For example, transformed-based self-supervised learning speech models such as Wav2Vec2.0, HuBERT, WavLM, and Whisper [151], [152], [153], [154], [155] are increasingly used to extract speech representations for clinical applications. These self-supervised speech representations have been used for pathological speech recognition [156], voice disorder classification [157], and dysarthric speech severity classification [158], etc. Research has uncovered insights into what selfsupervised speech representations learn from speech signals. For instance, Choi et al. found that these models are better at capturing phonetic details than semantic meaning [159]. The probing experiments by Ma et al. revealed that these pretrained representations can encode a wide range of phonetic information, significantly outperforming traditional MFCCs in phonetic classifications [160]. Research has also explored which transformer layers work best for the clinical tasks of interest, with findings varying by application. [161] found that the final layers of Wav2Vec2.0 performed best for dysarthria detection, while [162] showed that middle layers worked well for hypernasality prediction. In cross-lingual depression detection [163], early layers of HuBERT and WavLM proved most effective. While no universal consensus exists, these studies suggest that selectively using specific layers could improve model performance.

In addition to designing representations that focus on short segments of speech, recent advancements have introduced representations aimed at analyzing suprasegmental characteristics, patterns that extend over longer stretches of speech. For example, conformer-based paralinguistic speech models have been developed to process speech signals using longer time windows (e.g., 2 seconds) [164], [165], [166]. Evaluations on various non-semantic speech tasks [167] demonstrated that these models outperformed those using shorter segmental analysis windows (e.g., 20 ms), such as Wav2Vec2.0. These suprasegmental representations have been successfully applied to predict the progression of ALS [168], assess the severity of depression [169], and evaluate speech production skills in children [170]. In these approaches, high-dimensional speech representations are extracted to encapsulate the clinical information embedded in the speech signal, with the expectation that they will enhance the performance of downstream clinical prediction and classification tasks.

While these representations are primarily selected to optimize model accuracy, where their success suggests they capture valuable clinical information, the resultant features still lack interpretability. To bridge this gap, efforts have been made to interpret these representations relative to well-understood clinical constructs. For instance, correlational analyses were conducted between MFCCs, often considered clinically uninterpretable, and other clinically interpretable acoustic features. The results revealed that the second MFCC coefficient can be interpreted as a feature which was previously linked to disease-related voice changes [171]. Similarly, in [172], spectrograms of dysarthric speech were analyzed using principal component analysis (PCA). The findings showed that the first principal component closely aligned with the long-term average spectrum (LTAS), while the second component was associated with formant frequencies. To interpret speaker representations or other deep learning based acoustic features derived from disordered speech, researchers often use low-dimensional visualizations to demonstrate separability between clinical groups [173], [174].

Recent advances have shifted from repurposing traditional representations toward extracting clinically meaningful and interpretable biomarkers of speech directly from audio. While traditional features can be retrospectively interpreted, clinically focused representations are better aligned with clinical use. The next section reviews approaches for deriving and validating such representations.

VI. Designing and Validating Clinically Focused Speech Representations

While many speech representations in clinical speech AI are adapted from general-purpose applications, a growing body of work focuses on clinically interpretable representations that map directly to physiological, neurological, or cognitive constructs. We refer to these representations as speech measures - a term drawn from measurement theory that emphasizes their alignment with defined clinical constructs and their potential for both analytical and clinical validation.

Links between health conditions and specific speech behaviors are well established across speech, neuroscience, and clinical research. For example, individuals with Parkinson’s disease often exhibit reduced pitch variability, perceived as monotonicity [175], [176]; individuals with dysarthria may show reduced vowel space area (VSA), reflecting limited articulatory movement and reduced intelligibility [177], [178], [179]; and patients with Alzheimer’s disease frequently present with reduced fluency, word-finding difficulties, and increased grammatical errors [180].

These clinical patterns have motivated the development of speech measures that quantify relevant constructs directly. For instance, intelligibility can be estimated using word error rate from ASR systems [181], [182]; VSA can be automatically extracted to assess articulatory precision in dysarthria [183], [184], [185]; and pitch variability can be captured through F0 contour analysis to assess monotonicity in Parkinson’s disease [175].

Grounded in clinical theory and interpretable at the level of specific constructs, these measures offer greater potential for integration into clinical workflows and support scalable, explainable use in AI systems. Importantly, this interpretability enables formal analytical and clinical validation by assessing how well a given measure reflects the construct it is intended to quantify.

In the following subsections, we review the concepts of validity and reliability as they apply to speech measures, drawing on principles from measurement theory [54]. We then examine approaches for generating these measures and outline methods for evaluating their analytical validity.

A. Reliability and Validity of a Speech Measure

A valid speech measure must meet two criteria in clinical research: reliability and validity. These concepts are illustrated in Fig. 5, where the green target represents a clinical construct that we aim to measure (such as speech intelligibility). Each star denotes an individual measurement, and its position reflects how closely that measurement aligns with the true construct (validity) and how consistently it can be reproduced (reliability).

Fig. 5.

Fig. 5.

Conceptual relationship between reliability and validity of a measure. Scattered distribution of data points indicates a low reliability and high variability of measures. The radius of the circle refers to the degree of validity. A small radius indicates high validity of the measure. Measures falling in the green zone are ideal as they have both good reliability and validity.

In the top-left quadrant, the measure is neither reliable nor valid: repeated attempts to assess intelligibility result in scattered, inaccurate values. The top-right quadrant shows a reliable but not valid measure, for example, a signal-derived measure that yields consistent scores across trials, but fails to reflect actual intelligibility as perceived by listeners or quantified through word error rates. In the bottom-left, the measure is valid but not reliable: it captures the true construct on average but with high variability, making it less suitable for tracking change or comparing across contexts. The ideal scenario is shown in the bottom-right, where the measure is both reliable and valid, consistently capturing intelligibility in a way that aligns closely with clinical reality.

Establishing reliability and validity ensures that a measure is both aligned with the construct it aims to assess and capable of producing consistent results across studies and use cases. Validity and reliability are best understood as evolving properties, strengthened over time as evidence accumulates. The process often begins with demonstrating that a measure consistently reflects the targeted clinical construct. As additional data are collected, statistical analyses reveal stronger and more significant associations with established, validated measures. Reliability is reinforced when the measure performs consistently across different contexts, populations, and conditions. Real-world validation, through testing in practical clinical settings, adds another layer of confidence. Ultimately, widespread acceptance follows when the accumulated evidence is sufficient to inspire trust among clinicians and researchers.

1). Reliability:

Reliability refers to the consistency of a measure [54]. In clinical research, two types of reliability are commonly considered: test-retest reliability and internal consistency.

Test-retest reliability examines whether a construct is measured consistently over time. For example, acoustic, aerodynamic, and perceptual measures in voice assessments were validated using test-retest reliability [186]. Measures collected over five consecutive days showed moderate to high intraclass correlation coefficients (ICC = 0.64–0.99), while subglottal pressure and perceptual voice evaluation had low ICCs, indicating poor reliability. On the contrary, in [187], the repeatability of speech and language features extracted from open-source toolkits like openSMILE [188] and Praat [189] was tested on disordered speech. The ICC and within-subjects coefficient of variation (WSCV) revealed that most features failed to meet acceptable thresholds for clinical decision-making [190], [191].

Internal consistency, on the other hand, evaluates whether different speech elicitation tasks produce consistent measures. A common approach is the split-halves method, where the set of items is divided into two parts, and the correlation between the two sets’ measures reflects consistency. For instance, in [192], a clinical assessment tool for dysarthric speech was validated by comparing human-rated intelligibility scores from sentence-reading and single-word tasks, using Cronbach’s alpha to indicate internal consistency. Similarly, in [9], an objective hypernasality measure was evaluated by computing measures from two sets of elicitation materials. A Pearson correlation of approximately 0.9 demonstrated strong consistency.

2). Validity:

Validity refers to how well a speech measure captures the clinical construct it is intended to assess. In clinical speech AI, establishing validity is important for evaluating model performance and interpretability.

One commonly assessed form of validity is convergent validity, which evaluates whether a new measure correlates with existing, validated instruments targeting the same construct. For example, Rowe et al. [193] validated several acoustic speech measures for ALS, such as syllable duration ratios, variability in timing, and F2 slope, by comparing them to expert ratings of speech coordination, consistency, and speed. High correlation coefficients supported the use of these acoustic measures in profiling motor speech deficits. In contrast, Yawer et al. [194] examined a speech-based stress detection tool by comparing its outputs to the Perceived Stress Scale [195], a widely accepted psychometric instrument. Weak correlations indicated insufficient validity for clinical application. Another example comes from Iter et al. [196], who proposed speech incoherence and tangentiality measures for assessing schizophrenia. Though initially promising, subsequent analysis by Hitczenko et al. [197] showed the tangentiality metric failed to generalize and was more strongly correlated with sentence length and demographic variables than with clinical symptoms.

These examples highlight the need for rigorous validation protocols, including diverse speech tasks, repeated measures, and multiple clinical labels. They also underscore a broader challenge: the quality of the reference standard itself. Many clinical assessments rely on perceptual ratings, which are inherently subjective and can vary by rater experience, task difficulty, and environmental factors [198]. Such variability introduces noise into the “ground truth” labels used for validation. Improving the reliability of these reference standards through standardization, improved training, or consensus methods can strengthen the foundation for validating automated measures.

B. Knowledge-driven Measure Design

For the clinical condition of interest, many valid speech measures identified in existing clinical studies can be extracted using signal-processing techniques or text analysis, which do not require use of AI or machine learning. A review by Voleti et al. summarized a range of measures derived from the acoustic and language aspects of speech to assess cognitive and thought disorders [62] (See Table II). These acoustic-based measures are not only clinically meaningful but also widely applicable across various conditions such as autism spectrum disorder in children [199], Parkinson’s disease [200], [201], [202], and Huntington’s disease [203], [204]. These are further categorized into: Prosodic measures, such as durations of pairwise voiced segments, duration of silent segments, loudness, periodicity, and non-verbal cues such as interruptions, interjections, natural turns, reflect irregularities in rhythm and timing of speech [205], [72]; Articulatory measures such as formant frequencies, vowel space area, and formant trajectories over time describe atypical movements of speech articulators [206]; and Vocal quality measures, such as jitter, shimmer, and HNR, describe the vibratory characteristics of the vocal folds. In the extraction of acoustic measures, opensource toolkits such as Torchaudio [207], Parselmouth [208], Praat [209], SpeechBrain [210], and openSMILE [188] are widely available. However, it is important to note that these tools may differ in their methodologies for extracting the same type of measure. Such differences can introduce variability in the results, making it challenging to compare across papers using different toolkits.

Many conditions affecting Conceptualization and Formulation (see Section IV) are also associated with atypical language use. As a result, speech measures can be derived from text transcriptions using natural language processing (NLP). From a language perspective, lexical diversity, which reflects unique vocabulary usage, can be calculated by analyzing the number of unique words relative to the total word count in the speech sample [211]. Additionally, the lexical and syntactic complexity of spoken sentences can be analyzed using parse trees to derive grammatical structure, with language complexity measured by statistics related to the branches of these trees [212], [213]. These language-based measures have been shown to be useful in assessing conditions related to language and cognition.

Knowledge-driven measures, particularly those validated in clinical studies, offer an initial baseline for clinical speech AI models. They are especially valuable when dealing with new clinical speech applications or rare conditions with limited data. In such cases, starting with measures that are already known to change with the condition provides a reliable baseline. These measures can be directly incorporated into speech models, offering a level of robustness and interpretability. One tradeoff is that knowledge-driven measures focus on preestablished patterns and may not uncover new or previously-unknown relationships between speech characteristics and the disease.

C. Measures from Acoustic Models

Clinical speech samples are limited across many conditions [48], [47], [214], [215]. This has motivated the use of general population data to train models that capture representations of healthy speech, which can be applied to assess various aspects of clinical speech. An example of this approach is acoustic modeling, a core component of conventional ASR systems. These acoustic models are typically trained on speech data from the general population to recognize linguistic units from short segments of speech. With a proper training setup, acoustic models can capture important articulatory information since it is well known that clinical speech conditions often manifest at the segmental level, such as distorted sounds, persistent mispronunciations, and misarticulations, cf. [216], [217].

Ideally, a poorly produced phoneme would be assigned a low probability by the acoustic model. As a result, the model’s probability outputs for linguistic units can reflect the quality of speech production. There has been broad application of probability outputs (e.g. posterior features) in clinical speech AI. In [29], given voice-disordered speech, frame-level posterior features were obtained from the ASR outputs. Statistics such as mean and standard deviation were applied to the features to derive a utterance-level representation to indicate voice quality. Experimental results showed the representation could differentiate between various severity levels of voice disorder. In [218], it was hypothesized that the variation in speech characteristics can be described by concatenated posterior outputs from multiple acoustic models from different languages. The multilingual posterior features were shown effective in distinguishing between pathological and well-produced healthy speech. In [219], speech from aphasic speakers was analyzed by comparing sequences of posterior features extracted from both a strong and a weak ASR system using a Siamese neural network. This comparison aimed to identify differences in the posterior features caused by speech impairment. The output of the Siamese network, which reflects the similarity between the two posterior sequences, demonstrated the ability to distinguish between speakers with high severity and those with low severity of aphasia. In [220], [221], phonological features that categorize phonemes based on phonology were derived from acoustic model output and used to assess intelligibility or voice characteristics in pathological speech.

With proper validation, these probabilistic outputs can serve as valuable measures for describing the target clinical construct and assessing clinical speech. The general pipeline for utilizing acoustic model outputs to derive speech measures is illustrated in Fig. 6. In this approach, a pre-trained acoustic model trained on speech from the general population is used to evaluate clinical speech samples. The outputs of these models are validated against existing clinical constructs, making it possible to reason about the relationships between model predictions and clinical conditions.

Fig. 6.

Fig. 6.

Acoustic models are trained to predict speech units (e.g. phones, phonological features, oral/nasal sounds). These output posteriors enable computation of speech measures, such as goodness of pronunciation (GoP), articulatory precision, hypernasality, etc. Once validated, they offer reliable, interpretable inputs for clinical speech AI models.

The goodness of pronunciation (GOP) score, first introduced in [222], is a notable measure of articulation based on probability outputs from acoustic models. The GOP uses the posterior probability of an acoustic model to quantify the discrepancy between a speech sound’s actual and expected realization. This measure has been widely used in computer-assisted pronunciation training (CAPT) [222], [223]. The concept has been extended to clinical speech research, where the GOP measures computed from pathological speech have been shown to correlate significantly with clinical assessments of neurological and anatomical disorders [224].

The approach in Fig. 6 can be generalized beyond GOP. For example, there are several conditions where it may be useful to assess hypernasality in speech, precision of consonantvowel transitions, place and manner of articulation in children’s speech, etc. By using domain-specific linguistic units as labels in acoustic modeling, posterior probability outputs can offer different clinical interpretations, capturing the quality of speech production from various perspectives. In [225], a recurrent neural network (RNN) was trained using MFCCs and phonological features to classify speech into 16 articulation categories based on place and manner. A distance metric was then computed from the classifier outputs to compare these classifications with those of healthy speakers, enabling an evaluation of articulation abilities in individuals with dysarthria. The derived measures were compared to perceptual ratings, revealing significant correlations for half of the classes, confirming their reliability in capturing clinical constructs. In [9], the authors introduced an algorithm to assess hypernasality in cleft speech using a model trained solely on healthy speech. They categorized English consonants and vowels into nasal and oral groups, trained an acoustic model on MFCCs, and used posterior probabilities to derive an objective hypernasality measure (OHM). The OHM demonstrated strong internal reliability, validated through the split-half method, and demonstrated significant external validity, as supported by strong inter-rater reliability on an unseen dataset.

A posterior-based measure was also designed to evaluate the fidelity of consonant-vowel transitions, which are sensitive to imprecise articulation [226], [227]. In [228], a convolutional neural network (CNN) was trained on mel-spectrogram of speech from Librispeech to classify the 20 English consonants based on the consonant-vowel segments. Once trained, an objective articulation measure (OAM) was derived from the posterior probabilities outputs. The resulting OAM showed strong correlations (0.83 for dysarthric speech, 0.66 for cleft speech, see Fig. 7) with perceptual ratings of articulation precision and speech acceptability. Saliency maps further confirmed the OAM’s focus on relevant speech regions, and it outperformed traditional measures like GOP in reliability and consistency. These validation results have demonstrated the potential of OAM being used as acoustic correlate of articulatory precision across a variety of clinical applications.

Fig. 7.

Fig. 7.

Analytical validation of a proposed speech measure. The scatter plots illustrate speaker-level OAM vs. a) perceptual ratings for dysarthric speech; b) acceptability rating of cleft palate speech. Figure reprint from [14]

Beyond using the final posterior outputs from acoustic models to design speech measures, the activation patterns of thousands of neurons in the intermediate layers of deep neural network during phone recognition can also be leveraged to create new speech measures. The study in [229] explored this approach to assess speech disorders caused by head and neck cancer. The activation values of the neurons in a trained deep neural network (DNN) were analyzed to identify those most sensitive to specific phonological features. For each feature, an Artificial Neuron-based Phonological Similarity (ANPS) score was calculated based on the activation values of these selected neurons, providing a measure of speech production quality tailored to the phonological feature in question. Visualization of ANPS score for each phonological feature allows straightforward interpretation about deficits in production of specific speech sounds (see Fig. 8). Validation revealed that most ANPS scores significantly correlated with perceptual measures of both consonant and vowel production quality, demonstrating their potential as reliable indicators of speech impairment.

Fig. 8.

Fig. 8.

Visualization of ANPS scores per consonant phonological feature (y-axis) and disordered speakers with head and neck cancer, sorted by severity (x-axis). Figure reprint from [229].

These examples highlight the broad applicability and potential of using acoustic models to derive speech measures for assessing a wide range of speech-related conditions. However, it is important to note that systems based on acoustic modeling are not equally reliable across all languages. For analyses conducted in languages other than English [230], [231], acoustic errors can occur even with flawless pronunciation, adding complexity to the analysis. This occurs due to a lack of data and necessitate caution when interpreting results in languages where the data used to train the acoustic models is sparse.

D. Modeling Perceptual and Self-reported Speech Scores

Assessment in many clinical speech applications has traditionally relied on perceptual judgments made by experienced clinicians or self-reports by patients or caregivers, focusing on constructs such as articulation precision in dysarthria [233], social communication skills in schizophrenia or bipolar disorder [234], [235], and vocal quality in dysphonia [236]. Properly trained and validated AI models hold significant potential to automate these assessments by predicting existing speechbased perceptual scales directly from speech and language data. This approach seeks to develop objective proxies for these well-validated clinical assessments, and it is also widely adopted in domains such as speech quality assessment [237]. Focusing on clinically important outcomes inherently linked to the speech signal makes the problem more tractable and enhances the likelihood of success.

1). Prediction Models Based on Speech Acoustics:

For several conditions, perceptual assessment of patient-produced speech is clinically valuable. For instance, in the assessment of dysarthria, perceptual ratings such as articulation precision and speech intelligibility, provided by trained clinicians, are important for tracking patient progress [238], [239]. Given their importance, these perceptual measures offer valuable targets for AI models. The goal of these models is to replicate how professional listeners assess clinically-relevant acoustic properties of speech directly from acoustic data. As illustrated in Fig. 9, once clinical speech data and corresponding perceptual ratings are collected, a supervised learning model can be trained to predict these ratings from the input speech. With sufficient validation, these predicted ratings can serve as reliable and objective speech measures for clinical assessment of conditions like dysarthria.

Fig. 9.

Fig. 9.

Speech recordings are rated by human listeners for clinical dimensions such as speech intelligibility, voice quality, hypernasality, articulatory precision. In parallel, objective validated measures can be computed. Pairing these ratings and/or measures with the recordings allows training a regression model to predict the scores directly from new speech inputs. This bypasses manual rating and multi-step computational pipelines.

Tu et al. [232] demonstrated this approach by utilizing a DNN to predict perceptual ratings for the objective assessment of dysarthric speech. An intermediate layer in the DNN served as an information bottleneck, which was trained to predict multiple perceptual dimensions such as nasality, vocal quality, articulatory precision, and prosody. This interpretable layer acted as a regularizer, constraining the solution space of the neural network and preventing overfitting, especially when training data is limited. Using the predicted perceptual ratings from the bottleneck layer, a shallow neural network was further trained to predict the severity of dysarthria as the diagnostic output. The predicted ratings showed strong correlations with manual perceptual ratings, achieving Pearson correlations between 0.7 and 0.8. The severity scores predicted using these predicted measures also correlated well with ground truth severity levels, with a Pearson correlation of 0.8, supporting their clinical validity. This approach was further extended by Xu et al. in dysarthric speech classification [240]. Instead of collecting perceptual labels, the authors utilized validated and computational-based measures (e.g. GOP, OHM, OAM, and cepstral peak prominence) as the prediction target, saving the laborious task of perceptual label collection. The authors applied Shapley values to explain the contribution of each clinically-interpretable measure to the assessment [241], [242]. The studies demonstrated that the use of predicted measures improved both the model’s accuracy and its interpretability.

When using human-provided perceptual labels as prediction targets, they must be carefully obtained to improve model robustness during both training and validation. For example, inexperienced listeners have been shown to assess voice quality in pathological speech differently from experienced listeners [243]. Collecting low-quality labels can lead to misleading validation results and poor performance when the algorithm is deployed in practice. To mitigate this, clinical label collection should be informed by guidance documents from professional organizations [244], [245], [121].

2). Prediction models based on language transcripts:

Transcribing clinical speech data into text data allows developers to derive NLP-based clinical measures. While NLP-based speech measures are traditionally derived from word or phrase statistics, such as frequency and types of words used, semantic relevance, syntactic complexity, etc. [62], [246], recent state-of-the-art text analysis has shifted from the statistical approach to data-driven approach. Text embeddings extracted from models such as word2vec, GloVe, and newer transformer-based models can capture semantic information from text [247], [248], [249]. The relationship between words or phrases can be reflected through their similarity (e.g. cosine similarity) computed in the embedding space. Using the similarity measure, valid and interpretable speech measures can be obtained for the analyses. The pipeline of deriving speech measures using NLP is illustrated in Fig. 11.

Fig. 11.

Fig. 11.

Using natural language processing (NLP), we can derive clinically-relevant speech measures from cosine similarities between text embeddings. These similarity scores capture rich semantic, syntactic, and discourse-level patterns in spoken language. They were shown to associate with cognitive status, neurological disorders, and mental health conditions, etc.

For example, semantic clusters and switches, which describe verbal fluency of a speaker, were measured using the cosine similarities between word2vec embeddings [250]. Semantic clusters reflect how the speaker elicits semantically related groupings of words over time, while the semantic switches measure the frequency of a person producing words that are semantically unrelated. In the assessment of early-stage psychosis, cosine similarities between adjacent pairs of word embeddings were used to derive the cluster-related semantic similarity and switch-related semantic similarity respectively. To establish the clinical validity, the measured similarities were shown to significantly correlate to the Communication Disturbances Index [251], a clinically-validated summary score used to identify disorganization in natural speech. In [252], coherence, which refers to the semantic similarity between the interconnected flow of ideas, was measured from cosine similarities between word embeddings extracted from the FastText model to assess formal thought disorder [253]. Experimental results showed that the centroid-derived coherence measures, where each word embedding was compared with the summed embeddings of previous words, achieved satisfactory correlation with the clinically validated Thought and Language Disorder (TALD) ratings performed by human annotators. In [254], to assess speech from patients with schizophrenia, coherence was measured by cosine similarity between embeddings of adjacent utterance pairs, using the word2vec model and the GloVe model. Statistical analyses showed that the coherence measures were significantly correlated to various social cognition ratings such as emotion processing, mentalizing, and attribution bias.

VII. Speech-based AI Models for Clinical Label Prediction

Once clinically relevant speech representations have been established, the next step is to use them as inputs to models that predict clinical labels. These labels may reflect diagnostic status, prognostic outcomes, disease severity, or performance on standardized clinical assessments. Clinical speech models are designed to support decision-making by providing objective, automated predictions that align with these labels.

Developing such models involves key considerations, including the volume of available training data, the interpretability of model outputs, computational efficiency during inference, and generalizability across populations and recording conditions [255]. There is also considerable flexibility in how these models are implemented. This includes variations in the number and type of speech representations used, as well as the complexity of the underlying algorithms, which range from traditional machine learning models with relatively few parameters to deep neural networks with billions of parameters.

In the sections that follow, we first review classical machine learning approaches, including linear regression, decision trees, and other parametric models. We then discuss the use of deep learning architectures in clinical speech prediction, followed by an overview of emerging applications that leverage large language models (LLMs) for clinical label prediction.

A. Traditional AI Models

Traditional AI models such as linear regression, decision trees, and other parametric models are inherently interpretable when used with validated speech measures [256]. Their decision processes are directly encoded in their parameters and structure, making them easier for humans to understand. Unlike complex models that require secondary models to approximate model behavior (e.g., LIME), these models can foster trustworthiness as they can be interrogated to reveal which measures were most influential in the decision, providing clinicians with actionable insights. Fig. 12 illustrates the pipeline of clinical model prediction based on speech measures.

Fig. 12.

Fig. 12.

Workflows for traditional AI models in clinical label prediction: low-complexity classifiers process low-dimensional inputs constructed by a small set of speech measures. Prior to clinical deployment, clinical validation is performed to systematically evaluate whether the model pipeline and the outputs address the intended clinical questions and align with the predefined clinical purpose.

Validation and explainability are generally more straightforward for simple models that rely on well-defined, construct-driven measures validated for specific conditions. For example, when predicting clinical labels for Alzheimer’s disease, focusing on a specific set of clinically understandable speech measures, such as the increased number of pauses or reduced vocabulary size, ensures the model relies on inputs grounded in prior research. Using lower-dimensional inputs also allows developers to build models that are simpler, easier to interpret, and less prone to overfitting, leading to more generalizable solutions. Furthermore, the reduced complexity of these models allows for more thorough validation, as each input feature can be individually evaluated for its contribution to the model’s predictions.

There are several examples of such models in the literature. For example, in [257], the authors develop a model for predicting forced vital capacity (FVC) from speech data collected from maximum phonation task, aiming to monitor FVC longitudinally. A 3-dimensional input comprising maximum phonation time, age and gender was constructed. A linear model was then trained to predict the FVC. Clinical validation followed to ensure the trained model addressed the intended clinical question and met the predefined context of use, i.e. longitudinal tracking of FVC. The predicted FVC showed a strong Pearson correlation of 0.8 with ground truth measures. Test-retest reliability reported an ICC greater than 0.9 in FVC obtained from repeated samples. The model’s ability to detect longitudinal decline in FVC was validated by comparing the trajectories of predicted and observed FVC, where both trajectories had similar intercepts and declining patterns (see Fig. 13). The clinical validation suggested that the maximum phonation task could be a useful surrogate for vital capacity in both research and clinical settings, while it provided evidence for the efficacy, reliability, and interpretability of the FVC prediction model.

Fig. 13.

Fig. 13.

Observed (left) and predicted (right) FVC longitudinal trajectories. Figure adopted from [24].

In [3], the semantic relevance (SemR) of transcribed speech was utilized to predict cognitive decline in speakers automatically and longitudinally. SemR quantifies the relevance of a spoken response relative to a picture description elicitation task by calculating how much of a speaker’s response refers to key concepts or elements that are expected based on the picture. The automatically-derived SemR achieved a strong Pearson correlation of 0.84 with manually-extracted SemR. The SemR also exhibited moderate to good test-retest reliability, with an ICC of 0.73 [258]. The study combined SemR with other language features to predict Mini-Mental State Examination (MMSE) scores, a key clinical measure of cognitive function. Incorporating SemR significantly boosted prediction performance, increasing the correlation from 0.38 to 0.65. To further assess the clinical relevance of the predicted scores, the study examined longitudinal trajectories of SemR for cognitively impaired speakers, where results revealed that SemR declined with age and worsening cognitive impairment, providing a clear qualitative understanding of how semantic relevance reflects cognitive deterioration (see Fig. 14). These results demonstrated a rigorous validation process for developing the automated SemR measure, which mitigate the labor-intensive task, expedite research, and enhance clinical assessment in the context of pre-clinical detection of cognitive decline.

Fig. 14.

Fig. 14.

Longitudinal plot visualizing how clinical output of semantic relevance varies as a function of age. Figure reprint from [3].

In [259], verbal memory in individuals with mental illness was assessed by two features extracted from transcribed speech: common word types and word mover’s distance (WMD). These features were used as inputs for a linear regression model to predict clinician-rated accuracy scores in story recall tasks. The predicted scores based on both human transcriptions and ASR transcriptions showed agreement, achieving a Pearson correlation of over 0.95. Additionally, the ASR-derived features alone achieved a strong correlation of 0.82 with human annotations. The trained regression model provided valuable insights into the influence of each feature. The coefficients for common word types and WMD were 0.15 and −0.54, respectively. This means that a higher frequency of common word types was associated with better accuracy in story recall tasks, while a higher WMD (indicating greater divergence between the recalled and original text) was linked to lower accuracy. These findings validated the model’s predictive power and offered interpretable insights into how each input affects the prediction outcome. They also demonstrated the feasibility of using speech technologies for frequent verbal memory assessments in psychiatric clinical monitoring.

While the above examples mainly used linear regression models as the clinical label prediction, other nonlinear models such as decision tree (DT) are also popular due to their inherent interpretability. For instance, expanding a trained DT reveals how each input feature contributes to the hierarchical decision-making process. In [260], speech intelligibility, computed by word recognition rate (WRR), was used to classify speakers into different severity groups. The trained DT visually illustrated how WRR thresholds were used to split speakers into severity categories, providing insights into the decision process. In [261], part-of-speech (POS) measures extracted with NLP techniques were used to assess speakers with primary progressive aphasia (PPA). A random forest classifier was trained to classify speakers into PPA subgroups. By analyzing feature importance from the trained RF, the study identified key POS measures for distinguishing between nonfluent PPA, logopenic PPA, and semantic PPA. Specifically, the noun-to-adverb ratio, count of determiners, and count of nouns emerged as the most important measures for classification.

The selected studies reviewed above highlight how simple AI models, paired with expert-designed low-dimensional inputs, can effectively address some clinical tasks while also enabling interpretation.

B. Deep Learning Models

In Section VI we reviewed how deep learning can extract clinically relevant measures from traditional spectral features. Similarly, recent research has applied deep learning to uncover abstract, latent, and complex relationships between speech inputs and clinical labels. These studies focus on identifying neural network architectures to improve prediction performance. For example, in [262], speech extracted from 3-second sustained vowel samples was used to train a classical feedforward network (FNN) for a binary classification task that detects voice disorders. The paper demonstrated that FNN outperformed traditional classifiers such as Gaussian mixture models (GMM) and support vector machines (SVM). More recently, research has progressed towards adopting deeper architectures from advancements in other domains, such as computer vision, to enhance prediction performance in clinical speech AI tasks. In [263], a CNN was used to classify intelligibility levels in dysarthric speech, outperforming FNNs. The study highlighted the importance of configuring CNN kernels to jointly process time and frequency information, which was more effective than handling these domains separately. In [264], a CNN combined with long short term memory (LSTM) network was used to classify patients with ALS, Parkinson’s disease, and healthy controls using spontaneous speech, DDK tasks, and sustained phonation. The LSTM’s ability to process long temporal sequences of frame-level features complemented the CNN’s strength in capturing local patterns, resulting in robust performance. Similarly in [265], a bidirectional LSTM (Bi-LSTM) was used to classify different types of voice disorders, further underscoring the utility of recurrent architectures in handling sequential speech data.

There has been a significant interest in the use of transformer-based speech foundation models, such as Wav2Vec2.0, HuBERT, and WavLM, across a wide range of speech-related tasks. These models are pre-trained in a selfsupervised manner on thousands of hours of speech data, enabling them to capture complex latent patterns in speech signals. Studies have demonstrated that when these foundation models are paired with a simple back-end model, e.g. FNN, fine-tuning the entire system with small data (e.g., as little as 10 minutes of speech for ASR [151]) can lead to substantial improvements in downstream task performance. This approach is particularly appealing here as clinical speech datasets are often limited in size. This model pairing has been successfully fine-tuned for a variety of clinical tasks, including pathological voice classification [266], voice disorder detection [267], stuttering classification [268], and dysarthria detection [161].

Many clinical AI models, particularly those based on deep learning to predict clinical labels, often exhibit a “blackbox” nature, making their decision-making processes difficult to interpret. This can pose significant challenges in clinical applications where interpretability is important for fostering trust with clinicians [269]. There are various model interpretation techniques proposed to interpret the decision mechanism behind these models. For example, many advanced speech models are integrated with the attention mechanism [270]; the visualization of attention is a common approach to understand which segments are prioritized by the trained model to make the prediction. For example, in [271], the attention was visualized to verify whether the speech segments of interest are utilized to predict perceptual evaluation of speech quality. Another popular interpretation approach is based on analyzing the gradient of the predicted class. The gradient measures how sensitive the model’s output (e.g. predicted clinical score or the probability of the predicted class) is to changes in the input. The key idea is that input features with the largest gradient magnitudes are the most influential for the model’s decision. For example in Parkinson’s disease prediction from speech [272], the gradient visualization demonstrated that the trained model utilized high-frequency regions for the detection, potentially reflecting attention to certain phones in elicited speech. Similarly, the gradient analysis was used in [228] to analyze the spectral properties of consonant-vowel that impact articulatory precision. Fig. 15 illustrates the saliency maps produced by the CNN-based acoustic model while analyzing consonant-vowel (CV) speech segments from both a control speaker and a speaker with dysarthria. Due to the clinical condition, the same CV sequence was articulated differently, and the saliency maps emphasized regions where articulation difficulties were evident. In Fig. 15(d)-(e), the substitution error involved voicing contrasts, as indicated by the model’s attention to the low-frequency spectrogram regions. Fig. 15(f) further confirmed that the CNN primarily focused on low-frequency components when processing these CV segments. In Fig. 15 (g)-(h), the substitution error was distinguished by the continuous turbulent airflow, Fig. 15(i) showed the model’s focus shifted to high-frequency regions associated with this turbulence, demonstrating that the trained acoustic model processed co-articulated segments as intended.

Fig. 15.

Fig. 15.

An example of utilizing saliency maps to explain how a CNN acoustic model processes consonant-vowel speech segments produced by the control speaker and the dysarthric speakers [228]. (a), (d) and (g) illustrate the speech signals. Their time-frequency representations are illustrated in (b), (e), and (h) respectively. The saliency maps produced by the CNN are depicted in (c), (f), and (i). Figure reprint from [228].

On the other hand, some studies utilize Shapley values [241] for interpretation, which aim to highlight the importance of individual input parameters in the model’s predictions. This is particularly useful when the deep learning models are used for clinical label prediction. For example in the task of speechbased dysarthria detection, Xu et al. [240] utilized the Shapley values to demonstrate that articulation measures were more important than voice quality measures in the model’s decision making. Similarly in the task of detecting Parkinson’s disease [273], the Shapley value analyses showed that the mean, standard deviation of the counted voiced segment were most important for the task. In particular, the Shapley values indicated that larger standard deviation of voiced segment length pushed the prediction towards healthy speech, whereas lower standard deviation pushed the prediction toward Parkinson’s disease. There are also other interpretation methods such as the Local Interpretable Model-agnostic Explanations (LIME) [274], where a simpler, interpretable model is constructed to approximate and visualize the decision boundaries of more complex deep learning models. It has been applied to the task of predicting arousal and valence from speech [275], synthetic speech detection [276], detecting dementia from speech transcripts [277], etc.

Recent efforts in deep learning have focused on designing models that inherently integrate interpretability. One promising approach is the neural additive model (NAM) [278], which combines the ability of DNN to capture complex data-label relationships with the interpretability of generalized additive models. By visualizing the learned shape functions between individual inputs and outputs, NAM provides clearer insights into how specific features influence predictions. For example, in [279], the NAM was used to classify Parkinson’s disease based on voice-related speech measures. As shown in Fig. 16, the model revealed that higher values of jitter, shimmer, and standard deviation in F0 were associated with an increased risk of disease, offering both predictive accuracy and interpretable results.

Fig. 16.

Fig. 16.

Visualizing learned shape functions in NAM to demonstrate how F0 measures are used to predict risk of Parkinson’s disease in male speakers. The red bands indicate normalized data density (with darker shades representing higher density), while the solid blue line shows the averaged curve derived from models across multiple cross-validation runs. Figure reprint from [279].

While the above model explanation techniques can offer valuable insights, such as confirming whether a trained model focuses on task-relevant speech segments, they are ultimately approximations rather than true reflections of how the model functions [256]. Moreover, the explanations they generate can be sensitive to the specific data used during interpretation, leading to inconsistencies or even conflicting conclusions [280]. This indicates the need for caution when applying interpretability techniques in clinical speech AI, given the high-stakes nature of the application. These limitations further emphasize the value of interpretable-by-design models, in which the inputs are individually validated and clinically interpretable, and the model structure is kept simple to facilitate transparent understanding of its decision logic.

C. Large Language Models (LLM)

Natural language plays an important role across the clinical domain, supporting everything from note-taking and documenting patient histories to generating diagnostic reports, aiding decision-making during consultations, and facilitating patient–provider communication. The growing accessibility of large language models (LLM), such as GPT-5 [281], Gemini [282], Llama [283], Mistral [284], etc., has therefore found application across various clinical use-cases. Their potential has been showcased in applications such as assisting surgical preparation [285] or analyzing computed tomography (CT) reports to extract oncologic phenotypes and retrieve critical clinical information [286], etc. Even though simple prompting to guide LLM behavior [287], these models were shown to outperform traditional AI approaches, particularly in zero-shot or few-shot scenarios with limited clinical data [288].

In clinical speech AI, there have been initial attempts to use LLMs for classification based on diagnostic labels. Given a transcript of a patient’s speech and an appropriate prompt, the LLM is instructed to produce a specific type of output, such as a diagnostic label, symptom summary, or risk assessment. For example, in assessing cognitive impairment based on transcribed speech, Wang et al. evaluated GPT-based LLMs for primary screening of MCI in a cohort of 174 participants from the DementiaBank database [289]. By prompt-tuning GPT-4 with carefully crafted text prompts, the study reported promising accuracy in distinguishing between individuals with normal cognitive function from those with MCI in the held-out test set. In [290], the LLMs were instructed to rate several macro-descriptors of Alzheimer’s disease, such as cohesion, lexical diversity, etc. These ratings were used to further construct an interpretable, low-dimensional vector to train a classifier to detect the presence of disease. For depression detection from speech [291], acoustic landmarks of speech were extracted and combined with speech transcripts to enrich the text data. The LLM was then fine-tuned by low-rank adaptation (LoRA) [292] on the enriched transcripts to enhance detection performance. In [293], LLM-based classifiers were trained to predict if an erroneous ASR transcript preserves the meaning in disordered speech. Experimental results showed that using LLMs delivers performance that is closest to human evaluation compared with other models. These examples have demonstrated the broad potential of applying LLMs in various clinical settings, ranging from lower stake tasks such as assessing the meaningfulness of transcripts and speech rating extraction, to higher stake tasks such as direct diagnostic label prediction.

D. Enhancing Model Robustness

Although increasing the size and diversity of clinical speech datasets is one of the most effective ways to improve model robustness and generalizability, such data collection efforts are often resource-intensive, time-consuming, and constrained by clinical protocols. As a result, a range of complementary strategies have been developed to enhance model performance in the presence of real-world variability. These include data augmentation techniques that simulate diverse acoustic conditions, regularization methods that improve embedding consistency and reduce overfitting, and domain adaptation approaches that facilitate generalization across datasets with differing characteristics.

Even without the need to collect additional data, several strategies have been developed to improve the resilience of clinical speech AI models to data variability. In [294], data augmentation techniques were used to train deep learning models for the automatic assessment of dysphonic speech (see Fig. 17). By simulating noisy factors unrelated to vocal quality, such as adding background noise to mimic different environments, applying impulse responses to simulate room reverberation and microphone effects, and randomly shifting the pitch to represent speech from unseen speakers, the models were better equipped to handle variability. These augmentation methods, widely adopted in speech recognition, speaker verification, and other clinical tasks [72], [295], [296], [297], [298], significantly improved model accuracy, particularly in cross-corpus evaluations.

Fig. 17.

Fig. 17.

Data augmentation can be applied to enhance clinical speech models’ noise robustness. Figure reprint from [294].

Another challenge in training deep learning models is the tendency to produce correlated embeddings, which leads to inconsistent model performance across datasets. Regularization techniques have been introduced to address this issue by reducing the model’s over-reliance on correlated features, thereby improving the consistency and repeatability of embeddings. In [299], a regularization term based on the intra-class correlation coefficient (ICC) was incorporated during DNN training. This approach minimized variability within each class, resulting in more repeatable embeddings and enhanced performance in tasks like speaker verification, zero-shot voice style conversion, and dysphonic speech detection. Other approaches directly tackle the co-linearity by modifying batch normalization [300], designing decorrelation-aware objective functions [301], or introducing dedicated regularization terms [302]. In the context of clinical speech tasks, such as dementia speech assessment using NLP, a regularization scheme was applied to fine-tune pre-trained BERT models [303]. By increasing variance and limiting covariance in each embedding dimension, this approach reduced the false alarm rate and improved the precision of severity score predictions compared to human ratings. Domain adaptation techniques further enhance model generalization across datasets. Methods like adversarial learning and fine-tuning on target domain data enable models to adapt to new environments by learning features invariant to domain shifts [304], [266], [305], [306]. This is particularly valuable in clinical settings, where data often comes from diverse real-world environments with varying recording setups and speaker populations.

E. Post-deployment Monitoring of Clinical Speech AI Models

The rigorous analytical and clinical validation during inhouse development establishes the evidence that the model is reliable and valid. As an additional layer, post-deployment monitoring in real-world settings is vital to reveal the model’s true clinical utility, such as its impact on patient outcomes, ensuring ongoing credibility and enabling refinements as needed. A recent report by the U.S. FDA highlights a tenfold increase in approvals for AI-embedded medical devices from 2018 to 2023 [307]. To ensure their long-term reliability and safety, continual post-deployment monitoring is essential. Studies reveal that pre-deployment evaluations often fail to predict long-term performance. An analysis of 32 datasets across four modalities found that 91% of deployed AI models experienced performance degradation over time [308]. In [309], AI models for early sepsis detection generated 43% more alerts during the COVID-19 pandemic due to unforeseen domain shifts in data. Similarly, in [310], an auto-segmentation model for cancer radiotherapy showed declining performance three years postdeployment.

Speech-based AI systems are also vulnerable to postdeployment degradation, especially when environmental conditions, patient populations, or recording equipment differ from those used during model development. For instance, [311] found that off-the-shelf ASR systems, such as Google Speech and OpenAI Whisper, performed poorly in noisy classroom environments, yielding high word error rates in naturalistic small-group conversation. Similar challenges are likely to arise in clinical speech applications, where changes in microphone types, recording settings, or patient demographics may reduce model accuracy over time if not continuously monitored.

The discussion above highlights general challenges associated with deploying AI tools in healthcare, many of which directly apply to clinical speech AI. Pre-deployment evaluations, typically based on curated test datasets, are insufficient to account for the full range of real-world variability. A finite test set cannot anticipate every possible domain shift or unforeseen condition encountered post-deployment. To address these challenges, strategies for ongoing performance monitoring are critical. Leveraging insights into factors that contribute to model degradation, such as domain shifts, data drift, and environmental changes, can help maintain model reliability over time. A major cause of performance decline post-deployment is data distribution shift, which can result from changes in the data collection process, software updates, input demographics, or other factors [312]. For instance, variations in algorithmic implementation between software versions may alter speech features, ultimately affecting model outputs. Distribution shifts may also arise from revisions or unexpected changes in speech data collection protocols [313]. Even changes in background noise conditions can significantly impact model reliability. Some of these shifts can be automatically tracked and mitigated. For example, software versioning can flag changes in system configuration, while background noise monitoring before data collection can alert users to environmental conditions that may affect model performance, recommending adjustments like relocating to a quieter space.

Other changes in input data distribution, such as demographic shifts in patient populations, are more challenging to address. For instance, the inclusion of new dialects or speech patterns not represented in the training data can significantly alter the distribution of speech features, making the model less reliable for certain populations. All of these differences contribute to domain shifts, increasing the disparity between the data used in training and the conditions encountered in deployment, ultimately affecting the reliability of model outputs. Recent studies in AI-driven diagnostics have demonstrated that existing models exhibit performance gaps across different demographic groups. For instance, in medical imaging research, the performance gap between demographic groups in diagnosing various cancer types ranges from 3% to 16%, as seen in studies of pathology models across patient populations with varying ethnic backgrounds [314]. Similar biases have been reported in clinical speech AI of mental health issues, where models underperform for certain demographic groups [315]. To address these biases that arise after the implementation of the model, a feedback policy can be beneficial for users to report problematic model behavior that allows developers to backtrack the relevant component of the model development pipeline [313] (refer to Fig. 3). In addition, statistical approaches which perform timely and automatic monitoring of model performance can also be used [316], [317].

For model developers, it is essential to routinely validate clinical models after hardware or software upgrades. New efforts are also emerging to support continuous model development post-deployment. Algorithms that can automatically detect distribution shifts and alert developers of potential performance declines [318], [319], or even automatically recalibrate models to adjust for the new data [320], [321], will be key to ensuring ongoing model reliability in clinical environments.

The reliability and validity framework for input speech measures, as discussed earlier (see Section VI-A), is also applicable in the model post-deployment. By continuously applying the same measurement-theory criteria to incoming clinical speech data, it becomes possible to monitor whether upstream factors (ranging from data distribution shifts to hardware changes or environmental alterations) are causing input measures to fall outside the boundaries in which they were originally shown to be reliable and valid (see Figure 5). Such ongoing measure-level monitoring facilitates early detection of model degradation but also enables targeted rootcause analysis.

VIII. Ethical, Privacy and Security Considerations in Clinical Speech AI

The safe deployment of clinical speech technologies brings forward new ethical, privacy, and security challenges. Issues like biased decision-making processes, security risks of AI models, and leakage of patient information can lead to harmful consequences for individuals.

An important ethical concern in clinical speech AI is the potential for biased decision-making stemming from homogeneous data collection. Insufficient demographic diversity in speech data can introduce bias into trained AI models [322]. It is known that speech characteristics are influenced by biological and socio-cultural factors. For example, F0 and formant frequencies vary between genders, [323], age groups [324], and lifestyles [325]. Articulation rate, pausing, and phrasing also differ across dialects [326], [327]. Ignoring these differences during data collection can result in models that perform well only on certain socio-demographic groups, leading to biased outcomes in applications like speech recognition and speaker recognition [328], [329]. In clinical contexts, similar biases during data collection, analytical validation, and/or clinical validation can compromise the accuracy of assessments. A recent study revealed that 71% of training data in published clinical AI models targeting American English patients came from just three states - California, Massachusetts, and New York - omitting data from the remaining states [330]. Such skewed representation can lead to inaccurate results for test subjects outside the specific populations included in the training data.

Open-sourcing clinical speech data and algorithms can raise new concerns due to the sensitive nature of the underlying information. Clinical datasets may contain identifiable health-related speech patterns, and the high clinical value of derived models makes them attractive targets for adversarial exploitation. Without appropriate safeguards, releasing these resources can expose systems to a range of cybersecurity threats that compromise both patient privacy and model integrity. For example, training speech data can be poisoned, significantly manipulating model behavior even when only a small portion of labels are altered [331]. Techniques such as active learning and knowledge distillation can be exploited to steal information from the original model, including hyperparameters, learned parameters, and model behaviors [332]. Once confidential information is compromised, attacks such as adversarial attacks, model inversion, and membership inference become possible [333]. Adversarial attacks involve injecting hand-crafted noise signals into the original input without being detectable by humans, misleading or manipulating the model’s decision-making process [334], [335]. In the clinical setting, such attacks could produce distorted speech representations and misleading clinical scores, leading to misallocation of resources, monetary waste, and significant threats to patient health, including delayed or invalid treatment and worsened symptoms. Model inversion attempts to reconstruct speech data from model parameters, potentially leaking patient privacy information during the process [336]. On the other hand, membership inference attacks determine if an AI model was trained on a specific data sample, exploiting the model to reveal the identity and related information of speakers in the training dataset [337]. These threats necessitate that algorithm developers incorporate robust detection and prevention strategies against such attacks in clinical speech AI.

These challenges have been the focus of research developments on voice anonymization methods in speech technology research [338], [339]. Anonymization refers to the goal of suppressing personally identifiable information in the speech signal, while preserving other attributes such as linguistic content and speaker intent. This ensures that the speech can still be used for analysis or system interaction without compromising privacy. Recent approaches to voice anonymization include voice conversion [340], where one speaker’s voice is transformed to sound like another speaker; and disentangled representation learning [341], which aims to separate the identifiable characteristics of the voice from its other features, allowing for selective suppression of speaker identity.

Speech carries clinically rich information, and our daily interactions with mobile devices leave extensive footprints of our health status. Recent clinical studies have utilized publicly available social media data for developing clinical applications. For example, users’ text data on Twitter has been used to detect depression [342], and speech data from YouTube has been employed to develop clinical AI models for evaluating oral cancer speech, dysarthria, and dementia [343], [344]. Speech recordings from celebrity publicly known disease were analyzed to showcase the potential of using speech changes as a function of disease progression [345]. While publicly available data offers cost-effective opportunities for algorithm developers and researchers, they also pose new risks such as the quality of speech data and the reliability of labels. Claims about users’ health statuses might be made without their consent. Analyzing high-profile public figures without consent can lead to the widespread dissemination of false narratives regarding their health conditions, potentially causing social and political crises beyond the control of researchers and clinicians.

The ethical, privacy, and security considerations in clinical speech AI are multifaceted and require comprehensive attention. To enable large-scale clinical research commercial applications, while protecting sensitive health data, robust collaboration between academia, industry, and regulators is essential. Recent initiatives demonstrate promising frameworks for ethical data collection and distribution. For example, the Speech Accessibility Project (SAP) [346] represents an advancement, collecting transcribed English speech from individuals with speech disabilities while explicitly allowing both research and commercial use, addressing the key limitation of research-only restrictions in the past efforts. SAP’s consent process ensures participant privacy through confidentiality measures, including protections against re-identification and the right to withdraw data. This approach has already improved commercial speech recognition systems, with Microsoft’s Azure AI Speech Service showing 18-60% accuracy gains across disability types [347]. Similarly, the Bridge2AI-Voice consortium [348] is compiling an ethically sourced clinical voice dataset, currently comprising 400+ speakers and 20,000+ recordings. The project uses privacy protections, removing all HIPAA Safe Harbor identifiers and excluding sensitive audio content while preserving non-identifiable static features for research.

IX. Discussion

As clinical speech AI moves from pilot studies to real-world applications, the field is presented with a new set of challenges. This paper has reviewed the end-to-end components of a technical pipeline for developing clinically valid, reliable, and interpretable speech-based AI systems. We highlight that designing such systems requires more than optimizing features or fine-tuning models; it requires alignment between clinical goals, speech task design, data acquisition protocols, model architecture, and validation strategies. In this discussion, we examine several cross-cutting challenges that shape this pipeline and outline opportunities to advance the field toward more robust and clinically actionable systems.

A central theme throughout the technical development process is the tension between flexibility in model and representation design and the need for rigor, transparency, and alignment with clinical practice. Decisions about how to frame a clinical problem, which speech representations to use, and what model complexity is warranted can all influence whether systems generalize across settings, remain interpretable to clinicians, and ultimately prove useful in practice. Despite encouraging performance reported in many studies, recurring patterns of overoptimism, ill-defined contexts of use, and a lack of prospective validation raise questions about real-world readiness of this technology.

At the same time, recent innovations in machine learning, particularly in LLM and spoken language models (SLM), present promising tools for scaling and enriching clinical speech pipelines. These models offer new capabilities for extracting high-level linguistic and acoustic features, but they also require careful adaptation to clinical constraints. Across the sections that follow, we discuss how the field can confront current limitations while embracing these new opportunities.

A. Usability of Clinical Speech AI

Empirical insights into the usability of clinical speech AI remain limited. It is a critical barrier to real-world translation. Researchers are encouraged to incorporate such usability considerations and user feedback during model development and deployment. For instance, Ahmed et al. [349] integrated a clinical speech model with an interactive mobile therapy game for childhood apraxia of speech (CAS). The survey showed that both children and speech-language pathologists provided high ratings on a 5-point Likert scale. A follow-up longitudinal study [350] further demonstrated notable improvements in speech outcomes and therapy engagement among pediatric patients. Roesler et al. [351] created a cloud-based conversational platform for early speech-based MCI detection, where user-experience surveys indicated that 90% of participants experienced strong engagement and satisfaction. More recently, Xu et al. [352] introduced a clinician-centric evaluation framework to address the gap between model interpretability and clinician trust. It simultaneously measures algorithmic performance, cognitive/professional workload, and perceived reliability using established healthcare usability scales. These efforts have highlighted an emerging research direction in clinical speech AI, that focuses on transforming validated models into practical, user-centered tools for routine clinical applications.

B. Overoptimism in Clinical Speech AI

Although high diagnostic performance is often reported in published studies, growing evidence has led researchers to question the reliability of supervised AI approaches for predicting clinical labels. For instance, studies in neuroimaging have shown that disease prediction models frequently report inflated accuracies that correlate negatively with sample size, suggesting overfitting and limited generalizability [353], [354]. Similar patterns have been observed in clinical speech AI. A meta-analysis of 59 speech-based classifiers for Alzheimer’s disease detection found a negative correlation between reported accuracy and dataset size [49] (Fig. 18), a trend that runs counter to expectations based on learning curve theory. Well-trained models should exhibit increasing accuracy with larger sample sizes, following a predictable power law relationship [50].

Fig. 18.

Fig. 18.

The negative association between reported accuracy and sample size for two types of classification problems across three meta-analyses. AD = Alzheimer’s Disease; CI = Other forms of cognitive impairment [49].

Several factors contribute to the inconsistencies observed in reported model performance, most notably data leakage and publication bias. Data leakage, where a model inadvertently accesses information from the test set during training, remains a critical concern in machine learning evaluations [52]. Notably, leakage can occur even without explicit training on test data; repeated use of the same test set during iterative development cycles may lead to implicit overfitting, as models gradually become tuned to the evaluation data. Furthermore, the flexibility afforded to developers in modeling choices can result in substantial variability in outcomes, even when the same dataset and research question are used. For example, a recent study involving 46 independent research teams analyzing the same dataset yielded notable variability in models and reported effect sizes [51]. Together, these findings highlight pervasive overoptimism in current approaches to clinical speech AI development.

C. Defining An Appropriate Context of Use

An important but often overlooked challenge in clinical speech AI development is clearly defining the context of use before data collection or model training begins. Many existing systems rely on supervised learning to classify speech into binary categories (e.g., “healthy” vs. “disease”) or to estimate severity from isolated speech samples. While this approach offers practical advantages particularly in label acquisition, it often reflects a narrow framing of the clinical problem and can limit the potential utility of the resulting models.

As outlined in [12], clinical speech AI has the potential to support a wide range of use cases beyond binary classification, including use of speech as a clinical endpoint, non-specific risk screening, monitoring for relapse or disease progression, and integration in digital therapeutics. Each of these applications entails different requirements for data, labels, and modeling approaches. Failing to define the intended use case early in the development process can lead to wasted resources, poor generalizability, and limited clinical relevance. Broadening the scope of clinical speech AI use cases introduces new design requirements for data collection protocols, model architectures, and evaluation metrics, ultimately supporting the development of systems that are more robust, generalizable, and clinically actionable.

D. Transitioning from Speech Features to Clinically-meaningful Speech Measures

Rather than relying on features that have performed well in other speech applications, clinical speech AI should begin with clinically relevant speech constructs and systematically operationalize them into measurable biomarkers of speech [355]. This approach strengthens construct validity, enhances interpretability, and ensures that models are aligned with the cognitive, linguistic, or physiological functions impacted by a given condition. Measures grounded in well-defined constructs also support clearer clinical oversight, facilitate error detection, and promote trust in model outputs.

Unlike traditional features derived primarily from engineering intuition or repurposed from other domains, clinically meaningful measures must be designed and validated in collaboration with domain experts [12]. Clinician involvement should extend beyond data labeling to include the identification of relevant constructs, the design of tasks that elicit appropriate speech to measure those constructs, and the validation of corresponding measures.

Importantly, this emphasis on construct-driven measures does not preclude the use of state-of-the-art models in clinical speech AI. Instead, it challenges researchers to use such models creatively and purposefully, especially when clinical data is limited. For example, deep learning models trained on healthy speech can be used to derive representations that operationalize constructs such as consonant-vowel transition fidelity or hypernasality [228], [9], which can then be applied and validated in clinical populations. As the scale and richness of labeled clinical data increase, the complexity of the models used to define, refine, and apply these measures can also grow.

E. Starting with Simpler and Interpretable Predictive Models

In parallel with efforts to develop clinically meaningful and interpretable input measures, another key consideration in clinical speech AI is the choice of modeling approach. A longstanding tension in the field involves balancing predictive performance with model interpretability. Conventional wisdom assumes that interpretable, low-dimensional models come at the cost of accuracy. However, recent work challenges this trade-off, suggesting that with structured and clinically relevant data, simpler models can perform comparably to more complex alternatives [256]. This view is supported by the Rashomon set argument, which posits that when many models achieve similarly high accuracy on a task, at least one of them is likely to be interpretable. In such cases, it may be both possible and preferable to select a simpler model that maintains performance while offering greater transparency, especially in high-stakes clinical contexts.

This emphasis on interpretability is particularly important in clinical speech AI, a nascent field characterized by limited labeled data and strong regulatory and clinical oversight requirements. In many applications such as diagnostic support or risk stratification, model decisions must be understandable to clinicians, auditable by regulators, and justifiable to patients. Simple models trained on well-defined, interpretable speech measures offer transparency, are easier to debug, and enable more effective collaboration with clinical stakeholders. They are also less prone to overfitting when data is scarce and can be updated or re-validated with fewer resources.

As larger and more diverse datasets become available and modeling goals evolve, researchers can gradually introduce advanced techniques (e.g. fine-tuning foundation models) when justified by task complexity and supported by available data and infrastructure. However, given the current lack of established clinical impact in this space, simpler models should first demonstrate clear utility in real-world settings. Their success can help build the case for investment in data collection, enabling more complex approaches and providing a validated foundation on which to layer additional model sophistication.

F. The Importance of Prospective Validation

For clinical speech AI to have real-world impact, retrospective validation alone is insufficient. While cross-validation on historical datasets can demonstrate initial promise, it does not capture the variability and complexity of real-world clinical deployment. Prospective validation - testing a fully developed model on newly collected real-world data - is essential to assess generalizability, identify hidden biases, and confirm clinical utility.

The V3 framework which includes verification, analytical validation, and clinical validation, offers a structured approach for evaluating models from signal acquisition to clinical decision-making [123]. While most current studies focus on retrospective analytical or clinical validation, prospective validation is the only step that tests whether a model remains robust under true deployment conditions, where microphones, environments, patient populations, and workflows vary over time and across sites. Prospective validation also ensures that model outputs remain meaningful and actionable when used by clinicians and patients, not just in carefully curated datasets. For speech-based systems, which are especially sensitive to recording conditions and speaker variability, prospective evaluation can uncover failure modes that are invisible during development.

While prospective validation is often treated as a post hoc evaluation step, it also opens up important and underexplored opportunities for engineering-driven research. For example, pre-deployment simulation of real-world variability, such as differences in microphones, environments, or speaker behavior, can help stress-test model robustness before rollout. Models can also be trained to explicitly account for metadata (e.g., device type, background noise levels, location), in order to improve their adaptability to deployment conditions. Additionally, developing proxy tasks or synthetic benchmarks that correlate with prospective performance would allow researchers to detect potential failure modes early, reducing reliance on resource-intensive clinical trials. There is also a need for realtime monitoring tools to detect model drift during deployment, as well as lightweight validation platforms that enable rapid, low-cost prospective testing in diverse populations.

G. Opportunities for Large Language Models and Spoken Language Models in Clinical Speech AI

One of the promising opportunities for LLMs in clinical speech AI is their ability to operationalize complex linguistic constructs that are otherwise difficult and time-consuming to annotate manually. For example, referential cohesion - the ability to maintain consistent reference to people or things throughout a narrative - is recognized as a useful linguistic marker of cognitive-linguistic decline in Alzheimer’s disease [102]. Yet, it is challenging to use in practice because its annotation requires detailed linguistic analysis, often by experts. LLMs, with their strong contextual language understanding and instruction-following capabilities, offer a new pathway for automating the extraction of such high-level discourse features from transcribed speech. This perspective offers a new dimension of exploration for developing construct-aligned speech measures.

More broadly, the emergence of LLMs and spoken language models (SLMs) - models trained to perform tasks directly on audio inputs via natural language instructions - presents a rich design space for clinical speech AI. These models can be prompted to perform specific analytic or diagnostic tasks using either transcribed text or raw speech signals, opening the door to multimodal pipelines that integrate acoustic and linguistic features. Adapter-based architectures [356], [357] further enhance flexibility, allowing researchers to bridge pretrained speech encoders with LLMs in modular systems that can assess constructs such as prosody, fluency, or lexical richness. While current limitations such as prompt sensitivity, input inconsistency, and limited multilingual performance present real challenges [288], [358], [359], they also represent opportunities for methodological advances in this space.

H. Regulatory Approval for Clinical Speech AI

A major challenge for AI technologies in healthcare is the persistent lack of regulatory approvals in the field’s rapid evolution [360]. Clinical speech AI faces the same problem. The growing availability of open-source tools, pre-trained models, source code, and datasets has dramatically lowered the barrier to development, enabling anyone to create the release these models without any regulatory approval. As a result, unapproved and inadequately validated models can proliferate widely, and their unsupervised deployment in clinical settings carries substantial ethical, safety, and clinical risks.

Mutual alignment between developers and regulatory bodies is essential to mitigate risks and accelerate safe translation. For example, Liss and Berisha [355] detailed the successful development and validation of an articulatory precision biomarker for ALS that earned FDA Breakthrough Device designation. This derived from the Healey ALS Platform Trial at Massachusetts General Hospital, which performed a prespecified analysis of a set of speech measures. It showed that participants taking pridopidine had improvements in speech measures compared to those taking placebo [361]. This result led to the decision to pursue a Phase 3 clinical trial of pridopidine in ALS [362]. On the other hand, multiple clinical speech AI startups are now routinely partnering with academic and clinical institutions to conduct prospective clinical trials prior to pursuing regulatory clearance for medical applications. These approach represents the practice and standard for responsible development. As emphasized by Mennella et al. [360], robust and adaptive governance frameworks are critical for fostering trust and enabling successful implementation of AI in healthcare. When developers rigorously follow regulatory-compliant roadmaps, regulatory agencies should reciprocate by expediting review of these high-quality submissions. This positive feedback loop accelerates the availability of validated, trustworthy tools in clinical practice.

X. Conclusion

This paper has presented an end-to-end overview of the components involved in developing clinical speech AI systems. Given the clinical stakes, this domain requires approaches that are tailored to specific populations and applications - balancing predictive performance with clinical interpretability and validity. We reviewed the mechanisms of speech production as a foundation for identifying relevant biomarkers, emphasizing the importance of selecting elicitation tasks that are appropriate to both the target condition and the patient population. Standardized data collection protocols were discussed as essential for ensuring consistency and data quality across sites and studies.

Selecting the right speech representation is among the most important design decisions in AI. We outlined the complementary roles of traditional spectral features and deep learning–based embeddings. Clinically derived speech measures offer a promising direction for bridging model performance and clinical utility, though their adoption depends on rigorous validation to establish both reliability and construct alignment.

We examined the progression of predictive modeling strategies - from conventional machine learning to deep neural networks and emerging large language models. This highlights the diagnostic potential these tools offer, as well as the new challenges they introduce in terms of validation, transparency, and deployment in real-world clinical workflows. Ethical considerations, including bias, security risks, and potential misuse, point to the need for stronger coordination between researchers, developers, and regulators to ensure safe and equitable use.

The paper also identified several key opportunities for advancing clinical translation. These include improving the transparency of performance reporting, better defining contexts of use, increasing the adoption of prospective validation, and addressing the trade-offs between model complexity and interpretability.

Taken together, this overview is intended to serve as a technical reference and a foundation for advancing the field. Realizing the full potential of clinical speech AI will depend on sustained collaboration across disciplines, careful attention to clinical realities, and the development of trustworthy tools that integrate seamlessly into healthcare delivery.

Fig. 10.

Fig. 10.

An example of inserting an interpretable DNN layer (highlighted in blue) that contains predicted perceptual measures of speech. W1 is responsible for predicting speech measures given input X . W2 is responsible for performing clinical diagnosis based on the predicted measures y1. Figure reprint from [232].

TABLE II.

Illustrative examples of knowledge-driven speech measures for assessing cognitive and thought disorders. They are also applicable to broad conditions impacting Conceptulization, Formulation, and Articulation. Table revised from [62].

Category Subcategory Examples of Measures or Methods Used
Acoustic Prosody Temporal (pause rate, speech rate, pairwise voiced durations, etc.)
Fundamental frequency variation (F0)
Loudness variation
Spectral Formant trajectories (F1, F2, F3, etc.)
VSA Spectral centroid
MFCC statistics
Vocal quality Jitter, shimmer
Spectral slope
Harmonic-to-noise ratio (HNR)
Cepstral peak prominence (CPP)
ASR-related Phone-level detection of filled pauses & temporal measures
Text Lexical Bag of words (BoW)
Linguistic Inquiry & Word Count (LIWC)
Lexical Diversity
Lexical Density
Part-of-speech (POS) tagging
Syntactical Constituency-based parse tree scores
Dependency-based parse tree scores
Speech graphs and attributes
Semantic Word & sentence embeddings:
  • Latent semantic analysis (LSA)

  • Neural word embeddings

  • Neural sentence embeddings

Topic modeling:
  • Latent Dirichlet allocation (LDA)

  • Vector-space topic modeling with neural networks

Semantic role labeling
Pragmatic Sentiment analysis

References

  • [1].Martínez-Nicolás I, Llorente TE, Martínez-Sánchez F, and Meilán JJG, “Ten years of research on automatic voice and speech analysis of people with alzheimer’s disease and mild cognitive impairment: a systematic review article,” Frontiers in Psychology, vol. 12, p. 620251, 2021. [Google Scholar]
  • [2].Braun F, Bayerl SP, Pérez-Toro PA, Hönig F, Lehfeld H, Hillemacher T, Nöth E, Bocklet T, and Riedhammer K, “Classifying Dementia in the Presence of Depression: A Cross-Corpus Study,” in Proc. Interspeech, 2023, pp. 2308–2312. [Google Scholar]
  • [3].Stegmann G, Hahn S, Bhandari S, Kawabata K, Shefner J, Duncan CJ, Liss J, Berisha V, and Mueller K, “Automated semantic relevance as an indicator of cognitive decline: Out-of-sample validation on a large-scale longitudinal dataset,” Alzheimer’s & Dementia: Diagnosis, Assessment & Disease Monitoring, vol. 14, no. 1, p. e12294, 2022. [Google Scholar]
  • [4].Ríos-Urrego CD, Rusz J, Nöth E, and Orozco-Arroyave JR, “Automatic classification of hypokinetic and hyperkinetic dysarthria based on gmm-supervectors,” in Proc. Interspeech, 2023, pp. 2368–2372. [Google Scholar]
  • [5].Reddy MK and Alku P, “Exemplar-based sparse representations for detection of parkinson’s disease from speech,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 31, pp. 1386–1396, 2023. [Google Scholar]
  • [6].Cummins N, Scherer S, Krajewski J, Schnieder S, Epps J, and Quatieri TF, “A review of depression and suicide risk assessment using speech analysis,” Speech communication, vol. 71, pp. 10–49, 2015. [Google Scholar]
  • [7].Low DM, Bentley KH, and Ghosh SS, “Automated assessment of psychiatric disorders using speech: A systematic review,” Laryngoscope investigative otolaryngology, vol. 5, no. 1, pp. 96–116, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [8].Koops S, Brederoo SG, de Boer JN, Nadema FG, Voppel AE, and Sommer IE, “Speech as a biomarker for depression,” CNS & Neurological Disorders-Drug Targets-CNS & Neurological Disorders), vol. 22, no. 2, pp. 152–160, 2023. [Google Scholar]
  • [9].Mathad VC, Scherer N, Chapman K, Liss JM, and Berisha V, “A deep learning algorithm for objective assessment of hypernasality in children with cleft palate,” IEEE Transactions on Biomedical Engineering, vol. 68, no. 10, pp. 2986–2996, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [10].Mathad VC and Prasanna SM, “Vowel onset point based screening of misarticulated stops in cleft lip and palate speech,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 28, pp. 450–460, 2019. [Google Scholar]
  • [11].Fagherazzi G, Fischer A, Ismael M, and Despotovic V, “Voice for health: the use of vocal biomarkers from research to clinical practice,” Digital biomarkers, vol. 5, no. 1, pp. 78–88, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [12].Berisha V and Liss JM, “Responsible development of clinical speech ai: Bridging the gap between clinical research and technology,” NPJ Digital Medicine, vol. 7, no. 1, p. 208, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [13].Voleti R, Woolridge SM, Liss JM, Milanovic M, Stegmann G, Hahn S, Harvey PD, Patterson TL, Bowie CR, and Berisha V, “Language analytics for assessment of mental health status and functional competency,” Schizophrenia bulletin, vol. 49, no. Supplement 2, pp. S183–S195, 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [14].Ramanarayanan V, Lammert AC, Rowe HP, Quatieri TF, and Green JR, “Speech as a biomarker: Opportunities, interpretability, and challenges,” Perspectives of the ASHA Special Interest Groups, vol. 7, no. 1, pp. 276–283, 2022. [Google Scholar]
  • [15].Fagherazzi G and Bensoussan Y, “The imperative of voice data collection in clinical trials,” Digital Biomarkers, vol. 8, no. 1, pp. 207–209, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [16].Rapcan V, D’Arcy S, Yeap S, Afzal N, Thakore J, and Reilly RB, “Acoustic and temporal analysis of speech: A potential biomarker for schizophrenia,” Medical engineering & physics, vol. 32, no. 9, pp. 1074–1079, 2010. [DOI] [PubMed] [Google Scholar]
  • [17].Faurholt-Jepsen M, Busk J, Frost M, Vinberg M, Christensen EM, Winther O, Bardram JE, and Kessing LV, “Voice analysis as an objective state marker in bipolar disorder,” Translational psychiatry, vol. 6, no. 7, pp. e856–e856, 2016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [18].Le D, Licata K, Persad C, and Provost EM, “Automatic assessment of speech intelligibility for individuals with aphasia,” IEEE/ACM transactions on audio, speech, and language processing, vol. 24, no. 11, pp. 2187–2199, 2016. [Google Scholar]
  • [19].Vásquez-Correa JC, Arias-Vergara T, Orozco-Arroyave JR, Eskofier B, Klucken J, and Nöth E, “Multimodal assessment of parkinson’s disease: a deep learning approach,” IEEE Journal of Biomedical and Health Informatics, vol. 23, no. 4, pp. 1618–1630, 2018. [DOI] [PubMed] [Google Scholar]
  • [20].Qin Y, Lee T, and Kong APH, “Automatic assessment of speech impairment in cantonese-speaking people with aphasia,” IEEE journal of selected topics in signal processing, vol. 14, no. 2, pp. 331–345, 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [21].Luz S, Haider F, de la Fuente S, Fromm D, and MacWhinney B, “Detecting cognitive decline using speech only: The adresso challenge,” in Proc. Interspeech. ISCA, 2021. [Google Scholar]
  • [22].Gimeno-Gómez D, Botelho C, Pompili A, Abad A, and Martínez-Hinarejos C-D, “Unveiling interpretability in self-supervised speech representations for parkinson’s diagnosis,” IEEE Journal of Selected Topics in Signal Processing, 2025. [Google Scholar]
  • [23].Martens H, Dekens T, Van Nuffelen G, Latacz L, Verhelst W, and De Bodt M, “Automated speech rate measurement in dysarthria,” Journal of Speech, Language, and Hearing Research, vol. 58, no. 3, pp. 698–712, 2015. [Google Scholar]
  • [24].Stegmann G, Charles S, Liss J, Shefner J, Rutkove S, and Berisha V, “A speech-based prognostic model for dysarthria progression in als,” Amyotrophic Lateral Sclerosis and Frontotemporal Degeneration, vol. 24, no. 7-8, pp. 599–604, 2023. [Google Scholar]
  • [25].Quintas S, Balaguer M, Mauclair J, Woisard V, and Pinquier J, “Automatic modelling of perceptual judges in the context of head and neck cancer speech intelligibility,” International Journal of Language & Communication Disorders. [Google Scholar]
  • [26].Shahin M, Zafar U, and Ahmed B, “The automatic detection of speech disorders in children: Challenges, opportunities, and preliminary results,” IEEE Journal of Selected Topics in Signal Processing, vol. 14, no. 2, pp. 400–412, 2019. [Google Scholar]
  • [27].Benway NR and Preston JL, “Artificial intelligence–assisted speech therapy for /ɹ/: A single-case experimental study,” American Journal of Speech-Language Pathology, vol. 33, no. 5, pp. 2461–2486, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [28].Ng S-I, Ng CW-Y, Wang J, and Lee T, “Automatic detection of speech sound disorder in cantonese-speaking pre-school children,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 32, pp. 4355–4368, 2024. [Google Scholar]
  • [29].Liu Y, Lee T, Law T, and Lee KY-S, “Acoustical assessment of voice disorder with continuous speech using asr posterior features,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 27, no. 6, pp. 1047–1059, 2019. [Google Scholar]
  • [30].Hegde S, Shetty S, Rai S, and Dodderi T, “A survey on machine learning approaches for automatic detection of voice disorders,” Journal of Voice, vol. 33, no. 6, pp. 947–e11, 2019. [Google Scholar]
  • [31].Tracey B, Patel S, Zhang Y, Chappie K, Volfson D, Parisi F, Adans-Dester C, Bertacchi F, Bonato P, and Wacnik P, “Voice biomarkers of recovery from acute respiratory illness,” IEEE Journal of Biomedical and Health Informatics, vol. 26, no. 6, pp. 2787–2795, 2021. [Google Scholar]
  • [32].Kaur S, Larsen E, Harper J, Purandare B, Uluer A, Hasdianda MA, Umale NA, Killeen J, Castillo E, and Jariwala S, “Development and validation of a respiratory-responsive vocal biomarker–based tool for generalizable detection of respiratory impairment: independent casecontrol studies in multiple respiratory conditions including asthma, chronic obstructive pulmonary disease, and covid-19,” Journal of Medical Internet Research, vol. 25, p. e44410, 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [33].Varghese C, Zhang J, Charney SA, Abdalla A, Holyfield S, Brown A, Stearns H, Higgins M, Liss J, Zhang N et al. , “Using machine learning to analyze voice and detect aspiration,” Journal of Clinical and Translational Science, vol. 9, no. s1, pp. 111–111, 2025. [Google Scholar]
  • [34].Maor E, Sara JD, Orbelo DM, Lerman LO, Levanon Y, and Lerman A, “Voice signal characteristics are independently associated with coronary artery disease,” in Mayo Clinic Proceedings, vol. 93, no. 7. Elsevier, 2018, pp. 840–847. [DOI] [PubMed] [Google Scholar]
  • [35].Bauser M, Kraus F, Koehler F, Rak K, Pryss R, Weiß C, Hotho A, Fagherazzi G, Frantz S, Stoörk S et al. , “Voice assessment and vocal biomarkers in heart failure: A systematic review,” Circulation: Heart Failure, vol. 18, no. 8, p. e012303, 2025. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [36].De la Fuente Garcia S, Ritchie CW, and Luz S, “Artificial intelligence, speech, and language processing approaches to monitoring alzheimer’s disease: a systematic review,” Journal of Alzheimer’s Disease, vol. 78, no. 4, pp. 1547–1574, 2020. [Google Scholar]
  • [37].Moro-Velazquez L, Villalba J, and Dehak N, “Using x-vectors to automatically detect parkinson’s disease from speech,” in Proc. ICASSP. IEEE, 2020, pp. 1155–1159. [Google Scholar]
  • [38].Deng L and Li X, “Machine learning paradigms for speech recognition: An overview,” IEEE Transactions on Audio, Speech, and Language Processing, vol. 21, no. 5, pp. 1060–1089, 2013. [Google Scholar]
  • [39].Schuller BW, Batliner A, Bergler C, Messner E-M, Hamilton A, Amiriparian S, Baird A, Rizos G, Schmitt M, Stappen L, Baumeister H, MacIntyre AD, and Hantke S, “The interspeech 2020 computational paralinguistics challenge: Elderly emotion, breathing & masks,” in Proc. Interspeech, 2020, pp. 2042–2046. [Google Scholar]
  • [40].Schuller B, Steidl S, Batliner A, Epps J, Eyben F, Ringeval F, Marchi E, and Zhang Y, “The interspeech 2014 computational paralinguistics challenge: Cognitive & physical load, multitasking,” in Proc. Interspeech, 2014. [Google Scholar]
  • [41].Tao F, Mirheidari B, Pahar M, Young S, Xiao Y, Elghazaly H, Peters F, Illingworth C, Braun D, O’Malley R et al. , “Early dementia detection using multiple spontaneous speech prompts: The process challenge,” arXiv preprint arXiv:2412.15230, 2024. [Google Scholar]
  • [42].Kim H, Johnson MH, Gunderson J, Perlman A, Huang T, Watkin K, Frame S, Sharma HV, and Zhou X, “Uaspeech,” 2023. [Online]. Available: 10.21227/f9tc-ab45 [DOI] [Google Scholar]
  • [43].Schuller BW, Batliner A, Bergler C, Mascolo C, Han J, Lefter I, Kaya H, Amiriparian S, Baird A, Stappen L, Ottl S, Gerczuk M, Tzirakis P, Brown C, Chauhan J, Grammenos A, Hasthanasombat A, Spathis D, Xia T, Cicuta P, Rothkrantz LJ, Zwerts JA, Treep J, and Kaandorp CS, “The INTERSPEECH 2021 Computational Paralinguistics Challenge: COVID-19 Cough, COVID-19 Speech, Escalation & Primates,” in Proc. Interspeech 2021, 2021, pp. 431–435. [Google Scholar]
  • [44].Kim H, Hasegawa-Johnson M, Perlman A, Gunderson JR, Huang TS, Watkin KL, and Frame S, “Dysarthric speech database for universal access research.” in Proc. Interspeech, 2008, pp. 1741–1744. [Google Scholar]
  • [45].Rudzicz F, Namasivayam AK, and Wolff T, “The torgo database of acoustic and articulatory speech from speakers with dysarthria,” Language resources and evaluation, vol. 46, pp. 523–541, 2012. [Google Scholar]
  • [46].Shi M, Cheung G, and Shahamiri SR, “Speech and language processing with deep learning for dementia diagnosis: A systematic review,” Psychiatry Research, p. 115538, 2023. [DOI] [PubMed] [Google Scholar]
  • [47].Ardila R, Branson M, Davis K, Kohler M, Meyer J, Henretty M, Morais R, Saunders L, Tyers F, and Weber G, “Common voice: A massively-multilingual speech corpus,” in Proceedings of the Twelfth Language Resources and Evaluation Conference. Marseille, France: European Language Resources Association, May 2020, pp. 4218–4222. [Google Scholar]
  • [48].Panayotov V, Chen G, Povey D, and Khudanpur S, “Librispeech: an asr corpus based on public domain audio books,” in 2015 IEEE international conference on acoustics, speech and signal processing (ICASSP). IEEE, 2015, pp. 5206–5210. [Google Scholar]
  • [49].Berisha V, Krantsevich C, Stegmann G, Hahn S, and Liss J, “Are reported accuracies in the clinical speech machine learning literature overoptimistic?” in Interspeech 2022, 2022, pp. 2453–2457. [Google Scholar]
  • [50].Viering T and Loog M, “The shape of learning curves: a review,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 45, no. 6, pp. 7799–7819, 2022. [Google Scholar]
  • [51].Coretta S, Casillas JV, Roessig S, Franke M, Ahn B, Al-Hoorie AH, Al-Tamimi J, Alotaibi NE, AlShakhori MK, Altmiller RM et al. , “Multidimensional signals and analytic flexibility: Estimating degrees of freedom in human-speech analyses,” Advances in Methods and Practices in Psychological Science, vol. 6, no. 3, p. 25152459231162567, 2023. [Google Scholar]
  • [52].Kapoor S and Narayanan A, “Leakage and the reproducibility crisis in machine-learning-based science,” Patterns, vol. 4, no. 9, 2023. [Google Scholar]
  • [53].Levelt WJ, Speaking: From intention to articulation. MIT press, 1993. [Google Scholar]
  • [54].Allen MJ and Yen WM, Introduction to measurement theory. Waveland Press, 2001. [Google Scholar]
  • [55].Bedi G, Carrillo F, Cecchi GA, Slezak DF, Sigman M, Mota NB, Ribeiro S, Javitt DC, Copelli M, and Corcoran CM, “Automated analysis of free speech predicts psychosis onset in high-risk youths,” npj Schizophrenia, vol. 1, no. 1, pp. 1–7, 2015. [Google Scholar]
  • [56].Ng S-I, Xu L, Siegert I, Cummins N, Benway NR, Liss J, and Berisha V, “A tutorial on clinical speech ai development: From data collection to model validation,” arXiv preprint arXiv:2410.21640, 2024. [Google Scholar]
  • [57].Group F-NBW et al. , “Best (biomarkers, endpoints, and other tools) resource [internet],” 2025. [Google Scholar]
  • [58].Cohen AS, McGovern JE, Dinzeo TJ, and Covington MA, “Speech deficits in serious mental illness: a cognitive resource issue?” Schizophrenia research, vol. 160, no. 1-3, pp. 173–179, 2014. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [59].Adler CH and Ahlskog JE, Parkinson’s disease and movement disorders: diagnosis and treatment guidelines for the practicing physician. Springer Science & Business Media, 2000. [Google Scholar]
  • [60].Schulz GM, “The effects of speech therapy and pharmacological treatments on voice and speech in parkinsons disease: A review of the literature,” Current medicinal chemistry, vol. 9, no. 14, pp. 1359–1366, 2002. [DOI] [PubMed] [Google Scholar]
  • [61].Borrie SA, Wynn CJ, Berisha V, and Barrett TS, “From speech acoustics to communicative participation in dysarthria: Toward a causal framework,” Journal of Speech, Language, and Hearing Research, vol. 65, no. 2, pp. 405–418, 2022. [Google Scholar]
  • [62].Voleti R, Liss JM, and Berisha V, “A review of automated speech and language features for assessment of cognitive and thought disorders,” IEEE Journal of Selected Topics in Signal Processing, vol. 14, no. 2, pp. 282–298, 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [63].Shen L-X, Yang Y-X, Kuo K, Li H-Q, Chen S-D, Chen K-L, Dong Q, Tan L, and Yu J-T, “Social isolation, social interaction, and alzheimer’s disease: a mendelian randomization study,” Journal of Alzheimer’s Disease, vol. 80, no. 2, pp. 665–672, 2021. [Google Scholar]
  • [64].Duffy JR et al. , Motor speech disorders: Substrates, differential diagnosis, and management. Elsevier Health Sciences, 2012. [Google Scholar]
  • [65].Jacobson NC, Kowatsch T, and Marsch LA, “Digital therapeutics for mental health and addiction: The state of the science and vision for the future,” 2022. [Google Scholar]
  • [66].Robin J, Xu M, Kaufman LD, and Simpson W, “Using digital speech assessments to detect early signs of cognitive impairment,” Frontiers in digital health, vol. 3, p. 749758, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [67].Yu B, Williamson JR, Mundt JC, and Quatieri TF, “Speech-based automated cognitive impairment detection from remotely-collected cognitive test audio,” IEEE Access, vol. 6, pp. 40 494–40 505, 2018. [Google Scholar]
  • [68].Meyer TK, Kuhn JC, Campbell BH, Marbella AM, Myers KB, and Layde PM, “Speech intelligibility and quality of life in head and neck cancer survivors,” The Laryngoscope, vol. 114, no. 11, pp. 1977–1981, 2004. [DOI] [PubMed] [Google Scholar]
  • [69].Pizzimenti M, Kalia A, Toghranegar JA, Ebraheem M, Cummings N, Ghosh SS, Anibal JT, Au R, Azarang A, Bahr RH et al. , “Consensus-based definitions for vocal biomarkers: The international vocal initiative,” medRxiv, pp. 2025–10, 2025. [Google Scholar]
  • [70].Hoy MB, “Alexa, siri, cortana, and more: an introduction to voice assistants,” Medical reference services quarterly, vol. 37, no. 1, pp. 81–88, 2018. [DOI] [PubMed] [Google Scholar]
  • [71].Yadav M, Sakib MN, Nirjhar EH, Feng K, Behzadan AH, and Chaspari T, “Exploring individual differences of public speaking anxiety in real-life and virtual presentations,” IEEE Transactions on Affective Computing, vol. 13, no. 3, pp. 1168–1182, 2020. [Google Scholar]
  • [72].König A, Satt A, Sorin A, Hoory R, Toledo-Ronen O, Derreumaux A, Manera V, Verhey F, Aalten P, Robert PH, et al. , “Automatic speech analysis for the assessment of patients with predementia and alzheimer’s disease,” Alzheimer’s & Dementia: Diagnosis, Assessment & Disease Monitoring, vol. 1, no. 1, pp. 112–124, 2015. [Google Scholar]
  • [73].Folsom DP, Lindamer L, Montross LP, Hawthorne W, Golshan S, Hough R, Shale J, and Jeste DV, “Diagnostic variability for schizophrenia and major depression in a large public mental health care system dataset,” Psychiatry Research, vol. 144, no. 2-3, pp. 167–175, 2006. [DOI] [PubMed] [Google Scholar]
  • [74].Weinstein AM, Gujral S, Butters MA, Bowie CR, Fischer CE, Flint AJ, Herrmann N, Kennedy JL, Mah L, Ovaysikia S et al. , “Diagnostic precision in the detection of mild cognitive impairment: a comparison of two approaches,” The American Journal of Geriatric Psychiatry, vol. 30, no. 1, pp. 54–64, 2022. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [75].Beach TG and Adler CH, “Importance of low diagnostic accuracy for early parkinson’s disease,” Movement Disorders, vol. 33, no. 10, pp. 1551–1554, 2018. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [76].Xiong W, Droppo J, Huang X, Seide F, Seltzer ML, Stolcke A, Yu D, and Zweig G, “Toward human parity in conversational speech recognition,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 25, no. 12, pp. 2410–2423, 2017. [Google Scholar]
  • [77].U. Food, D. Administration et al. , “Clinical decision support software: guidance for industry and food and drug administration staff,” FDA digirepo. nlm.nih.gov/master/borndig/9918504188706676/9918504188706676.pdf, 2022. [Google Scholar]
  • [78].Moll J, de Oliveira-Souza R, and Eslinger PJ, “Morals and the human brain: a working model,” Neuroreport, vol. 14, no. 3, pp. 299–305, 2003. [DOI] [PubMed] [Google Scholar]
  • [79].Sapir S, Ramig LO, and Fox C, “Voice, speech, and swallowing disorders,” in Handbook of Parkinson’s disease. CRC Press, 2007, pp. 469–492. [Google Scholar]
  • [80].Harvey PD, “Speech competence in manic and schizophrenic psychoses: the association between clinically rated thought disorder and cohesion and reference performance.” Journal of Abnormal Psychology, vol. 92, no. 3, p. 368, 1983. [DOI] [PubMed] [Google Scholar]
  • [81].Jacobs DM, Sano M, Dooneief G, Marder K, Bell KL, and Stern Y, “Neuropsychological detection and characterization of pre-clinical alzheimer’s disease,” Neurology, vol. 45, no. 5, pp. 957–962, 1995. [DOI] [PubMed] [Google Scholar]
  • [82].Quatieri TF, Discrete-time speech signal processing: principles and practice. Pearson Education India, 2002. [Google Scholar]
  • [83].Pereira VJ and Sell D, “How differences in anatomy and physiology and other aetiology affect the way we label and describe speech in individuals with cleft lip and palate,” International Journal of Language & Communication Disorders, 2023. [Google Scholar]
  • [84].Orlikoff RF and Kraus DH, “Dysphonia following nonsurgical management of advanced laryngeal carcinoma,” American Journal of Speech-Language Pathology, vol. 5, no. 3, pp. 47–52, 1996. [Google Scholar]
  • [85].Binazzi B, Lanini B, Romagnoli I, Garuglieri S, Stendardi L, Bianchi R, Gigliotti F, and Scano G, “Dyspnea during speech in chronic obstructive pulmonary disease patients: effects of pulmonary rehabilitation,” Respiration, vol. 81, no. 5, pp. 379–385, 2011. [DOI] [PubMed] [Google Scholar]
  • [86].Sell D, “Issues in perceptual speech analysis in cleft palate and related disorders: a review,” International Journal of Language & Communication Disorders, vol. 40, no. 2, pp. 103–121, 2005. [DOI] [PubMed] [Google Scholar]
  • [87].Woisard V, Astésano C, Balaguer M, Farinas J, Fredouille C, Gaillard P, Ghio A, Giusti L, Laaridh I, Lalain M et al. , “C2si corpus: a database of speech disorder productions to assess intelligibility and quality of life in head and neck cancers,” Language Resources and Evaluation, vol. 55, no. 1, pp. 173–190, 2021. [Google Scholar]
  • [88].Mulligan M, Carpenter J, Riddel J, Delaney MK, Badger G, Krusinski P, and Tandan R, “Intelligibility and the acoustic characteristics of speech in amyotrophic lateral sclerosis (als),” Journal of Speech, Language, and Hearing Research, vol. 37, no. 3, pp. 496–503, 1994. [Google Scholar]
  • [89].Goldman R and Fristoe M, “Goldman-fristoe test of articulation,” 1969. [Google Scholar]
  • [90].Cheung P, Ng A, and To C, “Hong kong cantonese articulation test,” Language Information Sciences Research Centre, City University of Hong Kong, 2006. [Google Scholar]
  • [91].Benway NR and Preston JL, “Differences between school-age children with apraxia of speech and other speech sound disorders on multisyllable repetition,” Perspectives of the ASHA Special Interest Groups, vol. 5, no. 4, pp. 794–808, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [92].Scarpina F and Tagini S, “The stroop color and word test,” Frontiers in psychology, vol. 8, p. 557, 2017. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [93].Basso MR and Bornstein RA, “Relative memory deficits in recurrent versus first-episode major depression on a word-list learning task.” Neuropsychology, vol. 13, no. 4, p. 557, 1999. [DOI] [PubMed] [Google Scholar]
  • [94].Swick D and Jovanovic J, “Anterior cingulate cortex and the stroop task: neuropsychological evidence for topographic specificity,” Neuropsychologia, vol. 40, no. 8, pp. 1240–1253, 2002. [DOI] [PubMed] [Google Scholar]
  • [95].Djamshidian A, O’Sullivan SS, Lees A, and Averbeck BB, “Stroop test performance in impulsive and non impulsive patients with parkinson’s disease,” Parkinsonism & related disorders, vol. 17, no. 3, pp. 212–214, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [96].Vilkki J, Servo A, and Surma-aho O, “Word list learning and prediction of recall after frontal lobe lesions.” Neuropsychology, vol. 12, no. 2, p. 268, 1998. [DOI] [PubMed] [Google Scholar]
  • [97].Reich AR, Mason JA, Frederickson RR, and Schlauch RS, “Factors influencing fundamental frequency range estimates in children,” Journal of Speech and Hearing Disorders, vol. 54, no. 3, pp. 429–438, 1989. [DOI] [PubMed] [Google Scholar]
  • [98].Wit J, Maassen B, Gabreels F, and Thoonen G, “Maximum performance tests in children with developmental spastic dysarthria,” Journal of Speech, Language, and Hearing Research, vol. 36, no. 3, pp. 452–459, 1993. [Google Scholar]
  • [99].Ordin M and Mennen I, “Cross-linguistic differences in bilinguals’ fundamental frequency ranges,” Journal of Speech, Language, and Hearing Research, vol. 60, no. 6, pp. 1493–1506, 2017. [Google Scholar]
  • [100].Omori K, “Diagnosis of voice disorders,” JMAJ, vol. 54, no. 4, pp. 248–253, 2011. [Google Scholar]
  • [101].Karlsen T, Sandvik L, Heimdal J-H, and Aarstad HJ, “Acoustic voice analysis and maximum phonation time in relation to voice handicap index score and larynx disease,” Journal of Voice, vol. 34, no. 1, pp. 161–e27, 2020. [Google Scholar]
  • [102].Cummings L, “Describing the cookie theft picture: Sources of breakdown in alzheimer’s dementia,” Pragmatics and Society, vol. 10, no. 2, pp. 153–176, 2019. [Google Scholar]
  • [103].MacWhinney B, Fromm D, Holland A, Forbes M, and Wright H, “Automated analysis of the cinderella story,” Aphasiology, vol. 24, no. 6-8, pp. 856–868, 2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [104].Usita PM, Hyman IE Jr, and Herman KC, “Narrative intentions: Listening to life stories in alzheimer’s disease,” Journal of Aging Studies, vol. 12, no. 2, pp. 185–197, 1998. [Google Scholar]
  • [105].Leyton CE, Savage S, Irish M, Schubert S, Piguet O, Ballard KJ, and Hodges JR, “Verbal repetition in primary progressive aphasia and alzheimer’s disease,” Journal of Alzheimer’s Disease, vol. 41, no. 2, pp. 575–585, 2014. [Google Scholar]
  • [106].Berube S, Nonnemacher J, Demsky C, Glenn S, Saxena S, Wright A, Tippett DC, and Hillis AE, “Stealing cookies in the twenty-first century: Measures of spoken narrative in healthy versus speakers with aphasia,” American journal of speech-language pathology, vol. 28, no. 1S, pp. 321–329, 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [107].Cummings L, “Narrating the cinderella story in adults with primary progressive aphasia,” Further advances in pragmatics and philosophy: Part 2 theories and applications, pp. 301–329, 2019. [Google Scholar]
  • [108].Greenslade KJ, Bogart E, Gyory J, Jaskolka S, and Ramage AE, “Story grammar analyses capture discourse improvement in the first 2 years following a severe traumatic brain injury,” American Journal of Speech-Language Pathology, vol. 33, no. 2, pp. 1004–1020, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [109].Shear MK, Vander Bilt J, Rucci P, Endicott J, Lydiard B, Otto MW, Pollack MH, Chandler L, Williams J, Ali A et al. , “Reliability and validity of a structured interview guide for the hamilton anxiety rating scale (sigh-a),” Depression and anxiety, vol. 13, no. 4, pp. 166–178, 2001. [PubMed] [Google Scholar]
  • [110].Stassen H, Bomben G, and Günther E, “Speech characteristics in depression,” Psychopathology, vol. 24, no. 2, pp. 88–105, 1991. [DOI] [PubMed] [Google Scholar]
  • [111].Lucarini V, Grice M, Wehrle S, Cangemi F, Giustozzi F, Amorosi S, Rasmi F, Fascendini N, Magnani F, Marchesi C et al. , “Language in interaction: turn-taking patterns in conversations involving individuals with schizophrenia,” Psychiatry Research, vol. 339, p. 116102, 2024. [Google Scholar]
  • [112].Willits JA, Rubin T, Jones MN, Minor KS, and Lysaker PH, “Evidence of disturbances of deep levels of semantic cohesion within personal narratives in schizophrenia,” Schizophrenia research, vol. 197, pp. 365–369, 2018. [DOI] [PubMed] [Google Scholar]
  • [113].Schnur TT and Wang S, “Differences in connected speech outcomes across elicitation methods,” Aphasiology, vol. 38, no. 5, pp. 816–837, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [114].Mayer J and Murray L, “Functional measures of naming in aphasia: Word retrieval in confrontation naming versus connected speech,” Aphasiology, vol. 17, no. 5, pp. 481–497, 2003. [Google Scholar]
  • [115].Tykalova T, Skrabal D, Boril T, Cmejla R, Volin J, and Rusz J, “Effect of ageing on acoustic characteristics of voice pitch and formants in czech vowels,” Journal of Voice, vol. 35, no. 6, pp. 931–e21, 2021. [Google Scholar]
  • [116].Lee G-S, “Variability in voice fundamental frequency of sustained vowels in speakers with sensorineural hearing loss,” Journal of Voice, vol. 26, no. 1, pp. 24–29, 2012. [DOI] [PubMed] [Google Scholar]
  • [117].Abbiati CI, Bauerly KR, and Velleman SL, “Speech elicitation methods for measuring articulatory control,” Journal of Speech, Language, and Hearing Research, pp. 1–8, 2023. [Google Scholar]
  • [118].Ge C, Xiong Y, and Mok P, “How Reliable Are Phonetic Data Collected Remotely? Comparison of Recording Devices and Environments on Acoustic Measurements,” in Proc. Interspeech 2021, 2021, pp. 3984–3988. [Google Scholar]
  • [119].Tran K, Xu L, Stegmann G, Liss J, Berisha V, and Utianski R, “Investigating the impact of speech compression on the acoustics of dysarthric speech.” in Proc. Interspeech, 2022, pp. 2263–2267. [Google Scholar]
  • [120].Höbel-Müller J, Siegert I, Heinemann R, Requardt AF, Tornow M, and Wendemuth A, “Analysis of the influence of different room acoustics on acoustic emotion features and emotion recognition performance,” in Tagungsband - DAGA 2019, Rostock, Germany, 2019, pp. 886–889. [Google Scholar]
  • [121].Rusz J, Tykalova T, Ramig LO, and Tripoliti E, “Guidelines for speech recording and acoustic analyses in dysarthrias of movement disorders,” Movement Disorders, vol. 36, no. 4, pp. 803–814, 2021. [DOI] [PubMed] [Google Scholar]
  • [122].Švec JG and Granqvist S, “Guidelines for selecting microphones for human voice production research,” American Journal of Speech-Language Pathology, vol. 19, no. 4, pp. 356–368, 2010. [DOI] [PubMed] [Google Scholar]
  • [123].Goldsack JC, Coravos A, Bakker JP, Bent B, Dowling AV, Fitzer-Attas C, Godfrey A, Godino JG, Gujar N, Izmailova E et al. , “Verification, analytical validation, and clinical validation (v3): the foundation of determining fit-for-purpose for biometric monitoring technologies (biomets),” npj digital Medicine, vol. 3, no. 1, p. 55, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [124].Fahed VS, Doheny EP, Busse M, Hoblyn J, and Lowery MM, “Comparison of acoustic voice features derived from mobile devices and studio microphone recordings,” Journal of Voice, 2022. [Google Scholar]
  • [125].Szabo A, Hammarberg B, Hakansson A, and Sodersten M, “A voice accumulator device: Evaluation based on studio and field recordings,” Logopedics Phoniatrics Vocology, vol. 26, no. 3, pp. 102–117, 2001. [DOI] [PubMed] [Google Scholar]
  • [126].Printz T, Sorensen JR, Godballe C, and Grøntved ÅM, “Test-retest reliability of the dual-microphone voice range profile,” Journal of Voice, vol. 32, no. 1, pp. 32–37, 2018. [DOI] [PubMed] [Google Scholar]
  • [127].Hu Z, Zhang Z, Li H, and Yang L-Z, “Cross-device and test–retest reliability of speech acoustic measurements derived from consumergrade mobile recording devices,” Behavior Research Methods, vol. 57, no. 1, p. 35, 2024. [DOI] [PubMed] [Google Scholar]
  • [128].Pan Y and Waibel A, “The effects of room acoustics on mfcc speech parameter.” in Proc. Interspeech, 2000, pp. 129–132. [Google Scholar]
  • [129].Dineley J, Carr E, Matcham F, Downs J, Dobson RJB, Quatieri TF, and Cummins N, “Towards robust paralinguistic assessment for real-world mobile health (mhealth) monitoring: an initial study of reverberation effects on speech,” in Proc. Interspeech, 2023, pp. 2373–2377. [Google Scholar]
  • [130].Vogel AP, and Morgan AT, “Factors affecting the quality of sound recording for speech and voice analysis,” International journal of speech-language pathology, vol. 11, no. 6, pp. 431–437, 2009. [DOI] [PubMed] [Google Scholar]
  • [131].Vogel AP, and Reece H, “Recording speech: methods and formats,” in Manual of Clinical Phonetics. Routledge, 2021, pp. 217–227. [Google Scholar]
  • [132].Poorjam AH, Little MA, Jensen JR, and Christensen MG, “Quality control in remote speech data collection,” IEEE Journal of Selected Topics in Signal Processing, vol. 13, no. 2, pp. 236–243, 2019. [Google Scholar]
  • [133].Schneider SL, Habich L, Weston ZM, and Rosen CA, “Observations and considerations for implementing remote acoustic voice recording and analysis in clinical practice,” Journal of Voice, vol. 38, no. 1, pp. 69–76, 2024. [DOI] [PubMed] [Google Scholar]
  • [134].Escott-Price V, Baker E, Shoai M, Leonenko G, Myers AJ, Huentelman M, and Hardy J, “Genetic analysis suggests high misassignment rates in clinical alzheimer’s cases and controls,” Neurobiology of aging, vol. 77, pp. 178–182, 2019. [DOI] [PubMed] [Google Scholar]
  • [135].Richards D, Morren JA, and Pioro EP, “Time to diagnosis and factors affecting diagnostic delay in amyotrophic lateral sclerosis,” Journal of the Neurological Sciences, vol. 417, p. 117054, 2020. [Google Scholar]
  • [136].Pitton JW, Wang K, and Juang B-H, “Time-frequency analysis and auditory modeling for automatic recognition of speech,” Proceedings of the IEEE, vol. 84, no. 9, pp. 1199–1215, 1996. [Google Scholar]
  • [137].Dibazar AA, Narayanan S, and Berger TW, “Feature analysis for automatic detection of pathological speech,” in Proc. EMBC, vol. 1. IEEE, 2002, pp. 182–183. [Google Scholar]
  • [138].Lee JY and Hahn M, “Automatic assessment of pathological voice quality using higher-order statistics in the lpc residual domain,” EURASIP Journal on Advances in Signal Processing, vol. 2009, pp. 1–8, 2010. [Google Scholar]
  • [139].Hidaka S, Lee Y, Wakamiya K, Nakagawa T, and Kaburagi T, “Automatic estimation of pathological voice quality based on recurrent neural network using amplitude and phase spectrogram.” in INTERSPEECH, 2020, pp. 3880–3884. [Google Scholar]
  • [140].Hansen JH and Hasan T, “Speaker recognition by machines and humans: A tutorial review,” IEEE Signal processing magazine, vol. 32, no. 6, pp. 74–99, 2015. [Google Scholar]
  • [141].Wang S, Chen Z, Lee KA, Qian Y, and Li H, “Overview of speaker modeling and its applications: From the lens of deep speaker representation learning,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, 2024. [Google Scholar]
  • [142].Dehak N, Kenny PJ, Dehak R, Dumouchel P, and Ouellet P, “Frontend factor analysis for speaker verification,” IEEE Transactions on Audio, Speech, and Language Processing, vol. 19, no. 4, pp. 788–798, 2010. [Google Scholar]
  • [143].Snyder D, Garcia-Romero D, Sell G, Povey D, and Khudanpur S, “X-vectors: Robust dnn embeddings for speaker recognition,” in Proc. ICASSP. IEEE, 2018, pp. 5329–5333. [Google Scholar]
  • [144].Desplanques B, Thienpondt J, and Demuynck K, “Ecapa-tdnn: Emphasized channel attention, propagation and aggregation in tdnn based speaker verification,” in Proc. Interspeech, 2020, pp. 3830–3834. [Google Scholar]
  • [145].Senoussaoui M, Cardinal P, Dehak N, and Koerich AL, “Native language detection using the i-vector framework.” in Interspeech, 2016, pp. 2398–2402. [Google Scholar]
  • [146].Raj D, Snyder D, Povey D, and Khudanpur S, “Probing the information encoded in x-vectors,” in 2019 IEEE Automatic Speech Recognition and Understanding Workshop (ASRU). IEEE, 2019, pp. 726–733. [Google Scholar]
  • [147].Di Y, Wang J, Li W, and Zhu T, “Using i-vectors from voice features to identify major depressive disorder,” Journal of Affective Disorders, vol. 288, pp. 161–166, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [148].Quintas S, Mauclair J, Woisard V, and Pinquier J, “Automatic Prediction of Speech Intelligibility Based on X-Vectors in the Context of Head and Neck Cancer,” in Proc. Interspeech 2020, 2020, pp. 4976–4980. [Google Scholar]
  • [149].Ng S-I, Ng CW-Y, Wang J, and Lee T, “Automatic detection of speech sound disorder in child speech using posterior-based speaker representations,” in Proc. Interspeech, 2022, pp. 2853–2857. [Google Scholar]
  • [150].Jeancolas L, Petrovska-Delacrétaz D, Mangone G, Benkelfat B-E, Corvol J-C, Vidailhet M, Lehéricy S, and Benali H, “X-vectors: new quantitative biomarkers for early parkinson’s disease detection from speech,” Frontiers in Neuroinformatics, vol. 15, p. 578369, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [151].Baevski A, Zhou Y, Mohamed A, and Auli M, “wav2vec 2.0: A framework for self-supervised learning of speech representations,” Advances in neural information processing systems, vol. 33, pp. 12 449–12 460, 2020. [Google Scholar]
  • [152].Hsu W-N, Bolte B, Tsai Y-HH, Lakhotia K, Salakhutdinov R, and Mohamed A, “Hubert: Self-supervised speech representation learning by masked prediction of hidden units,” IEEE/ACM transactions on audio, speech, and language processing, vol. 29, pp. 3451–3460, 2021. [Google Scholar]
  • [153].Chen S, Wang C, Chen Z, Wu Y, Liu S, Chen Z, Li J, Kanda N, Yoshioka T, Xiao X et al. , “Wavlm: Large-scale self-supervised pretraining for full stack speech processing,” IEEE Journal of Selected Topics in Signal Processing, vol. 16, no. 6, pp. 1505–1518, 2022. [Google Scholar]
  • [154].Radford A, Kim JW, Xu T, Brockman G, McLeavey C, and Sutskever I, “Robust speech recognition via large-scale weak supervision,” in International conference on machine learning. PMLR, 2023, pp. 28 492–28 518. [Google Scholar]
  • [155].Mohamed A, Lee H.-y., Borgholt L, Havtorn JD, Edin J, Igel C, Kirchhoff K, Li S-W, Livescu K, Maaløe L, et al. , “Self-supervised speech representation learning: A review,” IEEE Journal of Selected Topics in Signal Processing, vol. 16, no. 6, pp. 1179–1210, 2022. [Google Scholar]
  • [156].Violeta LP, Huang WC, and Toda T, “Investigating self-supervised pretraining frameworks for pathological speech recognition,” in Proc. Interspeech 2022, 2022, pp. 41–45. [Google Scholar]
  • [157].Tirronen S, Kadiri SR, and Alku P, “Hierarchical multi-class classification of voice disorders using self-supervised models and glottal features,” IEEE Open Journal of Signal Processing, vol. 4, pp. 80–88, 2023. [Google Scholar]
  • [158].Yeo EJ, Choi K, Kim S, and Chung M, “Automatic severity classification of dysarthric speech by using self-supervised model with multi-task learning,” in Proc. ICASSP. IEEE, 2023, pp. 1–5. [Google Scholar]
  • [159].Choi K, Pasad A, Nakamura T, Fukayama S, Livescu K, and Watanabe S, “Self-supervised speech representations are more phonetic than semantic,” in Proc. Interspeech 2024, 2024, pp. 4578–4582. [Google Scholar]
  • [160].Ma D, Ryant N, and Liberman M, “Probing acoustic representations for phonetic properties,” in ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2021, pp. 311–315. [Google Scholar]
  • [161].Javanmardi F, Kadiri SR, and Alku P, “Exploring the impact of fine-tuning the wav2vec2 model in database-independent detection of dysarthric speech,” IEEE Journal of Biomedical and Health Informatics, 2024. [Google Scholar]
  • [162].Kothadia K, Vikram C, Abraham A, Pushpavathi M, Prasanna SM, Scherer N, Chapman K, Liss J, and Berisha V, “Cross-lingual evaluation of hypernasality using wav2vec2 features,” in Proc. ICASSP. IEEE, 2025, pp. 1–5. [Google Scholar]
  • [163].Maji B, Guha R, Routray A, Nasreen S, and Majumdar D, “Investigation of layer-wise speech representations in self-supervised learning models: A cross-lingual study in detecting depression,” in Proc. Interspeech 2024, 2024, pp. 3020–3024. [Google Scholar]
  • [164].Shor J, Jansen A, Han W, Park D, and Zhang Y, “Universal paralinguistic speech representations using self-supervised conformers,” in Proc. ICASSP. IEEE, 2022, pp. 3169–3173. [Google Scholar]
  • [165].Shor J and Venugopalan S, “Trillsson: Distilled universal paralinguistic speech representations,” in Proc. Interspeech, 2022, pp. 356–360. [Google Scholar]
  • [166].Lee H and Saeed A, “Distilled non-semantic speech embeddings with binary neural networks for low-resource devices,” Pattern Recognition Letters, vol. 177, pp. 15–19, 2024. [Google Scholar]
  • [167].Shor J, Jansen A, Maor R, Lang O, Tuval O, de Chaumont Quitry F, Tagliasacchi M, Shavitt I, Emanuel D, and Haviv Y, “Towards learning a universal non-semantic representation of speech,” in Proc. Interspeech, 2020, pp. 140–144. [Google Scholar]
  • [168].Wang L, Gong Y, Dawalatabad N, Vilela M, Placek K, Tracey B, Gong Y, Premasiri A, Vieira F, and Glass J, “Automatic prediction of amyotrophic lateral sclerosis progression using longitudinal speech transformer,” in Interspeech 2024, 2024, pp. 2000–2004. [Google Scholar]
  • [169].Dumpala SH, Dikaios K, Nunes A, Rudzicz F, Uher R, and Oore S, “Self-supervised embeddings for detecting individual symptoms of depression,” in Proc. Interspeech, 2024, pp. 1450–1454. [Google Scholar]
  • [170].Lee S, Kim S, and Chung M, “Automatic assessment of speech production skills for children with cochlear implants using wav2vec2.0 acoustic embeddings,” in Interspeech 2024, 2024, pp. 862–866. [Google Scholar]
  • [171].Tracey B, Volfson D, Glass J, Haulcy R, Kostrzebski M, Adams J, Kangarloo T, Brodtmann A, Dorsey ER, and Vogel A, “Towards interpretable speech biomarkers: exploring mfccs,” Scientific Reports, vol. 13, no. 1, p. 22787, 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [172].Kacha A, Grenez F, Orozco-Arroyave JR, and Schoentgen J, “Principal component analysis of the spectrogram of the speech signal: Interpretation and application to dysarthric speech,” Computer Speech & Language, vol. 59, pp. 114–122, 2020. [Google Scholar]
  • [173].Nguyen T, Fredouille C, Ghio A, Balaguer M, and Woisard V, “Exploring asr-based wav2vec2 for automated speech disorder assessment: Insights and analysis,” in 2024 IEEE Spoken Language Technology Workshop (SLT). IEEE, 2024, pp. 975–982. [Google Scholar]
  • [174].Scheuerer R, Haderlein T, Nöth E, and Bocklet T, “Applying x-vectors on pathological speech after larynx removal,” in Proc. ASRU. IEEE, 2021, pp. 1079–1086. [Google Scholar]
  • [175].Kim H-H, Monotony of speech production in Parkinson’s disease: Acoustic characteristics and their perceptual relations. The University of Wisconsin-Madison, 1994. [Google Scholar]
  • [176].Skodda S and Schlegel U, “Speech rate and rhythm in parkinson’s disease,” Movement disorders: official journal of the Movement Disorder Society, vol. 23, no. 7, pp. 985–992, 2008. [DOI] [PubMed] [Google Scholar]
  • [177].Turner GS, Tjaden K, and Weismer G, “The influence of speaking rate on vowel space and speech intelligibility for individuals with amyotrophic lateral sclerosis,” Journal of Speech, Language, and Hearing Research, vol. 38, no. 5, pp. 1001–1013, 1995. [Google Scholar]
  • [178].Weismer G, Jeng J-Y, Laures JS, Kent RD, and Kent JF, “Acoustic and intelligibility characteristics of sentence production in neurogenic speech disorders,” Folia Phoniatrica et Logopaedica, vol. 53, no. 1, pp. 1–18, 2001. [DOI] [PubMed] [Google Scholar]
  • [179].Berisha V, Sandoval S, Utianski R, Liss J, and Spanias A, “Characterizing the distribution of the quadrilateral vowel space area,” The Journal of the Acoustical Society of America, vol. 135, no. 1, pp. 421–427, 2014. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [180].Mueller KD, Hermann B, Mecollari J, and Turkstra LS, “Connected speech and language in mild cognitive impairment and alzheimer’s disease: A review of picture description tasks,” Journal of clinical and experimental neuropsychology, vol. 40, no. 9, pp. 917–939, 2018. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [181].Meyer BT, Kollmeier B, and Ooster J, “Autonomous measurement of speech intelligibility utilizing automatic speech recognition,” in Proc. Interspeech, 2015, pp. 2982–2986. [Google Scholar]
  • [182].Schuster M, Maier A, Haderlein T, Nkenke E, Wohlleben U, Rosanowski F, Eysholdt U, and Nöth E, “Evaluation of speech intelligibility for children with cleft lip and palate by means of automatic speech recognition,” International Journal of Pediatric Otorhinolaryngology, vol. 70, no. 10, pp. 1741–1747, 2006. [DOI] [PubMed] [Google Scholar]
  • [183].Kim H, Hasegawa-Johnson M, and Perlman A, “Vowel contrast and speech intelligibility in dysarthria,” Folia Phoniatrica et Logopaedica, vol. 63, no. 4, pp. 187–194, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [184].Kim Y, Kent RD, and Weismer G, “An acoustic study of the relationships among neurologic disease, dysarthria type, and severity of dysarthria,” Journal of Speech, Language, and Hearing Research, vol. 54, no. 2, pp. 417–429, 2011. [Google Scholar]
  • [185].Lansford KL and Liss JM, “Vowel acoustics in dysarthria: Speech disorder diagnosis and classification,” Journal of Speech, Language, and Hearing Research, vol. 57, no. 1, pp. 57–67, 2014. [Online]. Available: https://pubs.asha.org/doi/abs/10.1044/1092-4388%282013/12-0262%29 [Google Scholar]
  • [186].Park Y and Stepp CE, “Test–retest reliability of relative fundamental frequency and conventional acoustic, aerodynamic, and perceptual measures in individuals with healthy voices,” Journal of Speech, Language, and Hearing Research, vol. 62, no. 6, pp. 1707–1718, 2019. [Google Scholar]
  • [187].Stegmann GM, Hahn S, Liss J, Shefner J, Rutkove SB, Kawabata K, Bhandari S, Shelton K, Duncan CJ, and Berisha V, “Repeatability of commonly used speech and language features for clinical applications,” Digital biomarkers, vol. 4, no. 3, pp. 109–122, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [188].Eyben F, Wöllmer M, and Schuller B, “Opensmile: the munich versatile and fast open-source audio feature extractor,” in Proceedings of the 18th ACM international conference on Multimedia, 2010, pp. 1459–1462. [Google Scholar]
  • [189].Boersma P and Weenink D, “Praat: Doing phonetics by computer [computer program]. version 6.0. 37,” Retrieved February 2018 from http://www.praat.org/. [Google Scholar]
  • [190].Fleiss JL, Design and analysis of clinical experiments. John Wiley & Sons, 2011. [Google Scholar]
  • [191].Portney LG, Watkins MP et al. , Foundations of clinical research: applications to practice. Pearson/Prentice Hall Upper Saddle River, NJ, 2009, vol. 892. [Google Scholar]
  • [192].dos Santos Barreto S and Zazo Ortiz K, “Protocol for the evaluation of speech intelligibility in dysarthrias: evidence of reliability and validity,” Folia Phoniatrica et Logopaedica, vol. 67, no. 4, pp. 212–218, 2016. [Google Scholar]
  • [193].Rowe HP, Stipancic KL, Lammert AC, and Green JR, “Validation of an acoustic-based framework of speech motor control: Assessing criterion and construct validity using kinematic and perceptual measures,” Journal of Speech, Language, and Hearing Research, vol. 64, no. 12, pp. 4736–4753, 2021. [Google Scholar]
  • [194].Yawer BA, Liss J, and Berisha V, “Reliability and validity of a widely-available ai tool for assessment of stress based on speech,” Scientific reports, vol. 13, no. 1, p. 20224, 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [195].Reis RS, Hino A, and Añez C, “Perceived stress scale,” J. health Psychol, vol. 15, no. 1, pp. 107–114, 2010. [DOI] [PubMed] [Google Scholar]
  • [196].Iter D, Yoon J, and Jurafsky D, “Automatic detection of incoherent speech for diagnosing schizophrenia,” in Proceedings of the Fifth Workshop on Computational Linguistics and Clinical Psychology: From Keyboard to Clinic, 2018, pp. 136–146. [Google Scholar]
  • [197].Hitczenko K, Cowan H, Mittal V, and Goldrick M, “Automated coherence measures fail to index thought disorder in individuals at risk for psychosis,” in Proceedings of the seventh workshop on computational linguistics and clinical psychology: improving access, 2021, pp. 129–150. [Google Scholar]
  • [198].Bunton K, Kent RD, Duffy JR, Rosenbek JC, and Kent JF, “Listener agreement for auditory-perceptual ratings of dysarthria,” 2007. [Google Scholar]
  • [199].Lee S, Yeo EJ, Kim S, and Chung M, “Knowledge-driven speech features for detection of korean-speaking children with autism spectrum disorder,” Phonetics and Speech Sciences, vol. 15, no. 2, pp. 53–59, 2023. [Google Scholar]
  • [200].Rusz J, Cmejla R, Ruzickova H, and Ruzicka E, “Quantitative acoustic measurements for characterization of speech and voice disorders in early untreated parkinson’s disease,” The journal of the Acoustical Society of America, vol. 129, no. 1, pp. 350–367, 2011. [DOI] [PubMed] [Google Scholar]
  • [201].Harel BT, Cannizzaro MS, Cohen H, Reilly N, and Snyder PJ, “Acoustic characteristics of parkinsonian speech: a potential biomarker of early disease progression and treatment,” Journal of Neurolinguistics, vol. 17, no. 6, pp. 439–453, 2004. [Google Scholar]
  • [202].Tsanas A, Little MA, Fox C, and Ramig LO, “Objective automatic assessment of rehabilitative speech treatment in parkinson’s disease,” IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol. 22, no. 1, pp. 181–190, 2013. [Google Scholar]
  • [203].Romana A, Bandon J, Carlozzi N, Roberts A, and Provost EM, “Classification of manifest huntington disease using vowel distortion measures,” in Proc. Interspeech, vol. 2020, 2020, p. 4966. [Google Scholar]
  • [204].Perez M, Jin W, Le D, Carlozzi N, Dayalu P, Roberts A, and Provost EM, “Classification of huntington disease using acoustic and lexical features,” in Proc. Interspeech, vol. 2018, 2018, p. 1898. [Google Scholar]
  • [205].Roark B, Mitchell M, Hosom J-P, Hollingshead K, and Kaye J, “Spoken language derived measures for detecting mild cognitive impairment,” IEEE transactions on audio, speech, and language processing, vol. 19, no. 7, pp. 2081–2090, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [206].Horwitz-Martin RL, Quatieri TF, Lammert AC, Williamson JR, Yunusova Y, Godoy E, Mehta DD, and Green JR, “Relation of automatically extracted formant trajectories with intelligibility loss and speaking rate decline in amyotrophic lateral sclerosis.” in Proc. Interspeech, 2016, pp. 1205–1209. [Google Scholar]
  • [207].Yang Y-Y, Hira M, Ni Z, Astafurov A, Chen C, Puhrsch C, Pollack D, Genzel D, Greenberg D, Yang EZ et al. , “Torchaudio: Building blocks for audio and speech processing,” in ICASSP 20222022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2022, pp. 6982–6986. [Google Scholar]
  • [208].Jadoul Y, Thompson B, and De Boer B, “Introducing parselmouth: A python interface to praat,” Journal of Phonetics, vol. 71, pp. 1–15, 2018. [Google Scholar]
  • [209].Amir O, Wolf M, and Amir N, “A clinical comparison between two acoustic analysis softwares: Mdvp and praat,” Biomedical Signal Processing and Control, vol. 4, no. 3, pp. 202–205, 2009. [Google Scholar]
  • [210].Ravanelli M, Parcollet T, Moumen A, de Langen S, Subakan C, Plantinga P, Wang Y, Mousavi P, Della Libera L, Ploujnikov A et al. , “Open-source conversational ai with speechbrain 1.0,” Journal of Machine Learning Research, vol. 25, no. 333, pp. 1–11, 2024. [PMC free article] [PubMed] [Google Scholar]
  • [211].Brunet E et al. , Le vocabulaire de Jean Giraudoux structure et évolution. Slatkine, 1978. [Google Scholar]
  • [212].Yngve VH, “A model and an hypothesis for language structure,” Proceedings of the American philosophical society, vol. 104, no. 5, pp. 444–466, 1960. [Google Scholar]
  • [213].Berg T, Structure in language: A dynamic perspective. Routledge, 2011. [Google Scholar]
  • [214].Nagrani A, Chung JS, Xie W, and Zisserman A, “Voxceleb: Large- scale speaker verification in the wild,” Computer Speech & Language, vol. 60, p. 101027, 2020. [Google Scholar]
  • [215].Chen G, Chai S, Wang G-B et al. , “Gigaspeech: An evolving, multidomain asr corpus with 10,000 hours of transcribed audio,” in Proc. Interspeech, 2021, pp. 3670–3674. [Google Scholar]
  • [216].Bayerl SP, Wagner D, Noeth E, and Riedhammer K, “Detecting Dysfluencies in Stuttering Therapy Using wav2vec 2.0,” in Proc. Interspeech, 2022, pp. 2868–2872. [Google Scholar]
  • [217].Changawala V and Rudzicz F, “Whister: Using whisper’s representations for stuttering detection,” in Interspeech 2024, 2024, pp. 897–901. [Google Scholar]
  • [218].Kim J, Kumar N, Tsiartas A, Li M, and Narayanan SS, “Intelligibility classification of pathological speech using fusion of multiple subsystems,” Proc. of Interspeech, pp. 534–537, 2012. [Google Scholar]
  • [219].Qin Y, Lee T, and Kong APH, “Combining phone posteriorgrams from strong and weak recognizers for automatic speech assessment of people with aphasia,” in ICASSP 2019-2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2019, pp. 6420–6424. [Google Scholar]
  • [220].Cernak M, Orozco-Arroyave JR, Rudzicz F, Christensen H, Vásquez-Correa JC, and Nöth E, “Characterisation of voice quality of parkinson’s disease using differential phonological posterior features,” Computer Speech & Language, vol. 46, pp. 196–208, 2017. [Google Scholar]
  • [221].Middag C, Martens J-P, Van Nuffelen G, and De Bodt M, “Automated intelligibility assessment of pathological speech using phonological features,” EURASIP Journal on advances in Signal Processing, vol. 2009, pp. 1–9, 2009. [Google Scholar]
  • [222].Witt SM and Young SJ, “Phone-level pronunciation scoring and assessment for interactive language learning,” Speech communication, vol. 30, no. 2-3, pp. 95–108, 2000. [Google Scholar]
  • [223].Hu W, Qian Y, Soong FK, and Wang Y, “Improved mispronunciation detection with deep neural network trained acoustic models and transfer learning based logistic regression classifiers,” Speech Communication, vol. 67, pp. 154–166, 2015. [Google Scholar]
  • [224].Fontan L, Pellegrini T, Olcoz J, and Abad A, “Predicting disordered speech comprehensibility from goodness of pronunciation scores,” in Proc. SLPAT, 2015, pp. 42–46. [Google Scholar]
  • [225].Jiao Y, Berisha V, and Liss J, “Interpretable phonological features for clinical applications,” in Proc. ICASSP, 2017, pp. 5045–5049. [Google Scholar]
  • [226].Stevens KN, “Evidence for the role of acoustic boundaries in the perception of speech sounds,” The Journal of the Acoustical Society of America, vol. 69, no. S1, pp. S116–S116, 1981. [Google Scholar]
  • [227].Hedrick MS and Ohde RN, “Effect of relative amplitude of frication on perception of place of articulation,” The Journal of the Acoustical Society of America, vol. 94, no. 4, pp. 2005–2026, 1993. [DOI] [PubMed] [Google Scholar]
  • [228].Mathad VC, Liss JM, Chapman K, Scherer N, and Berisha V, “Consonant-vowel transition models based on deep learning for objective evaluation of articulation,” IEEE/ACM transactions on audio, speech, and language processing, vol. 31, pp. 86–95, 2022. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [229].Abderrazek S, Fredouille C, Ghio A, Lalain M, Meunier C, and Woisard V, “Interpreting deep representations of phonetic features via neuro-based concept detector: application to speech disorders due to head and neck cancer,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 31, pp. 200–214, 2022. [Google Scholar]
  • [230].Schubert M, Duran D, and Siegert I, “Challenges of german speech recognition: A study on multi-ethnolectal speech among adolescents,” in Interspeech 2024, 2024, pp. 3045–3049. [Google Scholar]
  • [231].Silber-Varod V, Siegert I, Jokisch O, Sinha Y, and Geri N, “A cross-language study of selected speech recognition systems,” The Online Journal of Applied Knowledge Management: OJAKM, vol. 9, pp. 1 – 15, 2021. [Google Scholar]
  • [232].Tu M, Berisha V, and Liss J, “Interpretable objective assessment of dysarthric speech based on deep neural networks.” in Proc. Interspeech, 2017, pp. 1849–1853. [Google Scholar]
  • [233].Kent RD, “Hearing and believing: Some limits to the auditory-perceptual assessment of speech and voice disorders,” American Journal of Speech-Language Pathology, vol. 5, no. 3, pp. 7–23, 1996. [Google Scholar]
  • [234].Goldstein TR, Miklowitz DJ, and Mullen KL, “Social skills knowledge and performance among adolescents with bipolar disorder,” Bipolar disorders, vol. 8, no. 4, pp. 350–361, 2006. [DOI] [PubMed] [Google Scholar]
  • [235].Lee J, Altshuler L, Glahn DC, Miklowitz DJ, Ochsner K, and Green MF, “Social and nonsocial cognition in bipolar disorder and schizophrenia: relative levels of impairment,” American Journal of Psychiatry, vol. 170, no. 3, pp. 334–341, 2013. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [236].Wuyts FL, Bodt MSD, Molenberghs G, Remacle M, Heylen L, Millet B, Lierde KV, Raes J, and Heyning P. H. V. d., “The dysphonia severity index: an objective measure of vocal quality based on a multiparameter approach,” Journal of speech, language, and hearing research, vol. 43, no. 3, pp. 796–809, 2000. [Google Scholar]
  • [237].Reddy CK, Gopal V, and Cutler R, “Dnsmos: A non-intrusive perceptual objective speech quality metric to evaluate noise suppressors,” in Proc. ICASSP. IEEE, 2021, pp. 6493–6497. [Google Scholar]
  • [238].Bunton K, Kent RD, Duffy JR, Rosenbek JC, and Kent JF, “Listener agreement for auditory-perceptual ratings of dysarthria,” Journal of Speech, Language, and Hearing Research, vol. 50, no. 6, pp. 1481–1495, 2007. [Online]. Available: https://pubs.asha.org/doi/abs/10.1044/1092-4388%282007/102%29 [Google Scholar]
  • [239].Borrie SA, McAuliffe MJ, and Liss JM, “Perceptual learning of dysarthric speech: A review of experimental studies,” Journal of Speech, Language, and Hearing Research, vol. 55, no. 1, pp. 290–305, 2012. [Online]. Available: https://pubs.asha.org/doi/abs/10.1044/1092-4388%282011/10-0349%29 [Google Scholar]
  • [240].Xu L, Liss J, and Berisha V, “Dysarthria detection based on a deep learning model with a clinically-interpretable layer,” JASA Express Letters, vol. 3, no. 1, 2023. [Google Scholar]
  • [241].Shapley L, A Value for n-Person Games. Princeton University Press, 1997, pp. 69–79. [Google Scholar]
  • [242].Lundberg SM and Lee S-I, “A unified approach to interpreting model predictions,” Proc. NeurIPS, p. 4768–4777, 2017. [Google Scholar]
  • [243].Helou LB, Solomon NP, Henry LR, Coppit GL, Howard RS, and Stojadinovic A, “The role of listener experience on consensus auditory-perceptual evaluation of voice (cape-v) ratings of postthyroidectomy voice,” American Journal of Speech-Language Pathology, vol. 19, no. 3, p. 248, 2010. [DOI] [PubMed] [Google Scholar]
  • [244].Patel RR, Awan SN, Barkmeier-Kraemer J, Courey M, Deliyski D, Eadie T, Paul D, Švec JG, and Hillman R, “Recommended protocols for instrumental assessment of voice: American speech-language-hearing association expert panel to develop a protocol for instrumental assessment of vocal function,” American journal of speech-language pathology, vol. 27, no. 3, pp. 887–905, 2018. [DOI] [PubMed] [Google Scholar]
  • [245].Švec JG and Granqvist S, “Tutorial and guidelines on measurement of sound pressure level in voice and speech,” Journal of Speech, Language, and Hearing Research, vol. 61, no. 3, pp. 441–461, 2018. [Google Scholar]
  • [246].Yeung A, Iaboni A, Rochon E, Lavoie M, Santiago C, Yancheva M, Novikova J, Xu M, Robin J, Kaufman LD et al. , “Correlating natural language processing and automated speech analysis with clinician assessment to quantify speech-language changes in mild cognitive impairment and alzheimer’s dementia,” Alzheimer’s research & therapy, vol. 13, no. 1, p. 109, 2021. [Google Scholar]
  • [247].Mikolov T, Sutskever I, Chen K, Corrado GS, and Dean J, “Distributed representations of words and phrases and their compositionality,” Advances in neural information processing systems, vol. 26, 2013. [Google Scholar]
  • [248].Pennington J, Socher R, and Manning CD, “Glove: Global vectors for word representation,” in Proceedings of the 2014 conference on empirical methods in natural language processing (EMNLP), 2014, pp. 1532–1543. [Google Scholar]
  • [249].Kenton JDM-WC and Toutanova LK, “Bert: Pre-training of deep bidirectional transformers for language understanding,” in Proceedings of NAACL-HLT, 2019, pp. 4171–4186. [Google Scholar]
  • [250].Lundin NB, Jones MN, Myers EJ, Breier A, and Minor KS, “Semantic and phonetic similarity of verbal fluency responses in early-stage psychosis,” Psychiatry research, vol. 309, p. 114404, 2022. [Google Scholar]
  • [251].Docherty NM, DeRosa M, and Andreasen NC, “Communication disturbances in schizophrenia and mania,” Archives of General Psychiatry, vol. 53, no. 4, pp. 358–364, 1996. [DOI] [PubMed] [Google Scholar]
  • [252].Xu W, Portanova J, Chander A, Ben-Zeev D, and Cohen T, “The centroid cannot hold: comparing sequential and global estimates of coherence as indicators of formal thought disorder,” in AMIA Annual Symposium Proceedings, vol. 2020. American Medical Informatics Association, 2020, p. 1315. [PMC free article] [PubMed] [Google Scholar]
  • [253].Joulin A, Grave E, Bojanowski P, Douze M, Je H Jégou, and Mikolov T, “Fasttext.zip: Compressing text classification models,” arXiv preprint arXiv:1612.03651, 2016. [Google Scholar]
  • [254].Tang SX, Cong Y, Nikzad AH, Mehta A, Cho S, Hänsel K, Berretta S, Dhar AA, Kane JM, and Malhotra AK, “Clinical and computational speech measures are associated with social cognition in schizophrenia spectrum disorders,” Schizophrenia Research, vol. 259, pp. 28–37, 2023. [DOI] [PubMed] [Google Scholar]
  • [255].Chen P-HC, Liu Y, and Peng L, “How to develop machine learning models for healthcare,” Nature materials, vol. 18, no. 5, pp. 410–414, 2019. [DOI] [PubMed] [Google Scholar]
  • [256].Rudin C, “Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead,” Nature machine intelligence, vol. 1, no. 5, pp. 206–215, 2019. [Google Scholar]
  • [257].Stegmann GM, Hahn S, Duncan CJ, Rutkove SB, Liss J, Shefner JM, and Berisha V, “Estimation of forced vital capacity using speech acoustics in patients with als,” Amyotrophic Lateral Sclerosis and Frontotemporal Degeneration, vol. 22, no. sup 1, pp. 14–21, 2021. [DOI] [PubMed] [Google Scholar]
  • [258].Koo TK and Li MY, “A guideline of selecting and reporting intraclass correlation coefficients for reliability research,” Journal of chiropractic medicine, vol. 15, no. 2, pp. 155–163, 2016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [259].Holmlund TB, Chandler C, Foltz PW, Cohen AS, Cheng J, Bernstein JC, Rosenfeld EP, and Elvevåg B, “Applying speech technologies to assess verbal memory in patients with serious mental illness,” NPJ digital medicine, vol. 3, no. 1, p. 33, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [260].Gutz SE, Stipancic KL, Yunusova Y, Berry JD, and Green JR, “Validity of off-the-shelf automatic speech recognition for assessing speech intelligibility and speech severity in speakers with amyotrophic lateral sclerosis,” Journal of Speech, Language, and Hearing Research, vol. 65, no. 6, pp. 2128–2143, 2022. [Google Scholar]
  • [261].Themistocleous C, Webster K, Afthinos A, and Tsapkini K, “Part of speech production in patients with primary progressive aphasia: An analysis based on natural language processing,” American journal of speech-language pathology, vol. 30, no. 1S, pp. 466–480, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [262].Fang S-H, Tsao Y, Hsiao M-J, Chen J-Y, Lai Y-H, Lin F-C, and Wang C-T, “Detection of pathological voice using cepstrum vectors: A deep learning approach,” Journal of voice, vol. 33, no. 5, pp. 634–641, 2019. [DOI] [PubMed] [Google Scholar]
  • [263].Chandrashekar H, Karjigi V, and Sreedevi N, “Spectro-temporal representation of speech for intelligibility assessment of dysarthria,” IEEE Journal of Selected Topics in Signal Processing, vol. 14, no. 2, pp. 390–399, 2019. [Google Scholar]
  • [264].Mallela J, Illa A, Suhas B, Udupa S, Belur Y, Atchayaram N, Yadav R, Reddy P, Gope D, and Ghosh PK, “Voice based classification of patients with amyotrophic lateral sclerosis, parkinson’s disease and healthy controls with cnn-lstm using transfer learning,” in Proc. ICASSP. IEEE, 2020, pp. 6784–6788. [Google Scholar]
  • [265].Wang S-S, Wang C-T, Lai C-C, Tsao Y, and Fang S-H, “Continuous speech for improved learning pathological voice disorders,” IEEE open journal of engineering in medicine and biology, vol. 3, pp. 25–33, 2022. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [266].Park D, Yu Y, Katabi D, and Kim HK, “Adversarial continual learning to transfer self-supervised speech representations for voice pathology detection,” IEEE Signal Processing Letters, 2023. [Google Scholar]
  • [267].Cai J, Song Y, Wu J, and Chen X, “Voice disorder classification using wav2vec 2.0 feature extraction,” Journal of Voice, 2024. [Google Scholar]
  • [268].Grósz T, Porjazovski D, Getman Y, Kadiri S, and Kurimo M, “Wav2vec2-based paralinguistic systems to recognise vocalised emotions and stuttering,” in Proceedings of the 30th ACM International Conference on Multimedia, 2022, pp. 7026–7029. [Google Scholar]
  • [269].Quinn TP, Jacobs S, Senadeera M, Le V, and Coghlan S, “The three ghosts of medical ai: Can the black-box present deliver?” Artificial intelligence in medicine, vol. 124, p. 102158, 2022. [DOI] [PubMed] [Google Scholar]
  • [270].Niu Z, Zhong G, and Yu H, “A review on the attention mechanism of deep learning,” Neurocomputing, vol. 452, pp. 48–62, 2021. [Google Scholar]
  • [271].Zezario RE, Fu S-W, Chen F, Fuh C-S, Wang H-M, and Tsao Y, “Deep learning-based non-intrusive multi-objective speech assessment model with cross-domain features,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 31, pp. 54–70, 2022. [Google Scholar]
  • [272].Mancini E, Paissan F, Torroni P, Ravanelli M, and Subakan C, “Investigating the effectiveness of explainability methods in parkinson’s detection from speech,” arXiv preprint arXiv:2411.08013, 2024. [Google Scholar]
  • [273].Momeni N, Whitling S, and Jakobsson A, “Interpretable parkinson’s disease detection using group-wise scaling,” IEEE Access, 2025. [Google Scholar]
  • [274].Ribeiro MT, Singh S, and Guestrin C, “” why should i trust you?” explaining the predictions of any classifier,” in Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining, 2016, pp. 1135–1144. [Google Scholar]
  • [275].Yang Z and Hirschberg J, “Predicting arousal and valence from waveforms and spectrograms using deep neural networks.” in Proc. Interspeech, 2018, pp. 3092–3096. [Google Scholar]
  • [276].Salvi D, Bestagini P, and Tubaro S, “Towards frequency band explainability in synthetic speech detection,” in 2023 31st European Signal Processing Conference (EUSIPCO). IEEE, 2023, pp. 620–624. [Google Scholar]
  • [277].Ilias L and Askounis D, “Explainable identification of dementia from transcripts using transformer networks,” IEEE Journal of Biomedical and Health Informatics, vol. 26, no. 8, pp. 4153–4164, 2022. [DOI] [PubMed] [Google Scholar]
  • [278].Agarwal R, Melnick L, Frosst N, Zhang X, Lengerich B, Caruana R, and Hinton GE, “Neural additive models: Interpretable machine learning with neural nets,” Advances in neural information processing systems, vol. 34, pp. 4699–4711, 2021. [Google Scholar]
  • [279].Botelho C, Abad A, Schultz T, and Trancoso I, “Speech as a biomarker for disease detection,” IEEE Access, 2024. [Google Scholar]
  • [280].Alvarez Melis D and Jaakkola T, “Towards robust interpretability with self-explaining neural networks,” Advances in neural information processing systems, vol. 31, 2018. [Google Scholar]
  • [281].OpenAI, “Introducing GPT-5,” https://openai.com/index/introducing-gpt-5/, aug 2025. [Google Scholar]
  • [282].Team G, Anil R, Borgeaud S, Alayrac J-B, Yu J, Soricut R, Schalkwyk J, Dai AM, Hauth A, Millican K et al. , “Gemini: a family of highly capable multimodal models,” arXiv preprint arXiv:2312.11805, 2023. [Google Scholar]
  • [283].Touvron H, Lavril T, Izacard G, Martinet X, Lachaux M-A, Lacroix T, Roziere B, Goyal N, Hambro E, Azhar F, et al. , “Llama: Open and efficient foundation language models,” arXiv preprint arXiv:2302.13971, 2023. [Google Scholar]
  • [284].Jiang AQ, Sablayrolles A, Mensch A, Bamford C, Chaplot DS, de las Casas D, Bressand F, Lengyel G, Lample G, Saulnier L, Lavaud LR, Lachaux M-A, Stock P, Scao TL, Lavril T, Wang T, Lacroix T, and Sayed WE, “Mistral 7b,” 2023. [Online]. Available: https://arxiv.org/abs/2310.06825 [Google Scholar]
  • [285].Bektaş M, Pereira JK, Daams F, and van der Peet DL, “Chatgpt in surgery: a revolutionary innovation?” Surgery today, vol. 54, no. 8, pp. 964–971, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [286].Fink MA, Bischoff A, Fink CA, Moll M, Kroschke J, Dulz L, Heußel CP, Kauczor H-U, and Weber TF, “Potential of chatgpt and gpt-4 for data mining of free-text ct reports on lung cancer,” Radiology, vol. 308, no. 3, p. e231362, 2023. [DOI] [PubMed] [Google Scholar]
  • [287].White J, Fu Q, Hays S, Sandborn M, Olea C, Gilbert H, Elnashar A, Spencer-Smith J, and Schmidt DC, “A prompt pattern catalog to enhance prompt engineering with chatgpt,” arXiv preprint arXiv:2302.11382, 2023. [Google Scholar]
  • [288].Nori H, King N, McKinney SM, Carignan D, and Horvitz E, “Capabilities of gpt-4 on medical challenge problems,” arXiv preprint arXiv:2303.13375, 2023. [Google Scholar]
  • [289].Wang C, Liu S, Li A, and Liu J, “Text dialogue analysis for primary screening of mild cognitive impairment: Development and validation study,” Journal of Medical Internet Research, vol. 25, p. e51501, 2023. [Google Scholar]
  • [290].Botelho C, Mendonça J Pompili A, Schultz T, Abad A, and Trancoso I, “Macro-descriptors for alzheimer’s disease detection using large language models,” in Proc. Interspeech, 2024, pp. 1975–1979. [Google Scholar]
  • [291].Zhang X, Liu H, Xu K, Zhang Q, Liu D, Ahmed B, and Epps J, “When llms meets acoustic landmarks: An efficient approach to integrate speech into large language models for depression detection,” in Proceedings of EMNLP, 2024, pp. 146–158. [Google Scholar]
  • [292].Hu EJ, Shen Y, Wallis P, Allen-Zhu Z, Li Y, Wang S, Wang L, Chen W et al. , “Lora: Low-rank adaptation of large language models.” ICLR, vol. 1, no. 2, p. 3, 2022. [Google Scholar]
  • [293].Tomanek K, Tobin J, Venugopalan S, Cave R, Seaver K, Green JR, and Heywood R, “Large language models as a proxy for human evaluation in assessing the comprehensibility of disordered speech transcription,” in Proc. ICASSP. IEEE, 2024, pp. 10 846–10 850. [Google Scholar]
  • [294].Zhang J, Liss J, Jayasuriya S, and Berisha V, “Robust vocal quality feature embeddings for dysphonic voice detection,” IEEE/ACM transactions on audio, speech, and language processing, vol. 31, pp. 1348–1359, 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [295].Ko T, Peddinti V, Povey D, Seltzer ML, and Khudanpur S, “A study on data augmentation of reverberant speech for robust speech recognition,” in Proc. ICASSP. IEEE, 2017, pp. 5220–5224. [Google Scholar]
  • [296].Vachhani B, Bhat C, and Kopparapu SK, “Data augmentation using healthy speech for dysarthric speech recognition,” in Proc. Interspeech, 2018, pp. 471–475. [Google Scholar]
  • [297].Shahnawazuddin S, Ahmad W, Adiga N, and Kumar A, “In-domain and out-of-domain data augmentation to improve children’s speaker verification system in limited data scenario,” in Proc. ICASSP. IEEE, 2020, pp. 7554–7558. [Google Scholar]
  • [298].Prananta L, Halpern B, Feng S, and Scharenborg O, “The effectiveness of time stretching for enhancing dysarthric speech for improved dysarthric speech recognition,” in Proc. Interspeech, 2022, pp. 36–40. [Google Scholar]
  • [299].Zhang J, Jayasuriya S, and Berisha V, “Learning repeatable speech embeddings using an intra-class correlation regularizer,” Advances in Neural Information Processing Systems, vol. 36, 2024. [Google Scholar]
  • [300].Zhou W, Lin BY, and Ren X, “Isobn: Fine-tuning bert with isotropic batch normalization,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 35, no. 16, 2021, pp. 14 621–14 629. [Google Scholar]
  • [301].Peyser C, Huang WR, Rosenberg A, Sainath T, Picheny M, and Cho K, “Towards disentangled speech representations,” in Proc. Interspeech, 2022, pp. 3603–3607. [Google Scholar]
  • [302].Gao J, He D, Tan X, Qin T, Wang L, and Liu T, “Representation degeneration problem in training natural language generation models,” in Proc. ICLR, 2019. [Google Scholar]
  • [303].Xu L, Mueller KD, Liss J, and Berisha V, “Decorrelating language model embeddings for speech-based prediction of cognitive impairment,” in Proc. ICASSP. IEEE, 2023, pp. 1–5. [Google Scholar]
  • [304].Perero-Codosero JM, Espinoza-Cuadros F, Antón-Martín J, Barbero-Alvarez MA, and Hernández-Gómez LA, “Modeling obstructive sleep apnea voices using deep neural network embeddings and domain-adversarial training,” IEEE Journal of Selected Topics in Signal Processing, vol. 14, no. 2, pp. 240–250, 2019. [Google Scholar]
  • [305].Hsu Y-T, Zhu Z, Wang C-T, Fang S-H, Rudzicz F, and Tsao Y, “Robustness against the channel effect in pathological voice detection,” arXiv preprint arXiv:1811.10376, 2018. [Google Scholar]
  • [306].Amiri M and Kodrasi I, “Test-time adaptation for automatic pathological speech detection in noisy environments,” in Proc. European Signal Processing Conference, Lyon, France, 2024. [Google Scholar]
  • [307].U. Food, D. Administration et al. , “Artificial intelligence and machine learning (ai/ml)-enabled medical devices,” AI/ML-Enabled Medical Devices, 2022. [Google Scholar]
  • [308].Vela D, Sharp A, Zhang R, Nguyen T, Hoang A, and Pianykh OS, “Temporal quality degradation in ai models,” Scientific Reports, vol. 12, no. 1, p. 11654, 2022. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [309].Wong A, Cao J, Lyons PG, Dutta S, Major VJ, Ötleş E, and Singh K, “Quantification of sepsis model alerts in 24 us hospitals before and during the covid-19 pandemic,” JAMA Network Open, vol. 4, no. 11, pp. e2 135 286–e2 135 286, 2021. [Google Scholar]
  • [310].Wang B, Dohopolski M, Bai T, Wu J, Hannan R, Desai N, Garant A, Yang D, Nguyen D, Lin M-H et al. , “Performance deterioration of deep learning models after clinical deployment: a case study with auto-segmentation for definitive prostate cancer radiotherapy,” Machine Learning: Science and Technology, vol. 5, no. 2, p. 025077, 2024. [Google Scholar]
  • [311].Cao J, Ganesh A, Cai J, Southwell R, Perkoff EM, Regan M, Kann K, Martin JH, Palmer M, and D’Mello S, “A comparative analysis of automatic speech recognition errors in small group classroom discourse,” in Proceedings of the 31st ACM Conference on User Modeling, Adaptation and Personalization, 2023, pp. 250–262. [Google Scholar]
  • [312].Dolin P, Li W, Dasarathy G, and Berisha V, “Statistically valid post-deployment monitoring should be standard for ai-based digital health,” arXiv preprint arXiv:2506.05701, 2025. [Google Scholar]
  • [313].Lu C, Chang K, Singh P, Pomerantz S, Doyle S, Kakarmath S, Bridge C, and Kalpathy-Cramer J, “Deploying clinical machine learning? consider the following…” arXiv preprint arXiv:2109.06919, 2021. [Google Scholar]
  • [314].Vaidya A, Chen RJ, Williamson DF, Song AH, Jaume G, Yang Y, Hartvigsen T, Dyer EC, Lu MY, Lipkova J et al. , “Demographic bias in misdiagnosis by computational pathology models,” Nature Medicine, vol. 30, no. 4, pp. 1174–1190, 2024. [Google Scholar]
  • [315].Straw I and Callison-Burch C, “Artificial intelligence in mental health and the biases of language based models,” PloS one, vol. 15, no. 12, p. e0240376, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [316].Yu S, Wang X, and Príncipe JC, “Request-and-reverify: Hierarchical hypothesis testing for concept drift detection with expensive labels,” pp. 3033–3039, 2018. [Google Scholar]
  • [317].Ginart T, Zhang MJ, and Zou J, “Mldemon: Deployment monitoring for machine learning systems,” in International conference on artificial intelligence and statistics. PMLR, 2022, pp. 3962–3997. [Google Scholar]
  • [318].Ovadia Y, Fertig E, Ren J et al. , “Can you trust your model’s uncertainty? evaluating predictive uncertainty under dataset shift,” Advances in neural information processing systems, vol. 32, 2019. [Google Scholar]
  • [319].Koch LM, Baumgartner CF, and Berens P, “Distribution shift detection for the postmarket surveillance of medical ai algorithms: a retrospective simulation study,” NPJ Digital Medicine, vol. 7, no. 1, p. 120, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [320].Ma W, Chen C, Zheng S, Qin J, Zhang H, and Dou Q, “Test-time adaptation with calibration of medical image classification nets for label distribution shift,” in International Conference on Medical Image Computing and Computer-Assisted Intervention. Springer, 2022, pp. 313–323. [Google Scholar]
  • [321].Davis SE, Greevy RA Jr, Lasko TA, Walsh CG, and Matheny ME, “Detection of calibration drift in clinical prediction models to inform model updating,” Journal of biomedical informatics, vol. 112, p. 103611, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [322].Leschanowsky A and Das S, “Examining the interplay between privacy and fairness for speech processing: A review and perspective,” in 4th Symposium on Security and Privacy in Speech Communication, 2024, pp. 1–11. [Google Scholar]
  • [323].Gelfer MP and Mikos VA, “The relative contributions of speaking fundamental frequency and formant frequencies to gender identification based on isolated vowels,” Journal of voice, vol. 19, no. 4, pp. 544–554, 2005. [DOI] [PubMed] [Google Scholar]
  • [324].Reubold U, Harrington J, and Kleber F, “Vocal aging effects on f0 and the first formant: A longitudinal analysis in adult speakers,” Speech communication, vol. 52, no. 7–8, pp. 638–651, 2010. [Google Scholar]
  • [325].Berg M, Fuchs M, Wirkner K, Loeffler M, Engel C, and Berger T, “The speaking voice in the general population: normative data and associations to sociodemographic and lifestyle factors,” Journal of Voice, vol. 31, no. 2, pp. 257–e13, 2017. [Google Scholar]
  • [326].Bertelsen C, Zhou S, Hapner ER, and Johns MM, “Sociodemographic characteristics and treatment response among aging adults with voice disorders in the united states,” JAMA Otolaryngology–Head & Neck Surgery, vol. 144, no. 8, pp. 719–726, 2018. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [327].Clopper CG and Smiljanic R, “Effects of gender and regional dialect on prosodic patterns in american english,” Journal of phonetics, vol. 39, no. 2, pp. 237–245, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [328].Feng S, Halpern BM, Kudina O, and Scharenborg O, “Towards inclusive automatic speech recognition,” Computer Speech & Language, vol. 84, p. 101567, 2024. [Google Scholar]
  • [329].Hutiri WT and Ding AY, “Bias in automated speaker recognition,” in Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Transparency, 2022, pp. 230–247. [Google Scholar]
  • [330].Kaushal A, Altman R, and Langlotz C, “Geographic distribution of us cohorts used to train deep learning algorithms,” Jama, vol. 324, no. 12, pp. 1212–1213, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [331].Li K, Baird C, and Lin D, “Defend data poisoning attacks on voice authentication,” IEEE Transactions on Dependable and Secure Computing, 2023. [Google Scholar]
  • [332].Oliynyk D, Mayer R, and Rauber A, “I know what you trained last summer: A survey on stealing machine learning models and defences,” ACM Computing Surveys, vol. 55, no. 14s, pp. 1–41, 2023. [Google Scholar]
  • [333].Verde L, Marulli F, and Marrone S, “Exploring the impact of data poisoning attacks on machine learning model reliability,” Procedia Computer Science, vol. 192, pp. 2624–2632, 2021, knowledge-Based and Intelligent Information & Engineering Systems: Proceedings of the 25th International Conference KES2021. [Google Scholar]
  • [334].Kwon H, Kim Y, Yoon H, and Choi D, “Selective audio adversarial example in evasion attack on speech recognition system,” IEEE Transactions on Information Forensics and Security, vol. 15, pp. 526–538, 2019. [Google Scholar]
  • [335].Żelasko P, Joshi S, Shao Y, Villalba J, Trmal J, Dehak N, and Khudanpur S, “Adversarial attacks and defenses for speech recognition systems,” arXiv preprint arXiv:2103.17122, 2021. [Google Scholar]
  • [336].Pizzi K, Boenisch F, Sahin U, and Böttinger K, “Introducing model inversion attacks on automatic speaker recognition,” arXiv preprint arXiv:2301.03206, 2023. [Google Scholar]
  • [337].Shah MA, Szurley J, Mueller M, Mouchtaris A, and Droppo J, “Evaluating the Vulnerability of End-to-End Automatic Speech Recognition Models to Membership Inference Attacks,” in Proc. Interspeech, 2021, pp. 891–895. [Google Scholar]
  • [338].Tomashenko N, Wang X, Vincent E, Patino J, Srivastava BML, Noé P-G, Nautsch A, Evans N, Yamagishi J, O’Brien B, Chanclu A, Bonastre J-F, Todisco M, and Maouche M, , “The voiceprivacy 2020 challenge: Results and findings,” Computer Speech & Language, vol. 74, p. 101362, 2022. [Google Scholar]
  • [339].Rahman MU, Larson M, ten Bosch L, and Tejedor-García C, “Scenario of use scheme: Threat modelling for speaker privacy protection in the medical domain,” in 4th Symposium on Security and Privacy in Speech Communication, 2024, pp. 21–25. [Google Scholar]
  • [340].Ghosh S, Jouaiti M, Das A, Sinha Y, Polzehl T, Siegert I, and Stober S, “Anonymising elderly and pathological speech: Voice conversion using ddsp and query-by-example,” in Proc. Interspeech, 2024, pp. 4438–4442. [Google Scholar]
  • [341].Aloufi R, Haddadi H, and Boyle D, “Privacy-preserving voice analysis via disentangled representations,” in Proceedings of the 2020 ACM SIGSAC Conference on Cloud Computing Security Workshop. New York, NY, USA: Association for Computing Machinery, 2020, p. 1–14. [Google Scholar]
  • [342].Orabi AH, Buddhitha P, Orabi MH, and Inkpen D, “Deep learning for depression detection of twitter users,” in Proceedings of the fifth workshop on computational linguistics and clinical psychology: from keyboard to clinic, 2018, pp. 88–97. [Google Scholar]
  • [343].Petti U, Baker S, Korhonen A, and Robin J, “How much speech data is needed for tracking language change in alzheimer’s disease? a comparison of random length, 5-min, and 1-min spontaneous speech samples,” Digital Biomarkers, vol. 7, no. 1, pp. 157–166, 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [344].Halpern BM, Feng S, van Son R, van den Brekel M, and Scharenborg O, “Automatic evaluation of spontaneous oral cancer speech using ratings from naive listeners,” Speech Communication, vol. 149, pp. 84–97, 2023. [Google Scholar]
  • [345].Berisha V, Liss J, Huston T, Wisler A, Jiao Y, and Eig J, “Float like a butterfly sting like a bee: Changes in speech preceded parkinsonism diagnosis for muhammad ali,” in Proc. Interspeech, 2017, pp. 1809–1813. [Google Scholar]
  • [346].Hasegawa-Johnson M, Zheng X, Kim H, Mendes C, Dickinson M, Hege E, Zwilling C, Channell MM, Mattie L, Hodges H et al. , “Community-supported shared infrastructure in support of speech accessibility,” Journal of Speech, Language, and Hearing Research, vol. 67, no. 11, pp. 4162–4175, 2024. [Google Scholar]
  • [347].Microsoft, “Latest updates to the Azure AI Speech Service,” https://techcommunity.microsoft.com/blog/azure-ai-services-blog/latest-updates-to-the-azure-ai-speech-service/4300129, November 2024. [Google Scholar]
  • [348].Bensoussan Y, Sigaras A, Rameau A, Elemento O, Powell M, Dorr D, Payne P, Ravitsky V, Bélisle-Pipon J, Johnson A, Bahr R, Watts S, Bolser D, Siu J, Lerner-Ellis J, Rudzicz F, Boyer M, Salvi Cruz S, Abdel-Aty Y, et al. , “Bridge2AI-Voice: An ethically-sourced, diverse voice dataset linked to health information (version 2.0.0),” 2025. [Online]. Available: 10.13026/3xt6-rf05 [DOI] [Google Scholar]
  • [349].Ahmed B, Monroe P, Hair A, Tan CT, Gutierrez-Osuna R, and Ballard KJ, “Speech-driven mobile games for speech therapy: User experiences and feasibility,” International journal of speech-language pathology, vol. 20, no. 6, pp. 644–658, 2018. [DOI] [PubMed] [Google Scholar]
  • [350].Hair A, Ballard KJ, Markoulli C, Monroe P, Mckechnie J, Ahmed B, and Gutierrez-Osuna R, “A longitudinal evaluation of tablet-based child speech therapy with apraxia world,” ACM Transactions on Accessible Computing (TACCESS), vol. 14, no. 1, pp. 1–26, 2021. [Google Scholar]
  • [351].Roesler O, Liscombe J, Neumann M, Kothare H, Hosamath A, Arbatti L, Habberstad D, Suendermann-Oeft C, Bartlett M, Zhang C et al. , “Towards scalable remote assessment of mild cognitive impairment via multimodal dialog,” in Proc. Interspeech, 2024, pp. 1985–1989. [Google Scholar]
  • [352].Xu L, Berisha V, Utianski RL, and Liss J, “Evaluating model interpretability in speech-based clinical artificial intelligence systems,” Perspectives of the ASHA Special Interest Groups, vol. 10, no. 5, pp. 1637–1648, 2025. [Google Scholar]
  • [353].Arbabshirani MR, Plis S, Sui J, and Calhoun VD, “Single subject prediction of brain disorders in neuroimaging: Promises and pitfalls,” Neuroimage, vol. 145, pp. 137–165, 2017. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [354].Vabalas A, Gowen E, Poliakoff E, and Casson AJ, “Machine learning algorithm validation with a limited sample size,” PloS one, vol. 14, no. 11, p. e0224365, 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [355].Liss J and Berisha V, “Operationalizing clinical speech analytics: Moving from features to measures for real-world clinical impact,” Journal of Speech, Language, and Hearing Research, pp. 1–7, 2024. [Google Scholar]
  • [356].Wang M, Han W, Shafran I, Wu Z, Chiu C-C, Cao Y, Chen N, Zhang Y, Soltau H, Rubenstein PK et al. , “Slm: Bridge the thin gap between speech and text foundation models,” in 2023 IEEE Automatic Speech Recognition and Understanding Workshop (ASRU). IEEE, 2023, pp. 1–8. [Google Scholar]
  • [357].Lu K-H, Chen Z, Fu S-W, Yang C-HH, Balam J, Ginsburg B, Wang Y-CF, and Lee H.-y., “Developing instruction-following speech language model without speech instruction-tuning data,” in ICASSP 2025-2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2025, pp. 1–5. [Google Scholar]
  • [358].Wang Z, Li R, Dong B, Wang J, Li X, Liu N, Mao C, Zhang W, Dong L, Gao J et al. , “Can llms like gpt-4 outperform traditional ai tools in dementia diagnosis? maybe, but not today,” arXiv preprint arXiv:2306.01499, 2023. [Google Scholar]
  • [359].Kasai J, Kasai Y, Sakaguchi K, Yamada Y, and Radev D, “Evaluating gpt-4 and chatgpt on japanese medical licensing examinations,” arXiv preprint arXiv:2303.18027, 2023. [Google Scholar]
  • [360].Mennella C, Maniscalco U, De Pietro G, and Esposito M, “Ethical and regulatory challenges of ai technologies in healthcare: A narrative review,” Heliyon, vol. 10, no. 4, 2024. [Google Scholar]
  • [361].Massachusetts General Hospital, “Healey & AMG center & the Northeast ALS Consortium announce results in platform trial with pridopidine,” Oct. 2023. [Google Scholar]
  • [362].Therapeutics Prilenia, “Prilenia announces clinical data in support of its plans to initiate global Phase 3 study in ALS,” Mar. 2024. [Google Scholar]

RESOURCES