Skip to main content
QUICK REVIEW

[論文レビュー] Robust Nasality Representation Learning for Cleft Palate-Related Velopharyngeal Dysfunction Screening in Real-World Settings

Weixin Liu, Bowen Qu|arXiv (Cornell University)|Mar 18, 2026
Cleft Lip and Palate Research被引用数 0
ひとこと要約

要約(tldr): 本論文は、まず supervised contrastive learning による nasality に焦点を当てた表現を学習し、次に凍結されたエンコーダと軽量分類器を用いて実世界の uncontrolled 音声で velopharyngeal dysfunction を堅牢にスクリーニングする二段階アプローチを提示する。ドメイン外での性能は強力なベースラインと比較して優れていることを示す。

ABSTRACT

Velopharyngeal dysfunction (VPD) is characterized by inadequate velopharyngeal closure during speech and often causes hypernasality and reduced intelligibility. Although speech-based machine learning models can perform well under standardized clinical recording conditions, their performance often drops in real-world settings because of domain shift caused by differences in devices, channels, noise, and room acoustics. To improve robustness, we propose a two-stage framework for VPD screening. First, a nasality-focused speech representation is learned by supervised contrastive pre-training on an auxiliary corpus with phoneme alignments, using oral-context versus nasal-context supervision. Second, the encoder is frozen and used with lightweight classifiers on 0.5-second speech chunks, whose probabilities are aggregated to produce recording-level decisions with a fixed threshold. On an in-domain clinical cohort of 82 subjects, the proposed method achieved perfect recording-level screening performance (macro-F1 = 1.000, accuracy = 1.000). On a separate out-of-domain set of 131 heterogeneous public Internet recordings, large pretrained speech representations degraded substantially, while MFCC was the strongest baseline (macro-F1 = 0.612, accuracy = 0.641). The proposed method achieved the best out-of-domain performance (macro-F1 = 0.679, accuracy = 0.695), improving on the strongest baseline under the same evaluation protocol. These results suggest that learning a nasality-focused representation before clinical classification can reduce sensitivity to recording artifacts and improve robustness for deployable speech-based VPD screening.

研究の動機と目的

  • 標準化された録音が乏しい高所得国以外でのスケーラブルな VPD スクリーニングを動機づける。
  • 消費者デバイス上での音声ベース VPD スクリーニングを適用する際のドメインシフトに対処する。
  • 臨床分類の前に nasality に焦点を当てた表現を学習する二段階フレームワークを提案する。
  • ターゲットドメイン適応なしに、固定閾値の下でインドメインおよびアウトオブドメインの堅牢性を評価する。

提案手法

  • 補助データセットの音素整列を用いた supervised contrastive learning (SupCon) による nasality 表現の事前学習。口腔コンテキスト vs. 鼻腔コンテキストの監視を形成。
  • 同じ話者・同じ母音サンプルを対比学習に用いて話者・音声学的混乱を抑制するサンプリング戦略。
  • Wav2Vec2 に基づくエンコーダアーキテクチャの層融合と部分的なフリーン(凍結解除)で、256次元埋め込みへ射影。
  • 0.5 s 区間の 256-d 埋め込みを用い、軽量分類器(LR/SVM/MLP/XGBoost)へ入力、録音レベルの平均集約を固定閾値下で適用する凍結エンコーダ VPD スクリーニング。
  • ターゲット領域への適応なしに、インド域の臨床データとアウトオブドメインの公開 Internet 音声データでの訓練と評価。
  • 同じ評価プロトコル下で MFCC および大規模事前学習音声表現を用いるベースラインと比較。

実験結果

リサーチクエスチョン

  • RQ1SupCon によって学習された nasality 焦点表現は VPD スクリーニングのドメインシフトに対するロバスト性を向上させるか?
  • RQ2in-domain および out-of-domain データで、SupCon nasality 表現は MFCC および大規模事前学習モデルと比較してどうか?
  • RQ3凍結エンコーダと軽量分類器は固定閾値の下で最先端のアウトオブドメイン性能を実現できるか?

主な発見

特徴/方法分類器AccuracyMacro PrecisionMacro RecallMacro F1
WhisperMLP1.0001.0001.0001.000
WhisperXGBoost1.0001.0001.0001.000
WhisperSVM1.0001.0001.0001.000
WhisperLogistic Regression1.0001.0001.0001.000
HuBERTMLP1.0001.0001.0001.000
HuBERTXGBoost1.0001.0001.0001.000
HuBERTSVM0.9920.9290.9960.960
Data2VecXGBoost0.9920.9290.9960.960
MFCCSVM0.9920.9960.9170.953
MFCCMLP0.9920.9960.9170.953
MFCCLogistic Regression0.9920.9960.9170.953
Data2VecLogistic Regression0.9850.8750.9920.925
HuBERTLogistic Regression0.9850.8750.9920.925
MFCCXGBoost0.9850.9130.9130.913
Data2VecSVM0.9690.8000.9840.867
Data2VecMLP0.9540.7500.9760.821
Wav2Vec2XGBoost0.9460.7310.9720.801
Wav2Vec2SVM0.9460.7310.9720.801
Wav2Vec2MLP0.9300.7000.9630.767
Wav2Vec2Logistic Regression0.9070.6670.9510.724
SupCon Nasality (256-d)Logistic Regression1.0001.0001.0001.000
SupCon Nasality (256-d)SVM1.0001.0001.0001.000
SupCon Nasality (256-d)MLP1.0001.0001.0001.000
SupCon Nasality (256-d)XGBoost1.0001.0001.0001.000
SupCon Nasality (256-d)MLP0.6950.7120.6830.679
SupCon Nasality (256-d)SVM0.6720.6800.6610.658
SupCon Nasality (256-d)Logistic Regression0.6640.6620.6620.662
SupCon Nasality (256-d)XGBoost0.6550.6590.6610.658
  • インドメインでは、SupCon nasality アプローチは録音レベルのスクリーニングを完璧に達成(accuracy および macro-F1 = 1.000)。
  • アウトオブドメインでは、SupCon nasality 法は macro-F1 = 0.679、accuracy = 0.695 を達成し、最高ベースラインより macro-F1 で 0.067、accuracy で 0.054 上回る。
  • MFCC+SVM はアウトオブドメインで依然として強力なベースライン(macro-F1 0.612、accuracy 0.641)となり、巨大な事前学習表現はドメインシフト下で劣化する。
  • ベースラインを超えて、SupCon nasality 埋め込みは LR、SVM、MLP、XGBoost のいずれでも堅牢な性能を示し、SupCon 系列の中で MLP がアウトオブドメインの精度を最も高く達成。
  • 可視化(UMAP)では、母音を跨ぐ口腔コア領域と鼻腔強性セグメントの部分的な分離を示し、nasality が生産関連の意味ある構造を捉えることを示唆。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。