借助chat GPT阅读文献——基于改进的时间-图卷积网络的端到端EEG信号疲劳驾驶分类模型

  • 文章主要内容
  • 文献原文
    • End-to-end fatigue driving EEG signal detection model based on improved temporal-graph convolution network
    • ABSTRACT
    • 1. Introduction
    • 2. Preliminary
    • 3. Method
      • 3.1. Multi-scale Attention Temporal Convolutional Neural Network (MATCN block)
        • 3.1.1. Multi-scale temporal convolution
        • 3.1.2. Attention module
      • 3.2. Adaptive graph learning
      • 3.3. Graph Transformer block
        • 3.3.1. Graph convolutional neural network
        • 3.3.2. Transformer block
    • 4. Experiments and results analysis
      • 4.1. Dataset
      • 4.2. Method comparison
      • 4.3. Ablation studies
    • 5. Conclusions
    • References
  • 关于Abstract
  • 关于Introduction
  • 关于 Preliminary
  • 关于Method

文章主要内容

  • 目前研究存在的问题:Most recent methods only consider the features of individual electrode EEG signals, ignoring the functional connectivity of the brain.

  • 本文提出的解决办法:Proposing a MATCN-GT model. Using GCN to process EEG signal. Graph data can be used to represent the functional connectivity of the brain. GCN is good at learning the internal structure information of EEG signals.

  • 达到的效果:The accuracy of the MATCN-GT model reached 93.67%, outperforming existing algorithms.

文献原文

End-to-end fatigue driving EEG signal detection model based on improved temporal-graph convolution network

ABSTRACT

Fatigue driving is one of the leading causes of traffic accidents, so fatigue driving detection technology plays a crucial role in road safety. The physiological information-based fatigue detection methods have the advantage of objectivity and accuracy. Among many physiological signals, EEG signals are considered to be the most direct and promising ones. Most traditional methods are challenging to train and do not meet real-time requirements. To this end, we propose an end-to-end temporal and graph convolution-based (MATCN-GT) fatigue driving detection algorithm. The MATCN-GT model consists of a multi-scale attentional temporal convolutional neural network block (MATCN block) and a graph convolutional-Transformer block (GT block). Among them, the MATCN block extracts features directly from the original EEG signal without a priori information, and the
GT block processes the features of EEG signals between different electrodes. In addition, we design a multiscale attention module to ensure that valuable information on electrode correlations will not be lost. We add a Transformer module to the graph convolutional network, which can better capture the dependencies between long-distance electrodes. We conduct experiments on the public dataset SEED-VIG, and the accuracy of the MATCN-GT model reached 93.67%, outperforming existing algorithms. Furthermore, compared with the traditional graph convolutional neural network, the GT block has improved the accuracy rate by 3.25%. The accuracy of the MATCN block on different subjects is higher than the existing feature extraction methods.

1. Introduction

Drivers driving for a long time or driving at night will cause their physical and psychological functions to decline, affecting their normal driving. Fatigue driving affects the drivers’ driving skills, mental state, concentration, thinking and judgment, and also senses and perceptions. In serious cases can lead to reduced motor ability, which can easily lead to traffic accidents. In 2004, the World Health Organization released the ‘‘World Report on Road Traffic Injury Prevention’’, which pointed out that fatigue driving is one of the important risk factors causing traffic accidents. According to the forecast of the World Health Organization, the number of road traffic deaths will rise to approximately 2.4 million per year by 2030, and road traffic deaths will rise to become the fifth leading cause of death worldwide [1]. As the number of casualties due to fatigue driving continues to increase, fatigue driving detection technology has become increasingly important. The existing fatigue detection methods mainly include physiological information-based, vehicle information-based, and facial feature-based. Among them, physiological information-based detection methods can directly reflect the drivers’ driving status. Among the many physiological signals, the electroencephalographic (EEG) signals are considered the most direct and promising.

The driver facial feature-based detection method infers the driver’s fatigue state through eye state, mouth state and head posture. The method mainly uses a camera to capture the driver’s facial images, and extracts fatigue-related information through computer vision technology. Azhar et al. [2] used long and short-term memory (LSTM) to capture eye-related movements. The method uses 1-D LSTM (RLSTM) as the basis and convolutional LSTM (C-LSTM) to process the image, through two LSTMs to simulate eye movement. Huang et al. [3] proposed a multi-granularity deep convolutional model (RF-DCM) for fatigue driving detection. He designed a multi-granularity extraction subnetwork to overcome the problem of head pose variation, proposed a feature recalibration subnetwork to learn local features, and finally fused global and local features with a feature fusion network. The driver facial feature-based detection method is susceptible to factors such as lighting and occlusion, decreasing accuracy and reliability.

The vehicle information-based detection method indirectly judges the driver’s fatigue state according to the driver’s vehicle handling. The method uses on-board sensors and cameras to collect data parameters such as steering wheel steering angle and grip, vehicle speed, and vehicle driving route, and analyzes the differences in driving behavior parameters between normal driving and fatigue conditions to determine the driver’s fatigue status. Li et al. [4] found that the difference between the driver’s maximum/minimum grip on the steering wheel and the standard grip is closely related to the driver’s fatigue state, so they designed a fatigue driving detection method based on the driver’s grip on the steering wheel. Lu et al. [5] detected driver fatigue by embedding surface electromyography (sEMG) sensors on the steering wheel. This method collects the driver’s physiological signals non-invasive, which can detect early driver fatigue. The vehicle information-based detection method can make it challenging to collect accurate and stable data due to the driver’s driving habits and different
proficiency levels.

EEG signal is the spontaneous or evoked electrical activity of nerve cell groups in specific parts of the brain during physiological processes, which reflects the biological activity of the brain and contains a large amount of information. From the perspective of electrophysiology, every subtle activity of the human brain triggers the discharge of the corresponding nerve cells, which special instruments can record to analyze and decode brain activity. EEG decoding is the separation of task-relevant components from the EEG signals. The main method of decoding is to describe the task-related components through feature vectors, and then use classification algorithms to classify the relevant feature vectors for different tasks. The decoding accuracy depends on how well the features extracted by the feature algorithm represent the relevant tasks, and how accurately the classification algorithm can separate the different tasks. The EEG signal records the electrical wave changes during brain activity, which is the most direct and effective reflection of fatigue. EEG waves are classified into four types according to their amplitude and frequency:

借助chat GPT阅读文献——基于改进的时间-图卷积网络的端到端EEG信号疲劳驾驶分类模型相关推荐

  1. 基于注意力机制的图卷积网络预测药物-疾病关联

    BIB | 基于注意力机制的图卷积网络预测药物-疾病关联 智能生信 人工智能×生物医药 ​关注 科学求真 赢 10 万奖金 · 院士面对面 9 人赞同了该文章 今天给大家介绍华中农业大学章文教授团队在 ...

  2. 论文解读丨基于局部特征保留的图卷积神经网络架构(LPD-GCN)

    本文分享自华为云社区<论文解读:基于局部特征保留的图卷积神经网络架构(LPD-GCN)>,原文作者:PG13 . 近些年,很多研究者开发了许多基于图卷积网络的方法用于图级表示学习和分类应用 ...

  3. 论文阅读笔记:《一种改进的图卷积网络半监督节点分类》

    论文阅读笔记:<一种改进的图卷积网络半监督节点分类> 文章目录 论文阅读笔记:<一种改进的图卷积网络半监督节点分类> 摘要: 引言 非欧几里得数据 1 深度池化对偶图神经网络 ...

  4. Survey | 基于图卷积网络的药物发现方法

    本期介绍2019年6月发表在Briefings in Bioinformatics的综述,该综述由康奈尔大学等机构的研究人员撰写,系统总结了GCN及其在药物发现方面的最新进展,重点是与药物相关的应用: ...

  5. 【Graph Neural Network 图神经网络】3.Spatial-based Graph Convolutional Networks 基于空间的图卷积网络

    前言 类似于图像上传统的卷积运算,基于空间的方法根据节点的空间关系定义图卷积.图像可以看作是一种特殊的图形式,每个像素代表一个节点.每个像素都直接连接到它附近的像素,如下图左所示.对3*3的区域应用一 ...

  6. 基于图卷积网络的测量与先验知识相结合的故障诊断方法

    目录 Graph Convolutional Network-Based Method for Fault Diagnosis Using a Hybrid of Measurement and Pr ...

  7. CVPR 2019 | 旷视研究院提出ML-GCN:基于图卷积网络的多标签图像识别模型

    全球计算机视觉三大顶会之一 CVPR 2019 (IEEE Conference on Computer Visionand Pattern Recognition)将于 6 月 16-20在美国洛杉 ...

  8. 论文浅尝 | 基于图卷积网络的跨语言图谱实体对齐

    论文笔记整理:谭亦鸣,东南大学博士生,研究兴趣:知识图谱问答 本文提出了一种基于图卷积网络的跨语言实体对齐方法,通过设计一种属性 embedding 用于 GCN 的训练,发现GCN能同时学习到特征 ...

  9. (18) 基于时空多图卷积网络的网约车需求预测

    交通预见未来(18): 基于时空多图卷积网络的网约车需求预测 1.文章信息 <Spatiotemporal Multi-Graph Convolution Network for Ride-ha ...

最新文章

  1. 利用广播实现ip拨号——示例
  2. MySQL查询的进阶操作--排序查询
  3. 思科Webex与下一代视频会议
  4. 浅析拯救小矮人的 nlogn 算法及其证明
  5. WPF 路径动画PathAnimations的使用
  6. 季节性时间序列数据分析_如何指导时间序列数据的探索性数据分析
  7. C#调用Web Service时的身份验证
  8. Python开发之--前端 HTML基础
  9. 串口通信中接收数据时延迟处理与缓存处理的解决方案(C#)
  10. 多肉建议多久浇一次水?
  11. ASP.NET MVC实践系列11-FCKEditor和CKEditor的使用
  12. 2016年9月份工作知识点汇总
  13. 再见!LayUI !
  14. html网页设计插件,适用于网页设计的Photoshop插件包
  15. jQuery treeTable
  16. vue博客模板—Fblog
  17. 【中兴笔试题】外星母舰
  18. 第一次在GitHub上提交代码
  19. 程序员普遍用gmail_使Gmail更好的最佳Chrome扩展程序
  20. e5运行Linux系统,CPU-Z 1.96更新介绍,可用Wine及deepin-wine5在Linux中运行

热门文章

  1. 01-Ribbon负载均衡原理
  2. Spark 权威指南 第20章 流处理基础
  3. cocos2d-x simpleGame 0
  4. FCKeditor在.NET的使用方法
  5. ※柠檬物语※有一种思念不叫爱情
  6. 狂风测试大师 2003 下载
  7. vue引入微信jssdk,完美实现
  8. 奥比中光相机Gemini pro使用
  9. 【KD-tree】[NOI2019]弹跳
  10. Python中的 正则匹配