Note : this is a community blog post by Team HTB – one of the H2O.ai Wildfire Challenge winners. You can check out their app here .
The purpose of the challenge was to develop an AI application to improve the forecast of bushfires and wildfires, with the main aim of reducing the human losses that these phenomena can cause.
This application had to help in some way with the following:
The challenge organizers provided the teams with an optional tabular dataset on different terrain conditions and wildfires that could then be used for the purpose of the challenge.
The HTB Team has Mediterranean roots, with two members being based in Italy and the other two in Spain:
The methodology followed by Team HTB is also their motto: keeping solutions simple whilst maximizing efficiency. With this in mind and after careful consideration, they decided to deviate from the standard submission that could be expected and approached the challenge from a completely different perspective: a lightweight model (with its corresponding interface) to detect smoke in a given image or video. The motivation behind it was to create a tool that could be mounted over a camera in a forest and serve as an alert system for first responders in case of a fire.
To do so, the team employed the Wildfire Smoke Detection Dataset created by AI for Mankind, a dataset tailored for this specific problem. They then trained a lightweight object detection model known as YOLOV5s and finally built a web interface (H2O Wave ) on top of it to serve as a demo of both this model and the different functionalities that could be coupled with it.
There are several takeaways that the Team has found interesting throughout the duration of this project: