期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
An Improved Lightweight Safety Helmet Detection Algorithm for YOLOv8
1
作者 Lieping Zhang Hao Ma +2 位作者 Jiancheng Huang Cui Zhang Xiaolin Gao 《Computers, Materials & Continua》 2025年第5期2245-2265,共21页
Detecting individuals wearing safety helmets in complex environments faces several challenges.These factors include limited detection accuracy and frequent missed or false detections.Additionally,existing algorithms o... Detecting individuals wearing safety helmets in complex environments faces several challenges.These factors include limited detection accuracy and frequent missed or false detections.Additionally,existing algorithms often have excessive parameter counts,complex network structures,and high computational demands.These challenges make it difficult to deploy such models efficiently on resource-constrained devices like embedded systems.Aiming at this problem,this research proposes an optimized and lightweight solution called FGP-YOLOv8,an improved version of YOLOv8n.The YOLOv8 backbone network is replaced with the FasterNet model to reduce parameters and computational demands while local convolution layers are added.This modification minimizes computational costs with only a minor impact on accuracy.A new GSTA(GSConv-Triplet Attention)module is introduced to enhance feature fusion and reduce computational complexity.This is achieved using attention weights generated from dimensional interactions within the feature map.Additionally,the ParNet-C2f module replaces the original C2f(CSP Bottleneck with 2 Convolutions)module,improving feature extraction for safety helmets of various shapes and sizes.The CIoU(Complete-IoU)is replaced with the WIoU(Wise-IoU)to boost performance further,enhancing detection accuracy and generalization capabilities.Experimental results validate the improvements.The proposedmodel reduces the parameter count by 19.9% and the computational load by 18.5%.At the same time,mAP(mean average precision)increases by 2.3%,and precision improves by 1.2%.These results demonstrate the model’s robust performance in detecting safety helmets across diverse environments. 展开更多
关键词 YOLO safety helmet detection complex environments LIGHTWEIGHT WIoU loss function
在线阅读 下载PDF
Real-Time Safety Helmet Detection Using Yolov5 at Construction Sites 被引量:4
2
作者 Kisaezehra Muhammad Umer Farooq +1 位作者 Muhammad Aslam Bhutto Abdul Karim Kazi 《Intelligent Automation & Soft Computing》 SCIE 2023年第4期911-927,共17页
The construction industry has always remained the economic and social backbone of any country in the world where occupational health and safety(OHS)is of prime importance.Like in other developing countries,this indust... The construction industry has always remained the economic and social backbone of any country in the world where occupational health and safety(OHS)is of prime importance.Like in other developing countries,this industry pays very little,rather negligible attention to OHS practices in Pakistan,resulting in the occurrence of a wide variety of accidents,mishaps,and near-misses every year.One of the major causes of such mishaps is the non-wearing of safety helmets(hard hats)at construction sites where falling objects from a height are unavoid-able.In most cases,this leads to serious brain injuries in people present at the site in general and the workers in particular.It is one of the leading causes of human fatalities at construction sites.In the United States,the Occupational Safety and Health Administration(OSHA)requires construction companies through safety laws to ensure the use of well-defined personal protective equipment(PPE).It has long been a problem to ensure the use of PPE because round-the-clock human monitoring is not possible.However,such monitoring through technological aids or automated tools is very much possible.The present study describes a systema-tic strategy based on deep learning(DL)models built on the You-Only-Look-Once(YOLOV5)architecture that could be used for monitoring workers’hard hats in real-time.It can indicate whether a worker is wearing a hat or not.The proposed system usesfive different models of the YOLOV5,namely YOLOV5n,YOLOv5s,YOLOv5 m,YOLOv5l,and YOLOv5x for object detection with the support of PyTorch,involving 7063 images.The results of the study show that among the DL models,the YOLOV5x has a high performance of 95.8%in terms of the mAP,while the YOLOV5n has the fastest detection speed of 70.4 frames per second(FPS).The proposed model can be successfully used in practice to recognize the hard hat worn by a worker. 展开更多
关键词 Object detection computer-vision personal protective equipment(PPE) deep learning industry revolution(IR)4.0 safety helmet detection
在线阅读 下载PDF
Algorithm of Helmet Wearing Detection Based on AT-YOLO Deep Mode 被引量:9
3
作者 Qingyang Zhou Jiaohua Qin +2 位作者 Xuyu Xiang Yun Tan Neal NXiong 《Computers, Materials & Continua》 SCIE EI 2021年第10期159-174,共16页
The existing safety helmet detection methods are mainly based on one-stage object detection algorithms with high detection speed to reach the real-time detection requirements,but they can’t accurately detect small ob... The existing safety helmet detection methods are mainly based on one-stage object detection algorithms with high detection speed to reach the real-time detection requirements,but they can’t accurately detect small objects and objects with obstructions.Therefore,we propose a helmet detection algorithm based on the attention mechanism(AT-YOLO).First of all,a channel attention module is added to the YOLOv3 backbone network,which can adaptively calibrate the channel features of the direction to improve the feature utilization,and a spatial attention module is added to the neck of the YOLOv3 network to capture the correlation between any positions in the feature map so that to increase the receptive field of the network.Secondly,we use DIoU(Distance Intersection over Union)bounding box regression loss function,it not only improving the measurement of bounding box regression loss but also increases the normalized distance loss between the prediction boxes and the target boxes,which makes the network more accurate in detecting small objects and faster in convergence.Finally,we explore the training strategy of the network model,which improves network performance without increasing the inference cost.Experiments show that the mAP of the proposed method reaches 96.5%,and the detection speed can reach 27 fps.Compared with other existing methods,it has better performance in detection accuracy and speed. 展开更多
关键词 Safety helmet detection attention mechanism convolutional neural network training strategies
在线阅读 下载PDF
A method for detecting miners based on helmets detection in underground coal mine videos 被引量:1
4
作者 Cai Limei Qian Jiansheng 《Mining Science and Technology》 EI CAS 2011年第4期553-556,共4页
In order to monitor dangerous areas in coal mines automatically,we propose to detect helmets from underground coal mine videos for detecting miners.This method can overcome the impact of similarity between the targets... In order to monitor dangerous areas in coal mines automatically,we propose to detect helmets from underground coal mine videos for detecting miners.This method can overcome the impact of similarity between the targets and their background.We constructed standard images of helmets,extracted four directional features,modeled the distribution of these features using a Gaussian function and separated local images of frames into helmet and non-helmet classes.Out experimental results show that this method can detect helmets effectively.The detection rate was 83.7%. 展开更多
关键词 Human detection helmet detection Coal mine Gaussian model Image pattern recognition
在线阅读 下载PDF
Real-time Safety Helmet-wearing Detection Based on Improved YOLOv5 被引量:6
5
作者 Yanman Li Jun Zhang +2 位作者 Yang Hu Yingnan Zhao Yi Cao 《Computer Systems Science & Engineering》 SCIE EI 2022年第12期1219-1230,共12页
Safety helmet-wearing detection is an essential part of the intelligentmonitoring system. To improve the speed and accuracy of detection, especiallysmall targets and occluded objects, it presents a novel and efficient... Safety helmet-wearing detection is an essential part of the intelligentmonitoring system. To improve the speed and accuracy of detection, especiallysmall targets and occluded objects, it presents a novel and efficient detectormodel. The underlying core algorithm of this model adopts the YOLOv5 (YouOnly Look Once version 5) network with the best comprehensive detection performance. It is improved by adding an attention mechanism, a CIoU (CompleteIntersection Over Union) Loss function, and the Mish activation function. First,it applies the attention mechanism in the feature extraction. The network can learnthe weight of each channel independently and enhance the information dissemination between features. Second, it adopts CIoU loss function to achieve accuratebounding box regression. Third, it utilizes Mish activation function to improvedetection accuracy and generalization ability. It builds a safety helmet-wearingdetection data set containing more than 10,000 images collected from the Internetfor preprocessing. On the self-made helmet wearing test data set, the averageaccuracy of the helmet detection of the proposed algorithm is 96.7%, which is1.9% higher than that of the YOLOv5 algorithm. It meets the accuracy requirements of the helmet-wearing detection under construction scenarios. 展开更多
关键词 Safety helmet wearing detection object detection deep learning YOLOv5 Attention Mechanism
在线阅读 下载PDF
HWD-YOLO:A New Vision-Based Helmet Wearing Detection Method
6
作者 Licheng Sun Heping Li Liang Wang 《Computers, Materials & Continua》 SCIE EI 2024年第9期4543-4560,共18页
It is crucial to ensure workers wear safety helmets when working at a workplace with a high risk of safety accidents,such as construction sites and mine tunnels.Although existing methods can achieve helmet detection i... It is crucial to ensure workers wear safety helmets when working at a workplace with a high risk of safety accidents,such as construction sites and mine tunnels.Although existing methods can achieve helmet detection in images,their accuracy and speed still need improvements since complex,cluttered,and large-scale scenes of real workplaces cause server occlusion,illumination change,scale variation,and perspective distortion.So,a new safety helmet-wearing detection method based on deep learning is proposed.Firstly,a new multi-scale contextual aggregation module is proposed to aggregate multi-scale feature information globally and highlight the details of concerned objects in the backbone part of the deep neural network.Secondly,a new detection block combining the dilate convolution and attention mechanism is proposed and introduced into the prediction part.This block can effectively extract deep featureswhile retaining information on fine-grained details,such as edges and small objects.Moreover,some newly emerged modules are incorporated into the proposed network to improve safety helmetwearing detection performance further.Extensive experiments on open dataset validate the proposed method.It reaches better performance on helmet-wearing detection and even outperforms the state-of-the-art method.To be more specific,the mAP increases by 3.4%,and the speed increases from17 to 33 fps in comparison with the baseline,You Only Look Once(YOLO)version 5X,and themean average precision increases by 1.0%and the speed increases by 7 fps in comparison with the YOLO version 7.The generalization ability and portability experiment results show that the proposed improvements could serve as a springboard for deep neural network design to improve object detection performance in complex scenarios. 展开更多
关键词 Object detection deep learning safety helmet wearing detection feature extraction attention mechanism
在线阅读 下载PDF
Improved YOLOv8n Model for Detecting Helmets and License Plates on Electric Bicycles 被引量:3
7
作者 Qunyue Mu Qiancheng Yu +2 位作者 Chengchen Zhou Lei Liu Xulong Yu 《Computers, Materials & Continua》 SCIE EI 2024年第7期449-466,共18页
Wearing helmetswhile riding electric bicycles can significantly reduce head injuries resulting fromtraffic accidents.To effectively monitor compliance,the utilization of target detection algorithms through traffic cam... Wearing helmetswhile riding electric bicycles can significantly reduce head injuries resulting fromtraffic accidents.To effectively monitor compliance,the utilization of target detection algorithms through traffic cameras plays a vital role in identifying helmet usage by electric bicycle riders and recognizing license plates on electric bicycles.However,manual enforcement by traffic police is time-consuming and labor-intensive.Traditional methods face challenges in accurately identifying small targets such as helmets and license plates using deep learning techniques.This paper proposes an enhanced model for detecting helmets and license plates on electric bicycles,addressing these challenges.The proposedmodel improves uponYOLOv8n by deepening the network structure,incorporating weighted connections,and introducing lightweight convolutional modules.These modifications aim to enhance the precision of small target recognition while reducing the model’s parameters,making it suitable for deployment on low-performance devices in real traffic scenarios.Experimental results demonstrate that the model achieves an mAP@0.5 of 91.8%,showing an 11.5%improvement over the baselinemodel,with a 16.2%reduction in parameters.Additionally,themodel achieves a frames per second(FPS)rate of 58,meeting the accuracy and speed requirements for detection in actual traffic scenarios. 展开更多
关键词 YOLOv8 object detection electric bicycle helmet detection electric bicycle license plate detection
在线阅读 下载PDF
GL-YOLOv5: An Improved Lightweight Non-Dimensional Attention Algorithm Based on YOLOv5 被引量:1
8
作者 Yuefan Liu Ducheng Zhang Chen Guo 《Computers, Materials & Continua》 SCIE EI 2024年第11期3281-3299,共19页
Craniocerebral injuries represent the primary cause of fatalities among riders involved in two-wheeler accidents;nevertheless,the prevalence of helmet usage among these riders remains alarmingly low.Consequently,the a... Craniocerebral injuries represent the primary cause of fatalities among riders involved in two-wheeler accidents;nevertheless,the prevalence of helmet usage among these riders remains alarmingly low.Consequently,the accurate identification of riders who are wearing safety helmets is of paramount importance.Current detection algorithms exhibit several limitations,including inadequate accuracy,substantial model size,and suboptimal performance in complex environments with small targets.To address these challenges,we propose a novel lightweight detection algorithm,termed GL-YOLOv5,which is an enhancement of the You Only Look Once version 5(YOLOv5)framework.This model incorporates a Global DualPooling NoReduction Blend Attention(GDPB)module,which optimizes the MobileNetV3 architecture by reducing the number of channels by half and implementing a parallelized channel and spatial attention mechanism without dimensionality reduction.Additionally,it replaces the conventional convolutional layer with a channel shuffle approach to overcome the constraints associated with the Squeeze-and-Excitation(SE)attention module,thereby significantly improving both the efficiency and accuracy of feature extraction and decreasing computational complexity.Furthermore,we have optimized the Variable Normalization and Attention Channel Spatial Partitioning(VNACSP)within the C3 module of YOLOv5,which enhances sensitivity to small targets through the application of a lightweight channel attention mechanism,substituting it for the standard convolution in the necking network.The Parameter-Free Spatial Adaptive Feature Fusion(PSAFF)module is designed to adaptively modify the weights of each spatial position through spatial pooling and activation functions,thereby effectively enhancing the model’s ability to perceive contextual information over distances.Ultimately,GL-YOLOv5 performs remarkably in the custom dataset,achieving a model parameter count of 922,895 M,a computational load of 2.9 GFLOPS,and a mean average precision(mAP)of 92.1%.These advancements significantly improve the model’s detection capabilities and underscore its potential for practical applications. 展开更多
关键词 LIGHTWEIGHT traffic safety helmet detection YOLOv5 GDPB PSAFF
在线阅读 下载PDF
Small Target HelmetWearing Detection Algorithm Based on Improved YOLO V5
9
作者 Jiajing Hu Junqiu Li Qinghui Zhang 《国际计算机前沿大会会议论文集》 EI 2023年第1期60-77,共18页
To solve problems such as the low detection accuracy of helmet wear-ing,missing detection and poor real-time performance of embedded equipment in the scene of remote and small targets at the construction site,the text... To solve problems such as the low detection accuracy of helmet wear-ing,missing detection and poor real-time performance of embedded equipment in the scene of remote and small targets at the construction site,the text proposes an improved YOLO v5 for small target helmet wearing detection.Based on YOLO v5,the self-attention transformer mechanism and swin transformer module are introduced in the feature fusion step to increase the receptivefield of the con-volution kernel and globally model the high-level semantic feature information extracted from the backbone network to make the model more focused on hel-met feature learning.Replace some convolution operators with lighter and more efficient Involution operators to reduce the number of parameters.The connection mode of the Concat is improved,and 1×1 convolution is added.The experimental results compared with YOLO v5 show that the size of the improved helmet detec-tion model is reduced by 17.8%occupying only 33.2 MB,FPS increased by 5%,and mAP@0.5 reached 94.9%.This approach effectively improves the accuracy of small target helmet wear detection,and meets the deployment requirements for low computational power embedded devices. 展开更多
关键词 helmet wearing detection YOLO V5 Small object detection TRANSFORMER Swin Transformer INVOLUTION
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部