Skip to content

Commit e309649

Browse files
Update index.html
Adding zero-shot generalization and conclusion.
1 parent e9adc42 commit e309649

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

projects/GFI-framework/index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,36 @@ <h2 class="banded"> Experiments and Results </h2>
163163
</figcaption>
164164
</li>
165165
</ol>
166+
167+
168+
<h2 class="banded"> Zero-shot Generalization </h2>
169+
<p>
170+
We show the zero-shot generalizability of our models on the more complex and real-world-like geological settings of Marmousi and Overthrust datasets. We chose models trained on the most complex OpenFWI datasets, i.e., STA
171+
(for Marmousi) and STB (for overthrust) datasets, and compared their zero-shot performance in predicting velocity maps (inverse problem). We observe that none of the baselines are able to invert
172+
velocity maps at high resolution. However, the predictions of Latent U-Net and Invertible X-Net are still able to delineate the sharp changes in velocity maps especially in the shallow part of the
173+
data. On the forward problem, our models are able to accurately predict seismic waveforms for both Marmousi and Overthrust data relative to baselines.
174+
</p>
175+
<div style="display: flex; justify-content: space-around; align-items: flex-start;">
176+
<figure style="margin: 0 10px;">
177+
<img src="./static/images/zero-shot_inverse.png" alt="Zero-shot inverse" loading="lazy" width=30%>
178+
<figcaption> (a) Inverse problem </figcaption>
179+
</figure>
180+
181+
<figure style="margin: 0 10px;">
182+
<img src="./static/images/zero-shot_forward.png" alt="Zero-shot forward" loading="lazy" width=30%>
183+
<figcaption> (b) Forward problem </figcaption>
184+
</figure>
185+
</div>
186+
<figcaption style="margin-top: 10px;">
187+
Figure 6: Zero-shot generalization (both forward and inverse) on Marmousi and Overthrust datasets using models trained on STA and STB datasets, respectively.
188+
</figcaption>
189+
190+
<h2 class="banded"> Conclusions </h2>
191+
<p>
192+
In this work, we introduced a unified framework for solving both forward and inverse problems in subsurface imaging, termed the Generalized-Forward-Inverse (GFI) framework.
193+
Within this framework, we proposed two novel architectures, Latent U-Net and Invertible X-Net, that leverage the power of U-Nets and IU-Nets to perform latent space translations, respectively.
194+
Our study also addresses several key questions left unanswered by prior research in subsurface imaging discussed in the paper. We recommend reading the full paper for details.
195+
</p>
166196

167197
<h2 class="banded"> BibTeX </h2>
168198
<pre class="reference">

0 commit comments

Comments
 (0)