Single-channel electroencephalography decomposition by detector-atom network and its pre-trained model

Hiroshi Higashi
2024-10-29
Abstract:This paper presents a novel single-channel decomposition approach to facilitate the decomposition of electroencephalography (EEG) signals recorded with limited channels. Our model posits that an EEG signal comprises short, shift-invariant waves, referred to as atoms. We design a decomposer as an artificial neural network aimed at estimating these atoms and detecting their time shifts and amplitude modulations within the input signal. The efficacy of our method was validated across various scenarios in brain--computer interfaces and neuroscience, demonstrating enhanced performance. Additionally, cross-dataset validation indicates the feasibility of a pre-trained model, enabling a plug-and-play signal decomposition module.
Signal Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: how to achieve effective signal decomposition when only having single - channel electroencephalogram (EEG) signals. Traditional methods rely on multi - channel spatial features for signal analysis, denoising and classification, but when using devices with fewer electrodes, the effectiveness of these methods will be greatly reduced. Therefore, this paper proposes a new neural - network - based single - channel EEG signal decomposition method, aiming to effectively decompose and reconstruct EEG signals without relying on multi - channel features. ### Specific problem description 1. **Limitations of single - channel EEG signals**: - Traditional multi - channel EEG signal decomposition techniques utilize spatial features such as beamforming and spatial filtering. - However, with the development of consumer - level devices, more and more devices are equipped with only a small number of electrodes, making it difficult to effectively use spatial features for signal decomposition. 2. **Deficiencies of existing methods**: - Frequency - driven methods (such as Fourier transform and continuous wavelet transform) are suitable for single - channel signal decomposition, but assume that different EEG components are separated into specific frequency bands, which is not always true in practice. - Data - driven methods (such as empirical mode decomposition EMD) are flexible, but are easily affected by noise on short signals and lack consistency. 3. **Research objectives**: - Propose a new method based on training data and artificial neural networks that can effectively decompose single - channel EEG signals without relying on multi - channel features. - By optimizing the detector and atom modules in the neural network, achieve accurate reconstruction of EEG signals. - Explore the feasibility of pre - trained models to simplify the measurement and analysis process and make it a plug - and - play signal decomposition module. ### Solution overview This paper introduces a single - channel EEG signal decomposition method based on the Detector - Atom Network. The main innovations of this method include: - **Atomic convolution model**: Model the EEG signal as a linear combination of multiple short waves (called atoms) and perform signal reconstruction through convolution operations. - **Neural network architecture**: Design a neural network containing detector and atom modules to estimate atoms, their time offsets and amplitude modulations. - **Loss function optimization**: Propose multiple loss functions, including fidelity loss, sparsity loss and supervised loss, to optimize network parameters. - **Pre - trained model**: Verify the generalization ability of the pre - trained model on different datasets, demonstrating its potential in practical applications. Through these innovations, this method not only improves the accuracy of single - channel EEG signal decomposition, but also provides more flexible and robust tools for brain - computer interface (BCI) and neuroscience research.