Auto-Linear Phenomenon in Subsurface Imaging

Read original: arXiv:2305.13314 - Published 5/22/2024 by Yinan Feng, Yinpeng Chen, Peng Jin, Shihang Feng, Zicheng Liu, Youzuo Lin
Total Score

0

👁️

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Subsurface imaging involves predicting geophysical properties from measurements using full waveform inversion (FWI)
  • This can be reframed as an image-to-image translation problem, typically solved by training an encoder-decoder network on paired data from the two domains
  • A recent work called InvLINT showed a linear mapping between the latent spaces, requiring paired data for training the decoder
  • This paper extends that work, demonstrating that only the linear mapping requires paired data, while both the encoder and decoder can be learned through self-supervised learning

Plain English Explanation

Subsurface imaging is the process of predicting underground properties, such as rock composition or fluid content, from measurements taken on the surface. This is typically done by solving a complex mathematical problem called full waveform inversion (FWI).

The researchers in this paper reframed the subsurface imaging problem as an image-to-image translation task. This means they treated the geophysical property (e.g., rock type) as one "image" and the measurement data as another "image," and tried to find a way to convert between the two.

The standard approach has been to use a machine learning technique called an encoder-decoder network, which is trained on paired data - that is, data that has both the geophysical property and the corresponding measurement. A recent study called InvLINT showed that this paired data is only necessary for training the decoder part of the network, as there is a linear relationship between the hidden representations (or "latent spaces") of the two domains.

This new paper extends that insight, demonstrating that the encoder can also be trained without needing paired data, through a technique called self-supervised learning. The key discovery is that the hidden features learned by the encoder and decoder in this self-supervised way are automatically linearly correlated, even though they were trained independently.

Technical Explanation

The researchers show that the linear mapping between latent spaces requirement of InvLINT only necessitates paired data for training the decoder, while both the encoder and decoder can be learned through self-supervised techniques from their respective domains.

This unveils an intriguing phenomenon called "Auto-Linear," where the self-learned features of the two separate domains (geophysical property and measurement) are automatically linearly correlated, without any explicit pairing during training.

Compared to existing methods, the proposed Auto-Linear approach has four key advantages:

  1. It solves both the forward modeling (from measurement to property) and inverse modeling (from property to measurement) problems simultaneously.
  2. It is applicable to different subsurface imaging tasks and achieves significantly better results than previous methods.
  3. It shows enhanced performance, especially in scenarios with limited paired data and in the presence of noisy data.
  4. It demonstrates strong generalization ability of the trained encoder and decoder.

Critical Analysis

The paper provides a compelling new perspective on solving the subsurface imaging problem using self-supervised learning. By showing that only the linear mapping between latent spaces requires paired data, the researchers open up new possibilities for training more robust and generalizable models.

However, the paper does not delve into the potential limitations or caveats of the Auto-Linear approach. For example, it would be helpful to understand the computational and memory requirements of the self-supervised training process, as well as the sensitivity of the method to the choice of hyperparameters or architectural details.

Additionally, the researchers could have explored the theoretical underpinnings of the Auto-Linear phenomenon in more depth. Understanding why the self-learned features become linearly correlated, even without any explicit pairing, could lead to further insights and improvements.

Overall, this paper represents an exciting advancement in the field of subsurface imaging, and the self-supervised learning approach could have broader applications in other areas of image-to-image translation and domain adaptation.

Conclusion

This paper presents a novel approach to solving the subsurface imaging problem, which involves predicting geophysical properties from measurement data. By reframing the problem as an image-to-image translation task and leveraging self-supervised learning, the researchers demonstrate that the encoder and decoder can be trained independently, with only the linear mapping between latent spaces requiring paired data.

The proposed "Auto-Linear" method offers several advantages over existing techniques, including the ability to solve both forward and inverse modeling problems, improved performance in limited data and noisy scenarios, and strong generalization capabilities. While the paper does not address all potential limitations, it represents an important step forward in the field of subsurface imaging and could inspire further research into self-supervised approaches for other complex inverse problems.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

👁️

Total Score

0

Auto-Linear Phenomenon in Subsurface Imaging

Yinan Feng, Yinpeng Chen, Peng Jin, Shihang Feng, Zicheng Liu, Youzuo Lin

Subsurface imaging involves solving full waveform inversion (FWI) to predict geophysical properties from measurements. This problem can be reframed as an image-to-image translation, with the usual approach being to train an encoder-decoder network using paired data from two domains: geophysical property and measurement. A recent seminal work (InvLINT) demonstrates there is only a linear mapping between the latent spaces of the two domains, and the decoder requires paired data for training. This paper extends this direction by demonstrating that only linear mapping necessitates paired data, while both the encoder and decoder can be learned from their respective domains through self-supervised learning. This unveils an intriguing phenomenon (named Auto-Linear) where the self-learned features of two separate domains are automatically linearly correlated. Compared with existing methods, our Auto-Linear has four advantages: (a) solving both forward and inverse modeling simultaneously, (b) applicable to different subsurface imaging tasks and achieving markedly better results than previous methods, (c)enhanced performance, especially in scenarios with limited paired data and in the presence of noisy data, and (d) strong generalization ability of the trained encoder and decoder.

Read more

5/22/2024

Elastic Full-Waveform Inversion : How the physics of problem improves data-driven techniques?
Total Score

0

Elastic Full-Waveform Inversion : How the physics of problem improves data-driven techniques?

Vahid Negahdari, Seyed Reza Moghadasi, Mohammad Reza Razvan

Full-Waveform Inversion (FWI) is a nonlinear iterative seismic imaging technique that, by reducing the misfit between recorded and predicted seismic waveforms, can produce detailed estimates of subsurface geophysical properties. Nevertheless, the strong nonlinearity of FWI can trap the optimization in local minima. This issue arises due to factors such as improper initial values, the absence of low frequencies in the measurements, noise, and other related considerations. To address this challenge and with the advent of advanced machine-learning techniques, data-driven methods, such as deep learning, have attracted significantly increasing attention in the geophysical community. Furthermore, the elastic wave equation should be included in FWI to represent elastic effects accurately. The intersection of data-driven techniques and elastic scattering theories presents opportunities and challenges. In this paper, by using the knowledge of elastic scattering (Physics of problem) and integrating it with deep learning techniques, we propose methods for the solution of time-harmonic FWI to enhance accuracy compared to pure data-driven approaches. Moreover, by modifying the structure of the Variational Autoencoder, we introduce a probabilistic deep learning method based on the physics of the problem that enables us to explore the uncertainties of the solution. According to the limited availability of datasets in this field and to assess the performance and accuracy of the proposed methods, we create a comprehensive dataset close to reality and conduct a comparative analysis of the presented approaches to it.

Read more

6/11/2024

🔄

Total Score

0

Accelerating Full Waveform Inversion By Transfer Learning

Divya Shyam Singh, Leon Herrmann, Qing Sun, Tim Burchner, Felix Dietrich, Stefan Kollmannsberger

Full waveform inversion (FWI) is a powerful tool for reconstructing material fields based on sparsely measured data obtained by wave propagation. For specific problems, discretizing the material field with a neural network (NN) improves the robustness and reconstruction quality of the corresponding optimization problem. We call this method NN-based FWI. Starting from an initial guess, the weights of the NN are iteratively updated to fit the simulated wave signals to the sparsely measured data set. For gradient-based optimization, a suitable choice of the initial guess, i.e., a suitable NN weight initialization, is crucial for fast and robust convergence. In this paper, we introduce a novel transfer learning approach to further improve NN-based FWI. This approach leverages supervised pretraining to provide a better NN weight initialization, leading to faster convergence of the subsequent optimization problem. Moreover, the inversions yield physically more meaningful local minima. The network is pretrained to predict the unknown material field using the gradient information from the first iteration of conventional FWI. In our computational experiments on two-dimensional domains, the training data set consists of reference simulations with arbitrarily positioned elliptical voids of different shapes and orientations. We compare the performance of the proposed transfer learning NN-based FWI with three other methods: conventional FWI, NN-based FWI without pretraining and conventional FWI with an initial guess predicted from the pretrained NN. Our results show that transfer learning NN-based FWI outperforms the other methods in terms of convergence speed and reconstruction quality.

Read more

8/2/2024

Physics-guided Full Waveform Inversion using Encoder-Solver Convolutional Neural Networks
Total Score

0

Physics-guided Full Waveform Inversion using Encoder-Solver Convolutional Neural Networks

Matan Goren, Eran Treister

Full Waveform Inversion (FWI) is an inverse problem for estimating the wave velocity distribution in a given domain, based on observed data on the boundaries. The inversion is computationally demanding because we are required to solve multiple forward problems, either in time or frequency domains, to simulate data that are then iteratively fitted to the observed data. We consider FWI in the frequency domain, where the Helmholtz equation is used as a forward model, and its repeated solution is the main computational bottleneck of the inversion process. To ease this cost, we integrate a learning process of an encoder-solver preconditioner that is based on convolutional neural networks (CNNs). The encoder-solver is trained to effectively precondition the discretized Helmholtz operator given velocity medium parameters. Then, by re-training the CNN between the iterations of the optimization process, the encoder-solver is adapted to the iteratively evolving velocity medium as part of the inversion. Without retraining, the performance of the solver deteriorates as the medium changes. Using our light retraining procedures, we obtain the forward simulations effectively throughout the process. We demonstrate our approach to solving FWI problems using 2D geophysical models with high-frequency data.

Read more

5/29/2024