• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2024, Vol. 46 ›› Issue (08): 1455-1465.

• Graphics and Images • Previous Articles     Next Articles

FDW-YOLO:An improved indoor pedestrian fall detection algorithm based on YOLOv8

CHEN Chen1,XU Hui-ying1,ZHU Xin-zhong1,HUANG Xiao2,SONG Jie1,CAO Yu-qi1,ZHOU Si-yu1,SHENG Ke1#br#   

  1. (1.School of Computer Science and Technology(School of Articial Intelligence),Zhejiang Normal University,Jinhua 321004;
    2.College of Education,Zhejiang Normal University,Jinhua 321004,China)
  • Received:2023-08-15 Revised:2023-10-27 Accepted:2024-08-25 Online:2024-08-25 Published:2024-09-02

Abstract: Aiming at the problem of low fall detection accuracy and poor real-time performance in indoor scenes due to the effects of light change, occlusion of the human body form, and changes in the human body posture under special viewpoint, a lightweight improved fall detection algorithm based on YOLOv8, named FDW-YOLO, is proposed. The C2f module in the backbone network is replaced by the FasterNext module, which reduces the computational complexity while retaining the excellent feature extraction capability. According to the characteristics of human falls with large changes in posture, three network structures with dynamically deformable convolutional modules added at different positions in the neck layer are designed, experiments are conducted on a self-made fall dataset for comparison, and ultimately, the YOLOv8-C scheme is selected based on network performance. A bounding box regression loss function WIoU is introduced into the improved network to replace the original CIoU. The experimental results show that compared with YOLOv8n, the FDW-YOLO fall detection algorithm increases mAP@0.5 from 96.5% to 97.9% and mAP@0.5:0.95 from 72.5% to 74.3%, while the number of parameters and computation is only 4.1×106 and 7.3×109, which is in line with the requirements for deployment in low-computing power industrial scenarios.

Key words: object detection, fall, FasterNext, DDConv, WIoU