• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

用于跌倒检测的有效深度学习框架:模型开发与研究设计。

An Effective Deep Learning Framework for Fall Detection: Model Development and Study Design.

机构信息

Beijing Kupei Sports Culture Corporation Limited, Beijing, China.

Institute of Artificial Intelligence in Sports, Capital University of Physical Education and Sports, Beijing, China.

出版信息

J Med Internet Res. 2024 Aug 5;26:e56750. doi: 10.2196/56750.

DOI:10.2196/56750
PMID:39102676
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC11333863/
Abstract

BACKGROUND

Fall detection is of great significance in safeguarding human health. By monitoring the motion data, a fall detection system (FDS) can detect a fall accident. Recently, wearable sensors-based FDSs have become the mainstream of research, which can be categorized into threshold-based FDSs using experience, machine learning-based FDSs using manual feature extraction, and deep learning (DL)-based FDSs using automatic feature extraction. However, most FDSs focus on the global information of sensor data, neglecting the fact that different segments of the data contribute variably to fall detection. This shortcoming makes it challenging for FDSs to accurately distinguish between similar human motion patterns of actual falls and fall-like actions, leading to a decrease in detection accuracy.

OBJECTIVE

This study aims to develop and validate a DL framework to accurately detect falls using acceleration and gyroscope data from wearable sensors. We aim to explore the essential contributing features extracted from sensor data to distinguish falls from activities of daily life. The significance of this study lies in reforming the FDS by designing a weighted feature representation using DL methods to effectively differentiate between fall events and fall-like activities.

METHODS

Based on the 3-axis acceleration and gyroscope data, we proposed a new DL architecture, the dual-stream convolutional neural network self-attention (DSCS) model. Unlike previous studies, the used architecture can extract global feature information from acceleration and gyroscope data. Additionally, we incorporated a self-attention module to assign different weights to the original feature vector, enabling the model to learn the contribution effect of the sensor data and enhance classification accuracy. The proposed model was trained and tested on 2 public data sets: SisFall and MobiFall. In addition, 10 participants were recruited to carry out practical validation of the DSCS model. A total of 1700 trials were performed to test the generalization ability of the model.

RESULTS

The fall detection accuracy of the DSCS model was 99.32% (recall=99.15%; precision=98.58%) and 99.65% (recall=100%; precision=98.39%) on the test sets of SisFall and MobiFall, respectively. In the ablation experiment, we compared the DSCS model with state-of-the-art machine learning and DL models. On the SisFall data set, the DSCS model achieved the second-best accuracy; on the MobiFall data set, the DSCS model achieved the best accuracy, recall, and precision. In practical validation, the accuracy of the DSCS model was 96.41% (recall=95.12%; specificity=97.55%).

CONCLUSIONS

This study demonstrates that the DSCS model can significantly improve the accuracy of fall detection on 2 publicly available data sets and performs robustly in practical validation.

摘要

背景

跌倒检测对于保障人类健康具有重要意义。通过监测运动数据,跌倒检测系统(FDS)可以检测到跌倒事故。最近,基于可穿戴传感器的 FDS 已成为研究的主流,可分为基于经验的阈值 FDS、基于手动特征提取的机器学习 FDS 和基于自动特征提取的深度学习(DL)FDS。然而,大多数 FDS 主要关注传感器数据的全局信息,忽略了数据的不同段对跌倒检测的贡献程度不同这一事实。这一缺点使得 FDS 难以准确区分实际跌倒和类似跌倒的动作之间的相似人类运动模式,从而降低了检测精度。

目的

本研究旨在开发和验证一种基于可穿戴传感器的加速度计和陀螺仪数据的 DL 框架,以准确检测跌倒。我们旨在探索从传感器数据中提取的区分跌倒与日常生活活动的基本贡献特征。本研究的意义在于通过设计使用 DL 方法的加权特征表示来改革 FDS,从而有效地区分跌倒事件和类似跌倒的活动。

方法

基于三轴加速度计和陀螺仪数据,我们提出了一种新的 DL 架构,即双流卷积神经网络自注意力(DSCS)模型。与以往的研究不同,所使用的架构可以从加速度计和陀螺仪数据中提取全局特征信息。此外,我们还引入了自注意力模块,为原始特征向量分配不同的权重,使模型能够学习传感器数据的贡献效果,提高分类精度。该模型在两个公共数据集上进行了训练和测试:SisFall 和 MobiFall。此外,还招募了 10 名参与者对 DSCS 模型进行实际验证。共进行了 1700 次试验,以测试模型的泛化能力。

结果

DSCS 模型在 SisFall 和 MobiFall 测试集上的跌倒检测准确率分别为 99.32%(召回率=99.15%;准确率=98.58%)和 99.65%(召回率=100%;准确率=98.39%)。在消融实验中,我们将 DSCS 模型与最先进的机器学习和 DL 模型进行了比较。在 SisFall 数据集上,DSCS 模型的准确率排名第二;在 MobiFall 数据集上,DSCS 模型的准确率、召回率和精度均为最佳。在实际验证中,DSCS 模型的准确率为 96.41%(召回率=95.12%;特异性=97.55%)。

结论

本研究表明,DSCS 模型可以显著提高两个公开可用数据集上的跌倒检测准确性,并在实际验证中表现稳健。

https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/c04a1f665529/jmir_v26i1e56750_fig6.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/190eceae94ed/jmir_v26i1e56750_fig1.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/adaa8a2ece65/jmir_v26i1e56750_fig2.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/8c90342ad21f/jmir_v26i1e56750_fig3.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/d16601b18f58/jmir_v26i1e56750_fig4.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/91e2b21e6b95/jmir_v26i1e56750_fig5.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/c04a1f665529/jmir_v26i1e56750_fig6.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/190eceae94ed/jmir_v26i1e56750_fig1.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/adaa8a2ece65/jmir_v26i1e56750_fig2.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/8c90342ad21f/jmir_v26i1e56750_fig3.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/d16601b18f58/jmir_v26i1e56750_fig4.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/91e2b21e6b95/jmir_v26i1e56750_fig5.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/2442/11333863/c04a1f665529/jmir_v26i1e56750_fig6.jpg

相似文献

1
An Effective Deep Learning Framework for Fall Detection: Model Development and Study Design.用于跌倒检测的有效深度学习框架:模型开发与研究设计。
J Med Internet Res. 2024 Aug 5;26:e56750. doi: 10.2196/56750.
2
An Enhanced Ensemble Deep Neural Network Approach for Elderly Fall Detection System Based on Wearable Sensors.基于可穿戴传感器的老年人跌倒检测系统的增强型集成深度神经网络方法。
Sensors (Basel). 2023 May 15;23(10):4774. doi: 10.3390/s23104774.
3
NT-FDS-A Noise Tolerant Fall Detection System Using Deep Learning on Wearable Devices.基于可穿戴设备的深度学习的抗噪跌倒检测系统(NT-FDS-A)
Sensors (Basel). 2021 Mar 12;21(6):2006. doi: 10.3390/s21062006.
4
Patch-Transformer Network: A Wearable-Sensor-Based Fall Detection Method.贴片-Transformer 网络:一种基于可穿戴传感器的跌倒检测方法。
Sensors (Basel). 2023 Jul 13;23(14):6360. doi: 10.3390/s23146360.
5
A Study on the Application of Convolutional Neural Networks to Fall Detection Evaluated with Multiple Public Datasets.卷积神经网络在使用多个公共数据集评估跌倒检测中的应用研究。
Sensors (Basel). 2020 Mar 6;20(5):1466. doi: 10.3390/s20051466.
6
Smart Wearables with Sensor Fusion for Fall Detection in Firefighting.带传感器融合的智能可穿戴设备,用于消防中的跌倒检测。
Sensors (Basel). 2021 Oct 12;21(20):6770. doi: 10.3390/s21206770.
7
Detection of Gait Abnormalities for Fall Risk Assessment Using Wrist-Worn Inertial Sensors and Deep Learning.使用腕戴惯性传感器和深度学习技术进行步态异常检测以评估跌倒风险。
Sensors (Basel). 2020 Sep 19;20(18):5373. doi: 10.3390/s20185373.
8
The Applications of Metaheuristics for Human Activity Recognition and Fall Detection Using Wearable Sensors: A Comprehensive Analysis.元启发式算法在可穿戴传感器人体活动识别和跌倒检测中的应用:综合分析。
Biosensors (Basel). 2022 Oct 3;12(10):821. doi: 10.3390/bios12100821.
9
A Machine Learning Multi-Class Approach for Fall Detection Systems Based on Wearable Sensors with a Study on Sampling Rates Selection.基于可穿戴传感器的跌倒检测系统的机器学习多类方法研究及采样率选择。
Sensors (Basel). 2021 Jan 30;21(3):938. doi: 10.3390/s21030938.
10
A Feasibility Study of the Use of Smartwatches in Wearable Fall Detection Systems.利用智能手表开发可穿戴式跌倒检测系统的可行性研究。
Sensors (Basel). 2021 Mar 23;21(6):2254. doi: 10.3390/s21062254.

引用本文的文献

1
Wearable Technologies for Health Promotion and Disease Prevention in Older Adults: Systematic Scoping Review and Evidence Map.用于促进老年人健康和预防疾病的可穿戴技术:系统综述与证据图谱
J Med Internet Res. 2025 Jun 24;27:e69077. doi: 10.2196/69077.
2
A Decade of Progress in Wearable Sensors for Fall Detection (2015-2024): A Network-Based Visualization Review.用于跌倒检测的可穿戴传感器十年进展(2015 - 2024):基于网络的可视化综述
Sensors (Basel). 2025 Mar 31;25(7):2205. doi: 10.3390/s25072205.

本文引用的文献

1
PAR-Net: An Enhanced Dual-Stream CNN-ESN Architecture for Human Physical Activity Recognition.PAR-Net:一种用于人体活动识别的增强型双通道 CNN-ESN 架构。
Sensors (Basel). 2024 Mar 16;24(6):1908. doi: 10.3390/s24061908.
2
Comparison of machine learning approaches for near-fall-detection with motion sensors.使用运动传感器进行近跌倒检测的机器学习方法比较
Front Digit Health. 2023 Jul 26;5:1223845. doi: 10.3389/fdgth.2023.1223845. eCollection 2023.
3
Synergistic Integration of Skeletal Kinematic Features for Vision-Based Fall Detection.
基于视觉的跌倒检测中骨骼运动学特征的协同集成。
Sensors (Basel). 2023 Jul 10;23(14):6283. doi: 10.3390/s23146283.
4
BAFNet: Bottleneck Attention Based Fusion Network for Sleep Apnea Detection.BAFNet:基于瓶颈注意力融合网络的睡眠呼吸暂停检测。
IEEE J Biomed Health Inform. 2024 May;28(5):2473-2484. doi: 10.1109/JBHI.2023.3278657. Epub 2024 May 6.
5
Personalized Watch-Based Fall Detection Using a Collaborative Edge-Cloud Framework.基于个性化手表的跌倒检测:使用协同边缘-云框架。
Int J Neural Syst. 2022 Dec;32(12):2250048. doi: 10.1142/S0129065722500484. Epub 2022 Aug 15.
6
Support Vector Machine Classifiers Show High Generalizability in Automatic Fall Detection in Older Adults.支持向量机分类器在老年人自动跌倒检测中表现出高度的泛化能力。
Sensors (Basel). 2021 Oct 28;21(21):7166. doi: 10.3390/s21217166.
7
Elderly Fall Detection Systems: A Literature Survey.老年人跌倒检测系统:文献综述
Front Robot AI. 2020 Jun 23;7:71. doi: 10.3389/frobt.2020.00071. eCollection 2020.
8
Acceleration Magnitude at Impact Following Loss of Balance Can Be Estimated Using Deep Learning Model.使用深度学习模型可以估计平衡丧失后撞击时的加速度大小。
Sensors (Basel). 2020 Oct 28;20(21):6126. doi: 10.3390/s20216126.
9
An Energy-Efficient Fall Detection Method Based on FD-DNN for Elderly People.基于 FD-DNN 的老年人节能跌倒检测方法。
Sensors (Basel). 2020 Jul 28;20(15):4192. doi: 10.3390/s20154192.
10
A Study on the Application of Convolutional Neural Networks to Fall Detection Evaluated with Multiple Public Datasets.卷积神经网络在使用多个公共数据集评估跌倒检测中的应用研究。
Sensors (Basel). 2020 Mar 6;20(5):1466. doi: 10.3390/s20051466.