| Literature DB >> 36015868 |
Seunghee Lee1, Bummo Koo1, Sumin Yang1, Jongman Kim1, Yejin Nam1, Youngho Kim1.
Abstract
Workers at construction sites are prone to fall-from-height (FFH) accidents. The severity of injury can be represented by the acceleration peak value. In the study, a risk prediction against FFH was made using IMU sensor data for accident prevention at construction sites. Fifteen general working movements (NF: non-fall), five low-hazard-fall movements, (LF), and five high-hazard-FFH movements (HF) were performed by twenty male subjects and a dummy. An IMU sensor was attached to the T7 position of the subject to measure the three-axis acceleration and angular velocity. The peak acceleration value, calculated from the IMU data, was 4 g or less in general work movements and 9 g or more in FFHs. Regression analysis was performed by applying various deep learning models, including 1D-CNN, 2D-CNN, LSTM, and Conv-LSTM, to the risk prediction, and then comparing them in terms of their mean absolute error (MAE) and mean squared error (MSE). The FFH risk level was estimated based on the predicted peak acceleration. The Conv-LSTM model trained by MAE showed the smallest error (MAE: 1.36 g), and the classification with the predicted peak acceleration showed the best accuracy (97.6%). This study successfully predicted the FFH risk levels and could be helpful to reduce fatal injuries at construction sites.Entities:
Keywords: IMU sensor; deep learning; fall-from-height; risk prediction
Mesh:
Year: 2022 PMID: 36015868 PMCID: PMC9414759 DOI: 10.3390/s22166107
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.847
Experimental movements.
| Non-Fall | NF01 | Sitting quickly and getting up | NF09 | Moving up and down in an elevator |
| NF02 | Sitting and getting up comfortably | NF10 | Walking on a beam | |
| NF03 | Going up and down the stairs | NF11 | Walking on a beam with luggage | |
| NF04 | Going up and down a ladder | NF12 | Shoveling | |
| NF05 | Working with a pickaxe | NF13 | Stretching | |
| NF06 | Lifting (front) | NF14 | Climbing up and down a scaffold | |
| NF07 | Lifting (back) | NF15 | 0.7 m jump | |
| NF08 | Lifting (side) | |||
| Low-Hazard Fall (LF) | LF01 | Forward trip | LF04 | Backward slip |
| LF02 | Lateral trip | LF05 | Fainting | |
| LF03 | Forward slip | |||
| High-Hazard FFH (HF) | HF01 | 2 m Vertical FFH | HF04 | 2 m Forward FFH |
| HF02 | 3 m Vertical FFH | HF05 | 3 m Forward FFH | |
| HF03 | 0.7 m Forward FFH |
Eight features used in this study.
| No. | Feature | No. | Feature |
|---|---|---|---|
| 1 | 5 | ||
| 2 | 6 | ||
| 3 | 7 | ||
| 4 | 8 |
Figure 1An example of the window extraction.
Figure 2Structures of deep learning models: (A) 1D-CNN, (B) 2D-CNN, (C) LSTM, and (D) Conv-LSTM.
Best performances of deep learning models (in terms of MAE and MSE).
| Model Name | MAE (Epoch) | MSE (Epoch) |
|---|---|---|
| 1D-CNN | 1.46 g (183) | 6.02 g2 (151) |
| 2D-CNN | 1.61 g (130) | 9.51 g2 (187) |
| LSTM | 2.07 g (18) | 12.20 g2 (13) |
| Conv-LSTM | 1.36 g (25) | 5.69 g2 (49) |
It is noted that the 1D-CNN showed smaller errors in prediction than the 2D-CNN in both the MAE and MSE. Among four deep learning models, Conv-LSTM demonstrated the best prediction results, and LSTM the poorest.
Figure 3True vs. predicted (MSE, MAE) values of trained models for different movements.
Classification performances.
| Model | ||||||||
|---|---|---|---|---|---|---|---|---|
| 1D-CNN | 2D-CNN | LSTM | Conv-LSTM | |||||
| Error Function | MAE | MSE | MAE | MSE | MAE | MSE | MAE | MSE |
| Accuracy (%) | 92.0 | 93.9 | 90.7 | 96.5 | 94.4 | 92.0 | 97.6 | 92.3 |
| Sensitivity (%) | 83.3 | 87.5 | 4.2 | 79.2 | 45.8 | 50.0 | 62.5 | 95.8 |
| Specificity (%) | 92.6 | 94.3 | 96.6 | 97.7 | 97.7 | 94.9 | 100 | 92.0 |