Auditory Attention Decoding without Spatial Information: A Diotic EEG Study
Masahiro Yoshino, Haruki Yokota, Junya Hara, Yuichi Tanaka, Hiroshi Higashi
TL;DR
This work tackles auditory attention decoding (AAD) in diotic, spatially non-informative settings by eliminating interaural cues. It introduces a diotic AAD framework that maps EEG via BrainNetwork and speech via wav2vec 2.0 plus a 2-layer CNN into a shared latent space, scoring attentional alignment with cosine similarity. On a diotic EEG dataset, the proposed model achieves 72.70% accuracy on 5 s segments, substantially outperforming a direction-based baseline (DARNet) at 50.12%, suggesting successful decoding from speech content alone. Cognitive-neuroscience analyses using a Match-Mismatch task and SHAP explainability indicate the model operates at late attentional selection and engages frontal control networks, supporting its neural plausibility. The findings have practical implications for next-generation smart hearing aids and objective audiometry in complex real-world listening environments.
Abstract
Auditory attention decoding (AAD) identifies the attended speech stream in multi-speaker environments by decoding brain signals such as electroencephalography (EEG). This technology is essential for realizing smart hearing aids that address the cocktail party problem and for facilitating objective audiometry systems. Existing AAD research mainly utilizes dichotic environments where different speech signals are presented to the left and right ears, enabling models to classify directional attention rather than speech content. However, this spatial reliance limits applicability to real-world scenarios, such as the "cocktail party" situation, where speakers overlap or move dynamically. To address this challenge, we propose an AAD framework for diotic environments where identical speech mixtures are presented to both ears, eliminating spatial cues. Our approach maps EEG and speech signals into a shared latent space using independent encoders. We extract speech features using wav2vec 2.0 and encode them with a 2-layer 1D convolutional neural network (CNN), while employing the BrainNetwork architecture for EEG encoding. The model identifies the attended speech by calculating the cosine similarity between EEG and speech representations. We evaluate our method on a diotic EEG dataset and achieve 72.70% accuracy, which is 22.58% higher than the state-of-the-art direction-based AAD method.
