You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We propose Generalized Forward-Inverse (GFI) framework based on two assumptions. First, according to the manifold assumption, we assume that the velocity maps v ∈ \(\mathcal{V}\) and seismic
107
-
waveforms p ∈ \(\mathcal{P}\) can be projected to their corresponding latent space representations, \(\tilde{v}\) and \(\tilde{p}\), respectively, which can be mapped back to their reconstructions in the original space, \(\hat{v}\) and \(\hat{p}\).
110
+
waveforms p ∈ \(\mathcal{P}\) can be projected to their corresponding latent space representations, ṽ and p̃, respectively, which can be mapped back to their reconstructions in the original space, \(\hat{v}\) and \(\hat{p}\).
108
111
Note that the sizes of the latent spaces can be smaller or larger than the original spaces. Further, the size of \(\tilde{v}\) may not match with the size of \(\tilde{p}\). Second, according to the latent space
109
112
translation assumption, we assume that the problem of learning forward and inverse mappings in the original spaces of velocity and waveforms can be reformulated as learning translations in their
110
113
latent spaces.
111
114
</p>
112
115
<ol>
113
116
<li>
114
-
<b>Latent U-Net Architecture: </b>
117
+
<b>Latent U-Net Architecture: </b> We propose a novel architecture to solve forward and inverse problems using two latent space translation models implemented using U-Nets, termed Latent U-Net. As shown in Figure below, Latent
118
+
U-Net uses ConvNet backbones for both encoder-decoder pairs: (Ev, Dv) and (Ep, Dp), to project
119
+
v and p to lower-dimensional representations. We also constrain the sizes of the latent spaces of
120
+
\(\tilde{v}\) and \(\tilde{p}\) to be identical, i.e., dim(\(\tilde{v}\)) = dim(\(\tilde{p}\)), so that we can train two separate U-Net models to implement the latent space mappings L<sub>ṽ → p̃</sub> and L<sub>p̃ → ṽ</sub>.
0 commit comments