CVLGIVAug 16, 2020

KutralNet: A Portable Deep Learning Model for Fire Recognition

arXiv:2008.06866v123 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of high computational cost in fire recognition systems for mobile and embedded device applications, representing an incremental improvement in model efficiency.

The authors tackled the challenge of deploying deep learning for fire recognition on portable devices by proposing a new architecture that reduces computational cost, achieving a 71% reduction in parameters compared to FireNet while maintaining competitive accuracy and AUROC.

Most of the automatic fire alarm systems detect the fire presence through sensors like thermal, smoke, or flame. One of the new approaches to the problem is the use of images to perform the detection. The image approach is promising since it does not need specific sensors and can be easily embedded in different devices. However, besides the high performance, the computational cost of the used deep learning methods is a challenge to their deployment in portable devices. In this work, we propose a new deep learning architecture that requires fewer floating-point operations (flops) for fire recognition. Additionally, we propose a portable approach for fire recognition and the use of modern techniques such as inverted residual block, convolutions like depth-wise, and octave, to reduce the model's computational cost. The experiments show that our model keeps high accuracy while substantially reducing the number of parameters and flops. One of our models presents 71\% fewer parameters than FireNet, while still presenting competitive accuracy and AUROC performance. The proposed methods are evaluated on FireNet and FiSmo datasets. The obtained results are promising for the implementation of the model in a mobile device, considering the reduced number of flops and parameters acquired.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes