A Two-Stage Imaging Framework Combining CNN and Physics-Informed Neural Networks for Full-Inverse Tomography: A Case Study in Electrical Impedance Tomography (EIT)

Read original: arXiv:2407.17721 - Published 7/26/2024 by Xuanxuan Yang (the Institute of Intelligent Machines, Chinese Academy of Sciences, University of Science and Technology of China), Yangming Zhang (the Institute of Intelligent Machines, Chinese Academy of Sciences), Haofeng Chen (the Institute of Intelligent Machines, Chinese Academy of Sciences, University of Science and Technology of China), Gang Ma (University of Science and Technology of China), Xiaojie Wang (the Institute of Intelligent Machines and 1 other
Total Score

0

A Two-Stage Imaging Framework Combining CNN and Physics-Informed Neural Networks for Full-Inverse Tomography: A Case Study in Electrical Impedance Tomography (EIT)

Sign in to get full access

or

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

Overview

  • This paper presents a two-stage imaging framework that combines Convolutional Neural Networks (CNNs) and Physics-Informed Neural Networks (PINNs) to solve the full-inverse problem in Electrical Impedance Tomography (EIT).
  • The framework first uses a CNN to estimate the internal conductivity distribution from EIT measurements, then a PINN is used to refine the solution and ensure it satisfies the underlying physics.
  • The authors demonstrate the effectiveness of their approach on simulated EIT data, showing improved accuracy and robustness compared to previous methods.

Plain English Explanation

The paper discusses a new approach for solving the inverse problem in electrical impedance tomography (EIT). EIT is a medical imaging technique that uses electrical measurements on the surface of the body to estimate the internal structure and properties of tissues.

The key challenge in EIT is the inverse problem - trying to reconstruct the internal conductivity distribution from the surface measurements. This is a difficult task because there are many possible conductivity distributions that could produce the same surface measurements.

The authors propose a two-stage framework that combines the strengths of two different AI techniques: Convolutional Neural Networks (CNNs) and Physics-Informed Neural Networks (PINNs).

In the first stage, a CNN is used to quickly estimate the internal conductivity distribution from the surface measurements. CNNs are good at learning complex patterns in data, but the solutions they produce may not perfectly satisfy the underlying physics.

In the second stage, a PINN is used to refine the CNN's estimate. PINNs are a type of neural network that is designed to incorporate the known physics of the problem, ensuring that the final solution obeys the physical laws governing EIT.

By combining these two approaches, the authors are able to produce EIT reconstructions that are both accurate and physically realistic. They demonstrate the effectiveness of their framework on simulated EIT data, showing improvements over previous methods.

Technical Explanation

The two-stage imaging framework presented in the paper consists of a CNN-based model and a PINN-based model.

The CNN-based model acts as the first stage, taking the EIT measurements as input and producing an initial estimate of the internal conductivity distribution. The CNN is trained on a large dataset of simulated EIT data, allowing it to learn the complex mapping from measurements to conductivity distributions.

The PINN-based model then refines the CNN's output in the second stage. The PINN incorporates the governing partial differential equations (PDEs) of EIT, ensuring that the final solution satisfies the underlying physics. Specifically, the PINN is trained to minimize the residual of the PDE while also matching the CNN's initial estimate.

The authors evaluate their framework on simulated EIT data, comparing its performance to traditional PDE-based reconstruction methods as well as a CNN-only approach. They show that the two-stage framework outperforms these other methods in terms of reconstruction accuracy and robustness to measurement noise.

Critical Analysis

The authors acknowledge several limitations of their work:

  • The framework has only been tested on simulated data, and its performance on real-world EIT data remains to be seen.
  • The PINN component is computationally more expensive than the CNN, which may limit its practical applicability.
  • The framework assumes that the governing PDEs of EIT are known, which may not always be the case in real-world scenarios.

Additionally, the paper does not address the following potential issues:

  • The sensitivity of the PINN's performance to the choice of hyperparameters and architectural details.
  • The interpretability of the PINN's internal representations and how they relate to the physical properties of the EIT problem.
  • The generalization of the framework to other inverse problems beyond EIT.

Despite these limitations, the two-stage imaging framework presented in the paper represents a promising approach for tackling the full-inverse problem in EIT and potentially other inverse problems in science and engineering.

Conclusion

This paper introduces a novel two-stage imaging framework that combines the strengths of CNNs and PINNs to solve the full-inverse problem in EIT. The framework first uses a CNN to provide an initial estimate of the internal conductivity distribution, then a PINN is used to refine the solution and ensure it satisfies the underlying physics.

The authors demonstrate the effectiveness of their approach on simulated EIT data, showing improved accuracy and robustness compared to previous methods. While the framework has some limitations, it represents a significant advance in the field of inverse problem solving and could have important implications for medical imaging, geophysical exploration, and other areas where inverse problems are prevalent.



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

A Two-Stage Imaging Framework Combining CNN and Physics-Informed Neural Networks for Full-Inverse Tomography: A Case Study in Electrical Impedance Tomography (EIT)
Total Score

0

A Two-Stage Imaging Framework Combining CNN and Physics-Informed Neural Networks for Full-Inverse Tomography: A Case Study in Electrical Impedance Tomography (EIT)

Xuanxuan Yang (the Institute of Intelligent Machines, Chinese Academy of Sciences, University of Science and Technology of China), Yangming Zhang (the Institute of Intelligent Machines, Chinese Academy of Sciences), Haofeng Chen (the Institute of Intelligent Machines, Chinese Academy of Sciences, University of Science and Technology of China), Gang Ma (University of Science and Technology of China), Xiaojie Wang (the Institute of Intelligent Machines, Chinese Academy of Sciences)

Physics-Informed Neural Networks (PINNs) are a machine learning technique for solving partial differential equations (PDEs) by incorporating PDEs as loss terms in neural networks and minimizing the loss function during training. Tomographic imaging, a method to reconstruct internal properties from external measurement data, is highly complex and ill-posed, making it an inverse problem. Recently, PINNs have shown significant potential in computational fluid dynamics (CFD) and have advantages in solving inverse problems. However, existing research has primarily focused on semi-inverse Electrical Impedance Tomography (EIT), where internal electric potentials are accessible. The practical full inverse EIT problem, where only boundary voltage measurements are available, remains challenging. To address this, we propose a two-stage hybrid learning framework combining Convolutional Neural Networks (CNNs) and PINNs to solve the full inverse EIT problem. This framework integrates data-driven and model-driven approaches, combines supervised and unsupervised learning, and decouples the forward and inverse problems within the PINN framework in EIT. Stage I: a U-Net constructs an end-to-end mapping from boundary voltage measurements to the internal potential distribution using supervised learning. Stage II: a Multilayer Perceptron (MLP)-based PINN takes the predicted internal potentials as input to solve for the conductivity distribution through unsupervised learning.

Read more

7/26/2024

Data-Guided Physics-Informed Neural Networks for Solving Inverse Problems in Partial Differential Equations
Total Score

0

Data-Guided Physics-Informed Neural Networks for Solving Inverse Problems in Partial Differential Equations

Wei Zhou, Y. F. Xu

Physics-informed neural networks (PINNs) represent a significant advancement in scientific machine learning by integrating fundamental physical laws into their architecture through loss functions. PINNs have been successfully applied to solve various forward and inverse problems in partial differential equations (PDEs). However, a notable challenge can emerge during the early training stages when solving inverse problems. Specifically, data losses remain high while PDE residual losses are minimized rapidly, thereby exacerbating the imbalance between loss terms and impeding the overall efficiency of PINNs. To address this challenge, this study proposes a novel framework termed data-guided physics-informed neural networks (DG-PINNs). The DG-PINNs framework is structured into two distinct phases: a pre-training phase and a fine-tuning phase. In the pre-training phase, a loss function with only the data loss is minimized in a neural network. In the fine-tuning phase, a composite loss function, which consists of the data loss, PDE residual loss, and, if available, initial and boundary condition losses, is minimized in the same neural network. Notably, the pre-training phase ensures that the data loss is already at a low value before the fine-tuning phase commences. This approach enables the fine-tuning phase to converge to a minimal composite loss function with fewer iterations compared to existing PINNs. To validate the effectiveness, noise-robustness, and efficiency of DG-PINNs, extensive numerical investigations are conducted on inverse problems related to several classical PDEs, including the heat equation, wave equation, Euler--Bernoulli beam equation, and Navier--Stokes equation. The numerical results demonstrate that DG-PINNs can accurately solve these inverse problems and exhibit robustness against noise in training data.

Read more

7/16/2024

Solving the Electrical Impedance Tomography Problem with a DeepONet Type Neural Network: Theory and Application
Total Score

0

Solving the Electrical Impedance Tomography Problem with a DeepONet Type Neural Network: Theory and Application

Anuj Abhishek, Thilo Strauss

In this work, we consider the non-invasive medical imaging modality of Electrical Impedance Tomography, where the problem is to recover the conductivity in a medium from a set of data that arises out of a current-to-voltage map (Neumann-to-Dirichlet operator) defined on the boundary of the medium. We formulate this inverse problem as an operator-learning problem where the goal is to learn the implicitly defined operator-to-function map between the space of Neumann-to-Dirichlet operators to the space of admissible conductivities. Subsequently, we use an operator-learning architecture, popularly called DeepONets, to learn this operator-to-function map. Thus far, most of the operator learning architectures have been implemented to learn operators between function spaces. In this work, we generalize the earlier works and use a DeepONet to actually {learn an operator-to-function} map. We provide a Universal Approximation Theorem type result which guarantees that this implicitly defined operator-to-function map between the space of Neumann-to-Dirichlet operator to the space of conductivity function can be approximated to an arbitrary degree using such a DeepONet. Furthermore, we provide a computational implementation of our proposed approach and compare it against a standard baseline. We show that the proposed approach achieves good reconstructions and outperforms the baseline method in our experiments.

Read more

7/25/2024

🎲

Total Score

0

A Comparative Study of Variational Autoencoders, Normalizing Flows, and Score-based Diffusion Models for Electrical Impedance Tomography

Huihui Wang, Guixian Xu, Qingping Zhou

Electrical Impedance Tomography (EIT) is a widely employed imaging technique in industrial inspection, geophysical prospecting, and medical imaging. However, the inherent nonlinearity and ill-posedness of EIT image reconstruction present challenges for classical regularization techniques, such as the critical selection of regularization terms and the lack of prior knowledge. Deep generative models (DGMs) have been shown to play a crucial role in learning implicit regularizers and prior knowledge. This study aims to investigate the potential of three DGMs-variational autoencoder networks, normalizing flow, and score-based diffusion model-to learn implicit regularizers in learning-based EIT imaging. We first introduce background information on EIT imaging and its inverse problem formulation. Next, we propose three algorithms for performing EIT inverse problems based on corresponding DGMs. Finally, we present numerical and visual experiments, which reveal that (1) no single method consistently outperforms the others across all settings, and (2) when reconstructing an object with 2 anomalies using a well-trained model based on a training dataset containing 4 anomalies, the conditional normalizing flow model (CNF) exhibits the best generalization in low-level noise, while the conditional score-based diffusion model (CSD*) demonstrates the best generalization in high-level noise settings. We hope our preliminary efforts will encourage other researchers to assess their DGMs in EIT and other nonlinear inverse problems.

Read more

5/3/2024