METAL LAB

Google unveils AI that automatically detects methane leak sources from satellite imagery

MAPL-EMIT, a deep learning model built by Google Research and NASA JPL, finds more plumes than previous methods

Summary

  • Google Research and NASA JPL have released MAPL-EMIT, a deep learning model that automatically detects methane emission sources from satellite hyperspectral data.
  • They've published a global plume database, the trained model, a synthetic dataset, and an inference library on Earth Engine, Kaggle, and GitHub.
Methane is a potent greenhouse gas driving approximately 25% of human-induced warming. MAPL-EMIT is a deep-learning model that automates global methane tracking from space to enable scalable climate action.

Google Research, working with NASA's Jet Propulsion Laboratory (JPL), unveiled MAPL-EMIT on September 1 — a deep learning model that automatically identifies methane leak sources in satellite hyperspectral imagery. The core breakthrough is automating detection, quantification, and location estimation of emission sources by analyzing data captured by EMIT, a NASA instrument mounted on the International Space Station — a process that previously required manual review. The findings were published as a paper in the Proceedings of the National Academy of Sciences (PNAS).

An illustration showing how scattered methane plume signals, which once had to pass through a manual, one-by-one human review gate, now flow directly through the automated detection model MAPL-EMIT — resulting in 50% more plumes found than before.An illustration showing how scattered methane plume signals, which once had to pass through a manual, one-by-one human review gate, now flow directly through the automated detection model MAPL-EMIT — resulting in 50% more plumes found than before.

Official Global Methane Pledge website

To break it down: EMIT was originally built to map mineral composition in arid regions. Because it's a hyperspectral instrument that records hundreds of light wavelengths per pixel, though, it turned out to also pick up the distinct chemical signature that invisible methane gas leaves behind. That's the background for why NASA JPL and the broader scientific community have also been using EMIT for methane detection.

Methane traps heat about 30 times more powerfully than carbon dioxide on a 100-year basis, and it's estimated to be responsible for roughly 25% of human-caused warming since industrialization. Because it doesn't linger in the atmosphere as long as CO2, cutting emissions now could slow the pace of global warming relatively quickly — which is why the Global Methane Pledge, backed by more than 125 countries, set a target of cutting emissions 30% by 2030. The catch is that hitting that target means pinpointing leak sources one by one, often tiny spots just tens of meters across at oil and gas facilities, landfills, and agricultural sites.

Why a mineral-mapping instrument turned into a methane detector

EMIT was originally developed to map mineral composition in arid regions. But since it records hundreds of wavelengths of light per pixel as a hyperspectral instrument, researchers confirmed it could also capture the distinct chemical signatures left by gases like methane. NASA JPL and the wider scientific community have leveraged that capability to use EMIT as a methane-monitoring tool as well.

Satellite-based methane measurement generally splits into two approaches. Global mappers like TROPOMI scan wide areas but at lower resolution, while point-source instruments like EMIT look at narrow areas with much finer precision.

CategoryTROPOMI (global mapper)EMIT (point mapper)
Swath width~2,600km80km
Spatial resolution~5.5km × 3.5km60m
Spectral resolution0.1nm7.4nm

As the table shows, EMIT's resolution is fine enough to zoom in on individual facilities — but that same sensitivity means certain surface materials in complex terrain can mimic methane's signal and trigger false positives. The matched-filter method traditionally used for this task is vulnerable to that kind of background noise, and it often missed small, faint emission sources as a result.

Separating plumes from background noise with a Swin Transformer

MAPL-EMIT tackles this with an end-to-end vision model built on a Swin-S transformer. Where most previous approaches analyzed pixels one at a time, this model also reads the surrounding spatial context, learning the patterns gas makes as it disperses in the wind. That lets it tell real methane plumes, which scatter and drift with wind, apart from ground surfaces that happen to produce similar spectral signals. Even in dense industrial areas where emissions from multiple facilities blend into what looks like a single cloud, the model can separate out the shape and origin point of each individual plume.

Trained on 3.6 million synthetic plumes because real-world labels don't exist

Transformer models need massive amounts of training data, but no labeled real-world dataset of global methane emissions actually exists. Google Research solved that with physics-based simulation. Using a Lagrangian puff model, which recreates how particles move and disperse through the atmosphere, they generated 3.6 million synthetic methane plumes and injected them into real EMIT observation scenes for training. That synthetic data, spanning a wide range of emission rates and turbulence conditions, let the model reliably detect methane even across real-world environments with wildly different terrain and atmospheric conditions.

이미지: X — 프론티어랩 (웹검색)

An 84% recall rate against expert labeling

When tested against real satellite data, MAPL-EMIT caught 84% of the plumes that experts had labeled in NASA's standard L2B dataset, and across roughly 1,100 EMIT observation granules it identified about 50% more plausible plumes than the previous method.

MetricValue
Recall vs. expert labels84%
Additional plumes detected~50% more than the previous method (across ~1,100 granules)
Synthetic training plumes3.6 million
Top global emitting landfills detected24 of 25

Notably, the model caught plumes at 24 of the world's 25 highest-emitting landfills, and at a major landfill in Amman, Jordan, it even tracked sustained emissions over time. The team acknowledged, though, that the model's high sensitivity means false positives remain an issue in complex terrain. To help manage that, every detection comes tagged with a physics-based confidence score and a "low" or "high" label, letting users adjust the balance between real emissions and false alarms themselves.

What you can do with the released materials

The team didn't just publish the paper and stop there — they released the materials through multiple channels. Researchers and policymakers can browse the global plume database on Earth Engine and the methane concentration enhancement data directly, and the Earth Engine visualization app lets anyone check emission sites interactively on a map. Developers can download the trained model on Kaggle and the synthetic plume dataset to experiment on their own, and run the model against their own EMIT data using the inference library on github.com/google-research/mapl. None of this is locked to any one company or institution, so local stakeholders and industry players can use it to examine emission sites in their own regions.

NASA says it's already developing a next-generation imaging spectrometer with 30 to 50 times the observation coverage of current instruments. That means a huge jump in data volume is coming, and automated tools like MAPL-EMIT are likely to matter even more as a result.

Official source videos

Google Research Blog
Google Research Blog
Google Research Blog

Editor's take

What's really worth noting here isn't the model's accuracy numbers, it's the way Google chose to release it. Rather than stopping at a paper, Google spread the database, the trained model, the synthetic dataset, and the inference code across separate platforms. That fits into Google's broader Earth AI push, a strategy aimed at putting climate data directly into the hands of policymakers and industry, not just researchers.

Anyone who's worked on satellite-based environmental monitoring models runs into the same wall every time: there's simply not enough labeled real-world data. Google hit that wall too, and solved it by generating 3.6 million fake plumes through physics simulation instead of relying on real measurements. That synthetic-data approach could transfer directly to other Earth-observation fields where real-world cases are just as scarce — weather, disaster response, agriculture. Research teams and startups working with satellite or remote-sensing data would do well to consider building training data through physics-based simulation before trying to assemble a labeled dataset from scratch.

In practical terms, managing false positives is where this really gets decided. Boosting recall this much means the model reacts more sensitively, and higher sensitivity brings more false signals along with it. Rather than leading with a single accuracy number, Google shipped confidence scores and "low/high" tags alongside every detection, a practical design choice that lets users weigh false positives against missed detections for themselves. In the coming months, it wouldn't be surprising to see environmental groups or regulators start putting this database to real use, and once NASA's next-generation spectrometer comes online, this automated pipeline's value is likely to grow well beyond what it is today.

Comments