Detecting Wildfires on UAVs with Real-Time Segmentation Trained by Larger Teacher Models

Abstract

Early detection of wildfires is essential to prevent large-scale fires resulting in extensive environmental structural and societal damage. Uncrewed aerial vehicles (UAVs) can cover large remote areas effectively with quick deployment requiring minimal infrastructure and equipping them with small cameras and computers enables autonomous real-time detection. In remote areas however detection methods are limited to onboard computation due to the lack of high-bandwidth mobile networks. For accurate camera-based localisation segmentation of the detected smoke is essential but training data for deep learning-based wildfire smoke segmentation is limited. This study shows how small specialised segmentation models can be trained using only bounding box labels leveraging zero-shot foundation model supervision. The method offers the advantages of needing only fairly easily obtainable bounding box labels and requiring training solely for the smaller student network. The proposed method achieved 63.3 percent mIoU on a manually annotated and diverse wildfire dataset. The used model can perform in real-time at 25 fps with a UAV-carried NVIDIA Jetson Orin NX computer while reliably recognising smoke as demonstrated at real-world forest burning events. Code is available at: https://gitlab.com/fgi_nls/public/wildfire-real-time-segmentation

Cite

Text

Pesonen et al. "Detecting Wildfires on UAVs with Real-Time Segmentation Trained by Larger Teacher Models." Winter Conference on Applications of Computer Vision, 2025.

Markdown

[Pesonen et al. "Detecting Wildfires on UAVs with Real-Time Segmentation Trained by Larger Teacher Models." Winter Conference on Applications of Computer Vision, 2025.](https://mlanthology.org/wacv/2025/pesonen2025wacv-detecting/)

BibTeX

@inproceedings{pesonen2025wacv-detecting,
  title     = {{Detecting Wildfires on UAVs with Real-Time Segmentation Trained by Larger Teacher Models}},
  author    = {Pesonen, Julius and Hakala, Teemu and Karjalainen, Väinö and Koivumäki, Niko and Markelin, Lauri and Raita-Hakola, Anna-Maria and Suomalainen, Juha and Pölönen, Ilkka and Honkavaara, Eija},
  booktitle = {Winter Conference on Applications of Computer Vision},
  year      = {2025},
  pages     = {5166-5176},
  url       = {https://mlanthology.org/wacv/2025/pesonen2025wacv-detecting/}
}