TL;DR
This paper introduces an interpretable CNN-LSTM model for subject-independent drowsiness detection from single-channel EEG, achieving high accuracy and providing insights into EEG features relevant to mental states.
Contribution
The paper presents a novel CNN-LSTM architecture that is both accurate and interpretable for subject-independent EEG-based drowsiness recognition.
Findings
Achieves 72.97% accuracy on 11 subjects, outperforming baseline methods.
Provides visualization of EEG features linked to mental states.
Demonstrates model's ability to discover meaningful EEG patterns.
Abstract
For EEG-based drowsiness recognition, it is desirable to use subject-independent recognition since conducting calibration on each subject is time-consuming. In this paper, we propose a novel Convolutional Neural Network (CNN)-Long Short-Term Memory (LSTM) model for subject-independent drowsiness recognition from single-channel EEG signals. Different from existing deep learning models that are mostly treated as black-box classifiers, the proposed model can explain its decisions for each input sample by revealing which parts of the sample contain important features identified by the model for classification. This is achieved by a visualization technique by taking advantage of the hidden states output by the LSTM layer. Results show that the model achieves an average accuracy of 72.97% on 11 subjects for leave-one-out subject-independent drowsiness recognition on a public dataset, which is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
