Using Speech Foundational Models in Loss Functions for Hearing Aid Speech Enhancement
Robert Sutherland, George Close, Thomas Hain, Stefan Goetze, Jon Barker
TL;DR
This work shows that distances between encoder representations from the large self-supervised model WavLM correlate strongly with speech intelligibility and can serve as a loss for training a denoising stage in hearing aids. By integrating a WavLM-based distance into the training objective, the authors achieve better HASPI, STOI, PESQ, and SI-SNR than a traditional SNR-based loss, while keeping the final denoiser small and efficient for real-time use. The method leverages training-time access to a big model, with a two-stage hearing-aid pipeline (denoiser and amplifier) and a differentiable hearing-loss simulator to optimize perceptual outcomes. On CPC2 and hearing-aid datasets (CEC1/CEC2), the approach yields meaningful intelligibility gains, suggesting practical impact for deployable hearing-aid systems that must balance performance and hardware constraints.
Abstract
Machine learning techniques are an active area of research for speech enhancement for hearing aids, with one particular focus on improving the intelligibility of a noisy speech signal. Recent work has shown that feature encodings from self-supervised speech representation models can effectively capture speech intelligibility. In this work, it is shown that the distance between self-supervised speech representations of clean and noisy speech correlates more strongly with human intelligibility ratings than other signal-based metrics. Experiments show that training a speech enhancement model using this distance as part of a loss function improves the performance over using an SNR-based loss function, demonstrated by an increase in HASPI, STOI, PESQ and SI-SNR scores. This method takes inference of a high parameter count model only at training time, meaning the speech enhancement model can remain smaller, as is required for hearing aids.
