Pith. sign in

REVIEW 4 major objections 6 minor 141 references

Voice Biomarker Analysis and Automated Severity Classification of Dysarthric Speech in a Multilingual Context

T0 review · 4 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read A multilingual dysarthria severity classifier that combines language-universal and language-specific voice biomarkers outperforms universal-features-only models, gaining a 7.33% relative improvement in average F1 across English, Korean…

desk verdict Solid multilingual dysarthria thesis whose qualitative claim is plausible, but the headline 7.33% gain is not established because feature selection is not demonstrably nested inside LOSO. read the letter →

arxiv 2412.12111 v1 pith:NY6MPDXV submitted 2024-12-01 cs.SD cs.CLeess.AS

classification cs.SDcs.CLeess.AS
keywords dysarthricspeechmultilingualanalysisautomaticdysarthriaseverityclassificationvoicebiomarkerslanguage-specificfeaturesXGBoostGoodnessofPronunciation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This thesis claims that multilingual dysarthria severity classification is held back by reliance on language-universal acoustic features, because languages differ in phoneme inventories and rhythmic structure. It builds a clinically interpretable feature set of voice quality, pronunciation, and prosody measures, validates which features matter for English, Korean, and Tamil, and then combines each language's optimal features into one classifier. The resulting model reaches an average weighted F1 of 71.74% across three languages, a 7.33% relative improvement over the universal-features-only baseline, while matching the best monolingual models.

What carries the argument

The load-bearing mechanism is a clinical-knowledge-driven feature set whose members are screened by a two-step validation (statistical significance plus clinical directionality), then converted into distances from the healthy-speaker distribution, and finally selected per language using XGBoost gain importance. The classifier is XGBoost, which absorbs the per-language feature sets jointly by treating features not selected for a language as missing values, so universal features share training data while language-specific features do not interfere. A distance metric scales each feature by its deviation from the healthy mean in units of the healthy standard deviation, turning raw acoustic values into a measure of atypicality.

What would settle it

Re-run the iterative feature-selection step inside each Leave-One-Speaker-Out training fold, so that each test speaker contributes nothing to choosing the features, and compare the resulting average F1 with 71.74% and the relative gain over the intersection baseline; if the gain shrinks or reverses, the central claim is an artifact of selection leakage.

Watch

Extended reading notes

Core claim

The central discovery is that the features that best separate dysarthria severity levels are not the same across languages; only pronunciation-accuracy and vowel-space measures (CRR, PRR, median F0, and related features) are shared by all three languages, while voice quality and rhythm features differ. A multilingual XGBoost classifier that feeds each language its own optimal feature set, treating features irrelevant to a given language as missing, outperforms the conventional intersection (universal-only) and union (all-features) approaches. With this design, the average weighted F1 across English, Korean, and Tamil reaches 71.74%, a 7.33% relative gain over the universal-only baseline, and the multilingual model is competitive with the best monolingual classifiers.

Load-bearing premise

The whole gain rests on per-language feature sets being chosen without ever looking at the held-out test speakers; if the feature-selection step was run on the full corpus including test speakers, the 71.74% average F1 and the 7.33% relative improvement are optimistic.

Editorial extensions

If this is right

  • Multilingual dysarthria assessment can match the accuracy of language-specific monolingual models without sacrificing coverage, since the proposed method reaches 71.74% average F1 versus 71.72% for the best monolingual runs.
  • Universal-features-only multilingual models are provably leaving performance on the table; the intersection baseline trails the proposed method by 7.33% relative.
  • Clinically validated feature sets are small (7–16 per language) and interpretable, so the same pipeline could be adapted to other languages by re-running validation and selection on local data.
  • The distance-to-healthy representation makes the classifier robust to variations in loudness or duration, because each feature is normalized by healthy-speaker spread.
  • Features shared across languages, such as phoneme recognition rates and vowel space, are candidates for cross-lingual transfer to low-resource languages.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The success of the distance-to-healthy representation suggests that a multilingual system could be bootstrapped for a new language by computing distances using healthy-speaker statistics from a closely related language, then fine-tuning with very few local dysarthric recordings.
  • If the nested-selection caveat holds, the largest benefit may come not from any single feature but from the decision to treat per-language feature sets as missing values, a recipe that could generalize to other clinical speech tasks such as stuttering or aphasia assessment.
  • The fact that only pronunciation-related features were universal across all three languages hints that future multilingual models should prioritize phoneme-level supervision and cross-lingual phonetic encoders rather than generic acoustic features.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The manuscript, based on a PhD dissertation, proposes a multilingual dysarthria severity classification method for English (TORGO), Korean (QoLT), and Tamil (SSNCE). It first analyzes paralinguistic features and Goodness-of-Pronunciation scores, then validates a clinical-knowledge-driven feature set through statistical and clinical criteria, and finally proposes an XGBoost-based classifier that combines language-universal and language-specific features. The central quantitative claim is an average weighted F1 of 71.74% and a 7.33% relative improvement over a language-universal-only intersection baseline.

Significance. If the evaluation were fully valid, this would be a useful contribution: it addresses a real gap in multilingual dysarthria assessment, uses three typologically distinct public datasets, and provides a clinically motivated feature set with per-language analysis. Strengths include the two-tier statistical/clinical validation, the comparison against eGeMAPS and MFCC baselines, the detailed per-language tables, and the explicit discussion of limitations such as the default missing-value handling in XGBoost. However, the headline quantitative claims rest on evaluation choices that are not fully nested and on a data-ratio selection made after observing test performance; the exact magnitudes of the reported gains are therefore not established by the current experiments.

major comments (4)
  1. [§7.3.1, Tables 7.2 and 7.5] The feature-selection procedure is not demonstrably nested inside the LOSO folds. The text states that feature importance scores are averaged across LOSO folds and that the least important feature is then removed and classification accuracy 'reassessed,' but it does not state that the reassessment is performed separately inside each training fold before evaluating the held-out speaker. As described, the optimal per-language feature sets in Table 7.2 and the proposed-method row of Table 7.5 are selected using information from the same speakers that are later reported as test speakers. This is a form of test-set leakage and would inflate the reported 71.74% average F1 and the 7.33% relative gain. A nested selection—choosing the subset inside each training fold and applying only that fold's subset to the held-out speaker—must be reported for the claimed improvement to be credible.
  2. [§7.2.2, Eq. (7.1), and §6.3.1] The distance-to-healthy normalization and the feature validation step are fitted on the full corpus before the LOSO split. The healthy-control mean and standard deviation in Eq. (7.1) are computed over all healthy speakers, including those later held out in the classification experiments; likewise, the Kruskal-Wallis and Kendall validation in Section 6.3.1 uses all speakers to decide which features are retained. Even if the later classifier training is LOSO, the feature representation and the candidate feature set have already seen the test speakers. This is a second, independent source of optimistic bias in the reported results.
  3. [§7.5.1, Figure 7.4] The choice of the 80% Tamil utterance ratio is made after observing classification performance on the evaluation set. The paper states that 'the highest classification performance was achieved using 80% of the utterances, forming the basis for the results presented in this paper.' Because the data ratio is selected on the same test data, the reported 71.74% average is a maximum over data-ratio choices rather than a fixed-procedure estimate. This compounds the optimism from the feature-selection issue.
  4. [Abstract and §7.4.2] The reported relative improvements do not match Table 7.5. From Table 7.5, the proposed method (71.74) versus the intersection baseline (66.47) is a relative gain of 7.93%, not 7.33%, and versus the union baseline (70.68) it is 1.50%, not 0.93%. In addition, the claim that the proposed method 'significantly outperforms' the baselines is not supported by any significance test; with only 15, 80, and 30 speakers in the three datasets, differences of this size could be within sampling variability. The manuscript should either correct the reported percentages or clarify which experimental setting they come from, and it should provide significance testing or confidence intervals for the headline comparison.
minor comments (6)
  1. [§5.1.3, Eq. (5.6)] The entropy formula appears to have a typo: the logarithm in the sum uses P(p|F) instead of P(q|F), so the equation should be sH(p) = -Σ_q P̄(q|F) log P̄(q|F).
  2. [§6.4.1] The text reports Korean FCR τ = 0.14 and VAI τ = 0.44, but Table 6.3 lists FCR τ = 0.44 and VAI τ = -0.44; the signs and values should be reconciled.
  3. [§6.2.2] The worked example contains '2/5100 = 40.00%' and '5/8100 = 62.50%'; these should read 2/5 × 100 and 5/8 × 100, respectively.
  4. [Table 6.5] The header 'T amil T amil' contains a typo and should read 'Tamil Tamil'.
  5. [§7.5.2] The sentence 'the relative increase from monolingual to multilingual experiments was much lower than in the previous study (18% vs. 6.85%)' is unclear; the manuscript should specify what quantities these percentages refer to.
  6. [§7.2.2, Eq. (7.1)] As written, the distance metric assigns smaller values to larger deviations from the healthy mean (for |f_i - μ_h| > σ_h, the value is σ_h / |f_i - μ_h|, which decreases as the deviation grows), which conflicts with the description of measuring 'degree of acoustic atypicality.' Either the formula or the interpretation should be revised.

Circularity Check

3 steps flagged · score 6.0 of 10

Feature-subset selection and Tamil data-ratio tuning are performed on the same LOSO evaluation that produces the reported F1, so the 7.33% relative gain is partly self-confirming.

  1. fitted input called prediction [Section 7.3.1 (Feature selection), with results reported in Section 7.4.2 (Table 7.5)]
    "Next, we utilize this feature importance information for iterative feature selection. We systematically remove the least important feature and reassess classification accuracy, enabling us to identify the optimal feature subset that maximizes accuracy for each language."

    The optimal feature subsets are selected by measuring classification accuracy on the same LOSO evaluation that later produces the paper's headline results. The per-language subsets in Table 7.2, and the intersection/union baselines derived from them, are therefore chosen with knowledge of the held-out speakers. The reported 71.74% average F1 and the 7.33% relative improvement over the intersection baseline are not independent predictions; they are the result of fitting the feature-selection parameter on the evaluation data. The paper's later claim that LOSO was used 'for feature importance scoring and selection' does not show that the accuracy-based backward elimination was nested inside each training fold.

  2. fitted input called prediction [Section 7.5.1 (Effect of Tamil dataset sizes)]
    "The highest classification performance was achieved using 80% of the utterances, forming the basis for the results presented in this paper."

    The size of the Tamil training subset is chosen by comparing multilingual classification performances across ratios (Figure 7.4) and selecting the ratio with the highest test performance. The same 80% subset is then used to produce all final multilingual results in Table 7.5, so the reported average F1 is partially determined by test-set-based tuning of the data ratio.

1 more flagged steps
  1. fitted input called prediction [Section 7.2.2 (Calculation of distance metric), Eq. (7.1)]
    "For each acoustic feature, we first determine the mean (µh) and standard deviation (σh) within a healthy control group. The distance (fi) of a data point from this healthy distribution is then calculated using the following formula, where fi represents the feature value of the ith utterance:"

    As described, the healthy-control distribution is defined over a healthy control group and is not restricted to the LOSO training folds. If a held-out test speaker is a healthy control, their own feature values and healthy label are used to compute µh and σh, so the distance features fed to the classifier for that test speaker are constructed using test-set label information. The final classification performance is then reported on features that were, in this sense, fitted on the test set.

full rationale

The central contribution of Chapter 7 is the claim that combining language-universal and language-specific features yields a 7.33% relative improvement over universal-only multilingual baselines, at 71.74% average weighted F1. On inspection, the pipeline contains several points where the reported numbers are selected using the evaluation data itself. The per-language optimal feature sets are chosen by iteratively removing the least important feature and reassessing classification accuracy, without any statement that this backward elimination is nested inside each LOSO training fold. The intersection and union baselines are then derived from these test-selected feature sets, making the comparison partly self-confirming. The Tamil data ratio is also chosen by selecting the proportion that gives the highest classification performance, and that same proportion is used for the final results. The distance metric in Eq. (7.1) is computed from a healthy control distribution that is not explicitly restricted to training folds, which can leak healthy labels into the input features of held-out speakers. These issues do not make the qualitative finding definitionally false, and the thesis contains substantial independent feature analysis in Chapters 4-6, but the headline improvement is not established as a held-out prediction. This warrants a partial circularity score rather than a full reduction of the derivation to its inputs.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

The central result rests on hand-chosen distance thresholds, hyperparameters, feature-set sizes, and a post hoc Tamil ratio, plus domain assumptions about clinical feature directionality, label comparability across datasets, and XGBoost missing-value behavior. These are fitted or assumed on the same three corpora, which is why the circularity burden is moderate.

free parameters (4)
  • Tamil utterance ratio = 80%
    Chosen post hoc because it produced the highest classification performance (Section 7.5.1); main results use this ratio.
  • Distance threshold = 1 standard deviation
    Equation 7.1 treats deviations within one standard deviation as distance 1; this threshold is chosen by hand and is not derived from data or theory.
  • XGBoost hyperparameters = 300 estimators, eta 0.3 to 0.5, depth 4 to 6
    Selected by grid search on the same data, with no nested selection or seed averaging reported (Sections 4.4.1 and 7.3.2).
  • Number of selected features per language = English 10, Korean 16, Tamil 7
    Iterative feature removal chosen to maximize accuracy on the same corpus (Section 7.3.1 and Table 7.2).
assumptions (5)
  • standard math Kruskal-Wallis H test and Kendall's tau are appropriate for ordinal severity labels.
    Used for feature validation without checking distribution assumptions; these are standard but not universally valid for all acoustic features.
  • domain assumption Clinical directionality of features, such as jitter increasing and HNR decreasing with severity, is correct across languages.
    Table 6.1 lists expected directions, but the paper itself finds HNR does not follow the expected direction in English (Table 6.3), so this assumption is partially contradicted.
  • domain assumption The three public datasets' severity labels are comparable after merging categories.
    English and Korean categories are merged differently, and Tamil uses a 7-point scale mapped to 4 classes (Sections 3.2 to 3.4).
  • ad hoc to paper XGBoost's default missing-value direction is a safe way to encode that a feature is not relevant to a language.
    Section 7.2.2 and Section 7.6; the paper itself flags that default split directions may be suboptimal, especially for English.
  • domain assumption Healthy controls in each dataset provide a stable reference distribution for the distance transform.
    Healthy groups are small, 7 to 10 speakers per dataset, and there is no external healthy reference corpus (Section 7.2.2).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Voice Biomarker Analysis and Automated Severity Classification of Dysarthric Speech in a Multilingual Context." pith.science (2026). https://pith.science/paper/NY6MPDXV

@misc{pith2026241212111,
  author       = {Pith},
  title        = {Pith review of: Voice Biomarker Analysis and Automated Severity Classification of Dysarthric Speech in a Multilingual Context},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/NY6MPDXV}},
  note         = {Machine review of arXiv:2412.12111}
}
read the original abstract

Dysarthria, a motor speech disorder, severely impacts voice quality, pronunciation, and prosody, leading to diminished speech intelligibility and reduced quality of life. Accurate assessment is crucial for effective treatment, but traditional perceptual assessments are limited by their subjectivity and resource intensity. To mitigate the limitations, automatic dysarthric speech assessment methods have been proposed to support clinicians on their decision-making. While these methods have shown promising results, most research has focused on monolingual environments. However, multilingual approaches are necessary to address the global burden of dysarthria and ensure equitable access to accurate diagnosis. This thesis proposes a novel multilingual dysarthria severity classification method, by analyzing three languages: English, Korean, and Tamil.

Figures

Figures reproduced from arXiv: 2412.12111 by the authors.

Figure 2.1
Figure 2.1. Workflow of machine learning approach. may be relevant to the automatic classification task. The automatic classifica￾tion step involves training a machine learning classifier, such as Support Vector Machine (SVM), Random Forest (RF), or eXtreme Gradient Boosting (XG￾Boost), to predict the target variable (e.g., dysarthria severity level or speech intelligibility score) based on the selected features. Finally, featu… view at source ↗
Figure 2.2
Figure 2.2. Example of deep learning approach. The method leverages SSL [PITH_FULL_IMAGE:figures/full_fig_p026_2_2.png] view at source ↗
Figure 4.1
Figure 4.1. Feature importance scores aggregated by speech dimensions. [PITH_FULL_IMAGE:figures/full_fig_p053_4_1.png] view at source ↗
Figures from the paper (9 more)
Figure 5.1
Figure 5.1. Figure 5.1: Example of phoneme-level assessment. (Miller et al., 2020, Quintas et al., 2022). However, gathering parallel datasets, especially for disordered speech, is challenging. Additionally, this method often limits analysis to specific speech materials, which may not refle…
Figure 5.2
Figure 5.2. Figure 5.2: Overview of the improved GoP with UQ methods. [PITH_FULL_IMAGE:figures/full_fig_p060_5_2.png]
Figure 5
Figure 5. Figure 5: illustrates the GoP distribution between two Korean phonemes [PITH_FULL_IMAGE:figures/full_fig_p067_5.png]
Figure 5.3
Figure 5.3. Figure 5.3: Kendall’s τ distributions for two phonemes by severity. 0:healthy, 1:mild, 2:mild-to-mod., 3:mod.-to-sev., 4:severe. a strong correlation with speech intelligibility across languages, consistent with previous findings (Hernandez et al., 2019). Affricates (/Ù/,/Ã/) an…
Figure 6.1
Figure 6.1. Figure 6.1: Workflow of Feature validation. To ensure the robustness and reliability of our subsequent multilingual anal￾yses, we begin with a rigorous two-tiered feature validation process, comprising both statistical and clinical validation ( [PITH_FULL_IMAGE:figures/full_fig…
Figure 7.1
Figure 7.1. Figure 7.1: Proposed multilingual dysarthria severity classification. [PITH_FULL_IMAGE:figures/full_fig_p095_7_1.png]
Figure 7.2
Figure 7.2. Figure 7.2: Classification accuracy using different number of features (Korean) 7.3.2 Automatic severity classification We chose the XGBoost algorithm for automatic severity classification due to its numerous strengths, including its ability to handle non-linear feature interac￾…
Figure 7.3
Figure 7.3. Figure 7.3: Gain-based importance scores [PITH_FULL_IMAGE:figures/full_fig_p099_7_3.png]
Figure 7.4
Figure 7.4. Figure 7.4: Classification performances using different ratio of Tamil datasets. our method for assessing dysarthria severity in a multilingual context. 7.5 Discussion 7.5.1 Effect of Tamil dataset sizes As shown in [PITH_FULL_IMAGE:figures/full_fig_p105_7_4.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

141 extracted references · 71 canonical work pages

  1. [1]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...

  2. [2]

    , author Fredouille, C

    author Abderrazek, S. , author Fredouille, C. , author Ghio, A. , author Lalain, M. , author Meunier, C. , author Woisard, V. , year 2022 . title Validation of the Neuro-Concept Detector framework for the characterization of speech disorders: A comparative study including Dysarthria and Dysphonia , in: booktitle Interspeech 2022 , pp. pages 3638--3642 . :...

  3. [3]

    , author Fredouille, C

    author Abderrazek, S. , author Fredouille, C. , author Ghio, A. , author Lalain, M. , author Meunier, C. , author Woisard, V. , year 2023 . title Interpreting deep representations of phonetic features via neuro-based concept detector: Application to speech disorders due to head and neck cancer . journal IEEE/ACM Transactions on Audio, Speech, and Language...

  4. [4]

    , year 2012

    author Arvaniti, A. , year 2012 . title The usefulness of metrics in the quantification of speech rhythm . journal Journal of Phonetics volume 40 , pages 351--373

  5. [5]

    , author Sfrintzeri, K

    author Athanasiou, M. , author Sfrintzeri, K. , author Zarkogianni, K. , author Thanopoulou, A.C. , author Nikita, K.S. , year 2020 . title An explainable xgboost--based approach towards assessing the risk of cardiovascular disease in patients with type 2 diabetes mellitus , in: booktitle 2020 IEEE 20th International Conference on Bioinformatics and Bioen...

  6. [6]

    , author Hanif, M.K

    author Ayesha, S. , author Hanif, M.K. , author Talib, R. , year 2020 . title Overview and comparative study of dimensionality reduction techniques for high dimensional data . journal Information Fusion volume 59 , pages 44--58

  7. [7]

    , author Wang, C

    author Babu, A. , author Wang, C. , author Tjandra, A. , author Lakhotia, K. , author Xu, Q. , author Goyal, N. , author Singh, K. , author von Platen , P. , author Saraf, Y. , author Pino, J. , author Baevski, A. , author Conneau, A. , author Auli, M. , year 2022 . title XLS-R: Self-supervised Cross-lingual Speech Representation Learning at Scale , in: b...

  8. [8]

    , author Zhou, Y

    author Baevski, A. , author Zhou, Y. , author Mohamed, A. , author Auli, M. , year 2020 . title wav2vec 2.0: A framework for self-supervised learning of speech representations , in: booktitle Advances in neural information processing systems , pp. pages 12449--12460

Show all 141 references
  1. [9]

    , year 2020

    author Bao, J. , year 2020 . title Multi-features based arrhythmia diagnosis algorithm using xgboost , in: booktitle 2020 International Conference on Computing and Data Science (CDS) , pp. pages 454--457

  2. [10]

    , author Wagner, D

    author Bayerl, S.P. , author Wagner, D. , author Noeth, E. , author Riedhammer, K. , year 2022 . title Detecting Dysfluencies in Stuttering Therapy Using wav2vec 2.0 , in: booktitle Interspeech 2022 , pp. pages 2868--2872 . :10.21437/Interspeech.2022-10908

  3. [11]

    , author Asgari, M

    author Bayestehtashk, A. , author Asgari, M. , author Shafran, I. , author McNames, J. , year 2015 . title Fully automated assessment of the severity of parkinson's disease from speech . journal Computer Speech & Language volume 29 , pages 172--185

  4. [12]

    , year 2018

    author Belloni, M. , year 2018 . title Xgboost is not black magic . howpublished https://towardsdatascience.com/xgboost-is-not-black-magic-56ca013144b4

  5. [13]

    , author Pesenti, C

    author van Bemmel, L. , author Pesenti, C. , author Wei, X. , author Strik, H. , year 2023 . title Automatic assessments of dysarthric speech: the usability of acoustic-phonetic features , in: booktitle Interspeech 2023

  6. [14]

    , author Strik, H

    author Bhat, C. , author Strik, H. , year 2020 . title Automatic assessment of sentence-level dysarthria intelligibility using blstm . journal IEEE Journal of Selected Topics in Signal Processing volume 14 , pages 322--330

  7. [15]

    , year 2001

    author Boersma, P. , year 2001 . title Praat, a system for doing phonetics by computer . journal Glot International volume 5 , pages 341--345

  8. [16]

    , author Karjigi, V

    author Chandrashekar, H. , author Karjigi, V. , author Sreedevi, N. , year 2019 . title Breathiness indices for classification of dysarthria based on type and speech intelligibility , in: booktitle 2019 International Conference on Wireless Communications Signal Processing and ...

  9. [17]

    , author Wang, C

    author Chen, S. , author Wang, C. , author Chen, Z. , author Wu, Y. , author Liu, S. , author Chen, Z. , author Li, J. , author Kanda, N. , author Yoshioka, T. , author Xiao, X. , et al., year 2022 . title Wavlm: Large-scale self-supervised pre-training for full stack speech p...

  10. [18]

    , author Liu, Z

    author Cheng, S. , author Liu, Z. , author Li, L. , author Tang, Z. , author Wang, D. , author Zheng, T.F. , year 2020 . title ASR-Free Pronunciation Assessment , in: booktitle Interspeech 2020 , pp. pages 3047--3051 . :10.21437/Interspeech.2020-2623

  11. [19]

    , author Kim, B

    author Choi, D. , author Kim, B. , author Kim, Y. , author Lee, Y. , author Um, Y. , author Chung, M. , year 2012 . title Dysarthric speech database for development of qolt software technology , in: booktitle LREC , pp. pages 3378--3381

  12. [20]

    , author Yeo, E.J

    author Choi, K. , author Yeo, E.J. , year 2022 . title Opening the black box of wav2vec feature encoder . journal arXiv preprint arXiv:2210.15386

  13. [21]

    , author Rahimdoost, A

    author Danesh-Sani, S.A. , author Rahimdoost, A. , author Soltani, M. , author Ghiyasi, M. , author Haghdoost, N. , author Sabzali-Zanjankhah, S. , year 2013 . title Clinical assessment of orofacial manifestations in 500 patients with multiple sclerosis . journal Journal of Or...

  14. [22]

    , author Aronson, A.E

    author Darley, F.L. , author Aronson, A.E. , author Brown, J.R. , year 1969 . title Differential diagnostic patterns of dysarthria . journal Journal of speech and hearing research volume 12 , pages 246--269

  15. [23]

    , author Huici, M.E.H.D

    author De Bodt, M.S. , author Huici, M.E.H.D. , author Van De Heyning, P.H. , year 2002 . title Intelligibility as a linear combination of dimensions in dysarthric speech . journal Journal of communication disorders volume 35 , pages 283--292

  16. [24]

    , year 2012

    author Duffy, J.R. , year 2012 . title Motor speech disorders: Substrates, differential diagnosis, and management . publisher Elsevier Health Sciences

  17. [25]

    , year 1980

    author Enderby, P. , year 1980 . title Frenchay dysarthria assessment . journal British Journal of Disorders of Communication volume 15 , pages 165--173

  18. [26]

    , year 2013

    author Enderby, P. , year 2013 . title Disorders of communication: dysarthria . journal Handbook of clinical neurology volume 110 , pages 273--281

  19. [27]

    , author Scherer, K.R

    author Eyben, F. , author Scherer, K.R. , author Schuller, B.W. , author Sundberg, J. , author Andr \'e , E. , author Busso, C. , author Devillers, L.Y. , author Epps, J. , author Laukka, P. , author Narayanan, S.S. , et al., year 2015 . title The geneva minimalistic acoustic ...

  20. [28]

    , author W \"o llmer, M

    author Eyben, F. , author W \"o llmer, M. , author Schuller, B. , year 2010 . title Opensmile: the munich versatile and fast open-source audio feature extractor , in: booktitle Proceedings of the 18th ACM international conference on Multimedia , pp. pages 1459--1462

  21. [29]

    , author Moro-Vel \'a zquez, L

    author Favaro, A. , author Moro-Vel \'a zquez, L. , author Butala, A. , author Motley, C. , author Cao, T. , author Stevens, R.D. , author Villalba, J. , author Dehak, N. , year 2023 a. title Multilingual evaluation of interpretable biomarkers to represent language and speech ...

  22. [30]

    , author Tsai, Y.T

    author Favaro, A. , author Tsai, Y.T. , author Butala, A. , author Thebaud, T. , author Villalba, J. , author Dehak, N. , author Moro-Vel \'a zquez, L. , year 2023 b. title Interpretable speech features vs. dnn embeddings: What to use in the automatic assessment of parkinson’s...

  23. [31]

    , author Karray, F

    author Fewzee, P. , author Karray, F. , year 2012 . title Dimensionality reduction for emotional speech recognition , pp. pages 532--537

  24. [32]

    , author Pellegrini, T

    author Fontan, L. , author Pellegrini, T. , author Olcoz, J. , author Abad, A. , year 2015 . title Predicting disordered speech comprehensibility from goodness of pronunciation scores , in: booktitle Workshop on Speech and Language Processing for Assistive Technologies (SLPAT ...

  25. [33]

    , author Al-Ghezi, R

    author Getman, Y. , author Al-Ghezi, R. , author Voskoboinik, E. , author Gr \'o sz, T. , author Kurimo, M. , author Salvi, G. , author Svendsen, T. , author Str \"o mbergsson, S. , year 2022 . title Wav2vec2-based speech rating system for children with speech sound disorder ,...

  26. [34]

    , author Pleiss, G

    author Guo, C. , author Pleiss, G. , author Sun, Y. , author Weinberger, K.Q. , year 2017 . title On calibration of modern neural networks , in: booktitle International Conference on Machine Learning (ICML) , pp. pages 1321--1330

  27. [35]

    , author Hilu, D

    author Hazan, H. , author Hilu, D. , author Manevitz, L. , author Ramig, L.O. , author Sapir, S. , year 2012 . title Early diagnosis of parkinson's disease via machine learning on speech data , in: booktitle 2012 IEEE 27th Convention of Electrical and Electronics Engineers in ...

  28. [36]

    , author Basart, S

    author Hendrycks, D. , author Basart, S. , author Mazeika, M. , author Zou, A. , author Kwon, J. , author Mostajabi, M. , author Steinhardt, J. , author Song, D. , year 2022 . title Scaling out-of-distribution detection for real-world settings , in: booktitle International Con...

  29. [37]

    , author Gimpel, K

    author Hendrycks, D. , author Gimpel, K. , year 2017 . title A baseline for detecting misclassified and out-of-distribution examples in neural networks , in: booktitle International Conference on Learning Representations (ICLR)

  30. [38]

    , author Kim, S

    author Hernandez, A. , author Kim, S. , author Chung, M. , year 2020 a. title Prosody-based measures for automatic severity assessment of dysarthric speech . journal Applied Sciences volume 10 , pages 6999

  31. [39]

    , author Lee, H.y

    author Hernandez, A. , author Lee, H.y. , author Chung, M. , year 2019 . title Acoustic analysis of fricatives in dysarthric speakers with cerebral palsy . journal Phonetics and Speech Sciences volume 11 , pages 23--29

  32. [40]

    , author P \'e rez-Toro, P.A

    author Hernandez, A. , author P \'e rez-Toro, P.A. , author N \"o th, E. , author Orozco-Arroyave, J.R. , author Maier, A.K. , author Yang, S.H. , year 2022 . title Cross-lingual self-supervised speech representations for improved dysarthric speech recognition , in: booktitle ...

  33. [41]

    , author Yeo, E.J

    author Hernandez, A. , author Yeo, E.J. , author Kim, S. , author Chung, M. , year 2020 b. title Dysarthria detection and severity assessment using rhythm-based metrics. , in: booktitle Interspeech 2020 , pp. pages 2897--2901

  34. [42]

    , author Han, S

    author Hong, Y. , author Han, S. , author Choi, K. , author Seo, S. , author Kim, B. , author Chang, B. , year 2021 . title Disentangling label distribution for long-tailed visual recognition , in: booktitle Computer Vision and Pattern Recognition (CVPR) , pp. pages 6626--6636

  35. [43]

    , author Bolte, B

    author Hsu, W.N. , author Bolte, B. , author Tsai, Y.H.H. , author Lakhotia, K. , author Salakhutdinov, R. , author rahman Mohamed, A. , year 2021 . title Hubert: Self-supervised speech representation learning by masked prediction of hidden units . journal IEEE/ACM Transaction...

  36. [44]

    , author Qian, Y

    author Hu, W. , author Qian, Y. , author Soong, F.K. , author Wang, Y. , year 2015 . title Improved mispronunciation detection with deep neural network trained acoustic models and transfer learning based logistic regression classifiers . journal Speech Communication volume 67 ...

  37. [45]

    , author Thompson, B

    author Jadoul, Y. , author Thompson, B. , author de Boer, B. , year 2018 . title Introducing P arselmouth: A P ython interface to P raat . journal Journal of Phonetics volume 71 , pages 1--15 . :https://doi.org/10.1016/j.wocn.2018.07.001

  38. [46]

    , author Kodrasi, I

    author Janbakhshi, P. , author Kodrasi, I. , author Bourlard, H. , year 2021 . title Automatic dysarthric speech detection exploiting pairwise distance-based convolutional neural networks , in: booktitle ICASSP

  39. [47]

    , author Kadiri, S.R

    author Javanmardi, F. , author Kadiri, S.R. , author Alku, P. , year 2024 . title Pre-trained models for detection and severity level classification of dysarthria from speech . journal Speech Communication , pages 103047

  40. [48]

    , author Lim, W

    author Jiang, H. , author Lim, W. , author Ng, J. , author Wang, Y. , author Chi, Y. , author Miao, C. , year 2021 . title Towards parkinson’s disease prognosis using self-supervised learning and anomaly detection , in: booktitle ICASSP

  41. [49]

    , author Rajan, R

    author Joshy, A.A. , author Rajan, R. , year 2023 . title Dysarthria severity classification using multi-head attention and multi-task learning . journal Speech Communication volume 147 , pages 1--11

  42. [50]

    , author Selouani, S

    author Kadi, K. , author Selouani, S. , author Boudraa, B. , author Boudraa, M. , year 2013 . title Discriminative prosodic features to assess the dysarthria severity levels , in: booktitle World Congress on Engineering

  43. [51]

    , author Simmons, N.N

    author Kearns, K.P. , author Simmons, N.N. , year 1988 . title Interobserver reliability and perceptual ratings: More than meets the ear . journal Journal of Speech, Language, and Hearing Research volume 31 , pages 131--136

  44. [52]

    , author Vorperian, H

    author Kent, R. , author Vorperian, H. , author Kent, J. , author Duffy, J. , year 2003 . title Voice dysfunction in dysarthria: application of the multi-dimensional voice program™ . journal Journal of communication Disorders volume 36 , pages 281--306

  45. [53]

    , author Hasegawa-Johnson, M

    author Kim, H. , author Hasegawa-Johnson, M. , author Perlman, A. , author Gunderson, J. , author Huang, T.S. , author Watkin, K. , author Frame, S. , year 2008 . title Dysarthric speech database for universal access research , in: booktitle Interspeech 2008 , pp. pages 1741--...

  46. [54]

    , author Martin, K

    author Kim, H. , author Martin, K. , author Hasegawa-Johnson, M. , author Perlman, A. , year 2010 . title Frequency of consonant articulation errors in dysarthric speech . journal Clinical linguistics & phonetics volume 24 , pages 759--770

  47. [55]

    , author Kim, H

    author Kim, M.J. , author Kim, H. , year 2012 a. title Automatic assessment of dysarthric speech intelligibility based on selected phonetic quality features , in: booktitle International Conference on Computers Helping People with Special Needs (ICCHP) , pp. pages 447--450

  48. [56]

    , author Kim, H

    author Kim, M.J. , author Kim, H. , year 2012 b. title Combination of multiple speech dimensions for automatic assessment of dysarthric speech intelligibility. , in: booktitle Interspeech 2012 , pp. pages 1323--1326

  49. [57]

    , author Choi, Y

    author Kim, Y. , author Choi, Y. , year 2017 . title A cross-language study of acoustic predictors of speech intelligibility in individuals with parkinson's disease . journal Journal of Speech, Language, and Hearing Research volume 60 , pages 2506--2518

  50. [58]

    , author Kent, R.D

    author Kim, Y. , author Kent, R.D. , author Weismer, G. , year 2011 . title An acoustic study of the relationships among neurologic disease, dysarthria type, and severity of dysarthria. journal Journal of speech, language, and hearing research volume 54 2 , pages 417--29

  51. [59]

    , author Thompson, A

    author Kim, Y. , author Thompson, A. , author Lee, S.J. , year 2024 . title Does native language matter in perceptual ratings of dysarthria? journal Journal of Speech, Language, and Hearing Research , pages 1--14

  52. [60]

    , author Arias-Vergara, T

    author Klumpp, P. , author Arias-Vergara, T. , author P \'e rez-Toro, P.A. , author N \"o th, E. , author Orozco-Arroyave, J.R. , year 2022 . title Common phone: A multilingual dataset for robust acoustic modelling

  53. [61]

    , year 1967

    author Koike, Y. , year 1967 . title Application of some acoustic measures for the evaluation of laryngeal dysfunction . journal Journal of the Acoustical Society of America volume 42 , pages 1209--1209

  54. [62]

    , author Barra-Chicote, R

    author Korzekwa, D. , author Barra-Chicote, R. , author Kostek, B. , author Drugman, T. , author Lajszczak, M. , year 2019 . title Interpretable Deep Learning Model for the Detection and Reconstruction of Dysarthric Speech , in: booktitle Interspeech 2019 , pp. pages 3890--389...

  55. [63]

    , author Mekyska, J

    author Kovac, D. , author Mekyska, J. , author Aharonson, V. , author Harar, P. , author Galaz, Z. , author Rapcsak, S. , author Orozco-Arroyave, J.R. , author Brabenec, L. , author Rektorova, I. , year 2022 . title Exploring language-independent digital speech biomarkers of h...

  56. [64]

    , author Mekyska, J

    author Kovac, D. , author Mekyska, J. , author Galaz, Z. , author Brabenec, L. , author Kostalova, M. , author Rapcsak, S. , author Rektorova, I. , year 2021 . title Multilingual analysis of speech and voice disorders in patients with parkinson’s disease , in: booktitle 44th I...

  57. [65]

    , author Aila, T

    author Laine, S. , author Aila, T. , year 2017 . title Temporal ensembling for semi-supervised learning , in: booktitle International Conference on Learning Representations (ICLR)

  58. [66]

    , author Liss, J

    author Lansford, K. , author Liss, J. , year 2014 . title Vowel acoustics in dysarthria: speech disorder diagnosis and classification . journal Journal of Speech, Language, and Hearing Research volume 57 , pages 57--68

  59. [67]

    , author Abramson, A.S

    author Lisker, L. , author Abramson, A.S. , year 1964 . title A cross-language study of voicing in initial stops: Acoustical measurements . journal Word volume 20 , pages 384--422

  60. [68]

    , author Utianski, R

    author Liss, J.M. , author Utianski, R. , author Lansford, K. , year 2013 . title Crosslinguistic application of english-centric rhythm descriptors in motor speech disorders . journal Folia Phoniatrica et Logopaedica volume 65 , pages 3--19

  61. [69]

    , author Hutter, F

    author Loshchilov, I. , author Hutter, F. , year 2019 . title Decoupled weight decay regularization , in: booktitle International Conference on Learning Representations (ICLR)

  62. [70]

    , author Lee, S.I

    author Lundberg, S.M. , author Lee, S.I. , year 2017 . title A unified approach to interpreting model predictions . journal Neural Information Processing Systems

  63. [71]

    , author Wiget, L

    author Mattys, S.L. , author Wiget, L. , year 2011 . title Effects of cognitive load on speech recognition . journal Journal of memory and Language volume 65 , pages 145--160

  64. [72]

    , author Mou, Z

    author Mayle, A. , author Mou, Z. , author Bunescu, R. , author Mirshekarian, S. , author Xu, L. , author Liu, C. , year 2019 . title Diagnosing Dysarthria with Long Short-Term Memory Networks , in: booktitle Interspeech 2019 , pp. pages 4514--4518 . :10.21437/Interspeech.2019-2903

  65. [73]

    , author Socolof, M

    author McAuliffe, M. , author Socolof, M. , author Mihuc, S. , author Wagner, M. , author Sonderegger, M. , year 2017 . title Montreal Forced Aligner: Trainable Text-Speech Alignment Using Kaldi , in: booktitle Interspeech 2017 , pp. pages 498--502 . :10.21437/Interspeech.2017-1386

  66. [74]

    , author Raffel, C

    author McFee, B. , author Raffel, C. , author Liang, D. , author Ellis, D.P. , author McVicar, M. , author Battenberg, E. , author Nieto, O. , year 2015 . title librosa: Audio and music signal analysis in python. , in: booktitle SciPy , pp. pages 18--24

  67. [75]

    , author Obler, L.K

    author Menn, L. , author Obler, L.K. , author Miceli, G. , year 1990 . title Agrammatic aphasia: A cross-language narrative sourcebook . volume volume 2 . publisher John Benjamins

  68. [76]

    , author V \'a squez-Correa, J.C

    author Miller, G.F. , author V \'a squez-Correa, J.C. , author N \"o th, E. , year 2020 . title Assessing the dysarthria level of parkinson’s disease patients with gmm-ubm supervectors using phonological posteriors and diadochokinetic exercises , in: booktitle International Co...

  69. [77]

    , author Lowit, A

    author Miller, N. , author Lowit, A. , author Kuschmann, A. , year 2014 . title Introduction: Cross-language perspectives on motor speech disorders . journal Multilingual Matters , pages 7--28

  70. [78]

    , author Lee, S.I

    author Mok, P. , author Lee, S.I. , year 2008 . title Korean speech rhythm using rhythmic measures , in: booktitle 18th International Congress of Linguists (CIL18)

  71. [79]

    , author Gomez-Garcia, J

    author Moro-Velazquez, L. , author Gomez-Garcia, J. , author Godino-Llorente, J. , author Grandas-Perez, F. , author Shattuck-Hufnagel, S. , author Yag \"u e-Jimenez, V. , author Dehak, N. , year 2019 . title Phonetic relevance and phonemic grouping of speech in the automatic ...

  72. [80]

    , author Kim, Y

    author Moya-Gal \'e , G. , author Kim, Y. , author Fabiano, L. , year 2023 . title Raising awareness about language-and culture-specific considerations in the management of dysarthria associated with parkinson's disease within the united states . journal Journal of Speech, Lan...

  73. [81]

    , author Wenning, G.K

    author M \"u ller, J. , author Wenning, G.K. , author Verny, M. , author McKee, A. , author Chaudhuri, K.R. , author Jellinger, K. , author Poewe, W. , author Litvan, I. , year 2001 . title Progression of dysarthria and dysphagia in postmortem-confirmed parkinsonian disorders ...

  74. [82]

    , author Haenssler, A.E

    author Murton, O.M. , author Haenssler, A.E. , author Maffei, M.F. , author Connaghan, K.P. , author Green, J. , year 2023 . title Validation of a Task-Independent Cepstral Peak Prominence Measure with Voice Activity Detection , in: booktitle Interspeech 2023 , pp. pages 4993-...

  75. [83]

    , author Alku, P

    author N P , N. , author Alku, P. , year 2018 . title Dysarthric Speech Classification Using Glottal Features Computed from Non-words, Words and Sentences , in: booktitle Interspeech 2018 , pp. pages 3403--3407 . :10.21437/Interspeech.2018-1059

  76. [84]

    , author Alku, P

    author Narendra, N. , author Alku, P. , year 2021 . title Automatic assessment of intelligibility in speakers with dysarthria from coded telephone speech using glottal features . journal Computer Speech & Language volume 65 , pages 101117

  77. [85]

    , author Pe \ n a, M

    author Nespor, M. , author Pe \ n a, M. , author Mehler, J. , year 2003 . title On the different roles of vowels and consonants in speech processing and language acquisition . journal Lingue e linguaggio volume 2 , pages 203--230

  78. [86]

    , author Shukla, M

    author Nespor, M. , author Shukla, M. , author Mehler, J. , year 2011 . title Stress-timed vs. syllable-timed languages , in: booktitle The Blackwell Companion to Phonology . publisher Blackwell Publishing , pp. pages 1147--1157

  79. [87]

    , year 2013

    author Nip, I.S. , year 2013 . title Kinematic characteristics of speaking rate in individuals with cerebral palsy: A preliminary study . journal Journal of Medical Speech-Language Pathology volume 20 , pages 88

  80. [88]

    , author Niimi, S

    author Nishio, M. , author Niimi, S. , year 2006 . title Comparison of speaking rate, articulation rate and alternating motion rate in dysarthric speakers . journal Folia Phoniatrica et Logopaedica volume 58 , pages 114--131

  81. [89]

    , author Miniscalco, C

    author Nordberg, A. , author Miniscalco, C. , author Lohmander, A. , author Himmelmann, K. , year 2013 . title Speech problems affect more than one in two children with cerebral palsy: S wedish population-based study . journal Acta paediatrica volume 102 , pages 161--166

  82. [90]

    , author Wang, Q.G

    author Ogunleye, A. , author Wang, Q.G. , year 2019 . title Xgboost model for chronic kidney disease diagnosis . journal IEEE/ACM transactions on computational biology and bioinformatics volume 17 , pages 2131--2140

  83. [91]

    o nig, F. , author Arias-Londo \ n o, J. , author Vargas-Bonilla, J. , author Daqrouq, K. , author Skodda, S. , author Rusz, J. , author N \

    author Orozco-Arroyave, J.R. , author H \"o nig, F. , author Arias-Londo \ n o, J. , author Vargas-Bonilla, J. , author Daqrouq, K. , author Skodda, S. , author Rusz, J. , author N \"o th, E. , year 2016 . title Automatic detection of parkinson's disease in running speech spok...

  84. [92]

    , author Cardillo, G.C

    author Owren, M.J. , author Cardillo, G.C. , year 2006 . title The relative roles of vowels and consonants in discriminating talker identity versus word meaning . journal The Journal of the Acoustical Society of America volume 119 , pages 1727--1739

  85. [93]

    , author Varoquaux, G

    author Pedregosa, F. , author Varoquaux, G. , author Gramfort, A. , author Michel, V. , author Thirion, B. , author Grisel, O. , author Blondel, M. , author Prettenhofer, P. , author Weiss, R. , author Dubourg, V. , author Vanderplas, J. , author Passos, A. , author Cournapeau...

  86. [94]

    , author Fontan, L

    author Pellegrini, T. , author Fontan, L. , author Mauclair, J. , author Farinas, J. , author Robert, M. , year 2014 . title The goodness of pronunciation algorithm applied to disordered speech , in: booktitle Interspeech 2014 , pp. pages 1463--1467 . :10.21437/Interspeech.2014-357

  87. [95]

    , author Negre-Pages, L

    author Perez-Lloret, S. , author Negre-Pages, L. , author Damier, P. , author Delval, A. , author Derkinderen, P. , author Dest \'e e, A. , author Meissner, W.G. , author Schelosky, L. , author Tison, F. , author Rascol, O. , year 2014 . title Prevalence, determinants, and eff...

  88. [96]

    , author Bemmel, L.v

    author Pesenti, C. , author Bemmel, L.v. , author van Hout, R. , author Strik, H. , year 2022 . title The effect of ehealth training on dysarthric speech , in: booktitle European Language Resources Association

  89. [97]

    , author Arias-Vergara, T

    author Pérez-Toro, P.A. , author Arias-Vergara, T. , author Braun, F. , author Hönig, F. , author Tobón-Quintero, C.A. , author Aguillón, D. , author Lopera, F. , author Hincapié-Henao, L. , author Schuster, M. , author Riedhammer, K. , author Maier, A. , author Nöth, E. , aut...

  90. [98]

    , author Mauclair, J

    author Quintas, S. , author Mauclair, J. , author Woisard, V. , author Pinquier, J. , year 2022 . title Automatic Assessment of Speech Intelligibility using Consonant Similarity for Head and Neck Cancer , in: booktitle Interspeech 2022 , pp. pages 3608--3612 . :10.21437/Inters...

  91. [99]

    , year 2021

    author Raphael, L.J. , year 2021 . title Acoustic cues to the perception of segmental phonemes . journal The handbook of speech perception , pages 603--631

  92. [100]

    , author Namasivayam, A.K

    author Rudzicz, F. , author Namasivayam, A.K. , author Wolff, T. , year 2011 . title The torgo database of acoustic and articulatory speech from speakers with dysarthria . journal Language Resources and Evaluation volume 46 , pages 523 -- 541

  93. [101]

    , author Hlavni c ka, J

    author Rusz, J. , author Hlavni c ka, J. , author Novotn \`y , M. , author Tykalov \'a , T. , author Pelletier, A. , author Montplaisir, J. , author Gagnon, J.F. , author Du s ek, P. , author Galbiati, A. , author Marelli, S. , et al., year 2021 . title Speech biomarkers in ra...

  94. [102]

    , author Bettrich, R

    author Schlenck, K.J. , author Bettrich, R. , author Willmes, K. , year 1993 . title Aspects of disturbed prosody in dysarthria . journal Clinical linguistics & phonetics volume 7 , pages 119--128

  95. [103]

    , author Steidl, S

    author Schuller, B. , author Steidl, S. , author Batliner, A. , author Hirschberg, J. , author Burgoon, J.K. , author Baird, A. , author Elkins, A. , author Zhang, Y. , author Coutinho, E. , author Evanini, K. , year 2016 a. title The interspeech 2016 computational paralinguis...

  96. [104]

    , author Steidl, S

    author Schuller, B. , author Steidl, S. , author Batliner, A. , author Hirschberg, J. , author Burgoon, J.K. , author Baird, A. , author Elkins, A. , author Zhang, Y. , author Coutinho, E. , author Evanini, K. , year 2016 b. title The INTERSPEECH 2016 Computational Paralinguis...

  97. [105]

    , author Liao, C.H

    author Shih, D.H. , author Liao, C.H. , author Wu, T.W. , author Xu, X.Y. , author Shih, M.H. , year 2022 . title Dysarthria speech detection using convolutional neural networks with gated recurrent unit . journal Healthcare volume 10

  98. [106]

    , author Mayo, R

    author Simmons, K.C. , author Mayo, R. , year 1997 . title The use of the mayo clinic system for differential diagnosis of dysarthria . journal Journal of communication disorders volume 30 , pages 117--132

  99. [107]

    , author Kadirvelu, B

    author Stumpf, L. , author Kadirvelu, B. , author Waibel, S. , author Faisal, A.A. , year 2024 . title Speaker-independent dysarthria severity classification using self-supervised transformers and multi-task learning . journal arXiv preprint arXiv:2403.00854

  100. [108]

    , author Nagarajan, T

    author TA, M.C. , author Nagarajan, T. , author Vijayalakshmi, P. , year 2016 . title Dysarthric speech corpus in tamil for rehabilitation research , in: booktitle 2016 IEEE Region 10 Conference (TENCON) , pp. pages 2610--2613

  101. [109]

    , author Guiloff, R.J

    author Tomik, B. , author Guiloff, R.J. , year 2010 . title Dysarthria in amyotrophic lateral sclerosis: A review . journal Amyotrophic Lateral Sclerosis volume 11 , pages 4--15

  102. [110]

    , author Codd, M.B

    author Traynor, B.J. , author Codd, M.B. , author Corr, B. , author Forde, C. , author Frost, E. , author Hardiman, O.M. , year 2000 . title Clinical features of amyotrophic lateral sclerosis according to the el escorial and airlie house diagnostic criteria: A population-based...

  103. [111]

    , author Berisha, V

    author Tu, M. , author Berisha, V. , author Liss, J. , year 2017 . title Interpretable Objective Assessment of Dysarthric Speech Based on Deep Neural Networks , in: booktitle Interspeech 2017 , pp. pages 1849--1853 . :10.21437/Interspeech.2017-1222

  104. [112]

    , author Pandit, R

    author Vaid, J. , author Pandit, R. , year 1991 . title Sentence interpretation in normal and aphasic hindi speakers . journal Brain and Language volume 41 , pages 250--274

  105. [113]

    , year 1996

    author Van Ooijen, B. , year 1996 . title Vowel mutability and lexical selection in english: Evidence from a word reconstruction task . journal Memory & Cognition volume 24 , pages 573--583

  106. [114]

    , author Orozco-Arroyave, J

    author V \'a squez-Correa, J.C. , author Orozco-Arroyave, J. , author Bocklet, T. , author N \"o th, E. , year 2018 . title Towards an automatic evaluation of the dysarthria level of patients with parkinson's disease . journal Journal of communication disorders volume 76 , pag...

  107. [115]

    , author Huang, W.C

    author Violeta, L.P. , author Huang, W.C. , author Toda, T. , year 2022 . title Investigating Self-supervised Pretraining Frameworks for Pathological Speech Recognition , in: booktitle Interspeech 2022 , pp. pages 41--45 . :10.21437/Interspeech.2022-10043

  108. [116]

    , year 2023

    author Vásquez-Correa, J.C. , year 2023 . title Disvoice: feature extraction from speech signals . howpublished https://github.com/jcvasquezc/DisVoice

  109. [117]

    , author Cucchiarini, C

    author Wei, X. , author Cucchiarini, C. , author van Hout , R. , author Strik, H. , year 2023 . title Measuring Intelligibility in Non-native Speech: The Usability of Automatically Extracted Acoustic-Phonetic Features , in: booktitle 9th Workshop on Speech and Language Technol...

  110. [118]

    , year 2010

    author Whitehill, T.L. , year 2010 . title Studies of chinese speakers with dysarthria: informing theoretical models . journal Folia Phoniatrica et Logopaedica volume 62 , pages 92--96

  111. [119]

    , year 2000

    author Wilson, Bronagh Blaney, J. , year 2000 . title Acoustic variability in dysarthria and computer speech recognition . journal Clinical Linguistics & Phonetics volume 14 , pages 307--327

  112. [120]

    , author Young, S.J

    author Witt, S.M. , author Young, S.J. , year 2000 . title Phone-level pronunciation scoring and assessment for interactive language learning . journal Speech communication volume 30 , pages 95--108

  113. [121]

    , et al., year 2004

    author Wright, R. , et al., year 2004 . title A review of perceptual cues and cue robustness . journal Phonetically based phonology volume 34

  114. [122]

    , author Bates, E

    author Wulfeck, B. , author Bates, E. , author Juarez, L. , author Opie, M. , author Friederici, A. , author Macwhinney, B. , author Zurif, E. , year 1989 . title Pragmatics in aphasia: Crosslinguistic evidence . journal Language and Speech volume 32 , pages 315--336

  115. [123]

    , author Liss, J

    author Xu, L. , author Liss, J. , author Berisha, V. , year 2023 . title Dysarthria detection based on a deep learning model with a clinically-interpretable layer . journal JASA Express Letters volume 3 , pages 015201

  116. [124]

    , author Kang, Y

    author Xu, X. , author Kang, Y. , author Cao, S. , author Lin, B. , author Ma, L. , year 2021 . title Explore wav2vec 2.0 for Mispronunciation Detection , in: booktitle Interspeech 2021 , pp. pages 4428--4432 . :10.21437/Interspeech.2021-777

  117. [125]

    , author Cucchiarini, C

    author Xue, W. , author Cucchiarini, C. , author Hout, R. , author Strik, H. , year 2019 . title Acoustic correlates of speech intelligibility: the usability of the egemaps feature set for atypical speech , in: booktitle Workshop on Speech and Language Technology in Education (SLaTE)

  118. [126]

    , author Chi, P.H

    author Yang, S.W. , author Chi, P.H. , author Chuang, Y.S. , author Lai, C.I.J. , author Lakhotia, K. , author Lin, Y.Y. , author Liu, A.T. , author Shi, J. , author Chang, X. , author Lin, G.T. , author Huang, T.H. , author Tseng, W.C. , author tik Lee, K. , author Liu, D.R. ...

  119. [127]

    , author Jiang, Z

    author Ye, W. , author Jiang, Z. , author Li, Q. , author Liu, Y. , author Mou, Z. , year 2022 . title A hybrid model for pathological voice recognition of post-stroke dysarthria by using 1dcnn and double-lstm networks . journal Applied Acoustics

  120. [128]

    , year 2024 a

    author Yeo, E. , year 2024 a. title wav2vec2-english . howpublished https://huggingface.co/speech31/XLS-R-300m-english-ipa

  121. [129]

    , year 2024 b

    author Yeo, E. , year 2024 b. title wav2vec2-korean . howpublished https://huggingface.co/speech31/XLS-R-300m-korean-ipa2

  122. [130]

    , year 2024 c

    author Yeo, E. , year 2024 c. title wav2vec2-tamil . howpublished https://huggingface.co/speech31/XLS-R-300m-tamil-ipa

  123. [131]

    , author Kim, S

    author Yeo, E. , author Kim, S. , author Chung, M. , year 2021 . title Automatic Severity Classification of Korean Dysarthric Speech Using Phoneme-Level Pronunciation Features , in: booktitle Interspeech 2021 , pp. pages 4838--4842 . :10.21437/Interspeech.2021-1353

  124. [132]

    , author Choi, K

    author Yeo, E.J. , author Choi, K. , author Kim, S. , author Chung, M. , year 2022 a. title Cross-lingual dysarthria severity classification for english, korean, and tamil , in: booktitle APSIPA ASC , pp. pages 566--574

  125. [133]

    , author Choi, K

    author Yeo, E.J. , author Choi, K. , author Kim, S. , author Chung, M. , year 2023 a. title Automatic severity classification of dysarthric speech by using self-supervised model with multi-task learning , in: booktitle ICASSP , pp. pages 1--5

  126. [134]

    , author Choi, K

    author Yeo, E.J. , author Choi, K. , author Kim, S. , author Chung, M. , year 2023 b. title Speech Intelligibility Assessment of Dysarthric Speech by using Goodness of Pronunciation with Uncertainty Quantification , in: booktitle Interspeech , pp. pages 166--170

  127. [135]

    , author Kim, S

    author Yeo, E.J. , author Kim, S. , author Chung, M. , year 2022 b. title Multilingual analysis of intelligibility classification using english, korean, and tamil dysarthric speech datasets , in: booktitle Oriental-COCOSDA , pp. pages 1--6

  128. [136]

    , author Klasner, E.R

    author Yorkston, K. , author Klasner, E.R. , author Swanson, K.M. , year 2001 . title Communication in context: A qualitative study of the experiences of individuals with multiple sclerosis . journal American Journal of Speech-language Pathology volume 10 , pages 126--137

  129. [137]

    , author Kent, R

    author Zeplin, J. , author Kent, R. , year 1996 . title Reliability of auditory-perceptual scaling of dysarthria . journal Disorders of motor speech: Assessment, treatment, and clinical characterization , pages 145--154

  130. [138]

    , author Shang, X

    author Zhang, Z. , author Shang, X. , author Yang, L.Z. , author Ai, W. , author Wang, J. , author Wang, H. , author Wong, S.T. , author Wang, X. , author Li, H. , year 2023 . title Artificial intelligence-powered acoustic analysis system for dysarthria severity assessment . j...

  131. [139]

    , author Sonsaat, S

    author Zhao, G. , author Sonsaat, S. , author Silpachai, A. , author Lucic, I. , author Chukharev-Hudilainen, E. , author Levis, J. , author Gutierrez-Osuna, R. , year 2018 . title L2-ARCTIC: A Non-native English Speech Corpus , in: booktitle Interspeech 2018 , pp. pages 2783-...

  132. [140]

    , author Wagner, L

    author Zusag, M. , author Wagner, L. , author Bloder, T. , year 2023 . title Careful Whisper - leveraging advances in automatic speech recognition for robust and interpretable aphasia subtype classification , in: booktitle Interspeech 2023 , pp. pages 3013--3017 . :10.21437/In...

  133. [141]

    , author Weisiger, B.E

    author Zyski, B.J. , author Weisiger, B.E. , year 1987 . title Identification of dysarthria types based on perceptual analysis . journal Journal of Communication Disorders volume 20 , pages 367--378

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.