David Azcona
Applied Scientist - david.azcona@zalando.ie
Postdoctoral Researcher - david.azcona@dcu.ie
Fulbright Visiting scholar - david.azcona@asu.edu

Deep Learning Fire Detector using Transfer Learning

Deep Learning Fire Detector using Transfer Learning

Convolutional Neural Networks (CNNs) are now the gold standard for image classification. A recent approach for object-detection is Faster R-CNN (CNNs with Regions). We leveraged that work to convert a classification problem (detected if there is a fire or not in the image) to a detection problem and somehow quantify fires.

We apply transfer learning with AlexNet, a neural network trained for object detection.

We were shortlisted as one of the 12 US Finalists (San Francisco, May 2018) and we finished 4th in the US, classified to the World Finals (Redmond, July 2018) & won best use of AI award ($5,000 for both prizes). Further details on my blog.

Software

The code is available on Github.


Back to projects