Fire (Jan 2025)
Improved YOLOv5: Efficient Object Detection for Fire Images
Abstract
Camera-based fire detection systems have been found to yield significantly superior results compared to their sensor-based counterparts, and are thus widely employed for this purpose across the globe. This study presents an effective and lightweight fire detection technique based on deep learning. A novel convolutional neural network has been created specifically for the purpose of identifying fire areas. This network utilizes the YOLOv5 algorithm. The default versions of the You Only Look Once (YOLO) technique demonstrate limited accuracy when applied to fire detection instances, even after undergoing training and testing. After training and testing in fire detection instances, the default versions of the YOLO technique exhibit a significantly low level of accuracy. We chose the YOLOv5 network to augment its capabilities and maximize its effectiveness in identifying fire disasters. The self-designed convolution module, also known as the improved convolution module, is implemented to substitute the regular convolution module in YOLOv5. By dividing the input features into two main portions, it helps to realize the lightweight of the network. Additionally, the network incorporates the attention mechanism. The testing findings clearly show that the proposed method is more effective than previous ways of identifying fire, with a precision of 91.22% and a recall of 93.78%.
Keywords