吉林大学学报(信息科学版) ›› 2024, Vol. 42 ›› Issue (2): 378-386.

• • 上一篇    

基于 YOLOv5 的倒地检测

何乐华, 谢光珍, 刘柯翔, 吴 宁, 张浩澜, 张忠睿   

  1. 吉林大学 通信工程学院, 长春 130012
  • 收稿日期:2023-05-08 出版日期:2024-04-10 发布日期:2024-04-12
  • 通讯作者: 吴宁(1982— ), 女, 长春人, 吉林大学副教授, 硕士生导师, 主要从事非线性信号分析, 传统算法及 深度学习方法及其在图像识别、 地震勘探数据分析等领域的应用研究, ( Tel) 86-13596428654 ( E-mail) ning1337 @ jlu. edu. cn。 E-mail:ning1337 @ jlu. edu. cn。
  • 作者简介:何乐华(2001— ), 男, 上海人, 吉林大学本科生, 主要从事计算机视觉研究, (Tel)86-18217180367(E-mail)947298567@ qq. com
  • 基金资助:
     国家自然科学基金资助项目(NSFC 42174153)

Fall Detection Based on YOLOv5 

HE Lehua, XIE Guangzhen, LIU Kexiang, WU Ning, ZHANG Haolan, ZHANG Zhongrui   

  1. College of Communication Engineering, Jilin University, Changchun 130012, China
  • Received:2023-05-08 Online:2024-04-10 Published:2024-04-12

摘要: 为提高传统目标检测的识别效果和准确率, 并加快运算速度, 提出了一种具有更强大特征学习和特征 表达能力的卷积神经网络(CNN: Convolutional Neural Network)模型和相关的深度学习训练算法, 并将其应用于 计算机视觉领域的大规模识别任务。 首先详细分析了传统目标检测算法, V-J(Viola-Jones) 检测器、 HOG (Histogram of Oriented Gradients)特征结合 SVM(Support Vector Machine)分类器和 DPM(Deformable Parts Model) 检测器的特点。 然后提出了深度学习算法, RCNN(Region-based Convolutional Neural Networks)算法和 YOLO (You Only Look Once)算法, 并分析了其在目标检测任务中的应用现状。 针对倒地检测任务, 使用 YOLOv5 (You Only Look Once version 5)模型对不同身高体型目标人群的行为进行训练。 通过使用不同的交并比( IOU: Intersection over Union)、 准确率(Precision, P)、 召回率(Recall, R) PR 曲线等评估指标, YOLOv5 模型进 行了分析, 评估了其在检测站立和倒地两种活动方式的实际效果。 同时通过预训练和增强处理, 增加了训练样 本数量并提高了网络的识别准确率。 实验结果表明, 倒地识别率达到了 86% 。 可将其应用于灾区探测救援类 机器人的设计中, 以辅助识别和分类受伤倒地人员, 提高灾区救援效率。 

关键词: 目标检测, 卷积神经网络, YOLO 模型, 计算机视觉, 深度学习

Abstract: In order to improve the recognition performance and accuracy of traditional object detection and to accelerate the computation speed, a CNN( Convolutional Neural Network) model with more powerful feature learning and representation capabilities and with related deep learning training algorithms is adopted and applied to large-scale recognition tasks in the field of computer vision. The characteristics of traditional object detection algorithms, such as the V-J(Viola-Jones) detector, HOG(Histogram of Oriented Gradients) features combined with SVM( Support Vector Machine) classifier, and DPM ( Deformable Parts Model) detector are analyzed. Subsequently, the deep learning algorithms that emerged after 2013, such as the RCNN ( Region-based Convolutional Neural Networks) algorithm and YOLO(You Only Look Once) algorithm are introduced, and their application status in object detection tasks is analyzed. To detect fallen individuals, the YOLOv5(You Only Look Once version 5) model is used to train the behavior of individuals with different heights and body types. By using evaluation metrics such as IoU(Intersection over Union), Precision, Recall, and PR curves, the YOLOv5 model is analyzed and evaluated for its performance in detecting both standing and fallen activities. In addition, by pre- training and data augmentation, the number of training samples is increased, and the recognition accuracy of the network is improved. The experimental results show that the recognition rate of fallen individuals reaches 86% . The achievements of this study will be applied to the design of disaster detection and rescue robots, assisting in the identification and classification of injured individuals who have fallen, and improving the efficiency of disaster area rescue.

Key words: target detection, convolutional neural network, you only look once model, computer vision, deep learning 

中图分类号: 

  • TP241