Detection of Underground Dangerous Area Based on Improving YOLOV8

Yunfeng Ni,Jie Huo,Ying Hou,Jing Wang,Ping Guo
DOI: https://doi.org/10.3390/electronics13030623
IF: 2.9
2024-02-03
Electronics
Abstract:In order to improve the safety needs of personnel in the dark environment under the well, this article adopts the improved YOLOV8 algorithm combined with the ray method to determine whether underground personnel are entering dangerous areas and to provide early warning. First of all, this article introduces the coordinate attention mechanism on the basis of YOLOV8 target detection so that the model pays attention to the location information of the target area so as to improve the detection accuracy of obstruction and small target areas. In addition, the Soft-Non-Maximum Suppression (SNMS) module is introduced to further improve accuracy. The improved model is then combined with the ray method to be deployed and applied under a variety of angles and different scenic information cameras. The experimental results show that the proposed method obtains 99.5% of the identification accuracy and a frame speed of 45 Frames Per Second (FPS) on the self-built dataset. Compared with the YOLOV8 model, it has a higher accuracy and can effectively cope with the changes and interference factors in the underground environment. Further, it meets the requirements for real-time testing in dangerous underground areas.
engineering, electrical & electronic,computer science, information systems,physics, applied
What problem does this paper attempt to address?
The paper attempts to address the problem of accurately and in real-time detecting whether personnel have entered dangerous areas in the complex environment of underground coal mines and providing early warnings. Specifically, the paper proposes an improved YOLOv8 algorithm combined with the ray method to enhance the detection accuracy of obstacles and small target areas in dark environments, ensuring the safety of coal miners. ### Main Issues 1. **Detection of personnel entering dangerous areas**: The underground environment of coal mines is complex and poorly lit, making it difficult for existing monitoring systems to accurately and timely detect whether personnel have entered dangerous areas. 2. **Detection accuracy and real-time performance**: Existing methods have deficiencies in detection accuracy and real-time performance, failing to meet the needs of practical applications. 3. **Environmental changes and interference factors**: The underground environment is variable and has multiple interference factors such as smoke and dust, which can affect the performance of detection systems. ### Solutions 1. **Improved YOLOv8 algorithm**: - Introduce the Coordinate Attention (CA) mechanism to make the model more focused on the positional information of target areas, improving the detection accuracy of obstacles and small target areas. - Introduce the Soft-Non-Maximum Suppression (SNMS) module to further enhance detection accuracy and avoid false positives or missed detections due to targets being too close. 2. **Combination with the ray method**: - Combine the improved YOLOv8 model with the ray method, deploying cameras with different angles and depth information to improve the robustness and application performance of the system. ### Experimental Results Experimental results show that the proposed improved method achieved a recognition accuracy of 99.5% and a processing speed of 45 frames per second (FPS) on a self-built dataset. Compared to the traditional YOLOv8 model, it has higher accuracy and stronger anti-interference capability, meeting the real-time detection needs of dangerous areas underground.