《电子技术应用》
您所在的位置:首页 > 人工智能 > 设计应用 > 基于毫米波雷达三维点云的室内跌倒检测
基于毫米波雷达三维点云的室内跌倒检测
电子技术应用
李伟1,李丹丹1,丁奇宁1,马裕燚2,耿永福1
1.北方工业大学 信息学院;2.北方工业大学 电气与控制工程学院
摘要: 全球老龄化时代的到来引发的老年人健康监护问题不可忽视,而室内跌倒对独居的老年人有非常大的安全隐患。因此,为准确检测到跌倒动作,使用毫米波雷达三维点云信息进行室内跌倒检测,并提出一种基于外部注意力机制的PointLSTM网络实现三维点云在时序的分类。通过MIMO体制的毫米波雷达芯片采集人体动作的回波信号,利用集成雷达基带处理器的微控制器实现信号处理的部分,可将原始数据实时转换成三维点云,并提高点云处理中的计算速度及雷达硬件的整体性能。基于外部注意力机制的PointLSTM网络可实现点云在时空中的提取特征和分类识别,网络改进了PointLSTM帧间点信息的流失问题,并在信息提取中对所有数据实现特征联系,外部注意力机制通过独立的可学习参数优化了网络复杂度和识别精确率。实验结果表明,所提出的方法在室内环境下检测准确率可以达到98.3%,可以有效区分动作的类别,并验证了使用毫米波雷达三维点云检测人体跌倒的可行性。
中图分类号:TN95 文献标志码:A DOI: 10.16157/j.issn.0258-7998.245007
中文引用格式: 李伟,李丹丹,丁奇宁,等. 基于毫米波雷达三维点云的室内跌倒检测[J]. 电子技术应用,2024,50(9):59-66.
英文引用格式: Li Wei,Li Dandan,Ding Qining,et al. Indoor fall detection based on millimeter-wave radar three-dimensional point cloud[J]. Application of Electronic Technique,2024,50(9):59-66.
Indoor fall detection based on millimeter-wave radar three-dimensional point cloud
Li Wei1,Li Dandan1,Ding Qining1,Ma Yuyi2,Geng Yongfu1
1.School of Information Science and Technology, North China University of Technology; 2.School of Electrical and Control Engineering, North China University of Technology
Abstract: The advent of the global aging era has brought critical issues concerning the elderly health care to light, and indoor falls pose a significant safety risk to seniors who live alone. Therefore, in order to accurately detect the action of falling, this paper uses millimeter-wave radar 3D point cloud data for indoor fall detection and introduces a PointLSTM network based on an external attention mechanism to classify 3D point clouds over time. The millimeter-wave radar chip of the MIMO system collects the echo signal of human movements, and the signal processing part is realized by using the microcontroller integrated with the radar baseband processor, which can convert the raw data into a three-dimensional point cloud in real time, and improve the computing speed in point cloud processing and the overall performance of radar hardware. The PointLSTM network based on external attention mechanism enables spatial and temporal feature extraction and classification of point clouds. The network addresses the loss of point information between frames in PointLSTM and links features across all data during information extraction. The external attention mechanism, with its independent learnable parameters, optimizes network complexity and recognition accuracy. Experimental results show that the proposed method achieves a detection accuracy of 98.3% in indoor environments, effectively differentiating between types of motions and confirming the feasibility of using millimeter-wave radar 3D point clouds for detecting human falls.
Key words : millimeter-wave radar;point cloud classification;signal processing;deep learning

引言

据世界卫生组织报道,世界各国老年人的数量和占比都出现上升趋势,而老年人因跌倒而出现重伤和死亡的风险最大[1]。跌倒不仅对老年人造成身体伤害,也会引起消极恐惧的情绪,能够及时检测到跌倒并作出提醒尤为重要。因此,本文使用毫米波雷达三维点云进行人体跌倒检测,通过对人体姿态的分类准确地检测出人体跌倒的行为,增强独居老年人的安全保障。

实现跌倒检测的方法有基于可接触式和非接触式设备。常见的人体跌倒检测的可接触式设备是基于加速度传感器[2]和重力传感器[3]等,但需随身携带,影响日常生活,还会因未及时充电产生误报现象。非接触式设备主要有红外、Wi-Fi、摄像机和雷达等,基于摄像机的方法容易侵犯个人隐私,易受环境、信号的影响,激光雷达和超宽带雷达易受极端天气的影响,且价格比较昂贵,而毫米波雷达测量精度高、可全天时全天候工作,性价比高。因此本文使用毫米波雷达进行人体跌倒检测。

目前基于深度学习的毫米波雷达跌倒检测方法大多是使用深度卷积神经网络(CNN)对二维图像进行空间特征提取[4]。相比雷达的二维图像,三维点云图更直观形象,包含更丰富的有用信息。基于单帧点云的识别中,Pointnet网络[5]可通过排列不变的最大池化实现全局特征提取,而Pointnet++[6]在前者的基础上利用分层分组实现局部特征的提取,不断迭代实现全局特征提取。Pantomime网络[7]中结合Pointnet++和LSTM网络,提取所有帧的全局特征实现对手势的分类。FlickerNet模型[8]修改了分组操作,从相邻帧中提取运动和结构特征,但缺乏捕获长期关系的能力。PointLSTM模型[9]在此基础上,提出一种关于无序点云的新型LSTM单元,用于捕获点级别的长期关系。

受到以上方法的启发,本文提出一种基于外部注意力机制的PointLSTM网络结构实现点云在时空中的特征提取和分类识别,网络改进了PointLSTM帧间点信息的流失问题,并在信息提取中对所有数据实现特征联系,外部注意力机制通过独立的可学习参数优化了网络复杂度和识别精确率。


本文详细内容请下载:

https://www.chinaaet.com/resource/share/2000006143


作者信息:

李伟1,李丹丹1,丁奇宁1,马裕燚2,耿永福1

(1.北方工业大学 信息学院,北京 100043;

2.北方工业大学 电气与控制工程学院,北京 100043)


Magazine.Subscription.jpg

此内容为AET网站原创,未经授权禁止转载。