School of Information and Electronics, Beijing Institute of Technology, Beijing 100081, China; School of Cyberspace Security, Beijing Institute of Technology, Beijing 100081, China.
School of Information and Electronics, Beijing Institute of Technology, Beijing 100081, China; Key Laboratory of Brain Health Intelligent Evaluation and Intervention, Ministry of Education (Beijing Institute of Technology), Beijing 100081, China.
Comput Methods Programs Biomed. 2024 Feb;244:107930. doi: 10.1016/j.cmpb.2023.107930. Epub 2023 Nov 14.
Graph neural networks (GNNs) are widely used for automatic sleep staging. However, the majority of GNNs are based on spectral approaches, as far as we know, which heavily depend on the Laplacian eigenbasis determined by the graph structure with a large computing cost.
We introduced a non-spectral approach named graph attention networks v2 (GATv2) as the core of our network to extract spatial information (S-GATv2 in our work), which is more flexible and intuitive than the routined spectral method. Meanwhile, to resolve the issue of weak generalization of using traditional feature extraction, the multi-convolutional layers are implemented to automatically extract features. In this work, the proposed spatiotemporal convolution sleep network (ST-GATv2) consists of multi-convolution layers and a GATv2 block. Of note, the graph attention technique to the time domain was applied to construct temporal GATv2 (T-GATv2), which intends to capture the connection between two channels in the adjacent sleep stages. Besides, the modified function is further proposed to capture the hidden changing trend information by the difference in the feature's value of the two adjacent stages.
In our experiment, we used the SS3 datasets in the MASS as our test datasets to compare with other advanced models. Our result reveals our model achieves the highest accuracy at 89.0 %. Besides, the proposed T-GATv2 block and modified function bring an approximate 0.5 % improvement in Kappa and F1-score.
Our results support the potential of graph attention mechanisms and creative blocks (T-GATv2 and modified function) in sleep classification. We suggest the proposed ST-GATv2 model as an effective tool in sleep staging in either healthy or diseased states.
图神经网络(GNNs)广泛应用于自动睡眠分期。然而,据我们所知,大多数 GNN 都基于谱方法,这严重依赖于由图结构确定的拉普拉斯特征基,计算成本很高。
我们引入了一种非谱方法,名为图注意力网络 v2(GATv2),作为我们网络的核心来提取空间信息(我们的工作中称为 S-GATv2),这比常规的谱方法更灵活和直观。同时,为了解决使用传统特征提取的泛化能力弱的问题,实现了多层卷积来自动提取特征。在这项工作中,提出的时空卷积睡眠网络(ST-GATv2)由多层卷积和一个 GATv2 块组成。值得注意的是,将图注意力技术应用于时间域以构建时间 GATv2(T-GATv2),旨在捕获相邻睡眠阶段中两个通道之间的连接。此外,进一步提出了修改后的函数,通过两个相邻阶段特征值的差异来捕获隐藏的变化趋势信息。
在我们的实验中,使用 MASS 中的 SS3 数据集作为测试数据集与其他先进模型进行比较。我们的结果表明,我们的模型在 89.0%的准确率上达到了最高水平。此外,所提出的 T-GATv2 块和修改后的函数使 Kappa 和 F1 评分提高了约 0.5%。
我们的结果支持图注意力机制和创新块(T-GATv2 和修改后的函数)在睡眠分类中的潜力。我们建议使用所提出的 ST-GATv2 模型作为健康或患病状态下睡眠分期的有效工具。