🤖 AI Summary
Methane—a potent greenhouse gas—requires real-time, low-cost onboard detection from space to support climate mitigation efforts. This paper proposes an end-to-end onboard methane detection framework tailored for satellite platforms. Departing from conventional pipelines, it trains a lightweight machine learning model directly on unorthorectified hyperspectral imagery, eliminating computationally intensive preprocessing steps such as orthorectification and atmospheric correction. Leveraging data from the Earth Surface Mineral Dust Source Investigation (EMIT) sensor, we construct a standardized, ML-ready dataset. Experimental results demonstrate that our model achieves detection accuracy comparable to the orthorectified + matched-filter (mag1c) baseline on uncorrected data, and significantly outperforms it on orthorectified data. The approach substantially reduces onboard computational load and downlink bandwidth requirements. To foster reproducibility and adoption, we publicly release the trained models, dataset, and source code.
📝 Abstract
Methane is a potent greenhouse gas and a major driver of climate change, making its timely detection critical for effective mitigation. Machine learning (ML) deployed onboard satellites can enable rapid detection while reducing downlink costs, supporting faster response systems. Conventional methane detection methods often rely on image processing techniques, such as orthorectification to correct geometric distortions and matched filters to enhance plume signals. We introduce a novel approach that bypasses these preprocessing steps by using extit{unorthorectified} data (UnorthoDOS). We find that ML models trained on this dataset achieve performance comparable to those trained on orthorectified data. Moreover, we also train models on an orthorectified dataset, showing that they can outperform the matched filter baseline (mag1c). We release model checkpoints and two ML-ready datasets comprising orthorectified and unorthorectified hyperspectral images from the Earth Surface Mineral Dust Source Investigation (EMIT) sensor at https://huggingface.co/datasets/SpaceML/UnorthoDOS , along with code at https://github.com/spaceml-org/plume-hunter.