Skip to main content
  • Original Article
  • Open access
  • Published:

A projection-domain iterative algorithm for metal artifact reduction by minimizing the total-variation norm and the negative-pixel energy

Abstract

Metal objects in X-ray computed tomography can cause severe artifacts. The state-of-the-art metal artifact reduction methods are in the sinogram inpainting category and are iterative methods. This paper proposes a projection-domain algorithm to reduce the metal artifacts. In this algorithm, the unknowns are the metal-affected projections, while the objective function is set up in the image domain. The data fidelity term is not utilized in the objective function. The objective function of the proposed algorithm consists of two terms: the total variation of the metal-removed image and the energy of the negative-valued pixels in the image. After the metal-affected projections are modified, the final image is reconstructed via the filtered backprojection algorithm. The feasibility of the proposed algorithm has been verified by real experimental data.

Introduction

The metal artifacts in X-ray computed tomography (CT) are mainly due to the beam hardening effects [1,2,3,4]. The linear attenuation coefficient in a material is a function of the X-ray energy. X-ray CT systems normally use polychromatic beams, and the various energy components are not attenuated uniformly. The lower energy component of X-ray spectrum is more easily to be attenuated or even completely adsorbed when traveling through metals. The beam hardening effects make the sinogram values deviate from the assumption that the sinogram values are the line-integrals of the attenuation coefficients in the object.

Many techniques are commonly used to reduce the metal beam hardening effects. In clinical scans, the metal materials and the X-ray source settings are known. Model-based iterative algorithms [5,6,7,8,9,10,11,12] and iterative segmentation-based interpolation methods [13,14,15,16,17,18,19,20] can be used by taking the advantage of the available knowledge of the metals, the soft tissues, the bones, and X-ray source settings.

In this paper, we consider a more challenging situation where the objects of interest, the metal materials and the X-ray source settings are all unknown. Thus, model-based iterative reconstruction methods are not effective here.

There are other methods to be considered. Bayesian algorithms, for example, the total variation (TV) norm minimization can be considered [21,22,23,24,25]. The metal artifacts appear as bright or dark streaks, radiated from the metals. The bright parts are the positive overshoots; the dark parts are the negative undershoots. The negative undershoots may result in negative image pixels. Our proposed algorithm is to minimize the TV of the metal-removed image [25] and the energy of the negative image pixels [26]. The algorithm variables are the metal affected sinogram values.

We must point out that it is not straightforward to reflect the negative image pixel constraint in the sinogram domain. It is not equivalent to setting the associated sinogram values to zero or positive [26].

Methods

This paper is inspired by the two observations that the metal artifacts often result in dark/bright streaks radiating from the metals [25] and negative image pixels around the metals [26]. The streaking artifacts increase the TV norm of the non-metal regions of the image. The attenuation coefficients cannot be negative. These two effects were dealt with in two papers, separately [16, 26]. The goal of this current paper is to combine these two methods into one.

Let the measured sinogram (i.e., line integrals) be P, which can be divided into two parts: the metal affected part PM and the metal unaffected part PnotM. This separation can be readily achieved by performing a raw filtered backprojection (FBP) reconstruction, thresholding, and forward projection. The objective function is hence

$$ {\displaystyle \begin{array}{c}\mathrm{Objectivefunction}=T(P)={\beta}_1{T}_1+{\beta}_2{T}_2\\ {}={\beta}_1{\left\Vert G\left\{F(P)\right\}\right\Vert}_{TV}+{\beta}_2{\left\Vert \min \Big\{0,F(P)\Big\}\right\Vert}^2\end{array}} $$
(1)

where the first term is the TV norm, and the second term is the squared L2 norm. In Formula (1), F denotes the FBP reconstruction operator, G is the operator that removes the metals from the image, and β1 and β2 are the parameters balancing the two norms. In the gradient descent algorithm, β1 and β2 also act as the step sizes (also, known as the relaxation factors).

We minimize this objective function with respect to unknowns PM with a gradient descent algorithm. It is noticed that neither of the two terms in Formula (1) is differentiable. Sub-gradients are used to combat this difficulty [27].

A sub-gradient is a ‘surrogate’ of the gradient: it coincides with the gradient whenever a gradient exists, and it generalizes the notion of gradient at points where the function is non-differentiable. Let us consider a point of interest and the function is non-differentiable at this point. A sub-gradient is evaluated as follows. We find the left-gradient by taking the limit from the left and the right-gradient by taking the limit from the right, which are also known as the directional gradients. Any values between these two left and right values can be used as the sub-gradient.

We now use the absolute function |x| to illustrate how to find the sub-gradient. When x > 0, the sub-gradient is the same as the gradient: 1. When x < 0, the sub-gradient is the same as the gradient: −1. When x = 0, the function |x| is non-differentiable. The left-gradient is −1 and the right-gradient is 1. The sub-gradient at x = 0 can be any value in the interval [− 1, 1].

In our implementation, three values of β1 were tested: 0, 0.002 and 0.004; two values of β2 were tested: 0 and 5.

The FBP algorithm

In Formula (1), F(P) is a linear algorithm that can be deposed into two steps. The first step is to convolve the sinogram P along the detector dimension with a convolution kernel h(n):

$$ h(n)=\left\{\begin{array}{ccc}\frac{1}{4}& if& n=0,\\ {}-\frac{1}{{\left( n\pi \right)}^2}& if& n\ is\ odd,\\ {}0& otherwise.& \end{array}\right. $$
(2)

The second step is the backprojection. Let the FBP reconstruction from P be X. If both P and X are represented in the vector forms, F(P) can be written as matrix multiplication

$$ X= FP $$
(3)

where F is a matrix.

For a given threshold value t, a metal image is obtained by modifying the image X. If a pixel in X is greater than t, its value is set to 1, otherwise its value is set to 0. The forward projection of X generates a ‘shadow’ in the projection domain. If the shadow values are positive, the corresponding sinogram values are called metal-affected projections, PM. If the shadow values are zero, the corresponding sinogram values are called metal-not-affected projections, PnotM. The sinogram P is thus divided into two parts: PM and PnotM. The projection values in PM are treated as variables in the proposed algorithm.

In Formula (1), the metal removed FBP image, G{F(P)} = G{X}, is almost the same as X, except that if a pixel value is greater than t, its value is set to 0.

In Formula (1), min{0, F(P)} = min {0, X} is almost the same as X, except that if a pixel value is positive, its value is set to 0. Here, the ‘min’ function is an element-wise function.

Optimization of the objective function (Formula 1) by the gradient descent algorithm

A gradient descent algorithm to minimize the objective function T(P) in Formula (1) can be expressed as

$$ {P}_M^{\left(k+1\right)}={P}_M^{(k)}-D\left[{\beta}_1\nabla {T}_1(P)+{\beta}_2\nabla {T}_2(P)\right] $$
(4)

where the super script (k) is the iteration index. The projection vector P consists of two parts: the metal affected part PM and the metal not-affected part PnotM. The metal not-affected part PnotM does not get updated from iteration to iteration. The matrix D in Formula (4) is a diagonal matrix with 0’s and 1’s, which discards the entries in PnotM. The parameter β1 and β2 in Formula (4) controls the step sizes of the gradient descent algorithm for the two different norms, respectively. In Formula (4), ∇T1 is the gradient of the TV norm of the image with the metals removed, and ∇T2 is the gradient of the energy of the negative pixels in the image. These two gradients are calculated with respect to the projections P. These two gradients are discussed further in the following two sub sections.

Minimization of the first term in the objective function (Formula 1)

Let Y = G{F(P)} = G{X} be the metal-removed FBP reconstruction. The image Y is represented in a two-dimensional array and yi,j is its pixel value at the ith row and jth column. The TV norm of Y is defined as

$$ {T}_1={\sum}_{i,j}\sqrt{{\left({y}_{i,j}-{y}_{i,j+1}\right)}^2+{\left({y}_{i,j}-{y}_{i+1,j}\right)}^2} $$
(5)

The partial derivative of T1 with respect to pixel (i, j) (if exists) is readily calculated as

$$ {\displaystyle \begin{array}{c}{u}_{i,j}=\frac{\partial {T}_1}{\partial {y}_{i,j}}\\ {}\begin{array}{c}=\frac{\left({y}_{i,j}-{y}_{i,j+1}\right)+\left({y}_{i,j}-{y}_{i+1,j}\right)}{\sqrt{{\left({y}_{i,j}-{y}_{i,j+1}\right)}^2+{\left({y}_{i,j}-{y}_{i+1,j}\right)}^2}}\\ {}\begin{array}{c}+\frac{y_{i,j}-{y}_{i,j-1}}{\sqrt{{\left({y}_{i,j-1}-{y}_{i,j}\right)}^2+{\left({y}_{i,j-1}-{y}_{i+1,j-1}\right)}^2}}\\ {}+\frac{y_{i,j}-{y}_{i-1,j}}{\sqrt{{\left({y}_{i-1,j}-{y}_{i-1,j+1}\right)}^2+{\left({y}_{i-1,j}-{y}_{i,j}\right)}^2}}\end{array}\end{array}\end{array}} $$
(6)

When the quantity under a square root is zero, the gradient ui,j is not well-defined. In this case, we use the sub-gradient and assume the sub-gradient ui,j to be zero

$$ {u}_{i,j}=0 $$
(7)

The gradient of T1 given in Formula (6) is with respect to the image pixels yi,j. However, the gradient decent algorithm (Formula 4) requires the gradient of T1 be with respect to the projections P.

Realizing that Y is in the image domain, the algorithm variables are in the projection domain related by the mapping

$$ P= AY $$
(8)

where, A represents the forward projection matrix. The matrix A maps the image into its projections. This same matrix A can map the gradient U into the projection domain as AU, where the entries of U are ui,j. We have

$$ \nabla {T}_1(P)= AU $$
(9)

Minimization of the second term in the objective function (Formula 1)

Let Z = min {0, F(P)} = min {0, X} be the negative pixels in the FBP reconstruction X. The energy of the negative image pixels is the square of the L2 norm of Z given as

$$ {T}_2={\left\Vert Z\right\Vert}_2^2={\left\Vert \min \left\{0, FP\right\}\right\Vert}_2^2 $$
(10)

To find the gradient ∇T2(P) , that is, ∂T2/∂pj, is not straightforward, because the ‘min’ function in Formula (10) makes T2 non-differentiable. We can use the subdifferential concept to find the gradient of ∂T2/∂pj as [27]

$$ \nabla {T}_2=2{F}^T\min \left\{0, FP\right\}=2{F}^TZ $$
(11)

where FT represents forward projection followed by ramp filtering. The operator FT maps an image into the projection domain.

Proposed gradient descent algorithm to estimate P M

Combining the gradients above, the proposed gradient descent iterative algorithm (Formula 4) to estimate PM can given as

$$ {P}_M^{\left(k+1\right)}={P}_M^{(k)}-D\left[{\beta}_1\tanh (AU)+{\beta}_2\ {F}^TZ\right] $$
(12)

where tanh(∇T1) is used in place of ∇T1 in Formula (4). The purpose of the hyperbolic tangent function ‘tanh’ is to hard limit the TV gradient values, making the iterative algorithm more stable.

The proposed algorithm is different from the commonly used iterative algorithms in the sense that the sinogram values in a common iterative reconstruction algorithm are never altered. Also, the proposed algorithm does not have a data fidelity term in the objective function (Formula 1). Our final image is obtained by the FBP algorithm, after PM is modified. The initial value of the metal affected part PM is the measured value.

We tested the proposed algorithm with some unknown airport bags, which contained some unknown metals. The projection sinograms were provided by the US Department of Homeland Security. The data sets were acquired with unknown kVp and unknown current settings. The original sinograms were converted into parallel-beam geometry with 180 views over 180° and with 597 detection channels (i.e., detector bins).

Results

Figures 1, 2, 3, 4 and 5 show the reconstruction results of 5 different unknown airport bags. Each figure consists of 4 images: the original raw FBP reconstruction; the TV-norm-only (with β1 = 0.004 and β2 = 0) reconstruction; the negativity-pixel-energy-only (with β1 = 0 and β2 = 5); the combined reconstruction (with β1 = 0.004 and β2 = 5). All images have the same display window. Black color represents negative values and white color represents large positive values. In order to visualize the metal artifacts, the display window is determined by the raw FBP reconstruction using the original measured sinogram. The display window is airport bag specific. The 1/3 of the maximum raw FBP image value is mapped to the gray level 255 (white). Any value larger is set to 255. The metal pixels are much brighter than other pixels in the image. If we do not clip the very bright metal pixels, we cannot see other structures in the image. The minimum raw FBP value (which is negative) is mapped to the gray level 0 (black). The mapping is linear in the range below 1/3 of the maximum value. All 4 images in the figure use the same gray-scale mapping. Therefore, back pixels are negative.

Fig. 1
figure 1

Reconstruction of bag #1. a Raw FBP; b TV-term only; c Non-negativity-term only; d Combined. Some artifacts are marked by the red arrows

Fig. 2
figure 2

Reconstruction of bag #2. a Raw FBP; b TV-term only; c Non-negativity-term only; d Combined. Some artifacts are marked by the red arrows

Fig. 3
figure 3

Reconstruction of bag #3. a Raw FBP; b TV-term only; c Non-negativity-term only; d Combined. Some artifacts are marked by the red arrows

Fig. 4
figure 4

Reconstruction of bag #4. a Raw FBP; b TV-term only; c Non-negativity-term only; d Combined. Some artifacts are marked by the red arrows

Fig. 5
figure 5

Reconstruction of bag #5. a Raw FBP; b TV-term only; c Non-negativity-term only; d Combined. Some artifacts are marked by the red arrows

The number of iterations for all studies in this paper was 400 in the gradient descent algorithm. The image array size was 420 × 420, and the pixel size was 0.92 mm. The proposed algorithm was implemented using MATLAB®, and the computational time for 400 iterations was 145 s.

Because the ground truth is unknown to us, it is inappropriate to perform quantitative evaluations. In this paper, we only make human visual inspections on the reconstructions, focusing on the severeness of the artifacts. Two evaluation metrics were used. One metric was the TV norm of the reconstructed image with metals removed. The other metric was the energy of the negative pixels in the reconstructed image.

It is seen that all raw FBP images (shown at the upper-left conner) contain severe black streaking artifacts, indicating streaks of negative values. When the objective function only has the TV-norm term, that is, β2 = 0, most black streaks are removed from the images (shown at the upper-right conner); unfortunately, many low-contrast structures are lost at the same time. The lower-left images are obtained using only the negative-pixel-energy minimization (i.e., β1 = 0), and the black streaking artifacts are effectively removed from the resulting reconstructions. Compared with the upper-right images, the lower-left images look noisier and may contain some new bright streaking artifacts. If both of the two terms are used in the objective function (Formula 1), the resultant images are shown at the lower-right conner, which enjoy the benefits from both terms in the objective function (Formula 1).

In Fig. 5, the metal reduction methods fail to remove the dark streaking artifacts. On the other hand, Fig. 6 shows better results for the same airport bag. The different results in these two figures are mainly due to the different setup in metal image segmentation. In Figs. 1, 2, 3, 4 and 5, the FBP image pixels are segmented into the metal image if the image values are greater than t = 1/3 of the maximum image value. However, in Fig. 6, the FBP image pixels are segmented into the metal image if the image values are greater than 1/10 of the maximum image value. The change of the segmentation threshold results in different metal maps, as illustrated in Fig. 7. After changing the threshold value t from 1/3 to 1/10, we must change β1 = 0.004 to a much smaller value β1 = 0.002, otherwise the resultant image is too smooth and lots of image details disappear.

Fig. 6
figure 6

Reconstruction of bag #5 (New threshold value to segment the metal image and new β1 = 0.0002). a Raw FBP; b TV-term only; c Non-negativity-term only; d Combined

Fig. 7
figure 7

Metal images for bag #5. a The segmentation threshold t = 1/3 of the maximum raw FBP image pixel value; b The segmentation threshold t = 1/10 of the maximum raw FBP image pixel value

Tables 1, 2, 3, 4, 5 and 6 list the maximum and minimum values for each image in Figs. 1, 2, 3, 4, 5 and 6, respectively. It is noticed that the images generated from the processed sinograms still have negative image pixels. The residual negative pixels are most likely due to the angular aliasing artifacts because we use only 180 views in our sinogram data. A typical X-ray CT scan has approximately 1000 views. The tables also list the evaluation metrics: the TV norm of the reconstructed image with metals removed and the energy of the negative pixels in the reconstructed image.

Table 1 Values of maximum, minimum, metal-free region TV, and NPE in reconstructions of bag #1
Table 2 Values of maximum, minimum, metal-free region TV, and NPE in reconstructions of bag #2
Table 3 Values of maximum, minimum, metal-free region TV, and NPE in reconstructions of bag #3
Table 4 Values of maximum, minimum, metal-free region TV, and NPE in reconstructions of bag #4
Table 5 Values of maximum, minimum, metal-free region TV, and NPE in reconstructions of bag #5
Table 6 Values of maximum, minimum, metal-free region TV, and NPE in reconstructions of bag #5 (New threshold value to segment the metal image and new β1 = 0.0002)

Figure 8 compares bag #1 sinograms before and after processing. Figure 8(a) is for the case of β1 = 0.004 and β2 = 5. Figure 8(b) represents the raw measurements. The difference image [(a) – (b)] is shown at Fig. 8(c). It is observed that most sinogram values are not altered by the iterative algorithm.

Fig. 8
figure 8

Sinograms of bag #1. a Processed with β1 = 0.004 and β2 = 5; b Raw; c Difference

Discussion

This paper combines two methods into one. These two methods use two different objective functions. They try to reduce the metal artifacts by using two different strategies. One method tries to reduce the artifacts that have oscillations; the other method tries to reduce the artifacts that have negative overshoots. By combining these two methods, we have a better chance to reduce metal artifacts that have both oscillating and negative overshoots features. One potential limitation is that those two methods may work in the opposite ways, making none of the methods effective. Another potential limitation is that the combined method has some hyper parameters β1 and β2 to be adjusted. There are no general rules to set them.

The ratio of these two parameters determines which objective function should be more dominating. Their values also affect the convergence rate of the gradient descent algorithm. Usually, larger values of β1 and β2 result in fast convergence. If their values are too large, the gradient descent algorithm may diverge. There is no clear relationship between the beta values and the threshold value. The values of β1 and β2 should be set for every new data set and every new object. The value of β2 may not be sensitive to the data set or object. There are no general rules how to set these two hyper parameters. It is observed from Tables 1, 2, 3, 4, 5 to 6 that the TV norm values T1 are much larger than the energy of negative pixel energy (NPE) values T2. Therefor, β1 is much smaller than β2.

The setting of the hyper parameters is data dependent. One setting works well for one object but does not work well for another object. This newer value of β1 for bag #5 did not work well for other data sets. The hyper parameters are set by trial-and-error for each case.

From our experimental results, there is no significant difference between the results of non-negativity-term only and combined. The minimum and maximum values of the two results are also very close. This observation implies that among the two methods, the method to reduce the negative overshoot is more effective than the TV minimization method for the cases presented.

Conclusions

This paper proposes a projection-domain iterative algorithm to estimate metal affected projections using an image-domain objective function. The objective function does not have a data fidelity term. It consists of the TV norm and the energy of the negative pixels. Real CT scans with unknown objects and unknown metals are used to test the feasibility of the proposed algorithm. The metals cause severe streaking artifacts in the raw FBP reconstructions. Those streaking artifacts are successfully removed by the proposed algorithm.

Results of two special cases, β1 = 0 and β2 = 0, are also compared. When β2 = 0, the algorithm only minimizes the image TV norm. The images with TV norm minimization tend to be oversmoothed, and some low contrast structures may get lost. When β1 = 0, the algorithm only minimizes the image NPE. The images with NPE minimization contain more low contrast structures but may be noisy. When both terms are used in the objective function (1), the final images are more balanced between details and noise control. In all three cases discussed above, the metal streaking artifacts are effectively reduced.

Availability of data and materials

Not applicable.

Abbreviations

CT:

Computed tomography

FBP:

Filtered backprojection

NPE:

Negative pixel energy

TV:

Total variation

References

  1. Curry TI, Dowdey JE, Murray RC Jr (1990) Christensen’s physics of diagnostic radiology, 4th edn. Lea & Febiger, Philadelphia, pp 61–69

    Google Scholar 

  2. Boas FE, Fleischmann D (2011) Evaluation of two iterative techniques for reducing metal artifacts in computed tomography. Radiology 259(3):894–902. https://doi.org/10.1148/radiol.11101782

    Article  Google Scholar 

  3. Barrett JF, Keat N (2004) Artifacts in CT: recognition and avoidance. RadioGraphics 24(6):1679–1691. https://doi.org/10.1148/rg.246045065

    Article  Google Scholar 

  4. Matsumoto K, Jinzaki M, Tanami Y, Ueno A, Yamada M, Kuribayashi S (2011) Virtual monochromatic spectral imaging with fast kilovoltage switching: improved image quality as compared with that obtained with conventional 120-kVp CT. Radiology 259(1):257–262. https://doi.org/10.1148/radiol.11100978

    Article  Google Scholar 

  5. Medoff BP, Brody WR, Nassi M, Macovski A (1983) Iterative convolution backprojection algorithms for image reconstruction from limited data. J Opt Soc Amer 73(11):1493–1500. https://doi.org/10.1364/JOSA.73.001493

    Article  Google Scholar 

  6. Wang G, Snyder DL, O’Sullivan JA, Vannier MW (1996) Iterative deblurring for CT metal artifact reduction. IEEE Trans Med Imag 15(5):657–664. https://doi.org/10.1109/42.538943

    Article  Google Scholar 

  7. Wang G, Vannier MW, Cheng CP (1999) Iterative X-ray cone-beam tomography for metal artifact reduction and local region reconstruction. Microsc Microanal 5(1):58–65. https://doi.org/10.1017/S1431927699000057

    Article  Google Scholar 

  8. Wang G, Frei T, Vannier MW (2000) Fast iterative algorithm for metal artifact reduction in X-ray CT. Acad Radiol 7(8):607–614. https://doi.org/10.1016/S1076-6332(00)80576-0

    Article  Google Scholar 

  9. August J, Kanade T (2004) Fast streaking artifact reduction in CT using constrained optimization in metal masks. In: Barillot C, Haynor DR, Hellier P (eds) Medical image computing and computer-assisted intervention - MICCAI 2004, 7th international conference, Saint-Malo, France, September 26–29, 2004. Springer, Heidelberg, pp 1044–1045. https://doi.org/10.1007/978-3-540-30136-3_130

    Chapter  Google Scholar 

  10. De Man B (2008) Method and apparatus for the reduction of artifacts in computed tomography images. US patent 7444010, 28 Oct 2008

    Google Scholar 

  11. Luzhbin D, Wu J (2020) Model image-based metal artifact reduction for computed tomography. J Digit Imag 33(1):71–82. https://doi.org/10.1007/s10278-019-00210-6

    Article  Google Scholar 

  12. Kubo Y, Ito K, Sone M, Nagasawa H, Onishi Y, Umakoshi N, et al (2020) Diagnostic value of model-based iterative reconstruction combined with a metal artifact reduction algorithm during CT of the oral cavity. Amer J Neuroradiol 41(11):2132–2138. https://doi.org/10.3174/ajnr.A6767

  13. Liu JJ, Watt-Smith SR, Smith SM (2005) Metal artifact reduction for CT based on sinusoidal description. J X-Ray Sci Technol 13(2):85–96

    Google Scholar 

  14. Gu JW, Zhang L, Yu GQ, Xing YX, Chen ZQ (2006) X-ray CT metal artifacts reduction through curvature based sinogram inpainting. J X-Ray Sci Technol 14(2):73–82

    Google Scholar 

  15. Zhang YB, Zhang LF, Zhu XR, Lee AK, Chambers M, Dong L (2007) Reducing metal artifacts in cone-beam CT images by preprocessing projection data. Int J Radiat Oncol Biol Phys 67(3):924–932. https://doi.org/10.1016/j.ijrobp.2006.09.045

    Article  Google Scholar 

  16. Joemai RMS, De Bruin PW, Veldkamp WJH, Geleijns J (2012) Metal artifact reduction for CT: development, implementation, and clinical comparison of a generic and a scanner-specific technique. Med Phys 39(2):1125–1132. https://doi.org/10.1118/1.3679863

    Article  Google Scholar 

  17. Kratz B, Weyers I, Buzug TM (2012) A fully 3D approach for metal artifact reduction in computed tomography. Med Phys 39(11):7042–7054. https://doi.org/10.1118/1.4762289

    Article  Google Scholar 

  18. Yu LF, Li H, Mueller J, Kofler J, Liu X, Primak AN et al (2009) Metal artifact reduction from reformatted projections for hip prostheses in multislice helical computed tomography: techniques and initial clinical results. Investig Radiol 44(11):691–696. https://doi.org/10.1097/RLI.0b013e3181b0a2f9

    Article  Google Scholar 

  19. Yu HY, Zeng K, Bharkhada DK, Wang G, Madsen MT, Saba O, et al (2007) A segmentation-based method for metal artifact reduction. Acad Radiol 14(4):495–504. https://doi.org/10.1016/j.acra.2006.12.015

  20. Karimi S, Cosman P, Wald C, Martz H (2012) Segmentation of artifacts and anatomy in CT metal artifact reduction. Med Phys 39(10):5857–5868. https://doi.org/10.1118/1.4749931

    Article  Google Scholar 

  21. Xue H, Zhang L, Xiao YS, Chen ZQ, Xing YX (2009) Metal artifact reduction in dual energy CT by sinogram segmentation based on active contour model and TV inpainting. In: Abstracts of the 2009 IEEE nuclear science symposium conference record, IEEE, Orlando, 24 Oct-1 Nov 2009

    Google Scholar 

  22. Zhang Y, Pu YF, Hu JR, Liu Y, Zhou JL (2011) A new CT metal artifacts reduction algorithm based on fractional-order sinogram inpainting. J X-Ray Sci Technol 19(3):373–384. https://doi.org/10.3233/XST-2011-0300

    Article  Google Scholar 

  23. Zhang XM, Lei X (2013) Sequentially reweighted TV minimization for CT metal artifact reduction. Med Phys 40(7):071907. https://doi.org/10.1118/1.4811129

    Article  Google Scholar 

  24. Manhart M, Psychogios M, Amelung N, Knauth M, Rohkohl C (2017) Improved metal artifact reduction via image quality metric optimization. In: abstracts of the 14th international meeting on fully 3D image reconstruction in radiology and nuclear medicine, Xi’an, China, 19-23 June 2017

    Google Scholar 

  25. Zeng GL (2020) Projection-domain iteration to estimate unreliable measurements. Vis Comput Ind Biomed Art 3(1):16. https://doi.org/10.1186/s42492-020-00054-w

    Article  Google Scholar 

  26. Zeng GL, Zeng M (2021) Reducing metal artifacts by restricting negative pixels. Vis Comput Ind Biomed Art 4(1):17. https://doi.org/10.1186/s42492-021-00083-z

    Article  Google Scholar 

  27. Calafiore GC, El Ghaoui L (2014) Optimization models. Cambridge University Press, Cambridge. https://doi.org/10.1017/CBO9781107279667

    Book  MATH  Google Scholar 

Download references

Acknowledgements

The Reconstruction Initiative Dataset used in the research related to this publication was generated and provided by Awareness and Localization of Explosives-Related Threats, a Department of Homeland Security Center of Excellence. The views and conclusions contained in this document are those of the authors and should not be interpreted as necessarily representing the official policies, either expressed or implied, of the U.S. Department of Homeland Security. In this paper, we downgrade the spatial resolution of the original data on purpose.

Funding

This research is partially supported by NIH, No. R15EB024283.

Author information

Authors and Affiliations

Authors

Contributions

GLZ is the only author. The author read and approved the final manuscript.

Corresponding author

Correspondence to Gengsheng L. Zeng.

Ethics declarations

Competing interests

The author has any competing interests in the manuscript.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zeng, G.L. A projection-domain iterative algorithm for metal artifact reduction by minimizing the total-variation norm and the negative-pixel energy. Vis. Comput. Ind. Biomed. Art 5, 1 (2022). https://doi.org/10.1186/s42492-021-00094-w

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s42492-021-00094-w

Keywords