Latent Space Inference via Paired Autoencoders
Emma Hart, Bas Peters, Julianne Chung, Matthias Chung
TL;DR
The paper addresses inverse problems with observational inconsistencies by introducing PAIR, a paired autoencoder framework that links a parameter-space autoencoder and an observation-space autoencoder via learned latent mappings, enabling optimization directly in latent space. Forward modeling is expressed as $A:\mathcal X\to\mathcal Y$, with $A=Q\circ F$, and latent-space inversion proceeds by solving $\hat{\mathbf z}_x \in \arg\min_{\mathbf z_x} \| (d_y \circ m^{\to})(\mathbf z_x) - \mathbf y \|$ with $\hat{\mathbf x} = d_x(\hat{\mathbf z}_x)$ (or equivalently in $\mathcal Z_{\mathcal Y}$). For incomplete data, the objective uses a projection $P$ so that $\hat{\mathbf z}_x \in \arg\min_{\mathbf z_x} \| (P \circ d_y \circ m^{\to})(\mathbf z_x) - \mathbf y_{\text{sub}} \|$. The paper provides linear-case closed-form solutions and residual/error bounds under Lipschitz and restricted bi-Lipschitz assumptions, and demonstrates the approach on CT tomography and cross-well seismic data, where PAIR+LSI maintains reconstruction quality when data are missing or corrupted and offers practical uncertainty diagnostics.
Abstract
This work describes a novel data-driven latent space inference framework built on paired autoencoders to handle observational inconsistencies when solving inverse problems. Our approach uses two autoencoders, one for the parameter space and one for the observation space, connected by learned mappings between the autoencoders' latent spaces. These mappings enable a surrogate for regularized inversion and optimization in low-dimensional, informative latent spaces. Our flexible framework can work with partial, noisy, or out-of-distribution data, all while maintaining consistency with the underlying physical models. The paired autoencoders enable reconstruction of corrupted data, and then use the reconstructed data for parameter estimation, which produces more accurate reconstructions compared to paired autoencoders alone and end-to-end encoder-decoders of the same architecture, especially in scenarios with data inconsistencies. We demonstrate our approaches on two imaging examples in medical tomography and geophysical seismic-waveform inversion, but the described approaches are broadly applicable to a variety of inverse problems in scientific and engineering applications.
