Nikhil Behari, Yajvan Ravan, Aref Malek, Chester Dolph
We lifted 5 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| nasa/Autonomous-Modular-Sensor-Wildfire-Segmentation | — | 3 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| IOU | Ran | nasa/Autonomous-Modular-Sensor-Wildfire-Segmentation/segmentation_model.py pointer only (licence: NONE) · get_code("579ce1b8ee43af49") |
| decoding_block | Ran | nasa/Autonomous-Modular-Sensor-Wildfire-Segmentation/segmentation_model.py pointer only (licence: NONE) · get_code("48d22c9dc42fa155") |
| encoding_block | Ran | nasa/Autonomous-Modular-Sensor-Wildfire-Segmentation/segmentation_model.py pointer only (licence: NONE) · get_code("b9289e1da8a95a65") |
| build_segmentation_model | Not yet run | nasa/Autonomous-Modular-Sensor-Wildfire-Segmentation/segmentation_model.py pointer only (licence: NONE) · get_code("429bb960c0e61cb1") |
| get_trimmed_unet_model | Not yet run | nasa/Autonomous-Modular-Sensor-Wildfire-Segmentation/segmentation_model.py pointer only (licence: NONE) · get_code("052d76836e7bf2b5") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
High-altitude, multi-spectral, aerial imagery is scarce and expensive to acquire, yet it is necessary for algorithmic advances and application of machine learning models to high-impact problems such as wildfire detection. We introduce a human-annotated dataset from the NASA Autonomous Modular Sensor (AMS) using 12-channel, medium to high altitude (3 -50 km) aerial wildfire images similar to those used in current US wildfire missions. Our dataset combines spectral data from 12 different channels, including infrared (IR), short-wave IR (SWIR), and thermal. We take imagery from 20 wildfire missions and randomly sample small patches to generate over 4000 images with high variability, including occlusions by smoke/clouds, easily-confused false positives, and nighttime imagery. We demonstrate results from a deep-learning model to automate the human-intensive process of fire perimeter determination. We train two deep neural networks, one for image classification and the other for pixel-level segmentation. The networks are combined into a unique real-time segmentation model to efficiently localize active wildfire on an incoming image feed. Our model achieves 96% classification accuracy, 74% Intersection-over-Union(IoU), and 84% recall surpassing past methods, including models trained on satellite data and classical color-rule algorithms. By leveraging a multi-spectral dataset, our model is able to detect active wildfire at nighttime and behind clouds, while distinguishing between false positives. We find that data from the SWIR, IR, and thermal bands is the most important to distinguish fire perimeters. Our code and dataset can be found here: https://github.com/nasa/Autonomous-Modular-Sensor-Wildfire-Segmentation/tree/main and https://drive.google.com/drive/folders/1-u4vs9rqwkwgdeeeoUhftCxrfe_4QPTn?=usp=drive_link
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2601.14475")
get_code_for_paper("2601.14475")
have("2601.14475")
Connect an agent — have() is free.