🗺️ Seismic Monitoring for CO2 Carbon Capture Storage with Statistical Machine Learning Approach

Lab: SLIM at Georgia Tech
Project website: https://slim.gatech.edu/content/monitoring-sequential-bayesian-inference

Abstract: For this study, we apply sequential Bayesian inference to monitor the time evolution of subsurface flow of CO2 from indirect acoustic measurements at the surface. Upon receiving new acoustic measurements, we infer the current state of the CO2 by sampling from a learned posterior. Using the incoming data, we then perform online updates of the current posterior. This is accomplished by using the fluid flow model to advance the estimated state variable forward in time in order to update the learned posterior. With a synthetic experiment, we demonstrate this method can track the flow evolution accurately as measured by PSNR metrics. Since the posterior is a learned network, we can compute estimates faster than traditional least squares methods. This method can also quantify the uncertainty due to stochasticity in fluid flow model and the limited-azimuth imaging configuration.


ML4Seismic Talk: Ting-Ying Yu. “Monitoring CO2 Plume with Sequential Bayesian Inference”. In: The 2022 ML4Seismic Industry Partners Meeting. Nov 2022.

This browser does not support PDFs. Please download the PDF to view it: Download PDF.

</embed>


InvertibleNetworks.jl training results:
Examples of the InvertibleNetworks performance on MNIST dataset: https://github.com/slimgroup/InvertibleNetworks.jl/tree/cond_mnist

Probablistic Programming:

(a)

(b)

Using the SLIM Lab’s Conditional Normalizing Network, I set up a sequential-bayesian inference framework to replicate the predator-prey experiment presented by Kruse et al, 2021. The $x4$ is the inferenced target (X) while the observation is $x1 \sim x3$ (Y), and the network will return $x \sim p(X|Y)$. The training network that is conditioned on the observations has a decrease in error.

Citation:

  • Kruse, Jakob, et al. “HINT: Hierarchical invertible neural transport for density estimation andBayesian inference.” Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 35.No. 9. 2021.