TLDR: This research introduces UnorthoDOS, a novel approach for detecting methane plumes from satellites using machine learning. It demonstrates that models trained on unorthorectified (less processed) satellite data can achieve performance comparable to those trained on conventionally processed data, and significantly outperform traditional methods. This breakthrough enables more efficient and rapid real-time methane detection directly onboard satellites, bypassing computationally intensive preprocessing steps and supporting faster responses to methane emissions.
Methane, a potent greenhouse gas, plays a significant role in climate change, making its timely detection crucial for effective mitigation efforts. Traditionally, identifying methane plumes from satellite imagery involves complex and computationally intensive preprocessing steps. These include orthorectification, which corrects geometric distortions in images, and the use of matched filters to enhance weak plume signals. While effective, these methods are challenging to perform in real-time on resource-constrained satellites and can sometimes lead to high false-positive rates.
A new research paper, Towards Methane Detection Onboard Satellites, introduces a novel approach that simplifies this process. The study proposes bypassing these traditional preprocessing steps by utilizing unorthorectified data, which more closely resembles the raw data obtained directly from satellites. This innovative method, termed UnorthoDOS (Unorthorectified Dataset for Onboard Satellite methane detection), aims to enable rapid methane detection while simultaneously reducing the costs associated with data downlink, thereby supporting faster response systems.
The UnorthoDOS Approach
The researchers constructed their datasets using hyperspectral observations from the Earth Surface Mineral Dust Source Investigation (EMIT) imaging spectrometer, which is flown on the International Space Station (ISS). They curated over 1,500 methane plume complexes, selecting a specific subset of hyperspectral bands known to capture the methane absorption spectrum. The core of their methodology involves generating an unorthorectified dataset by essentially reversing the orthorectification process, creating data that mimics what a satellite would capture without extensive onboard processing.
For comparison, an orthorectified dataset was also created. Both datasets were then used to train machine learning models, specifically a UNet architecture, for two tasks: image classification (determining if a plume is present) and semantic segmentation (mapping the exact extent of a plume). The experimental setup employed a ‘tip and cue’ paradigm, where a ‘tip’ satellite coarsely localizes plumes via classification, and a ‘cue’ satellite refines the detection using segmentation.
Key Findings and Implications
The study yielded promising results. Machine learning models trained on the unorthorectified UnorthoDOS dataset achieved performance comparable to those trained on the conventionally processed orthorectified data. This is a significant finding, as it demonstrates that reliable methane plume detection is feasible without the need for computationally expensive orthorectification. Furthermore, the UNet models, whether trained on orthorectified or unorthorectified data, substantially outperformed the traditional matched filter baseline (mag1c) in semantic segmentation, showing improvements of 288.03% for weak plumes and an impressive 536.36% for strong plumes.
While the absolute performance for segmenting weak methane plumes remains an area for further improvement, the models showed considerable gains in detecting strong plumes. For instance, recall for plume classification on strong plumes increased by over 22% for both datasets. The ability to detect methane plumes from less-processed satellite imagery is a critical advantage for real-time detection in the resource-constrained environments of satellites. This approach could lead to more agile and responsive systems for monitoring methane emissions globally.
Also Read:
- Unlocking Hyperspectral Data: How AI Explainability Guides Band Selection for Better Analysis
- AI’s Eye on Our Waters: Predicting Pollution with Computer Vision
Future Directions
The researchers have made their model checkpoints and two ML-ready datasets (orthorectified and unorthorectified hyperspectral images) publicly available, along with the code, fostering further research and development in this field. Acknowledging a limitation, the study notes that sensitivity to weak methane plumes could be significantly enhanced with access to larger annotated hyperspectral image datasets, which are expected to become available with the increasing number of satellite missions carrying dedicated sensors.
This work represents a crucial step towards deploying advanced machine learning capabilities directly onboard satellites, paving the way for more efficient and timely monitoring of methane, a vital component in the global effort to combat climate change.


