Anisotropic TV Regularization in Electrical Impedance Tomography: An Experimental Study

Abstract

Total variation (TV) regularization method is a typical method to preserve the discontinuities structure in EIT. Isotropic TV and anisotropic TV are two well-known variants of TV. The main differences between them are that the latter tends to distort the reconstructed internal inhomogeneities along the coordinate axis. In this article, we adopt the alternating direction method of multipliers (ADMM) to overcome the non-differentiability of the anisotropic TV and verify the characteristics of anisotropic TV regularization by the tank experiments.

Share and Cite:

Wang, Y. (2022) Anisotropic TV Regularization in Electrical Impedance Tomography: An Experimental Study. Engineering, 14, 138-146. doi: 10.4236/eng.2022.143013.

1. Introduction

Electrical Impedance Tomography (EIT) is a method of reconstructing interior conductivity distribution of the imaging target. In EIT, a series of low frequency current is injected through the electrodes attached around the boundary and we measure the induced voltages. Compared with the widely used imaging methods, such as computed tomography (CT), magnetic resonance imaging (MRI) and ultrasound imaging, EIT has a promising clinical application due to its advantages of non-invasive, no radicalization, high time resolution, etc. EIT also has very important applications in other fields, for example, to locate high flow drilling [1], to apply in Electrical Cell-substrate Impedance Spectroscopy (ECIS) [2].

However, EIT is a typical ill-posed problem. To be precise, the voltage response due to the conductivity changes decreases rapidly with the distance between the sources of conductivity changes increases [3]. Moreover, EIT measurements often suffer from noises and artifacts especially in clinical environments. Regularization is a widely used technique to deal with the ill-posedness. The main idea of regularization is to approximate the ill-posed problem by a well-posed one.

Depending on the prior information of the target conductivity distribution, the researchers proposed Tikhonov regularization [4], sparsity based regularization [5], total variation (TV) based regularization [6] and so on. Among all these regularizers, except TV based method, the remaining will blur the edges of the internal structure. TV regularizer is widely used in EIT, because it has the ability of preserving the discontinuities structure of the imaging target.

There exists difficulty in using the TV regularization due to its non-differentiability structure [6]. Many methods have been proposed to overcome this difficulty, such as Newton’s method [7] and the Primal Dual-Interior Point Methods (PDIPM) [8]. Both methods, however, are either unstable or too time consuming [9]. Split Bregman method is also used to deal with the non-differentiability, however, the ability of preserving the edges is decreased [10].

There are two common variants of TV, namely the isotropic TV and the anisotropic TV [11]. However, the anisotropic TV may distort the internal inhomogeneities along coordinate axis. Two possible reasons may cause this distortion, one is the characteristics of the model itself, and another is the algorithm to solve the inverse problem. Gonzalez [11] overcame the non-differentiability by introducing an auxiliary smoothing parameter β > 0 and using the Guass-Newton method to solve the TV regularization problem, and verified the distortion characteristics by numerical simulation and tank experiments. However, in EIT, there is still a lack of real tank experiments to solve anisotropic TV regularization problems with ADMM [12] and verify its possible distortion.

In this article, we use an iteration scheme based on the alternating direction method of multipliers (ADMM) to overcome the non-differentiability of anisotropic TV regularization method and do the tank experiment to verify its property of distortion.

2. Forward and Inverse Problems in EIT

To simplify EIT imaging process, we assume that we use 16-channel EIT system and adopt adjacent current injection and measurement pattern. To be specific, low-frequency current with magnitude I is injected through j-th neighboring electrodes pair ( E j , E j + 1 ) for j = 1 , , 16 around the boundary of imaging target Ω , where we denote E 16 + 1 = E 1 . Then the potential distribution of j-th injection u j is governed by the following equations [13]:

{ ( σ u j ) = 0, in Ω σ u j n = 0, on Ω \ i = 1 16 E i E j σ u j n d s = I = E j + 1 σ u j n d s u j | E i = constant , i = 1,2, ,16 E i σ u j n d s = 0, i { 1,2, , E } \ { j , j + 1 } .

Here, n is the outward unit vector to Ω , ds is the surface element. The voltage between ( E i , E i + 1 ) subject to the j-th injection can be measured:

V j i [ σ ] = u j | E i u j | E i + 1 .

Using EIT scanner we can measure the following datum:

V = [ V 1 3 , , V 1 15 , V 2 4 , , V 2 16 , , V 16 2 , , V 16 14 ] T R 16 ( 16 3 ) .

where we neglect the measurement near the driving electrode to minimize the measurement error.

The relation between σ and V j i can be expressed approximately by the reciprocity principle

V j i [ σ ] = V i j [ σ ] = 1 I Ω σ ( r ) u i ( r ) u j ( r ) d r , (1)

where r = ( x , y , z ) is a position inside Ω . The EIT problem is to reconstruct the conductivity distribution σ using the measured voltage datum V and the relation (1). However, the above equation is nonlinear. We consider to linearize the above equation. To be specific, assuming σ ( r ) = σ 0 + δ σ ( r ) , we can approximate δ σ by replacing u j by u j 0 :

δ V j i [ σ ] : = V j i [ σ ] V j i [ σ 0 ] 1 I Ω δ σ ( r ) u i 0 ( r ) u j 0 ( r ) d r , (2)

where u j 0 the potential computed under the reference conductivity σ 0 . For the purpose of computerized reconstruction, we discretize the imaging target into finite element elements ( Δ k , k = 1 , 2 , , N ). Assume that on each element Δ k the conductivity is a constant. Let σ k denote the value of σ on the kth element. Then σ can be approximated by σ : = ( σ 1 , σ 2 , , σ N ) T R N . Thus, (2) can be written as

S δ σ = δ V ,

where S is the sensitivity matrix (or jacobian matrix) given by

S = ( S k ) R 208 × N

with S k : = 1 I Δ k s ( r ) d r , s ( r ) : = [ s 1,3 ( r ) , s 1,4 ( r ) , , s 16,14 ( r ) ] T , s i , j = u i 0 ( r ) u j 0 ( r ) .

In practice, the number of measured data 16 × ( 16 13 ) is fewer than N (the total number of elements for δ σ ). We can find an estimate of δ σ by minimizing the following least square problem:

δ σ * = arg min δ σ R N S δ σ δ V L 2 ( Ω ) 2 .

Since the above problem is ill-posed, the regularization technique is widely used to deal with this difficulty. The most common used regularization method is Tikhonov regularization (TR), which is to solve

δ σ λ * = arg min δ σ R N { 1 2 S δ σ δ V 2 + λ K ( δ σ δ σ 0 ) 2 } ,

where K is the regularization matrix, λ is the regularization parameter. However, it has an excessively smooth effect on the solution, which will blur the edge of reconstructed image.

One technique to preserve the discontinuous boundary is the Total Variation (TV) regularization. It was first introduced in [6] for image denoising and applied in EIT inverse problem in [8]. The two basic variants of TV are isotropic TV

δ σ λ * = arg min δ σ R N { 1 2 S δ σ δ V 2 + λ | D x δ σ | 2 + | D y δ σ | 2 l 1 } , (3)

and anisotropic TV

δ σ λ * = arg min δ σ R N { 1 2 S δ σ δ V 2 + λ ( D x δ σ l 1 + D y δ σ l 1 ) } , (4)

where D x , D y R N × N are the first order discrete partial derivative operators in the horizontal direction and the vertical direction respectively.

To solve the non-differentiability problem (3) and (4), an auxillary smoothing parameter β > 0 was introduced in the time marching method for the corresponding Euler-Lagrange equation [6] and the primal-dual algorithms [8]. However, both of the methods are too time consuming to be used in the online mode. We intend to solve non-differentiability problem (4) using ADMM algorithm. It bypasses the difficulty by using splitting scheme and soft thresholding. To be precise, we first denote D = ( D x ; D y ) R 2 N × N . By introducing the a new variable u R 2 N , (4) can be written into a constrained minimization problem:

{ δ σ λ * = arg min δ σ { 1 2 S δ σ δ V 2 + λ u l 1 } , s .t . u = D δ σ . (5)

The augmented Lagrangian functional for (5) is defined as:

L α ( δ σ , u ; v ) : = 1 2 S δ σ δ V 2 + λ u l 1 + α 2 D δ σ u l 2 2 + v T ( D δ σ u ) ,

where the variable v R 2 N is the Lagrangian multiplier, α > 0 is a penalty parameter.

By updating δ σ and u in an alternate order, we can get its ADMM iteration scheme:

{ δ σ n + 1 = arg min δ σ L α ( δ σ , u n , v n ) ; u n + 1 = arg min u L α ( δ σ n + 1 , u , v n ) ; v n + 1 = v n + α ( D δ σ n + 1 u n + 1 ) .

The detail of solving the above equations can refer to [9].

3. Experimental Studies

In this section, we compare the performance of isotropic TV using PDIPM and anisotropic TV using ADMM by tank experiments. The results in this article are carried out by EIDORS [14].

In order to quantitatively evaluate the regularization method, two indicators are introduced, respectively R E ( n ) and P S N R ( n ) . Since we don’t know the true conductivity in the tank experiments, we use the conductivity reconstructed by TV regularization as a reference value. We also compare the time spent in the reconstruction process.

We did two groups of tank experiments using the Sciospec 16-channel EIT system [15] shown in Figure 1(a). The cylindrical tank with a radius of 10 cm is filled with the tap water. Sixteen electrodes are attached to the perimeter of the tank. We use the adjacent current injection and measurement pattern. The current with the maximum amplitude 1 mA and the frequency 10 kHz is injected using EIT device. The speed of the data acquisition is about 20 frames/s. The sensitivity matrix S is computed under the calculated conductivity of the water using the measured voltage data ( σ 0 = 0.003 S / m ). We set the imaging plane to be the electrode plane. The finite element model of the imaging plane is shown in Figure 1(b).

In the first group of experiments, carrot, cucumber and bean curd are placed inside the tank, separately. In the second group of tests, carrot, cucumber and bean curd are placed inside the tank in pairs. The parameters for the anisotropic TV method are set to λ = 1 × 10 8 , α = 1 × 10 7 . The parameters of TR and isotropic TV are set to be optimal empirically. The reconstructed images of single inclusion using Tikhonov regularization (TR), isotropic TV and anisotropic TV are shown in Figure 2. Figure 3 shows the reconstructed images of two inclusions cases. Table 1 and Table 2 illustrate the behavior of RE, PSNR of the single and two inclusions tank experiments, respectively. Table 3 compares the computational time of the tank experiments.

There are several observations from the results. All the three regularization methods can well capture the main feature of the inner object, including position and shape. Numerical indicators show that using ADMM to solve the anisotropic

(a) (b)

Figure 1. (a) Tank measurement setup. (b) Finite element model of imaging plane.

Figure 2. Reconstructed images of single inclusion using different regularization methods. The three rows show respectively the reconstructed images of carrot, bean curd and cucumber. The first column is the images of the tank. The last three columns are the reconstructed images using Tikhonov regularization (TR), isotropic TV with PDIPM and anisotropic TV with ADMM.

Figure 3. Reconstructed images of two different inclusions using different regularization methods. From top to bottom: 1) carrot and bean curd, 2) carrot and cucumber, 3) bean curd and cucumber. The first column is the images of the tank. The last three columns are the reconstructed images using Tikhonov regularization (TR), isotropic TV with PDIPM and anisotropic TV with ADMM.

Table 1. The behaviors of RE and PSNR for single inclusion tank model.

Table 2. The behaviors of RE and PSNR for two inclusions tank model.

Table 3. Comparison of computational time for tank experiments.

TV regularization problem can obtain an accurate image and take less time than using PDIPM. However, the images reconstructed by isotropic TV have obvious ladder effect. As a result, there exists pseudo edge. As expected, the edges of the reconstructed images using the anisotropic TV distort along the coordinate axes, whether it has one or two inclusions.

4. Conclusion and Future Work

In this article, we use experimental data to verify the difference between isotropic TV and anisotropic TV. Experimental results demonstrate that the reconstructed image with anisotropic TV regularization will cause geometric distortions along the coordinate axis. This proves that it is the model itself that causes the distortion. In the future work, we will focus on a method that can avoid the distortions along the coordinate axis and do not depend on the selection of regularization parameters.

Acknowledgements

The author would like to thank editor and referees for their valuable advice for the improvement of this article.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] kokponhoué, N.Y., Yalo, N., Akokponhoué, B.H., Houngue, R. and Agbahoungba, G. (2019) Contribution of Electrical Resistivity Tomography and Boring Technique in the Realization of Ten (10) Large Boreholes in a Crystalline Basement Rocks in the Centre-West of Benin. Journal of Geoscience and Environment Protection, 7, 114-130. https://doi.org/10.4236/gep.2019.79009
[2] Castro, J.A., Olmo, A., Pérez, P. and Yúfera, A. (2016) Microcontroller-Based Sinusoidal Voltage Generation for Electrical Bio-Impedance Spectroscopy Applications. Journal of Computer and Communications, 4, 51-58.
https://doi.org/10.4236/jcc.2016.417003
[3] Barber, D.C. and Brown, B.H. (1988) Errors in Reconstruction of Resistivity Images Using a Linear Reconstruction Technique. Clinical Physics and Physiological Measurement, 9, 101-104. https://doi.org/10.1088/0143-0815/9/4A/017
[4] Vauhkonen, M., Vadász, D., Karjalainen, P.A., Somersalo, E. and Kaipio, J.P. (1998) Tikhonov Regularization and Prior Information in Electrical Impedance Tomography. IEEE Transactions on Medical Imaging, 17, 285-293.
https://doi.org/10.1109/42.700740
[5] Wang, J. (2021) Non-Convex Regularization for Sparse Reconstruction of Electrical Impedance Tomography. Inverse Problems in Science and Engineering, 29, 1032-1053. https://doi.org/10.1080/17415977.2020.1820001
[6] Rudin, L.I., Osher, S. and Fatemi, E. (1992) Nonlinear Total Variation Based Noise Removal Algorithms. Physica D: Nonlinear Phenomena, 60, 259-268.
https://doi.org/10.1016/0167-2789(92)90242-F
[7] Vogel, C.R. and Oman, M.E. (1996) Iterative Methods for Total Variation Denoising. SIAM Journal on Scientific Computing, 17, 227-238.
https://doi.org/10.1137/0917016
[8] Borsic, A., Graham, B.M., Adler, A. and Lionheart, W.R. (2010) In Vivo Impedance Imaging with Total Variation Regularization. IEEE transactions on medical imaging, 29, 44-54. https://doi.org/10.1109/TMI.2009.2022540
[9] Wu, C. and Tai, X.C. (2010) Augmented Lagrangian Method, Dual Methods, and Split Bregman Iteration for ROF, Vectorial TV, and High Order Models. SIAM Journal on Imaging Sciences, 3, 300-339. https://doi.org/10.1137/090767558
[10] Zhou, Z., dos Santos, G.S., Dowrick, T., Avery, J., Sun, Z., Xu, H. and Holder, D.S. (2015) Comparison of Total Variation Algorithms for Electrical Impedance Tomography. Physiological Measurement, 36, 1193-1209.
https://doi.org/10.1088/0967-3334/36/6/1193
[11] González, G., Kolehmainen, V. and Seppänen, A. (2017) Isotropic and Anisotropic Total Variation Regularization in Electrical Impedance Tomography. Computers and Mathematics with Applications, 74, 564-576.
https://doi.org/10.1016/j.camwa.2017.05.004
[12] Boyd, S., Parikh, N., Chu, E., Peleato, B. and Eckstein, J. (2011) Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers. Foundations and Trends in Machine Learning, 3, 1-122.
https://doi.org/10.1561/2200000016
[13] Lee, K., Woo, E.J. and Seo, J.K. (2017) A Fidelity-Embedded Regularization Method for Robust Electrical Impedance Tomography. IEEE Transactions on Medical Imaging, 37, 1970-1977. https://doi.org/10.1109/TMI.2017.2762741
[14] Adler, A. and Lionheart, W.R. (2006) Uses and Abuses of EIDORS: An Extensible Software Base for EIT. Physiological Measurement, 27, S25-S42.
https://doi.org/10.1088/0967-3334/27/5/S03
[15] Sciospec Company. https://www.sciospec.com/

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.