A deep learning-driven emission estimator utilizing a mixture of experts for local wind speed situations applied to high-resolution methane imagery
Abstract. Methane (CH4) is the anthropogenic greenhouse gas with the second-highest impact on the Earth's radiative budget since pre-industrial times. A substantial amount of CH4 emissions are from the fossil fuel industry and are emitted from point-like sources that can be measured using airborne or space-based spectrometers. The precise quantification of point-source emissions has proven to be difficult, with uncertainties driven by the lack of local wind speed measurements and the task of estimating the effective wind speed of the plume. Here, we continue the development of deep learning-based methods using convolutional neural networks (CNN) to estimate emissions without the need for auxiliary wind speed information. We use a library of plumes obtained from large-eddy-simulations (LES) and realistic background noise scenes from the Airborne Visible/Infrared Imaging Spectrometer (AVIRIS-NG), used in previous studies, to generate realistic synthetic data. We suggest a mixture of experts (MoE) architecture, that is able to extract the wind speed forcing used in the LES and to estimate emission rates conditional on the wind speed present in the scenes. This allows us to integrate the concept of different wind speed scenarios into the network architecture, making the performance of the network more transparent and explainable and, while still being independent of external wind speed information, makes it possible to use external wind speed information to validate or improve emission estimates. The MoE-based network, without any external wind speed information, provides a mean absolute percentage error (MAPE) of 5.65 % for scenes with CH4 emission rates exceeding 100 kg h-1, which is a 40 % improvement compared to previous implementations. The proposed network is also able to address biases at high wind speed situations, leading to almost unbiased estimates over the entire emission and wind speed domain.
Competing interests: At least one of the (co-)authors is a member of the editorial board of Atmospheric Measurement Techniques.
Publisher's note: Copernicus Publications remains neutral with regard to jurisdictional claims made in the text, published maps, institutional affiliations, or any other geographical representation in this paper. While Copernicus Publications makes every effort to include appropriate place names, the final responsibility lies with the authors. Views expressed in the text are those of the authors and do not necessarily reflect the views of the publisher.
Plewa et al. presented a mixture of experts (MoE) model for estimating methane point source emissions trained using simulated methane plumes and hyperspectral aircraft imagery. The model achieved 40% improvement over previous end-to-end approaches in emission rate estimation accuracy, while not requiring external wind speed information. The paper is overall well written, and I only have a few comments listed below for the authors to address.
Major comments:
Minor comments:
Page 3 Line 80: “explicit” -> “explicitly”
Page 5 Table 1: Please capitalize the first letter of the table title and column/row headers
Page 6 Figure 1: The presentation of plume images is not immediately clear to me. Particularly, it is not obvious to me that the four images in the bottom-right panel all correspond to resulting scenes. I’d suggest adding colored or bordered panels for each image group (simulated plumes, background, resulting scenes with plumes) to highlight visual separation.
Page 8 Figure 2: Please add the full name of FFN and explanations of the nodes with the plus sign and times sign in the caption.
Page 8 Line 180 & Line 192: Why use a wind speed value range (+- 1m/s) instead of a percentage range? For example, I’d assume that it is much more likely for a 10 m/s wind speed estimate to be assigned to 8 m/s (-20%) than a 1 m/s to be assigned to 3 m/s (+200%).
Page 10 Line 248: “the performance” -> “the performance of wind speed classification”, since there are two types of performance in discussion, it’d be better to clarify explicitly. I’d also recommend carefully reviewing the Results section to change any unambiguous terminology.
Page 10 Line 248-257: Back to my previous point, wouldn’t a percentage range of surrounding wind speeds help mitigate the bias? For example, by providing a +-20% range you are telling the model that a 10 m/s wind speed estimate could possibly be 8 m/s in reality.
Page 11 Figure 3: The red 1:1 line is not mentioned in the caption. It would also be useful to add a fitted line with R2 marked in the plot.
Page 13 Line 282: I think here the author meant MAPE rather than MPE? It’s claimed that MAPE represents “the spread of our data”; and in Table 2 only MAPE in the filtered model is lower than the unfiltered one for all the three emission rates.
Page 16 Line 303: A difference of 1 m/s between the correct wind speed and the external wind speed seems too optimistic to me. How was it determined?
Page 17 Line 325: It would be helpful to explicitly clarify that, the comparison between the unfiltered and filtered models is intended as a diagnostic analysis to separate errors from wind misclassification from those related to emission estimation under different scene conditions, rather than as an indication that the filtered model would be preferable in operational settings, since we never know the true wind speed in practice. The same clarification applies to the “correct” and “corrected” configurations.