Skip to content

Commit 1470158

Browse files
Update index.html
1 parent fec7ba4 commit 1470158

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

projects/GFI-framework/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
9999

100100
<!-- Abstract -->
101101
<section class="section">
102-
<div class="container is-max-desktop">
103-
<h2 class="title is-3">Abstract</h2>
104-
<div class="content has-text-justified">
102+
<div class="abstract_div">
103+
<h2>Abstract</h2>
105104
<p>
106105
In subsurface imaging, learning the mapping from velocity maps to seismic waveforms (forward problem) and waveforms to velocity (inverse problem) is important for several applications. While traditional techniques for solving forward and inverse problems are computationally prohibitive, there is a growing interest in leveraging recent advances in deep learning to learn the mapping between velocity maps and seismic waveform images directly from data.
107106
Despite the variety of architectures explored in previous works, several open questions remain unanswered such as the effect of latent space sizes, the importance of manifold learning, the complexity of translation models, and the value of jointly solving forward and inverse problems.
@@ -110,7 +109,6 @@ <h2 class="title is-3">Abstract</h2>
110109
We also propose two new model architectures within the framework of GFI: Latent U-Net and Invertible X-Net, leveraging the power of U-Nets for domain translation and the ability of IU-Nets to simultaneously learn forward and inverse translations, respectively.
111110
We show that our proposed models achieve state-of-the-art performance for forward and inverse problems on a wide range of synthetic datasets and also investigate their zero-shot effectiveness on two real-world-like datasets.
112111
</p>
113-
</div>
114112
</div>
115113
<hr style="width: 60%; margin: 2rem auto;">
116114
</section>

0 commit comments

Comments
 (0)