Exploring advanced deep learning techniques for robust forest fire and smoke detection. From dataset curation to "Learning without Forgetting".
A comprehensive, balanced dataset designed for environmental monitoring and fire detection tasks. Curated to handle complex scenarios like distinguishing smoke from cloud cover.
A balanced collection of 4,823 images, meticulously labeled to ensure model fairness and accuracy across all conditions.
Visible flames and active fire fronts
Clear forest, vegetation, and non-fire scenes
Plumes and early-stage smoldering without flames
Complex scenes containing both smoke and fire
Published in Fire Ecology (Springer Open)
"Our core research focuses on "Learning without Forgetting" (LwF), a deep learning paradigm that enables models to adapt to new tasks—such as distinguishing between similar visual patterns like smoke and fog—without losing proficiency in previously learned categories. This approach is crucial for deploying robust AI in dynamic natural environments where conditions constantly evolve."
Naren, O.S. Forest fire and smoke detection using deep learning-based learning without forgetting. Fire Ecol 19, 16 (2023).The model deployed in this live classifier is optimized for edge performance. Unlike the heavy research model described in the paper, this version uses a lightweight MobileNet architecture trained via Teachable Machine to ensure sub-second inference speeds via our API.
The technical pipeline behind the results
Applied rigorous transformations including rotation, shearing, and brightness adjustments to ensure model robustness against lighting and orientation changes.
Leveraged pre-trained convolutional neural networks (CNNs) to extract high-level features, significantly reducing training time while improving accuracy.
Integrated Learning without Forgetting loss functions to preserve knowledge of "safe" forest states while aggressively learning new fire signatures.