🤖 AI Summary
To address the challenges of ultrasound tongue image segmentation—namely low signal-to-noise ratio, high imaging variability, and stringent real-time requirements—this paper proposes a lightweight encoder-decoder network. The architecture incorporates a light-weight Squeeze-and-Excitation module, group normalization, and summation-based skip connections to significantly reduce computational and memory overhead while improving training stability under small batch sizes. Additionally, ultrasound-specific denoising and blur augmentation strategies are integrated to enhance model robustness and cross-domain generalization. Evaluated on eight heterogeneous datasets, the method achieves a per-dataset Dice score of 0.855 and an average cross-dataset Dice of 0.734, with inference speed reaching 250 FPS. These results demonstrate a favorable trade-off among accuracy, generalizability, and real-time performance, effectively supporting multilingual speech research and clinical tongue diagnosis applications.
📝 Abstract
Ultrasound tongue imaging (UTI) is a non-invasive and cost-effective tool for studying speech articulation, motor control, and related disorders. However, real-time tongue contour segmentation remains challenging due to low signal-to-noise ratios, imaging variability, and computational demands. We propose UltraUNet, a lightweight encoder-decoder architecture optimized for real-time segmentation of tongue contours in ultrasound images. UltraUNet incorporates domain-specific innovations such as lightweight Squeeze-and-Excitation blocks, Group Normalization for small-batch stability, and summation-based skip connections to reduce memory and computational overhead. It achieves 250 frames per second and integrates ultrasound-specific augmentations like denoising and blur simulation. Evaluations on 8 datasets demonstrate high accuracy and robustness, with single-dataset Dice = 0.855 and MSD = 0.993px, and cross-dataset Dice averaging 0.734 and 0.761. UltraUNet provides a fast, accurate solution for speech research, clinical diagnostics, and analysis of speech motor disorders.