Skip to content

Commit 9a54de9

Browse files
Update index.html
1 parent d5bd2a3 commit 9a54de9

File tree

1 file changed

+55
-69
lines changed

1 file changed

+55
-69
lines changed

projects/GFI-framework/index.html

Lines changed: 55 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -26,78 +26,64 @@
2626

2727
<body>
2828
<main>
29-
30-
<!-- <!-- Navigation -->
31-
<nav class="navbar" role="navigation">
32-
<div class="navbar-menu is-active">
33-
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
34-
<a class="navbar-item" href="https://kgml-lab.github.io/">
35-
<span class="icon">
36-
<i class="fas fa-home"></i>
37-
</span>
38-
</a>
39-
</div>
40-
</div>
41-
</nav> -->
42-
43-
<h1>A Unified Framework for Forward and Inverse Problems in Subsurface Imaging using Latent Space Translations</h1>
44-
<h2 style="text-align: center;">ICLR 2025</h2>
45-
46-
<p class="centered">
47-
<a href="https://www.linkedin.com/in/naveengupta1729/">Naveen Gupta</a><sup>1*</sup>,
48-
<a href="https://sawhney-medha.github.io/">Medha Sawhney</a><sup>1*</sup>,
49-
<a href="https://arkadaw9.github.io/">Arka Daw</a><sup>2*</sup>,
50-
<a href="https://sites.google.com/site/youzuolin044/home">Youzuo Lin</a><sup>3*</sup>,
51-
<a href="https://anujkarpatne.github.io/">Anuj Karpatne</a><sup>1</sup>
52-
</p>
53-
<p class="centered">
54-
<sup>1</sup>Virginia Tech,
55-
<sup>2</sup>Oak Ridge National Lab,
56-
<sup>3</sup>UNC at Chapel Hill
57-
</p>
58-
59-
<p class="centered">
60-
<a class="pill-button" href="https://arxiv.org/abs/2410.11247">
61-
<img src="images/icons/arxiv.svg" /> arXiv
62-
</a>
63-
<a class="pill-button" href="https://openreview.net/forum?id=yIlyHJdYV3">
64-
<i class="fas fa-star"></i> OpenReview
65-
</a>
66-
<a class="pill-button" href="https://github.com/KGML-lab/Generalized-Forward-Inverse-Framework-for-DL4SI>
67-
<img src="images/icons/github.svg" /> Code
68-
</a>
69-
70-
<a class="pill-button" href="https://iclr.cc/virtual/2025/poster/27736">
71-
<i class="fas fa-file-pdf"></i> PDF
72-
</a>
73-
</p>
29+
<h1>A Unified Framework for Forward and Inverse Problems in Subsurface Imaging using Latent Space Translations</h1>
30+
<h2 style="text-align: center;">ICLR 2025</h2>
31+
32+
<p class="centered">
33+
<a href="https://www.linkedin.com/in/naveengupta1729/">Naveen Gupta</a><sup>1*</sup>,
34+
<a href="https://sawhney-medha.github.io/">Medha Sawhney</a><sup>1*</sup>,
35+
<a href="https://arkadaw9.github.io/">Arka Daw</a><sup>2*</sup>,
36+
<a href="https://sites.google.com/site/youzuolin044/home">Youzuo Lin</a><sup>3*</sup>,
37+
<a href="https://anujkarpatne.github.io/">Anuj Karpatne</a><sup>1</sup>
38+
</p>
39+
<p class="centered">
40+
<sup>1</sup>Virginia Tech,
41+
<sup>2</sup>Oak Ridge National Lab,
42+
<sup>3</sup>UNC at Chapel Hill
43+
</p>
44+
45+
<p class="centered">
46+
<a class="pill-button" href="https://arxiv.org/abs/2410.11247">
47+
<img src="images/icons/arxiv.svg" /> arXiv
48+
</a>
49+
<a class="pill-button" href="https://openreview.net/forum?id=yIlyHJdYV3">
50+
<i class="fas fa-star"></i> OpenReview
51+
</a>
52+
<a class="pill-button" href="https://github.com/KGML-lab/Generalized-Forward-Inverse-Framework-for-DL4SI>
53+
<img src="images/icons/github.svg" /> Code
54+
</a>
55+
56+
<a class="pill-button" href="https://iclr.cc/virtual/2025/poster/27736">
57+
<i class="fas fa-file-pdf"></i> PDF
58+
</a>
59+
</p>
7460

7561

76-
<section class="section">
77-
<div class="gfi_framework">
78-
<figure>
79-
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=25%>
80-
<figcaption> Figure 1: A unified framework for solving forward and inverse problems in subsurface imaging. </figcaption>
81-
</figure>
82-
</div>
83-
<hr style="width: 60%; margin: 2rem auto;">
84-
</section>
62+
<section class="section">
63+
<div class="gfi_framework">
64+
<figure>
65+
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=25%>
66+
<figcaption> Figure 1: A unified framework for solving forward and inverse problems in subsurface imaging. </figcaption>
67+
</figure>
68+
</div>
69+
<hr style="width: 60%; margin: 2rem auto;">
70+
</section>
8571

86-
<!-- Abstract -->
87-
<section class="section">
88-
<div class="container is-max-desktop has-text-justified">
89-
<h2 class="title is-3"> Abstract </h2>
90-
<p>
91-
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.
92-
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.
93-
We propose a unified framework to systematically characterize prior research in this area termed the Generalized Forward-Inverse (GFI) framework, building on the assumption of manifolds and latent space translations.
94-
We show that GFI encompasses previous works in deep learning for subsurface imaging, which can be viewed as specific instantiations of GFI.
95-
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.
96-
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.
97-
</p>
98-
</div>
99-
<hr style="width: 60%; margin: 2rem auto;">
100-
</section>
72+
<!-- Abstract -->
73+
<section class="section">
74+
<div class="container is-max-desktop has-text-justified">
75+
<h2 class="title is-3"> Abstract </h2>
76+
<p>
77+
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.
78+
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.
79+
We propose a unified framework to systematically characterize prior research in this area termed the Generalized Forward-Inverse (GFI) framework, building on the assumption of manifolds and latent space translations.
80+
We show that GFI encompasses previous works in deep learning for subsurface imaging, which can be viewed as specific instantiations of GFI.
81+
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.
82+
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.
83+
</p>
84+
</div>
85+
<hr style="width: 60%; margin: 2rem auto;">
86+
</section>
10187

10288
<section class="section">
10389
<div class="container is-max-desktop has-text-justified">

0 commit comments

Comments
 (0)