Table of Contents
Fetching ...

Speech motion anomaly detection via cross-modal translation of 4D motion fields from tagged MRI

Xiaofeng Liu, Fangxu Xing, Jiachen Zhuo, Maureen Stone, Jerry L. Prince, Georges El Fakhri, Jonghye Woo

TL;DR

The paper addresses detecting speech motion anomalies by linking tongue motion patterns to acoustic outcomes through co-acquired tagged MRI 4D motion fields and audio spectrograms. It introduces a cross-modal translator $\mathcal{T}$ trained solely on healthy data to map 4D motion fields to 2D Mel-spectrograms, enabling reconstruction-based anomaly detection. An unsupervised one-class SVM is used on the translator outputs to distinguish unseen patient data from healthy data, leveraging out-of-distribution generalization. On a dataset of 39 subjects, with backbones including a fully 3D CNN and a 3D CNN+Longformer, the framework differentiates healthy vs patient data and yields higher fidelity reconstructions for healthy subjects, suggesting practical potential for clinical assessment and treatment planning.

Abstract

Understanding the relationship between tongue motion patterns during speech and their resulting speech acoustic outcomes -- i.e., articulatory-acoustic relation -- is of great importance in assessing speech quality and developing innovative treatment and rehabilitative strategies. This is especially important when evaluating and detecting abnormal articulatory features in patients with speech-related disorders. In this work, we aim to develop a framework for detecting speech motion anomalies in conjunction with their corresponding speech acoustics. This is achieved through the use of a deep cross-modal translator trained on data from healthy individuals only, which bridges the gap between 4D motion fields obtained from tagged MRI and 2D spectrograms derived from speech acoustic data. The trained translator is used as an anomaly detector, by measuring the spectrogram reconstruction quality on healthy individuals or patients. In particular, the cross-modal translator is likely to yield limited generalization capabilities on patient data, which includes unseen out-of-distribution patterns and demonstrates subpar performance, when compared with healthy individuals.~A one-class SVM is then used to distinguish the spectrograms of healthy individuals from those of patients. To validate our framework, we collected a total of 39 paired tagged MRI and speech waveforms, consisting of data from 36 healthy individuals and 3 tongue cancer patients. We used both 3D convolutional and transformer-based deep translation models, training them on the healthy training set and then applying them to both the healthy and patient testing sets. Our framework demonstrates a capability to detect abnormal patient data, thereby illustrating its potential in enhancing the understanding of the articulatory-acoustic relation for both healthy individuals and patients.

Speech motion anomaly detection via cross-modal translation of 4D motion fields from tagged MRI

TL;DR

The paper addresses detecting speech motion anomalies by linking tongue motion patterns to acoustic outcomes through co-acquired tagged MRI 4D motion fields and audio spectrograms. It introduces a cross-modal translator trained solely on healthy data to map 4D motion fields to 2D Mel-spectrograms, enabling reconstruction-based anomaly detection. An unsupervised one-class SVM is used on the translator outputs to distinguish unseen patient data from healthy data, leveraging out-of-distribution generalization. On a dataset of 39 subjects, with backbones including a fully 3D CNN and a 3D CNN+Longformer, the framework differentiates healthy vs patient data and yields higher fidelity reconstructions for healthy subjects, suggesting practical potential for clinical assessment and treatment planning.

Abstract

Understanding the relationship between tongue motion patterns during speech and their resulting speech acoustic outcomes -- i.e., articulatory-acoustic relation -- is of great importance in assessing speech quality and developing innovative treatment and rehabilitative strategies. This is especially important when evaluating and detecting abnormal articulatory features in patients with speech-related disorders. In this work, we aim to develop a framework for detecting speech motion anomalies in conjunction with their corresponding speech acoustics. This is achieved through the use of a deep cross-modal translator trained on data from healthy individuals only, which bridges the gap between 4D motion fields obtained from tagged MRI and 2D spectrograms derived from speech acoustic data. The trained translator is used as an anomaly detector, by measuring the spectrogram reconstruction quality on healthy individuals or patients. In particular, the cross-modal translator is likely to yield limited generalization capabilities on patient data, which includes unseen out-of-distribution patterns and demonstrates subpar performance, when compared with healthy individuals.~A one-class SVM is then used to distinguish the spectrograms of healthy individuals from those of patients. To validate our framework, we collected a total of 39 paired tagged MRI and speech waveforms, consisting of data from 36 healthy individuals and 3 tongue cancer patients. We used both 3D convolutional and transformer-based deep translation models, training them on the healthy training set and then applying them to both the healthy and patient testing sets. Our framework demonstrates a capability to detect abnormal patient data, thereby illustrating its potential in enhancing the understanding of the articulatory-acoustic relation for both healthy individuals and patients.
Paper Structure (4 sections, 3 figures, 1 table)

This paper contains 4 sections, 3 figures, 1 table.

Figures (3)

  • Figure 1: Illustration of our framework for unsupervised speech motion anomaly detection
  • Figure 2: An example of the synthesized spectrograms from healthy and patient motion fields using 3D CNN+Longformer
  • Figure 3: An ROC curve for the classification of healthy and patient groups with cross-validation variability using 3D CNN+Transformer (left) and 3D CNN (right) with the one-class SVM.