- Notifications
You must be signed in to change notification settings - Fork6
Ensemble-based history matching method with latent-space proxy model for nonlinear forward model and non-Gaussian models.
License
rsyamil/latent-space-data-assimilation-lsda
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository supplementsH108-0002 - Efficient Data Assimilation with Latent-Space Representations for Subsurface Flow Systems andMohd-Razaket al (SPE Reservoir Simulation Conference, 2021).
latent-space-data-assimilation │└─── mnist│ └─── 2d-fluvial
Demos based on the MNIST dataset and a 2D fluvial field dataset (see folder structure) are archived in this repository.
LSDA performs simultaneous dimensionality reduction (by extracting salient spatial features fromM and temporal features fromD) and forward mapping (by mapping the salient features inM toD, i.e. latent spacesz_m andz_d). The architecture is composed of dual autoencoders connected with a regression model that are trained jointly. LSDA starts with an initial ensemble of prior models that are gradually updated, based on the mismatch between data simulated from each of the prior models, to the observed data. Once the iterative update steps are done, the information within the observed data has been assimilated into the ensemble of prior models, and they become calibrated posterior models that can reproduce the observed data. The forward mapping feature of LSDA replaces computationally prohibitive forward model (i.e.G as a physical simulator) especially when the modelsM are of high-fidelity and the size of the prior ensemble is large.
Once the architecture is trained, the low-dimensional vectorsz_m represent the high-fidelity modelsM andz_d represent the simulated dataD. The (potentially) computationally expensive forward modelG is now represented by the regression model that mapsz_m toz_d, as an efficient proxy model. Given an observation vectord_obs, the ensemble of priorsz_m is iteratively assimilated using Ensemble Smoother Multiple Data Assimilation (ESMDA).
In practical applications,d_obs can be noisy and LSDA helps us to quickly obtain the ensemble of posteriors that can be accepted within the noise level, as well as understand the variations of spatial features within the posteriors, to improve the predictive power of the calibrated/assimilated models.
About
Ensemble-based history matching method with latent-space proxy model for nonlinear forward model and non-Gaussian models.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.