paper-with-me

Papers

SAND Challenge: Four Approaches for Dysartria Severity Classification

2025-12-02 · Gauri Deshpande, Harish Battula, Ashish Panda, Sunil Kumar Kopparapu arxiv

This paper presents a unified study of four distinct modeling approaches for classifying dysarthria severity in the Speech Analysis for Neurodegenerative Diseases (SAND) challenge. All models tackle the same five class classification task using a common dataset of speech recordings. We investigate: (1) a ViT-OF method leveraging a Vision Transformer on spectrogram images, (2) a 1D-CNN approach using eight 1-D CNN's with majority-vote fusion, (3) a BiLSTM-OF approach using nine BiLSTM models with majority vote fusion, and (4) a Hierarchical XGBoost ensemble that combines glottal and formant features through a two stage learning framework. Each method is described, and their performances on a validation set of 53 speakers are compared. Results show that while the feature-engineered XGBoost ensemble achieves the highest macro-F1 (0.86), the deep learning models (ViT, CNN, BiLSTM) attain competitive F1-scores (0.70) and offer complementary insights into the problem.

📄 PDF Abstract BibTeX arXiv:2512.02669

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DRDr II: Detecting the Severity Level of Diabetic Retinopathy Using Mask RCNN and Transfer Learning

2020-11-30 · Farzan Shenavarmasouleh, Farid Ghareh Mohammadi, M. Hadi Amini, Hamid R. Arabnia

DRDr II is a hybrid of machine learning and deep learning worlds. It builds on the successes of its antecedent, namely, DRDr, that was trained to detect, locate, and create segmentation masks for two types of lesions (ex…

Transfer Learning

Linking Symptom Inventories using Semantic Textual Similarity

2023-09-08 · Eamonn Kennedy, Shashank Vadlamani, Hannah M Lindsey, Kelly S Peterson 외

An extensive library of symptom inventories has been developed over time to measure clinical symptoms, but this variety has led to several long standing issues. Most notably, results drawn from different settings and stu…

Decision MakingSemantic Textual SimilaritySTS

2D and 3D CNN-Based Fusion Approach for COVID-19 Severity Prediction from 3D CT-Scans

2023-03-15 · Fares Bougourzi, Fadi Dornaika, Amir Nakib, Cosimo Distante 외

Since the appearance of Covid-19 in late 2019, Covid-19 has become an active research topic for the artificial intelligence (AI) community. One of the most interesting AI topics is Covid-19 analysis of medical imaging. C…

Predictionseverity prediction

Improving End-to-End Speech Recognition for Dysarthric Speech through In-Domain Data Augmentation

2026-06-18 · Paban Sapkota, Hemant Kumar Kathania, Sudarsana Reddy Kadiri, Shrikanth Narayanan arxiv

Dysarthric speech recognition is crucial for facilitating effective communication among individuals with dysarthria. However, accurately recognizing dysarthric speech poses significant challenges due to varying severity …

Speech RecognitionData Augmentation

From Questions to Insights: Exploring XAI Challenges Reported on Stack Overflow Questions

2025-04-03 · Saumendu Roy, Saikat Mondal, Banani Roy, Chanchal Roy

The lack of interpretability is a major barrier that limits the practical usage of AI models. Several eXplainable AI (XAI) techniques (e.g., SHAP, LIME) have been employed to interpret these models' performance. However,…