Preprint
Article

This version is not peer-reviewed.

The Best Sensitivity Matrix by Matrix Transformation in Electrical Impendence Tomography

Submitted:

01 June 2026

Posted:

02 June 2026

You are already at the latest version

Abstract
As an advanced visualization technique, the electrical impendence tomography (EIT) can reconstruct the distribution of electrical parameter and thereby visually show the object distribution within a detection field. The EIT reconstruction quality greatly depends on a selected sensitivity matrix, while various matrixes can lead to very different EIT reconstruction results. A large number of efforts to improve the sensitivity matrix have been made to enhance EIT reconstruction quality, but how to construct and select the best matrix in a generally and feasibly way remains unsolved to date. In this paper, we use the matrix transformation method to address the issue, and two types of symmetric and diagonally dominant matrixes are optimally selected to multiply the sensitivity matrix on left and right, respectively. Therefore, the EIT reconstruction quality can generally be improved. The optimality and generalization of the proposed method have been theoretically demonstrated when specially using either Gaussian kernel-based or power function-based matrices, respectively. Experiments validate the proposed method by the EIT reconstruction quality.
Keywords: 
;  ;  ;  

I. Introduction

Electrical impedance tomography (EIT) [1] can reconstruct the distribution of electrical parameters and thereby visually show the distribution of the object within a detection field. EIT has increasingly been used in most application fields [2,3,4,5]. However, the reconstruction quality of EIT is constrained by its inherent ill-posedness and soft-field effects [6,7]. In the past decades, developing high-quality EIT reconstruction algorithms has been a research focus.
The EIT reconstruction quality depends on the selected algorithm and the available measurements. The existing EIT algorithms include direct and indirect types [8]. The direct include the linear back projection (LBP) [9], algebraic computation [10], D-bar [11], and so on. The indirect usually rely on optimization techniques and related prior parameters, such as conjugate gradient (CG) [12], Tikhonov regularization (TR) [13], and the Landweber iteration (LW) [14]. But the EIT reconstruction quality depends heavily on the selected sensitivity matrix, and various matrices can lead to very different EIT reconstruction results [15]. To improve the ERT reconstruction quality, various EIT algorithms use different matrix transformations on the left or right side of the original sensitivity matrix as follows.
1) Left multiplication of a matrix. The typical example is the changed LBP algorithm that multiples a filtering matrix to the sensitivity matrix on the left. The one-step TR algorithm multiplies an invertible matrix on the left of the sensitivity matrix, while Ding et al. [16] described a nonlinear second-order sensitivity matrix and added one nonlinear item on the left of the sensitivity matrix. Liu et al. [17] began with the perspective of compressed sensing and represented the distribution of electrical parameters using a Fourier basis and reconstructed the sensitivity matrix. Generally, almost all EIT methods need to normalize a sensitivity matrix, which naturally multiplies the corresponding transformation matrix to the existing sensitivity matrix on the left [18].
Recently, Yue et al. [19] demonstrated that most existing EIT algorithms have a unified form, and their differences result from multiplying different transformation matrixes to the existing sensitivity matrix on the left. Therefore, the left multiplication of a selected matrix to the existing sensitivity matrix has become a useful way to improve EIT reconstruction quality.
2) Right multiplication by a matrix. Moura et al. [20] proposed a sparse reconstruction scheme using a redundant sensitivity matrix. The scheme utilized K-singular value decomposition and nonlinear simulation to develop a dictionary learning model with real data. Dong et al. [21] used a nonlinear symmetrical matrix to multiply the existing sensitivity matrix on the right, and the new sensitivity matrix not only addresses the limitations of the existing one but also is easily realized and controlled in practice via a kernel-width parameter. Barber et al. [22] originally proposed a filtering LBP algorithm that select an additional matrix to improve the sensitivity matrix.
The above progresses are credited to using the matrix transformation on the existing sensitivity matrix. However, given a group of EIT measurements, how to find the best matrix to the existing sensitivity matrix on the left or right remains unsolved to date, and lacks theoretical and practical guidelines. To address the issue, in this paper, we firstly demonstrate that the left and right multiplication of an existing sensitivity matrix by a selected diagonal matrix can reduce the condition number of the matrix, while the smaller condition number can increase the optimality and robustness of the EIT reconstruction results in the mathematical sense. Then, two types of transformation matrixes, Gaussian kernel and power function, are introduced to improve the EIT reconstruction quality and the robustness of the solution. The optimality and generalization of our proposed method have been verified by typical simulations.

III. EIT Reconstruction by Matrix Transformation

In this section, we firstly manifest the practical and theorical meanings that using a pair of diagonal matrixes to multiply the sensitivity matrix S. Then, the two symmetric and diagonally dominant matrixes are used to improve the EIT reconstruction quality.

A. The Meaning of Multiplying a Diagonal Matrix to S

Let Ω be a detection field that is typically partitioned to 812 units (pixels) after using 208 measurements of 16 electrodes.
Multiplying two diagonal matrixes to the sensitive matrix S on the left and right refer to performing transformations on the columns and rows of S, as shown in Figure 2, where D1=diag(D)=diag{d1, d2, …, d208}and D2=diag(K)=diag{c1, c2, …,c812}.
When D1 and D2 are multiplied to S on the left and right, the matrix transformations have clear practical and theorical meanings. Let S = [ p 1 , p 2 , , p 208 ] T = [ q 1 , q 2 ,     ,   q 812 ] , where p s and q ¯ t are the row vector and the column vector of S, respectively. The effect of both D1 and D2 are explained as follows.
1) Practical meanings. Note that
D 1 S = [ d 1 p 1 ,   d 2 p 2 ,     ,   d 208 p 208 ] T S D 2 = [   c 1 q 1 ,     c 2 q 2 ,       ,     c 812 q 812 ]
Since p s points at the sth measurement, d1 determines the importance degree of the measurement. It has been verified [33] that various measurements have different signal-to-noise ratios, and thus have different effects to reconstruct any ERT image. Alternatively, q ¯ t can endow various weights to different pixels to stress on these interesting objects.
2) Theorical meanings. Using these matrix transformations the condition number of S can be reduced. We use the matrix balancing theory [32] for solving (1), and thereby achieve more effective solutions, as explained below.
Let the two diagonal matrixes D1 and D2 multiply S individually on the left and right, and obtain an equivalent equation that has the same solution with (1) as follows,
( D 1 S D 2 ) σ = D 1 U ,   s . t . ,   U Ω , σ Ω
where D1 is constructed based on the following steps:
1)
Calculate the norm of each row (commonly L2-norm or L-norm): si=||S||, i=1, 2, …, m, where “S” refers to the norm for each row vector in S);
2)
Avoid zero norm: if si=0, di=1; Otherwise, di=1/si;
3)
Generate the diagonal matrix:
D1=diag{d1, d2, …, dm}∈Rm×m
Then, the diagonal matrix D2 is constructed as follows:
1)
Calculate the norm of each column (commonly L2-norm or L-norm): tj=||S·j||, j=1, 2, …, n, where “S·j” refers to the norm for each column vector in S);
2)
Avoid zero norm: if ti=0, ci=1; Otherwise, ci =1/ ti;
3)
Generate the diagonal matrix:
D2=diag{c1, c2, …, cn}∈Rn×n
where both D1 and D2 must be normalized by dividing their maximum value to decrease in the condition number of S.
Based on the obtained D1 and D2, (1) is turned to
AY=B, s.t., A=D1SD2; Y=σ; B=D1U
Consequently, σ is solved by (14).
The theoretical basis on using D1 and D2 to reduce the conditional number of S is illustrated as follows.
Lemma 1.
When B and A satisfy (14) based on D1 and D2, the following inequality holds:
λ max ( B T B ) | | D 1 | | 2 2 λ max ( A T A ) | | D 2 | | 2 2 λ min ( B T B ) σ min 2 ( D 1 ) λ min ( A T A ) σ min 2 ( D 2 )
where λ max ( ) and λ min ( ) are the maximal and minimal eigenvalue of the relative matrix, respectively; σ max ( ) and σ min ( ) are their corresponding singular values.
The key to validating this lemma is that the scaling factor in D1 and D2 is usually less than 1, which can be achieved by normalizing the rows and columns of S.
According to Lemma 1, the following conclusion hold.
Theorem 1.
Let cond(B) and cond(A) be individual condition number of B and A. If B and A satisfy (14) based on D1 and D2, cond(B) <cond(A).
The proofs of Lemma 1 and Theorem 1 are provided in the Appendix in this paper. It ensures that the solution of (14) is more stable than that of the existing (1).

B. Realization of D1 and D2 by Diagonally Dominant Matrix

Equation (6) has shown that most existing EIT algorithms are actually realized by constructing various D1 from the simplest normalization of S to complex iteration algorithms. Hence, selecting various forms of D1 can lead to different algorithms to improve the EIT reconstruction quality.
In the following, as examples, we further approximate D2 using two classes of diagonally dominant and symmetrical matrixes. One class is the previously used Gaussian kernel as shown in (7), and the other is the newly constructed power function. For any pair of units R, R’ in Ω, D2={k(R, R’)}, and k(R, R’) is defined as
k ( R , R ) = ( 1 + | | d ( R , R ) | | p / c ) 1
where c is a constant to enlarge the resolution of d(R, R’). As an example, in this paper, we take c=0.001; p is a power parameter whose various values play vital key roles in improving the sensitivity matrix S.
Table 1 shows the three-dimensional distributions of D2 when using (7) and (16) under various values of Γ and p. The sum of each column of the sensitivity matrix SD2 in three dimensions Table 1 also is visualized. To clearly show the differences of D2 or SD2 as Γ or p changes, we also calculated their differences after and before multiplying D2 to S. Table 1.
As Γ or p is changed, the distribution of D2 can mostly manifest a diagonally dominant form, leading to a sufficient approximation for a perfectly diagonal matrix. According to various forms of D2, we turn the issue to solve (1) to
D 1 S D 2 σ = D 1 U ,   s . t . ,   D 2 = { g ( R , R ) }   o r   { k ( R , R ) } R n × n
where g(R, R’) is computed by (7) and k(R, R’) by (15). In terms of the typical EIT algorithm, (17) can be solved by minimizing the following objective function,
min z = | | D 1 S D 2 σ D 1 U | |
Any optimization algorithm principally is applicable to solve (18). Generally, when using the a diagonally dominant matrix, the following conclusion holds.
Theorem 2.
The solution of (18) has smaller condition number than that of (1) if using the L2 norm.
The proof the theorem is shown in Appendix. On the other hand, the two diagonally dominant matrix include the parameter Γ and p, and we will demonstrate their effective range through the experiment below.

IV. Simulation and Evaluation

Simulations were performed using COMSOL 6.2 and MATLAB 2020a software on a PC equipped with an Intel® Core™ i7 3.4GHz CPU and 20GB of RAM. The circular detection field Ω is divided into 812 pixels. The measurements are obtained by a 16-electrode ERT system when the excitation mode employs adjacent excitation adjacent measurement way, and 208 measurements can be obtained. The original sensitivity matrix is SR208×812. Eleven simulation models with various features termed as M1~M11 are used to evaluate EIT quality, where the conductivity of blue background pixels in each model is set at 0.1 S/m, and the conductivity of red target pixels is set at 0.3 S/m.
To reduce the conditional number of S and improve the EIT imaging quality, D1 is constructed as follows:
D 1 = d i a g { d i } ,   d i = ( 1 / j = 1 812 | s i j | ) / max j ( 1 / j = 1 812 | s i j | )
where the effect of D1 is only the most used normalization form, while D1 can respond to various EIT algorithms.
As the representative example of dominantly diagonal matrixes, D2 uses the Gaussian kernel or the power function. All models are reconstructed by the three algorithms LW, TR and ARW using the same measurements, while the sensitivity matrix S is updated as D1SD2. Additionally, since the parameters in the TR can affect the reconstruction quality, thus we find their optimal value in the range [10−6, 100], and fix the optimal value in all experiments. And the ARW has two hyperparameters which include regularization λ and norm of the regularization term, the range of regularization λ of ARW is as same as the TR and the range of the norm of regularization term p is [10−2, 2].
Their imaging quality of all models are visually compared by target shapes, artifacts, positions, as well as two evaluation indexes RE and CC. Also, we take their best images with smallest RE and largest CC over all candidate values as comparisons.
The ERT quality is evaluated by two typical indexes [33]. One it the correlation coefficient (CC):
C C = ( Δ σ Δ σ ¯ ) T ( Δ σ Δ σ ¯ ) | | Δ σ Δ σ ¯ | | | | Δ σ Δ σ ¯ | |
where ∆σ and ∆σ* represent the specific gray values of the reconstructed and original images, respectively. Both Δ σ ¯ and Δ σ ¯ * are their respective means, respectively.
The other is the relative error (RE):
R E = | | Δ σ Δ σ | | / | | Δ σ | |
The two indexes have typically and frequently been used to evaluate the ERT reconstruction quality.
Table 2 shows the reconstruction results along with eleven models M1~M11 and their relative CCs and REs, by LW, TR and ARW with D1 and two different forms of D2, respectively.
According to Table 2, all reconstructed images from the LW TR and ARW algorithms with D1 and D2 have higher imaging quality than those from the same algorithms with S itself, with more precise image targets and reduced artifacts, essentially for the LW algorithm, which is unable to fully reconstruct the targets for models M2, M3, M4, and M5 using the original sensitivity matrix S. However, by applying left- and right-matrix multiplication, the targets of these models can be successfully reconstructed, and image clarity has improved. For the TR algorithm, the original method exhibits significant central artifacts. The method proposed in this paper not only reduces these central artifacts but also enhances the contrast between the targets and the background. For the ARW algorithm, which is known for its superior performance in imaging small targets, there were still considerable artifacts at the edges of the targets. After employing the optimized method, the imaging of the target edges has become clearer, and the precision has been further enhanced.
As shown in the CCs and REs, the reconstructed image quality of all models using the proposed method has improved, with higher CC and lower RE. The red number in the table of each image shows its best value. With the increase in the target number and decrease in the target size, the CCs of all models decreased, while the REs increased, indicating lower imaging accuracy. However, after multiplying D1 and D2 on the left and right sides of S, no matter which Gaussian kernel or the power function is used, the accuracy of all the models has been significantly increased. These results show that the two types of matrices can effectively improve the quality of the reconstructed image.
Figure 3 shows the differences of condition numbers between the sensitivity matrix S and D1SD2 along with the eleven models. As seen, after multiplying D1 and D2 to S, the condition numbers of D1SD2 are lower than those of the original sensitivity matrix S. This result indicates that the left- and right-multiplying matrix can optimize solution stability and improve imaging accuracy from another perspective.
Among all models, the value of λ has been fixed at its optimal value. At the optimal λ, we multiply D2 with the Gaussian or power functions to S. Various values of Γ or p can affect their relative EIT reconstruction quality. Figure 4 shows the range of Γ or p by which the three algorithms LW, TR, and ARW with D1SD2 can obtain higher CC value than them with S. Specially, the range nearly tends infinity in most models when using the power function to D2. These results indicate that improving the condition number of S can greatly enhance the EIT reconstruction quality.

V. Conclusion

Most of the exiting EIT reconstruction algorithms are equivalent to multiply the existing sensitivity matrix on the left and right by two diagonal matrixes, thus these algorithms can be uniformly characterized by the matrix transformation. Note that the stableness and quality of the EIT reconstruction can be represented by the condition number of the sensitivity matrix, we demonstrate that the left and right multiplication of the sensitivity matrix by their respective diagonal matrix can reduce the condition number. Then, the EIT reconstruction quality can be effectively improved after multiplying the two diagonal matrixes. As examples, a Gaussian kernel-based symmetric matrix and a power function-based matrix are used to validate the proposed method. The experimental results further prove the potential of the new sensitivity matrix proposed in this study, which can provide a new theoretical and practical strategy for EIT reconstruction.
In the future, two issues must be focused on. One is how to obtain the better diagonally dominant matrix to reduce the condition number. The other is how to use the better matrix transformation for improving the EIT reconstruction accuracy and reliability. Such matrix transformations have a lot available, and we believe that their various forms can have potentials for further arising EIT reconstruction quality.

Acknowledgments

This work is supported by the National Science Foundation of China (No. 61973232).

Data Availability Statement

The data and code are available from the corresponding author upon reasonable request.

Declaration of Interests

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Authors’ Contributions

First author: Visualization, Validation, Software. Second author: Writing – original draft, Methodology, review & editing, Visualization, Funding acquisition, Conceptualization. Third author: Validation, Data Curation.

Appendix

Lemma 1.
When B and A satisfy (14), the following inequality holds:
λ max ( B T B ) | | D 1 | | 2 2 λ max ( A T A ) | | D 2 | | 2 2 , s . t . , B = D 1 A D 2
Proof: 
Since B T = ( D 1 A D 2 ) T = D 2 T A T D 1 T , thus
B T B = ( D 1 A D 2 ) T ( D 1 A D 2 ) = D 2 T A T D 1 T D 1 A D 2 = D 2 A T ( D 1 D 1 ) A D 2 = D 2 ( A T D 1 2 A ) D 2
On the other hand, for semi-positive definite matrices S and arbitrary matrices T, their eigenvalues satisfy
λ max ( T S T T ) | | T | | 2 2 λ max ( S )
Denote the eigenvalue decomposition of S as
S = Q Λ Q T   s . t ,   Λ = d i a g { τ 1 , τ 2 , , τ n }
then
T S T T = T ( Q Λ Q T ) T T = ( T Q ) Λ ( T Q ) T
For any unit vector X, since
X T ( T S T T ) X = Y T Λ Y ,   s . t ,   Y = T T X ,
thus
Y T Λ Y λ max ( S ) | | Y | | 2 2   = λ max ( S ) | | T T X | | 2 2 λ max ( S ) | | T T | | 2 2   | | X | | 2 2
Since ||TT||2=||T||2, thus
X T ( T S T T ) X λ max ( S ) | | T | | 2 2     λ max ( T S T T )   λ max ( S ) | | T | | 2 2
Denote T=D2 and S = A T D 1 2 A     B T B = T S T T , thus BTB satisfies
λ max ( B T B ) = λ max ( T S T T ) | | D 2 | | 2 2 λ max ( A T D 1 2 A )
On the other hand, since A T D 1 2 A = ( D 1 A ) T ( D 1 A ) , its maximum eigenvalue is equal to the square of the maximum singular value of D1A, i.e.,
λ max ( A T D 1 2 A ) = | | D 1 A | | 2 2
Due to the multiplicative property of matrix norm, it is
| | D 1 A | | 2 2 | | D 1 | | 2 | | A | | 2
it leads to
λ max ( A T D 1 2 A ) = | | D 1 A | | 2 2 ( | | D 1 | | 2 | | A | | 2 ) 2 = | | D 1 | | 2 2 | | A | | 2 2
But | | A | | 2 2 = λ max ( A T A ) ,   thus
  λ max ( A T D 1 2 A ) | | D 1 | | 2 2 λ max ( A T A )
Integrating the two equations, it is λ max ( B T B ) | | D 2 | | 2 2 , thus
  λ max ( | | D 1 | | 2 2 λ max ( A T A ) ) = | | D 1 | | 2 2 λ max ( A T A ) | | D 1 | | 2 2
In the same way, we can obtain
λ min ( B T B ) σ min 2 ( D 1 ) λ min ( A T A ) σ min 2 ( D 2 )
where σ min ( D i ) is the minimum singular value of Di that is the minimum absolute value of diagonal elements.
Theorem 1
: Let cond(B) and cond(A) be individual condition number of B and A. If B and A satisfy (14) based on D1 and D2, cond(B) <cond(A).
Proof: 
According to Lemma 1, we obtain
λ max ( B T B ) | | D 1 | | 2 2 λ max ( A T A ) | | D 2 | | 2 2 , s . t . , B = D 1 A D 2
and
λ min ( B T B ) σ min 2 ( D 1 ) λ min ( A T A ) σ min 2 ( D 2 )
According to the two equations, we obtain
c o n d ( B ) = λ max ( B T B ) λ min ( B T B ) | | D 1 | | 2 2 | | D 2 | | 2 2 σ min 2 ( D 1 ) σ min 2 ( D 2 ) λ max ( A T A ) λ min ( A T A ) = ω ( D 1 , D 2 ) λ max ( A T A ) λ min ( A T A )
After choosing D1 and D2 such that ω ( D 1 , D 2 ) is smaller than 1, the conclusion holds.
Theorem 2.
The solution of (18) has smaller condition number than that of (1) if using the L2 norm.
Proof :
Consider the following optimization issue:
min   z = | | S σ U | | 2 .
If using the L2-norm, this is a least squares problem, and has a direct solution as
σ * = S + U
where S+ is the Moore-Penrose inverse of S. If K is a symmetric matrix, the values near the diagonal are large, and the elements on the main diagonal are all the same and are the largest in each row,
min   z = | | S K σ U | | 2 ,
the minimum norm least squares solution is
σ 1 * = ( S K ) + U
It is easy to know
S T σ = 0 S S T σ = 0 S K 2 S T σ = 0 ,
this indicates that if matrix S has r singular values, then matrix SK will also have r singular values.
Consider the singular value decomposition of ST, it is
S T = V S ˜ 0 0 0 U H ,
where S ˜ = d i a g ( s 1 , , s r , 0 , 0 ) is the singular value of S, s1 ≥ ··· ≥ sr > 0, and let V = [β1, ···, βm], U=[α1,···, αn]. Then it can be known from the theory of singular values that
S α j = s j β j , j = 1 , , r , S α r + 1 = = S α n = 0 .
Especially, the solution space of STσ= 0 is span α r + 1 , , α n , then the solution space of the equation S K 2 S T G = 0 is also span α r + 1 , , α n . Note that SK2ST is positive definite, if S K 2 S T y = η y ,   η 0 , then for j r + 1 , , n , SK2ST satisfies
< n y , α j > = < S K 2 S T y , α j > = < y , S K 2 S T α j > = 0 ,
so y span α 1 , , α r
Since K2 is positive definite, we assume its minimum eigenvalue is η0, which is better than 1 Thus, the minimum non-zero eigenvalue p0 of SK2ST satisfies,
p 0 = min σ span α 1 , , α r < S K 2 S T σ , σ > / < σ , σ >
If x span α 1 , , α r , then S T σ s p a n { α 1 , α r } , therefore
σ T S K 2 S T σ     η n 2 σ T S S T σ     η 0 2 S r 2 | | σ | | 2 ,
that is
min σ span α 1 , , α r σ T S Λ 2 S T σ / | | σ | | 2 η 0 2 s r 2
This indicates that the minimum eigenvalue p0 of the matrix STK2S satisfies
p0η02sr2
Thus, the minimum singular value of SK is larger than η0sr, and thus the condition number of SK is smaller than that of S.

References

  1. Smyl, D. Electrical tomography for characterizing transport properties in cement-based materials: A review. Constr. Build. Mater. 2020, 244, 118299. [Google Scholar] [CrossRef]
  2. Sun, J.; Yang, W. A dual-modality electrical tomography sensor for measurement of gas–oil–water stratified flows. Measurement 2015, 66, 150–160. [Google Scholar] [CrossRef]
  3. Sun, B.; Yue, S.; Hao, Z.; Cui, Z.; Wang, H. An improved Tikhonov regularization method for lung cancer monitoring using electrical impedance tomography. IEEE Sens. J. 2019, 19(no. 8), 3049–3057. [Google Scholar] [CrossRef]
  4. Smyl, D. Electrical tomography for characterizing transport properties in cement-based materials: A review. Constr. Build. Mater. 2020, 244, 118299. [Google Scholar] [CrossRef]
  5. Ke, X.-Y.; et al. Advances in electrical impedance tomography-based brain imaging. Mil. Med. Res. 2022, 9(no. 1), 10. [Google Scholar] [CrossRef] [PubMed]
  6. Wang, Z.; Liu, X. A regularization structure based on novel iterative penalty term for electrical impedance tomography. Measurement 2023, 209(no. 112472). [Google Scholar] [CrossRef]
  7. da Mata, M. M.; de Moura, B. F.; Martins, M. F.; Palma, F. H. S.; Ramos, R. Electrical conductivity effect on the performance evaluation of EIT systems: A review. Measurement 2021, 178, 109401. [Google Scholar] [CrossRef]
  8. Wang, Z.; Yue, S.; Song, K.; Liu, X.; Wang, H. An unsupervised method for evaluating electrical impedance tomography images. IEEE Trans. Instrum. Meas. 2018, 67(no. 12), 2796–2803. [Google Scholar] [CrossRef]
  9. Sun, B.; Yue, S.; Cui, Z.; Wang, H. A new linear back projection algorithm to electrical tomography based on measuring data decomposition. Meas. Sci. Technol. 2015, 26(no. 12), 125402. [Google Scholar] [CrossRef]
  10. Soleimani, M.; Powell, C. E.; Polydorides, N. Improving the forward solver for the complete electrode model in EIT using algebraic multigrid. IEEE Trans. Med. Imaging 2005, 24(no. 5), 577–583. [Google Scholar] [CrossRef]
  11. Isaacson, D.; Mueller, J. L.; Newell, J. C.; Siltanen, S. Reconstructions of chest phantoms by the D-bar method for electrical impedance tomography. IEEE Trans. Med. Imaging 2004, 23(no. 7), 821–828. [Google Scholar] [CrossRef]
  12. Wang, M. Inverse solutions for electrical impedance tomography based on conjugate gradients methods. Meas. Sci. Technol. 2002, 13, 101–117. [Google Scholar] [CrossRef]
  13. Murphy, E. K.; Mahara, A.; Halter, R. J. A novel regularization technique for microendoscopic electrical impedance tomography. IEEE Trans. Med. Imaging 2016, 35(no. 7), 1593–1603. [Google Scholar] [CrossRef] [PubMed]
  14. Yang, W. Q.; Spink, D. M.; York, T. A.; McCann, H. An image-reconstruction algorithm based on landweber’s iteration method for electrical-capacitance tomography. Meas. Sci. Technol. 1999, 10(no. 11), 1065. [Google Scholar] [CrossRef]
  15. X. Liu, S. Yue, and H. Ren, “A λ-level partition-based linear back projection algorithm to electrical resistance tomography,” in 2022 IEEE International Instrumentation and Measurement Technology Conference (I2MTC), May 2022, pp. 1–6. [CrossRef]
  16. Ding, M.; Yue, S.; Li, J.; Wang, Y.; Wang, H. Second-order sensitivity coefficient based electrical tomography imaging. Chem. Eng. Sci. 2019, 199, 40–49. [Google Scholar] [CrossRef]
  17. Liu, S.; Cao, R.; Huang, Y.; Ouypornkochagorn, T.; Jia, J. Time sequence learning for electrical impedance tomography using bayesian spatiotemporal priors. IEEE Trans. Instrum. Meas. 2020, 69(no. 9), 6045–6057. [Google Scholar] [CrossRef]
  18. Ding, M.; Yue, S.; Li, J.; Li, Q.; Wang, H. Optimal similarity norm for electrical tomography based on bregman divergence. Rev. Sci. Instrum. 2020, 91(no. 3), 033707. [Google Scholar] [CrossRef]
  19. Yue, S.; Yue, S.; Zeng, M. Measurement and application of soft-field effect in electrical tomography. IEEE Trans. Instrum. Meas. 74, 1–12, 2025. [CrossRef]
  20. de Moura, H. L.; Pipa, D. R. A.; do Nascimento Wrasse; da Silva, M. J. 2017 Image reconstruction for electrical capacitance tomography through redundant sensitivity matrix. IEEE Sens. J. 17(24), 8157–8165. [CrossRef]
  21. Dong, F.; Yue, S.; Liu, X.; Wang, H. Determination of hyperparameter and similarity norm for electrical tomography algorithm using clustering validity index. Measurement 2023, 216, 112976. [Google Scholar] [CrossRef]
  22. D. C. Barber, B. H. Brown, and N. J. Avis, “Image reconstruction in electrical impedance tomography using filtered back-projection,” in 1992 14th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Oct. 1992, pp. 1691–1692. [CrossRef]
  23. Xu, Y.; Han, B.; Dong, F. A new regularization algorithm based on the neighborhood method for electrical impedance tomography. Meas. Sci. Technol. 2018, 29(no. 8), 085401. [Google Scholar] [CrossRef]
  24. Zhang, Q.; Mo, H.; Li, R.; Liang, C.; Luo, J.; Bespal’Ko, A. A. Image reconstruction method based on wavelet fusion in electrical capacitance tomography with rotatable electrode sensor. Measurement 2024, 238, 115354. [Google Scholar] [CrossRef]
  25. Liu, X.; Wang, Y.; Li, D.; Li, L. Sparse reconstruction of EMT based on compressed sensing and L regularization with the split Bregman method. Flow Meas. Instrum. 2023, 94, 102473. [Google Scholar] [CrossRef]
  26. Dang, C.; Bellis, C.; Darnajou, M.; Ricciardi, G.; Mylvaganam, S.; Bourennane, S. Practical comparisons of EIT excitation protocols with applications in high-contrast imaging. Meas. Sci. Technol. 2021, 32(no. 8), 085110. [Google Scholar] [CrossRef]
  27. Bagshaw, P.; Liston, A. D.; Bayford, R. H.; Tizzard, A.; Gibson, A. P.; Tidswell, A. T.; et al. Electrical impedance tomography of human brain function using reconstruction algorithms based on the finite element method. NeuroImage 2003, 20(no. 2), 752–764. [Google Scholar] [CrossRef]
  28. Hanke, M.; Neubauer, A.; Scherzer, O. A convergence analysis of the landweber iteration fornonlinear ill-posed problems. Numer Math. 1995, 72(no. 1), 21–37. [Google Scholar] [CrossRef]
  29. Hansen, P. C.; O’Leary, D. P. The use of the L-curve in the regularization of discrete ill-posed problems. SIAM J. Sci. Comput. 1993, 14(no. 6), 1487–1503. [Google Scholar] [CrossRef]
  30. Li, J.; Yue, S.; Ding, M.; Cui, Z.; Wang, H. Adaptive lp regularization for electrical impedance tomography. IEEE Sens. J. 2019, 19(no. 24), 12297–12305. [Google Scholar] [CrossRef]
  31. Liu, Z.; Yang, Y. Multimodal image reconstruction of electrical impedance tomography using kernel method. IEEE Trans. Instrum. Meas. 2022, 71, 1–12. [Google Scholar] [CrossRef]
  32. L. J. Schulman and A. Sinclair, “Analysis of a classical matrix preconditioning algorithm,” in Proceedings of the forty-seventh annual ACM symposium on Theory of Computing, Portland Oregon USA: ACM, Jun. 2015, pp. 831–840. [CrossRef]
  33. Wang, Z.; Sun, Y.; Li, J. Posterior approximate clustering-based sensitivity matrix decomposition for electrical impedance tomography. Sensors 2024, 24(no. 2), 333. [Google Scholar] [CrossRef]
Figure 1. EIT measuring principle.
Figure 1. EIT measuring principle.
Preprints 216419 g001
Figure 2. Illustration of left- and right- multiplication of S.
Figure 2. Illustration of left- and right- multiplication of S.
Preprints 216419 g002
Figure 3. Compared condition numbers in 11 models.
Figure 3. Compared condition numbers in 11 models.
Preprints 216419 g003
Figure 4. Valid range of Γ or p by which the three algorithms have higher CC than the existing ones.
Figure 4. Valid range of Γ or p by which the three algorithms have higher CC than the existing ones.
Preprints 216419 g004
Table 1. AND SD2 ALONG WITH Γ or p CHANGES.
Table 1. AND SD2 ALONG WITH Γ or p CHANGES.
Preprints 216419 i001
Table 2. RECONSTRUCTION IMAGES BY BOTH LW AND TR ALGORITHMS WITH THE NEW SENSITIVITY MATRIX.
Table 2. RECONSTRUCTION IMAGES BY BOTH LW AND TR ALGORITHMS WITH THE NEW SENSITIVITY MATRIX.
Preprints 216419 i002Preprints 216419 i003
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings

© 2026 MDPI (Basel, Switzerland) unless otherwise stated