Source-linked AI summary

A Multimodal Approach to Estimating Vigilance Using EEG and Forehead EOG

Wei-Long Zheng, Bao-Liang Lu

arXiv:1611.08492v1cs.HC

TL;DR

The paper addresses wearable, continuous vigilance estimation for user-aware interaction and safety-critical tasks. It combines EEG and forehead EOG from shared electrodes with temporal-dependency models, finding improved performance from fusion and temporal modeling while supporting a wearable passive BCI.

  • Problem

    Vigilance is a dynamic mental state requiring continuous estimation, yet overall human vigilance lacks a standardized quantitative measurement.

  • Method

    The approach combines EEG and forehead EOG from four shared forehead electrodes, explores brain areas, extracts forehead EOG features, and applies CCNF and CCRF to model temporal dependency.

  • Results

    Modality fusion with temporal dependency achieved COR/RMSE of 0.85/0.09, outperforming single forehead EOG and EEG methods and revealing complementary modalities.

  • Takeaways & Limitations

    The forehead setup simultaneously acquires EEG and EOG with four shared electrodes and supports a wearable passive BCI for sustained-attention tasks.

  • Takeaways & Limitations

    Model performance may degrade substantially across subjects and sessions because of neurophysiological differences, while subject-specific calibration is time-consuming.

Abstract

from arXiv · show

Objective. Covert aspects of ongoing user mental states provide key context information for user-aware human computer interactions. In this paper, we focus on the problem of estimating the vigilance of users using EEG and EOG signals. Approach. To improve the feasibility and wearability of vigilance estimation devices for real-world applications, we adopt a novel electrode placement for forehead EOG and extract various eye movement features, which contain the principal information of traditional EOG. We explore the effects of EEG from different brain areas and combine EEG and forehead EOG to leverage their complementary characteristics for vigilance estimation. Considering that the vigilance of users is a dynamic changing process because the intrinsic mental states of users involve temporal evolution, we introduce continuous conditional neural field and continuous conditional random field models to capture dynamic temporal dependency. Main results. We propose a multimodal approach to estimating vigilance by combining EEG and forehead EOG and incorporating the temporal dependency of vigilance into model training. The experimental results demonstrate that modality fusion can improve the performance compared with a single modality, EOG and EEG contain complementary information for vigilance estimation, and the temporal dependency-based models can enhance the performance of vigilance estimation. From the experimental results, we observe that theta and alpha frequency activities are increased, while gamma frequency activities are decreased in drowsy states in contrast to awake states. Significance. The forehead setup allows for the simultaneous collection of EEG and EOG and achieves comparative performance using only four shared electrodes in comparison with the temporal and posterior sites.

1. Introduction

Vigilance estimation matters for adaptive human–computer interaction, especially in safety-critical tasks, but vigilance is dynamic, continuous, and lacks a standardized overall measurement. The paper therefore combines EEG and forehead EOG, multimodal information, and temporal modeling.

  • Vigilance provides context for adaptive human–computer interaction because users interact with environments according to their current mental states.
  • Reduced vigilance and momentary attention lapses can endanger public transportation safety, while driving fatigue contributes to fatal road accidents.
  • Vigilance decrement evolves over time, so estimation should capture temporal changes with high resolution rather than treat vigilance as task duration or discrete categories.
  • Existing vigilance measures lack a standardized method for quantifying overall human vigilance.
  • EEG reflects brain activity, whereas EOG captures characteristic eye movements and offers an easy setup with a high signal-to-noise ratio.
  • The proposed approach combines EEG and forehead EOG, explores EEG across brain areas, uses four shared forehead electrodes, and models temporal dependency with CCNF and CCRF.

2.1. Experiment Setup

The study uses a virtual-reality simulated driving environment implemented in a real vehicle, with monotonous roads intended to induce fatigue. Participants operate the vehicle while EEG, forehead EOG, and eye movements are recorded simultaneously.

  • The virtual-reality system presents a four-lane highway on an LCD screen, while steering-wheel and gas-pedal inputs synchronously update vehicle movements.
  • The road is primarily straight and monotonous to induce fatigue more easily during the simulated driving task.
  • Twenty-three subjects participated, with a mean age of 23.3 years and 12 females; caffeine, tobacco, and alcohol were prohibited before experiments.
  • EEG and forehead EOG were recorded simultaneously at 1000 Hz, using posterior 12-channel and temporal 6-channel EEG setups alongside eye-tracking glasses.
  • The dataset is intended to be freely available to the academic community as a subset of SEED.

2.2. Vigilance Annotations

The study addresses the difficulty of continuously labeling covert vigilance by using eye-tracking-based annotations and PERCLOS, while designing forehead electrode configurations for wearable EEG/EOG acquisition.

  • Supervised vigilance estimation requires quantitative labels because ground-truth covert mental states cannot be accurately obtained in theory.
  • Behavioral annotation methods such as lane-departure response time and local error rate reflect vigilance but are unsuitable for dual-task real-world driving.
  • PERCLOS denotes the percentage of eye closure and is one of the most widely accepted vigilance indices.
  • Eye-tracking glasses automatically capture blinks, fixations, and saccades, enabling continuous vigilance annotation in laboratory and real-world environments.
  • The eye-tracking-based PERCLOS index uses blink and CLOS durations within a specified interval, where CLOS denotes eye-closure duration.
  • The annotation method correlates highly with current cognitive states and requires little driver interference, but the eye-tracking approach is too expensive for current real-world deployment.

2.3. Feature Extraction

The paper extracts eye-movement and EEG features from forehead recordings while separating EOG and EEG components with subtraction and ICA. Wavelet-based detection identifies blinks and saccades, and differential entropy summarizes EEG activity across frequency bands.

  • Forehead EOG preprocessing: Forehead EOG approximates vertical and horizontal EOG through electrode subtraction or ICA separation.VEOf uses channels five and seven, while HEOf uses channels five and six under the minus rule.
  • Forehead EOG preprocessing: The extracted forehead VEOf and HEOf signals have waveforms similar to traditional EOG and capture blinks and saccades.
  • Eye-movement detection: Continuous wavelet coefficients and peak detection identify blinks and saccades from forehead VEOf and HEOf signals.Threshold-based encoding distinguishes saccade candidates from blink segments using characteristic peak sequences.
  • Eye-movement features: The feature-extraction pipeline includes 36 eye-movement features derived from detected eye movements.
  • Forehead EEG extraction: ICA separates forehead EEG and EOG components, then reconstructs EEG by setting EOG-component activations to zero.Under eye closure, reconstructed forehead EEG retains EEG-wave characteristics with high alpha bursts.
  • EEG feature extraction: EEG differential-entropy features are extracted from delta, theta, alpha, beta, gamma, and total frequency bands using 8 s non-overlapping windows.The frequency bands span 1-4 Hz, 4-8 Hz, 8-14 Hz, 14-31 Hz, 31-50 Hz, and 1-50 Hz, respectively.

2.4. Vigilance Estimation

The vigilance-estimation framework uses SVR with RBF kernels, feature-level EEG–EOG fusion, and five-fold cross-validation. RMSE measures prediction error, while COR captures linear agreement between predicted and ground-truth trends.

  • SVR with RBF kernels serves as the basic regression model, with parameters c and g tuned by grid search.
  • Feature-level fusion concatenates EEG and EOG feature vectors into a single input vector.
  • The data are divided into five sessions and evaluated using 5-fold cross-validation.
  • RMSE evaluates squared prediction error between the estimated and ground-truth vigilance values.
  • COR evaluates the linear relationship and trend consistency between predictions and ground truth, with higher COR and lower RMSE indicating better accuracy.

2.5. Incorporating Temporal Dependency into Vigilance Estimation

The paper models vigilance as a temporally evolving continuous variable using CCNF and CCRF. These models combine observation-to-output features with similarity-based edge features to capture temporal or spatial dependencies.

  • CCNF and CCRF extend conditional random fields to continuous variables while incorporating temporal or spatial information.
  • CCNF combines the nonlinearity of conditional neural fields with the continuous output of CCRF.
  • CCNF defines sequence probabilities over input observations x and continuous output variables y, normalized across sequences of length n.
  • The models use vertex features mapping observations to outputs and edge features representing similarities between neighboring outputs.
  • CCRF uses the same formulas as CCNF except for its vertex-feature definition, and both models are trained using conditional log-likelihood.

3. Experimental Results

Experiments show that forehead EOG preserves principal traditional-EOG information, EEG and EOG provide complementary vigilance cues, and multimodal temporal models improve continuous estimation. The forehead setup supports simultaneous EEG–EOG collection with four shared electrodes.

  • Forehead EOG-Based Vigilance Estimation: 0.63, 0.80, 0.81, and 0.75 are the mean correlations between separated forehead and traditional EOG components.These results indicate that separated forehead VEOf and HEOf retain most principal traditional-EOG information.
  • Forehead EOG-Based Vigilance Estimation: ICA-MINUS achieves the best vigilance-estimation performance among the tested separation methods on both COR and RMSE.
  • Neural Patterns Associated with Vigilance: Drowsy states show increased theta and alpha activity in parietal areas and decreased gamma activity in temporal areas compared with awake states.States are categorized as awake, tired, and drowsy using PERCLOS thresholds of 0.35 and 0.7.
  • Modality Fusion with Temporal Dependency: Forehead EOG outperforms posterior EEG as a single modality, while modality fusion produces higher COR and lower RMSE than single modalities.The evaluation reports COR p values of 0.2978 for forehead EOG and 0.0264 for posterior EEG, with RMSE p values of 0.0654 and 0.0002, respectively.
  • Modality Fusion with Temporal Dependency: Forehead EEG combined with forehead EOG performs better than posterior EEG combined with forehead EOG, while the forehead setup uses four shared electrodes.Temporal EEG performs slightly better than forehead EEG but requires six additional electrodes.
  • Modality Fusion with Temporal Dependency: 0.83/0.10, 0.84/0.10, and 0.85/0.09 are the mean COR/RMSE values for SVR, CCRF, and CCNF in the forehead setup.CCNF achieves the best performance with higher accuracy and lower standard deviations.
  • Continuous Vigilance Estimation: The proposed multimodal temporal approach moderately predicts continuous vigilance levels and their trends in one experiment.
  • Complementary Characteristics of EEG and EOG: Forehead EOG classifies awake and drowsy states at 77% and 76%, while posterior EEG performs better for tired states at 88% versus 84%.The complementary strengths support improved prediction when the modalities are combined.

4. Discussion

The study develops a wearable-oriented vigilance estimator combining EEG and forehead EOG with temporal modeling, while identifying boundaries for real-world deployment and future closed-loop use.

  • The approach combines EEG and forehead EOG while modeling vigilance temporal dependency in a simulated driving environment.The authors frame this combination as a multimodal approach designed around dynamic vigilance changes.
  • The approach is intended for broader real scenarios, but its feasibility in those settings is reserved for future work after pilot on-road studies by other researchers.The discussion mentions driving and classroom applications as examples of such scenarios.
  • Four forehead electrodes can simultaneously collect EEG and EOG, offering comparable performance to conventional methods at critical parietal and occipital sites.The placement is intended for wearable headsets or headbands and increases information flow without considerably increasing cost.
  • Dry electrodes and high-performance amplifiers could support a future wearable hybrid EEG–forehead EOG system.The paper presents this integration as feasible for future real-world applications.
  • The evaluation remains limited to vigilance estimation without neurofeedback, leaving efficient feedback provision and assessment for future investigation.The authors identify adaptive closed-loop BCI feedback as an open direction for high-vigilance tasks.
  • Individual differences across subjects and sessions may dramatically degrade model performance, creating a generalization challenge that subject-specific calibration does not easily solve.The paper points to transfer learning as one possible way to generalize from labeled data across subjects.

5. Conclusion

The conclusion reports that fusing forehead EEG and EOG with temporal dependency improves vigilance estimation while requiring only four shared forehead electrodes. It also identifies complementary signal information and frequency differences between drowsy and awake states.

  • 0.85/0.09 is achieved by modality fusion with temporal dependency, compared with 0.78/0.12 for single forehead EOG and 0.70/0.13 for EEG-based methods.The reported metrics are COR/RMSE.
  • Four shared forehead electrodes simultaneously acquire EEG and EOG for the proposed vigilance estimation method.The setup supports a wearable implementation while combining internal cognitive-state and external eye-movement information.
  • Drowsy states show increased theta and alpha activity and decreased gamma activity relative to awake states.
  • The results indicate that forehead EEG and EOG provide complementary information for vigilance estimation.
  • The proposed approach can support a wearable passive brain-computer interface for tasks requiring sustained attention.
Loading 1611.08492v1…