A Deep Learning Approach to Detect Complete Safety Equipment For Construction Workers Based On YOLOv7

Read original: arXiv:2406.07707 - Published 6/14/2024 by Md. Shariful Islam, SM Shaqib, Shahriar Sultan Ramit, Shahrun Akter Khushbu, Mr. Abdus Sattar, Dr. Sheak Rashed Haider Noori
Total Score

0

A Deep Learning Approach to Detect Complete Safety Equipment For Construction Workers Based On YOLOv7

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper presents a deep learning approach to detect complete safety equipment worn by construction workers using the YOLOv7 object detection model.
  • The goal is to improve workplace safety by automatically identifying whether workers are wearing the required safety gear, such as hard hats, safety vests, and gloves.
  • The researchers trained and evaluated the YOLOv7 model on a dataset of construction site images to detect the presence and completeness of safety equipment.

Plain English Explanation

The research team developed a deep learning system that can automatically check if construction workers are wearing all the necessary safety gear. This is important for improving workplace safety and reducing accidents.

The system uses a cutting-edge object detection model called YOLOv7 to scan images of construction sites and identify if workers have on a hard hat, safety vest, gloves, and other required equipment. This allows safety managers to quickly identify any workers who are missing crucial safety gear and address the issue before an accident occurs.

The researchers trained the YOLOv7 model on a large dataset of construction site photos, teaching it to recognize the various types of safety equipment. By using advanced deep learning techniques, the system can detect safety gear with a high degree of accuracy, even in complex, cluttered construction environments.

Technical Explanation

The researchers used the YOLOv7 object detection model to develop their safety equipment detection system. YOLOv7 is a state-of-the-art model that can quickly and accurately identify multiple objects in an image.

To train the model, the team compiled a dataset of construction site images labeled with the presence and completeness of worker safety gear, including hard hats, safety vests, gloves, and other equipment. They then fine-tuned the YOLOv7 architecture and hyperparameters to optimize its performance on this specific task.

The resulting model was able to detect safety equipment with high precision and recall, even in challenging environments with varying lighting, occlusions, and complex backgrounds. The researchers evaluated the system's performance on a held-out test set and provided detailed analysis of the results.

Critical Analysis

The researchers acknowledged several limitations of their approach. First, the dataset used for training, while large, may not have captured the full diversity of construction sites and safety equipment configurations encountered in the real world. Expanding the dataset with more varied examples could improve the model's generalization.

Additionally, the paper does not address potential privacy concerns related to using surveillance cameras to monitor worker safety gear compliance. Careful consideration of ethical and data privacy implications would be necessary before deploying such a system in practice.

Finally, the researchers noted that their approach focuses solely on detecting the presence of safety equipment, without considering how properly it is being worn or used. Incorporating additional computer vision techniques to assess the correct usage of safety gear could further enhance the system's effectiveness.

Conclusion

This research presents a promising deep learning-based approach to automatically detect construction worker safety equipment compliance. By leveraging the power of the YOLOv7 object detection model, the system can quickly and accurately identify missing or incomplete safety gear, which could significantly improve workplace safety and prevent accidents.

While the study has some limitations, the core idea of using advanced computer vision techniques to enhance construction site safety monitoring is a valuable contribution to the field. Further research and development in this area could lead to more robust and practical solutions for promoting worker wellbeing in hazardous industries.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

A Deep Learning Approach to Detect Complete Safety Equipment For Construction Workers Based On YOLOv7
Total Score

0

A Deep Learning Approach to Detect Complete Safety Equipment For Construction Workers Based On YOLOv7

Md. Shariful Islam, SM Shaqib, Shahriar Sultan Ramit, Shahrun Akter Khushbu, Mr. Abdus Sattar, Dr. Sheak Rashed Haider Noori

In the construction sector, ensuring worker safety is of the utmost significance. In this study, a deep learning-based technique is presented for identifying safety gear worn by construction workers, such as helmets, goggles, jackets, gloves, and footwears. The recommended approach uses the YOLO v7 (You Only Look Once) object detection algorithm to precisely locate these safety items. The dataset utilized in this work consists of labeled images split into training, testing and validation sets. Each image has bounding box labels that indicate where the safety equipment is located within the image. The model is trained to identify and categorize the safety equipment based on the labeled dataset through an iterative training approach. We used custom dataset to train this model. Our trained model performed admirably well, with good precision, recall, and F1-score for safety equipment recognition. Also, the model's evaluation produced encouraging results, with a [email protected] score of 87.7%. The model performs effectively, making it possible to quickly identify safety equipment violations on building sites. A thorough evaluation of the outcomes reveals the model's advantages and points up potential areas for development. By offering an automatic and trustworthy method for safety equipment detection, this research makes a contribution to the fields of computer vision and workplace safety. The proposed deep learning-based approach will increase safety compliance and reduce the risk of accidents in the construction industry

Read more

6/14/2024

🔎

Total Score

0

Target Detection of Safety Protective Gear Using the Improved YOLOv5

Hao Liu, Xue Qin

In high-risk railway construction, personal protective equipment monitoring is critical but challenging due to small and frequently obstructed targets. We propose YOLO-EA, an innovative model that enhances safety measure detection by integrating ECA into its backbone's convolutional layers, improving discernment of minuscule objects like hardhats. YOLO-EA further refines target recognition under occlusion by replacing GIoU with EIoU loss. YOLO-EA's effectiveness was empirically substantiated using a dataset derived from real-world railway construction site surveillance footage. It outperforms YOLOv5, achieving 98.9% precision and 94.7% recall, up 2.5% and 0.5% respectively, while maintaining real-time performance at 70.774 fps. This highly efficient and precise YOLO-EA holds great promise for practical application in intricate construction scenarios, enforcing stringent safety compliance during complex railway construction projects.

Read more

8/13/2024

Better YOLO with Attention-Augmented Network and Enhanced Generalization Performance for Safety Helmet Detection
Total Score

0

Better YOLO with Attention-Augmented Network and Enhanced Generalization Performance for Safety Helmet Detection

Shuqi Shen, Junjie Yang

Safety helmets play a crucial role in protecting workers from head injuries in construction sites, where potential hazards are prevalent. However, currently, there is no approach that can simultaneously achieve both model accuracy and performance in complex environments. In this study, we utilized a Yolo-based model for safety helmet detection, achieved a 2% improvement in mAP (mean Average Precision) performance while reducing parameters and Flops count by over 25%. YOLO(You Only Look Once) is a widely used, high-performance, lightweight model architecture that is well suited for complex environments. We presents a novel approach by incorporating a lightweight feature extraction network backbone based on GhostNetv2, integrating attention modules such as Spatial Channel-wise Attention Net(SCNet) and Coordination Attention Net(CANet), and adopting the Gradient Norm Aware optimizer (GAM) for improved generalization ability. In safety-critical environments, the accurate detection and speed of safety helmets plays a pivotal role in preventing occupational hazards and ensuring compliance with safety protocols. This work addresses the pressing need for robust and efficient helmet detection methods, offering a comprehensive framework that not only enhances accuracy but also improves the adaptability of detection models to real-world conditions. Our experimental results underscore the synergistic effects of GhostNetv2, attention modules, and the GAM optimizer, presenting a compelling solution for safety helmet detection that achieves superior performance in terms of accuracy, generalization, and efficiency.

Read more

5/7/2024

SH17: A Dataset for Human Safety and Personal Protective Equipment Detection in Manufacturing Industry
Total Score

0

SH17: A Dataset for Human Safety and Personal Protective Equipment Detection in Manufacturing Industry

Hafiz Mughees Ahmad, Afshin Rahimi

Workplace accidents continue to pose significant risks for human safety, particularly in industries such as construction and manufacturing, and the necessity for effective Personal Protective Equipment (PPE) compliance has become increasingly paramount. Our research focuses on the development of non-invasive techniques based on the Object Detection (OD) and Convolutional Neural Network (CNN) to detect and verify the proper use of various types of PPE such as helmets, safety glasses, masks, and protective clothing. This study proposes the SH17 Dataset, consisting of 8,099 annotated images containing 75,994 instances of 17 classes collected from diverse industrial environments, to train and validate the OD models. We have trained state-of-the-art OD models for benchmarking, and initial results demonstrate promising accuracy levels with You Only Look Once (YOLO)v9-e model variant exceeding 70.9% in PPE detection. The performance of the model validation on cross-domain datasets suggests that integrating these technologies can significantly improve safety management systems, providing a scalable and efficient solution for industries striving to meet human safety regulations and protect their workforce. The dataset is available at https://github.com/ahmadmughees/sh17dataset.

Read more

7/8/2024