Semantic Segmentation of Methane Plumes
By Michelle, Kelvin, and Yasmeen
Introduction and Background
01
Methane Leaks
HyperSTARCOP Benefits
Methane Signature and Enhancement Methods
Methane Signature and Enhancement Methods
Machine Learning for Methane Detection
Data and Methodology
02
The Datasets
AVIRIS dataset (aerial data from Permian basin, US)
The Datasets
EMIT dataset (satellite sensor)
Feature Extractions (multispectral)
Varon ratio (S,B)
Sanchez ratio (S)
Multispectral input
Varon input : V(B7,B5), V(B8,B5), and V(B7,B6)
Sanchez input : S(B7,B7_mlr) ,S(B8,B8_mlr) using B1-B2 and B4-B6 as background bands for MLR, and SWIR band B1
(Varon+Sanchez) : V(B7,B5), V(B8,B5), S(B7,B7_mlr)
Feature Extractions (hyper-spectral)
Mag1c:
Improvements in Mag1c:
Models
MobileNet v2
U-net Decoder
Experimental setup
Evaluation Setup
Results
03
MultiSTARCOP model is generally able to only detect the area of the plume with the higher gas concentration
HyperSTARCOP model is capable of detecting the entire plume, including the areas of lower concentration in the plume tail
Multispectral Model Performance:
Hyperspectral Model Performance
From what I observed, the models sometimes has difficulty detecting the weak plumes.
More complex classification methods could potentially improve the detection of these weak plumes.
My thoughts on what can be improved
For this project, we could consider using more complex classification methods like:
These methods could integrate both pixel-level and spatial context, improving sensitivity without amplifying noise.
Conclusion
04
The model addresses the known limitation of matched filter methods, which produces many false positive detections.
The model they made reduced the false positive rate per tile by over 41.83% in contrast to the baseline, at the cost of small drop in the number of captured plumes.