Search papers, labs, and topics across Lattice.
This paper introduces ABSE-NET, a novel active binaural speech enhancement framework designed for open-fit hearing aids that integrates active noise control with binaural speech enhancement to address the challenge of acoustic leakage. By combining a binaural minimum variance distortionless response (BMVDR) with a lightweight neural network (LNN), the model effectively enhances target speech while simultaneously suppressing leakage and compensating for distortion. Experimental results demonstrate that ABSE-NET outperforms existing state-of-the-art methods, offering a practical solution without the need for in-ear microphones.
ABSE-NET achieves superior speech enhancement in open-fit hearing aids without requiring in-ear microphones, tackling acoustic leakage head-on.
Open-fit hearing aids have attracted growing attention due to their superior wearing comfort. However, the open-fit design inevitably causes acoustic leakage into the ear canal, degrading the performance of existing binaural speech enhancement (BSE). To this end, we propose ABSE-NET, an active BSE framework integrating active noise control (ANC) with BSE to jointly enhance target speech and suppress acoustic leakage. The ABSE-NET pipeline cascades a binaural MVDR (BMVDR) with a lightweight neural network (LNN). The former achieves a coarse BSE, whereas the latter simultaneously cancels acoustic leakage and compensates for BMVDR-induced distortion. The LNN uses an encoder-decoder with a feature fusion module, which includes frequency-time dependency learning and convolutional attention blocks. Unlike traditional BSE+ANC solutions via adaptive filtering, ABSE-NET needs no in-ear microphone in practical deployment. Experiments validate its superiority over state-of-the-art methods. Code repository: https://github.com/Bream101/ABSE-NET.