A Fire Detection Algorithm Based on Adaptive Region Decoupling Distillation

Xin Song,Zhenning Wei,Jiadong Zhang,Erhao Gao
DOI: https://doi.org/10.1109/csis-iac60628.2023.10364042
2023-01-01
Abstract:As deep learning technologies, specifically convolutional neural networks (CNNs), have advanced, object detection models have become more powerful. This has opened up new possibilities for using cameras to detect fire and smoke for fire warning purposes. However, the high computational demands of deep CNNs make them unsuitable for low computing power devices, which is a challenge for fire detection. A fire detection algorithm based on adaptive region decoupling knowledge distillation has been proposed to address this. Knowledge distillation is a model compression technique that transfers knowledge from a larger, more accurate teacher model to a smaller, less accurate student model. This allows the smaller model to achieve relatively high accuracy using fewer parameters and computational resources. In the proposed approach, the most informative region of the feature map is selected through adaptive region selection, and separate the foreground and background of this region, distilling them with different weights. This approach has been applied to state-of-the-art detectors, and experiments have been conducted on the D-fire dataset. The experiments demonstrate that this approach has improved the AP score from 37.9 to 38.9 for Gfocal with ResNet-50 while training each model for only 12 epochs, especially without incurring any additional cost. Additionally, the proposed approach has achieved similar AP scores as the teacher model but with lower model complexity, fewer parameters, and a faster detection speed of less than 50 milliseconds per image. Specifically, this approach addresses the challenge of deploying such models for fire detection and proposes a promising solution.
What problem does this paper attempt to address?