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

Anuj Abhishek,Thilo Strauss
2024-07-24
Abstract: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.
Machine Learning
What problem does this paper attempt to address?
The paper aims to address the inverse problem in Electrical Impedance Tomography (EIT). Specifically, the research objective is to recover the conductivity distribution within a medium from a set of data defined by the current-voltage mapping (Neumann-to-Dirichlet operator) on the boundary of the medium. The authors propose a method based on the DeepONet architecture to learn the mapping relationship from implicitly defined operators to functions and demonstrate that this mapping can be approximated by DeepONet with arbitrary precision. Additionally, they provide theoretical guarantees and experimentally validate the effectiveness of the proposed method, showing that it outperforms traditional baseline methods in terms of reconstruction quality and performance. In summary, the main contributions of the paper include: 1. Proposing a DeepONet-based architecture to solve the EIT inverse problem and providing rigorous mathematical proof. 2. Extending previous results on operator networks to be applicable to the EIT inverse problem and proving a universal approximation theorem when the input space belongs to the class of Hilbert-Schmidt operators and the output space is the conductivity function. 3. Experiments show that the proposed neural network method outperforms existing baseline methods in terms of reconstruction quality and performance.