Designing a Classifier for Active Fire Detection from Multispectral Satellite Imagery Using Neural Architecture Search
Amber Cassimon, Phil Reiter, Siegfried Mercelis, Kevin Mets

TL;DR
This paper employs reinforcement learning-based Neural Architecture Search to design a compact neural network for active fire detection from multispectral satellite imagery, optimized for low-power nanosatellite onboard processing.
Contribution
It introduces a novel NAS approach that uses a regression-based reward function to efficiently design resource-constrained neural networks for satellite fire detection.
Findings
Designed a neural network with 1,716 parameters
Achieved inference latency of 984 microseconds
Power consumption around 800mW during inference
Abstract
This paper showcases the use of a reinforcement learning-based Neural Architecture Search (NAS) agent to design a small neural network to perform active fire detection on multispectral satellite imagery. Specifically, we aim to design a neural network that can determine if a single multispectral pixel is a part of a fire, and do so within the constraints of a Low Earth Orbit (LEO) nanosatellite with a limited power budget, to facilitate on-board processing of sensor data. In order to use reinforcement learning, a reward function is needed. We supply this reward function in the shape of a regression model that predicts the F1 score obtained by a particular architecture, following quantization to INT8 precision, from purely architectural features. This model is trained by collecting a random sample of neural network architectures, training these architectures, and collecting their…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFire Detection and Safety Systems
MethodsCorrelation Alignment for Deep Domain Adaptation
