Oncotarget

Research Papers:

Variable step size methods for solving simultaneous algebraic reconstruction technique (SART)-type CBCT reconstructions

PDF |  HTML  |  How to cite

Oncotarget. 2017; 8:33827-33835. https://doi.org/10.18632/oncotarget.17385

Metrics: PDF 1801 views  |   HTML 2442 views  |   ?  

Heui Chang Lee, Bongyong Song, Jin Sung Kim _, James J. Jung, H.Harold Li, Sasa Mutic and Justin C. Park

Abstract

Heui Chang Lee1,2, Bongyong Song3, Jin Sung Kim4, James J. Jung5, H. Harold Li6, Sasa Mutic6 and Justin C. Park6

1Weldon School of Biomedical Engineering, Purdue University, West Lafayette, Indiana, USA

2J Crayton Pruitt Family Department of Biomedical Engineering, University of Florida, Gainesville, Florida, USA

3Department of Radiation Medicine and Applied Sciences, University of California San Diego, La Jolla, California, USA

4Department of Radiation Oncology, Yonsei Cancer Center, Yonsei University College of Medicine, Seoul, Korea

5Department of Radiation Oncology, University of Florida, Gainesville, Florida, USA

6Department of Radiation Oncology, Washington University School of Medicine, St. Louis, Missouri, USA

Correspondence to:

Jin Sung Kim, email: [email protected]

Keywords: SART, weighted least squares, image reconstruction, GPU, IGRT

Received: October 19, 2016     Accepted: March 20, 2017     Published: April 24, 2017

ABSTRACT

Compared to analytical reconstruction by Feldkamp-Davis-Kress (FDK), simultaneous algebraic reconstruction technique (SART) offers a higher degree of flexibility in input measurements and often produces superior quality images. Due to the iterative nature of the algorithm, however, SART requires intense computations which have prevented its use in clinical practice. In this paper, we developed a fast-converging SART-type algorithm and showed its clinical feasibility in CBCT reconstructions. Inspired by the quasi-orthogonal nature of the x-ray projections in CBCT, we implement a simple yet much faster algorithm by computing Barzilai and Borwein step size at each iteration. We applied this variable step-size (VS)-SART algorithm to numerical and physical phantoms as well as cancer patients for reconstruction. By connecting the SART algebraic problem to the statistical weighted least squares problem, we enhanced the reconstruction speed significantly (i.e., less number of iterations). We further accelerated the reconstruction speed of algorithms by using the parallel computing power of GPU.


INTRODUCTION

In recent years, the introduction of cone-beam computed tomography (CBCT) in radiation therapy has enabled precise on-line positioning (and on-line/off-line re-planning) of patients [1, 2]. This is possible due to the wealth of information contained in the three-dimensional (3D)-CBCT images including 1) anatomical information [1, 2], 2) geometrical information [3, 4], and 3) CT numbers for possible dose calculations for treatment verifications and plan re-optimizations [5, 6].

Filtered backprojection (i.e., Feldkamp-Davis-Kress algorithm (FDK) for 3D-CBCT [7]) has been the most widely used reconstruction method, but there has been attempts to improve the quality of image with iterative techniques. Simultaneous algebraic reconstruction technique (SART) proposed by Anderson and Kak [8] had a significant impact in the CT imaging field. Compared to ART [9], SART algorithm showed a major advantage especially when samples were incomplete and noisy. Given the non-negative characteristic of imaging coefficients, SART was proved to converge and the sequence generated by SART was represented as a weighted least squares problem [10]. Several variants of SART such as ordered-subset (OS)-SART [11] have been proposed since then mainly to improve the rate of convergence. These studies employed various step-size computation methods and demonstrated the importance of choosing the step-size for enhancing the rate of convergence and computational complexity per iteration [12, 13]. Since SART is essentially a solution to weighted least squares problem, these step step-size computation methods can be directly applied to SART algorithms. When a sufficient number of projections are available, SART with fast step-size computation will be of favorable choice for image reconstruction.

In this work, we propose a novel variable step-size (VS)-SART algorithm that handles the least squares problem based on the Barzilai and Borwein (BB) formulation [14, 15]. First, VS-SART algorithms were formulated as iterative algorithms for solving the objective function. Then, various step-size computation methods including the BB approach were tested with the Shepp-Logan phantom on the image quality as well as the computational complexity. Reconstructed image quality of CatPhan 600 phantom and pancreatic/prostate cancer patients were also evaluated to ensure the consistency of VS-SART algorithms. We envision that our fast-converging algorithm along with advancements in GPU technology will even further reduce the total CT reconstruction time and minimize the computational burden for real-time applications.

Notations. Matrices are denoted by boldface uppercase letters and vectors are denoted by boldface lowercase letters. For a given matrix A, the i-th column vector is denoted by ai, the j-th row vector is denoted by aj, and the (i, j)-th element is denoted by aij. For a given vector x, the n-th element is denoted by xn. Superscript ()T is used to denote the transpose of a matrix or a vector.

RESULTS

Figure 1 illustrates the image quality of reconstructed Shepp-Logan phantom using Conventional SART, VS-SART-BL, VS-SART-EL, VS-SART-BB, and FDK. From the sinogram of the Shepp-Logan phantom, 180 projections from 360° degree beam angle was sampled for reconstruction. It is seen from the figure that the image quality of all the algorithms are improved as the number of iterations increased. For a given number of iterations, however, VS-SART-BL always outperformed the conventional SART as well as VS-SART-EL and VS-SART-BB always outperformed VS-SART-BL and the conventional SART. There was no visual difference in the image quality of VS-SART-EL and VS-SART-BB. The features of FDK were generally dimmer than SART type algorithms especially at high number of iterations.

Reconstructed Shepp-Logan phantom images using Conventional SART (α = 1.2), VS-SART-BL, VS-SART-EL, and VS-SART-BB with 10, 20, and 30 iterations.

Figure 1: Reconstructed Shepp-Logan phantom images using Conventional SART (α = 1.2), VS-SART-BL, VS-SART-EL, and VS-SART-BB with 10, 20, and 30 iterations. These images are compared with the original image and a FDK reconstructed image. A total of 180 projections from 360-degree angle (fan-beam geometry) was used for reconstructions.

Figure 2(A) shows the mean-square error (MSE) of the four SART algorithms with increase in number of iterations. All SART algorithms showed a decrease in MSE as they iterate more loops. As seen in Figure 1, VS-SART-BL showed a faster decrease in MSE than the conventional SART. Likewise, VS-SART-EL and VS-SART-BB showed even faster decrease in MSE than VS-SART-BL. VS-SART-EL and VS-SART-BB presented spiky MSE curve since they choose step sizes that are highly adaptive at each iteration. VS-SART-BB did not monotonically decrease the MSE, however, provided the best performance especially with lower number of iterations. Figure 2(B) shows line profiles of the Shepp-Logan phantom with 20 iterations. In line with the above-mentioned characteristics, VS-SART-BL performed better than the conventional SART, as well as VS-SART-EL and VS-SART-BB performed better than VS-SART-BL. At 20 iterations, VS-SART-EL and VS-SART-BB were able to follow along the features of the ground truth image with very minimal error. Only VS-SART-EL and VS-SART-BB had lower MSE than FDK, however, features presented in line profiles showed that the contrast ratio of FDK was very poor.

Figure 2:

Figure 2: (A) MSE of the four algorithms as a function of number of iterations and (B) Line profiles of the midline of the Shepp-Logan phantom image with the four SART algorithms. For conventional SART α = 1.2. Results of FDK is also presented for comparison. 180 projections were used with 20 iterations.

Table 1 demonstrates the computational complexities of the four SART algorithms. The number of forward and backward projections can be derived from the formulations presented in the method section of this paper. In terms of computational complexity per iteration, VS-SART-BL and VS-SART-EL were similar and the conventional SART and VS-SART-BB were similar, which were reflected to the actual processing time per iteration. Figure 1 showed that 20 iterations of VS-SART-EL and VS-SART-BB provided close to converged images, which is approximately 2 minutes for VS-SART-BB. Note that these numbers only represent the efficiency of each algorithm per iteration, but does not take into account the efficiency of each algorithm as a whole (e.g., does not consider the rate of convergence per iteration). To compare algorithms in a fair manner, we should limit the number of iterations of each algorithm for a given amount of time.

Table 1: Computational complexities of the four SART type algorithms. 180 projections from the Shepp-Logan phantom

Algorithm

# forward projection(s)

# backward projection(s)

Step size computation

Time/Iteration (Sec)

Conventional SART

1

1

None

6.047

VS-SART-BL

2

1

Armijo Line Search

10.187

VS-SART-EL

2

1

Vector Operation

10.083

VS-SART-BB

1

1

Vector Operation

7.032

Figure 3 shows the reconstructed CatPhan 600 images of the four SART algorithms in a given time of approximately 230 seconds. Since VS-SART-BL and VS-SART-EL were slower than the conventional SART and VS-SART-BB, they were only able to run approximately 20 iterations while the other two algorithms run 40 iterations. Note the quality of the conventional SART is not any greater than VS-SART-BL or VS-SART-EL although it iterated roughly twice more than the two algorithms. VS-SART-BB clearly provided the best image quality in the given timeframe. As can be also seen from Figure 4, the image quality of VS-SART-BB outperforms the FDK algorithm in terms of artifacts that is shown at FDK as the resultant of beam hardening. Although VS-SART-BB has similar convergence rate compared to VS-SART-EL, its computational complexity is superior than VS-SART-EL, and hence it is why we see such a result. One drawback of the BB algorithm is its non-monotonic nature in reducing the cost function as seen in Figure 2(A). However, with a sufficiently high number of iterations to ensure convergence this is of a minor issue.

Reconstructed CatPhan 600 phantom images using the four SART algorithms.

Figure 3: Reconstructed CatPhan 600 phantom images using the four SART algorithms. The number of iterations for each algorithm was set to not exceed 230 seconds.

Figure 4:

Figure 4: Reconstruction images of pancreatic (A), (B) and prostate (C), (D) cancer patient treated under radiation therapy. (A), (C) FDK, (B), (D) VS-SART-BB. A total of 655 x-ray projections were acquired in half-fan mode.

DISCUSSION

We can rank order the performance of the four SART type algorithms compared in this study to be: VS-SART-BB>VS-SART-EL>VS-SART-BL>Conventional SART. With the conventional SART, the major pitfall of using a constant step size α(i) is that it is not convergence proofed and often requires too many iterations to acquire a good image quality. VS-SART-BL ensures convergence with faster rate than the conventional SART as it employs an adaptive step size α(i), however, still converges relatively slowly than VS-SART-EL and VS-SART-BB. This is because testing for Armijo inequality does not equate testing whether the step size is optimum. The Armijo inequality only oversees the step size to be within a reasonable range so that the solution can converge. By contrast, VS-SART-EL and VS-SART-BB look for an optimum step size and thus are much faster than VS-SART-BL. VS-SART-EL, as seen with its formulation, uses the first derivative of f(x(i)+αp(i)) respect to α(i) to find an optimum α(i) by leveraging the quadratic characteristic. This step requires two projections to be performed per iteration. VS-SART-BB, however, requires only one projection per iteration, rendering the processing time to be twice faster than VS-SART-EL. This is a significant reduction in time, or a significant increase in number of iterations if times were set equal.

It is worth mentioning that the modern iterative reconstruction methods utilizing sparsifying transforms (e.g., L1 norm or TV) have the advantage of reducing the imaging dose. With the introduction of a regularization parameter, those algorithms are specifically suited when only few number of x-ray projections are available. However, the regularization operator that suppresses noise is also applied to anatomical features that need to be preserved. Thus, there is always a tradeoff between noise suppression and resolution preservation. Studies have indicated that a sufficient number of projections are required to reconstruct images with minimal streak artifacts for subtle anatomy [16]. This means that SART, which does not use the regularization term, is better a choice for higher number of projections considering the computational burden of regularization.

Overall, SART type algorithms benefit from an iterative process, in the sense that noise (i.e., mainly streak artifacts) is significantly reduced compared to the FDK algorithm. This enables SART algorithms to utilize fewer number of projections than FDK while still acquiring a reasonably good image quality for real-time applications. Even though we have set x(0)=0 in our study for easier comparison, x(0) can be initialized with FDK and even fewer number of iterations would be needed to produce a well reconstructed image. As presented in Figure 2, FDK initialized SART algorithms converge rapidly within approximately 10 iterations.

There are several challenges associated with practical implementation of SART algorithms, one of them being imaging organs with motion. 4D-CBCT reconstruction algorithm would need to factor in time domain into its cost function. Rather than independently reconstructing 3D-CBCT in series, use of correlative information would benefit the reconstruction process. However, complexity would be the main obstacle and a modified algorithm that is computationally efficient and robust to motion artifacts will need to be devised.

CONCLUSION

We have evaluated the image quality and computational complexity of several SART type algorithms for CBCT reconstruction. Using the Shepp-Logan phantom and CatPhan 600 phantom, we identified the slow convergence nature of the conventional SART algorithm. VS-SART-BB which adopts the efficient Barzilai-Borwein method for calculating the step size showed its superior performance over the conventional SART, VS-SART-BL, and VS-SART-EL. Using a GPU, we obtained high quality reconstructed images of Shepp-Logan phantom using 180 CBCT projections with less than 20 iterations within 2 minutes. Its enhanced computational cost allows for more iterations to be performed in a given time. We anticipate that our GPU friendly version of VS-SART-BB algorithm has the potential to handle CBCT reconstructions in a clinically feasible timeframe.

MATERIALS AND METHODS

Conventional SART

An iterative image reconstruction technique takes either an algebraic approach or a statistical approach. Algebraic CBCT reconstruction algorithms formulate the following algebraic equations using the X-ray projection data and solve them using iterative techniques:

Axb=0(1)

where xRN denotes the unknown CBCT volume image, ARM×N denotes the forward projection matrix (i.e., Radon transform operator), and bRM is the measured projections data. The well-known SART method solves (1) by conducting the iterations given by [8, 17]

xn(i+1)=xn(i)α(i)1a+nm=1Mam,nam+(amx(i)bm) for all 1 ≤ n ≤ N(2)

where xn(i) denotes the n-th element x at iteration i, 0<α(i)<2 is a relaxation parameter, am,n is the (m, n)-th element of A, a+n=m=1Mam,n and am+=n=1Nam,n.

On the other hand, the statistical method takes a statistical estimation that considers the noisy nature of X-ray projections. This results in the following weighted least squares problem

minx0  Axb W2=minx0 (Axb)TW(Axb).(3)

whose weight matrix W can be determined by various weighting strategies proposed in the past [18, 19]. This equation can be solved with various types of non-linear optimization algorithms.

We show that the SART algorithm (2) is essentially an iterative algorithm for solving the following weighted least squares problem [10]:

minx0f(x)=minx0 (Axb)TWr1(Axb)(4)

where Wr is an M×M diagonal matrix whose m-th diagonal element is the m-th row sum (am+) of the forward projection matrix A. To see this, we first stack the equations in (2) together and succinctly express as

x(i+1)=x(i)α(i)Wc1ATWr1(Ax(i)b)(5)

where Wc is an N×N diagonal matrix whose n-th diagonal element is the n-th row sum (an+) of the backward projection matrix AT. If we ignore Wc1 for now, it can be easily seen that (5) is essentially a gradient descent algorithm for solving (4) as the gradient of f(x) is computed as

f(x)=ATWr1(Axb).(6)

This further implies that eq. (5) is simply a variant of a gradient descent algorithm that employs

s(i)Wc1f(x(i))(7)

to a descent direction1 to solve (4), demonstrating the equivalence of the algebraic SART-type approach and the statistical weighted least squares approach.

1 Weighted gradient (by positive weights) produces a descent direction.

This connection motivates us to interpret the SART relaxation parameter { α(i) } as the step-size of a gradient descent iteration. The conventional SART method that chooses a constant α(i)=α (0<α<2)   i can be considered as a constant step size gradient descent algorithm.

VS-SART-BL

We now present the variable step size SART-type (VS-SART) algorithms that choose different α(i)’s to accelerate the convergence of the SART-type algorithms. For the rest of the paper, we consider the projected SART descent direction p(i) given by

pn(i)=sn(i)     if sn(i)0 or xn(i)0pn(i)=0        otherwise.(8)

to effectively incorporate the non-negativity constraint in (4).

We begin with considering two conventional approaches for selecting α(i). The first approach is a backtracking line search method (VS-SART-BL). Let p(i) denote the search direction at iteration i. The algorithm finds the largest α{ αmax,βαmax,β2αmax,... } that satisfies the Armijo condition given by

f(x(i)αp(i))f(x(i))σαf(x(i))Tp(i)(9)

where β(0,1) and σ(0,12). Once the proper α(i) is found, eq. (5) becomes

x(i+1)=[ x(i)αBL(i)p(i) ]+(10)

where [ x ]+max(x,0) is used to incorporate the non-negativity constraint in problem (4). Regarding the complexity, it can be easily seen that just one projection operation is sufficient to find α(i). As inequality (9) is equivalent to

α2||Wr12Ap(i)||222α(p(i))Tf(x(i))+σαf(x(i))Tp(i)0,(11)

the initial check requires the computationally expensive projection once to compute Ap(i) to compute the first term. By storing the matrix and vector multiplication results, one can complete the subsequent checks with only scalar multiplications, greatly simplifying the backtracking line search.

VS-SART-EL

The second approach, an exact line search (VS-SART-EL), leverages the quadratic nature of f(x) and computes the step size that minimizes f(x(i)αp(i)) given by [20]

α(i)=(p(i))Tf(x(i))||Wr12Ap(i)||22(12)

and the VS-SART-EL iteration becomes

x(i+1)=[ x(i)αEL(i)d(i) ]+(13)

where d(i)Wcp(i). Note d(i) is used instead of p(i) as (12) is valid in the absence of Wc1. Similar to VS-SART-BL, VS-SART-EL requires one projection operation to compute the denominator in (12), indicating that their computational complexity is in the same order.

VS-SART-BB

In this paper, we further investigate the geometric structure of the problems (3) and (4) and propose a step-size determination method for exploiting that structure. The n-th column of matrix A represents the backprojection operation from different detector pixels to the n-th voxel. As illustrated in Figure 5, two different voxels (xi and xj) are backprojected from different sets of detector pixels. Therefore, ai and aj have disjoint sets of non-zero positions, resulting in aiTaj=0. This orthogonal relationship holds for predominant cases (i.e., unless two voxels are adjacent to each other and backprojected by one or more same detector pixels), and suggests that AT and A are quasi-orthogonal. Therefore, the Hessian matrices in (3) and (4), ATA and ATWr1A, can also be approximated by a diagonal matrix. Based on this observation, we propose to use the Barzilai-Borwein method (VS-SART-BB) to determine the step size [14, 15, 21, 22]]. Let IN denote the N×N identity matrix. The Barzilai-Borwein method approximates the Hessian at iteration i by H=η(i)IN and finds the scalar η(i)to approximate the true Hessian by approximately solving the Secant condition in the quasi-Newton method as

p(i)p(i1)η(i)(x(i)x(i1))(14)

(or d(i)d(i1)η(i)(x(i)x(i1)))

The least squares solution is given by

η(i)=(x(i)x(i1))T(p(i)p(i1)) x(i)x(i1) 22.(15)

(or η(i)=(x(i)x(i1))T(d(i)d(i1)) x(i)x(i1) 22)

Reconstructed images as a function of number-of-projections and number-of-iterations.

Figure 5: Reconstructed images as a function of number-of-projections and number-of-iterations. The window and level were kept the same for all images.

Then, once η(i) is calculated, the VS-SART-BB iteration is given by

x(i+1)=[ x(i)(η(i))1p(i) ]+.(16)

(or, equivalently, x(i+1)=[ x(i)(η(i))1d(i) ]+)

As η(1) is arbitrary, we set η(1)=αEL(1) in this paper. Note that some surprising super-linear convergence results are reported in [14] and its convergence for quadratic functions is proved in [21, 22].

The theoretical advantage of VS-SART-BB over VS-SART-BL and VS-SART-EL is that eq. (15) does not require any computationally expensive projection operation, indicating less computations in each operation. Moreover, for a given number of iterations, the aforementioned geometric structure of problems (3) and (4) motivates us to investigate whether even faster convergence can be achieved with VS-SART-BB.

In order to effectively handle the large dimension of the iterative CBCT reconstruction problem, all algorithms are implemented using a parallel processing hardware and the associated reconstruction time is recorded. In addition to Intel CoreTM i7 CPU with 2.68 GHz clock speed, and 12.0 GB DDR3 RAM on a 64-bit Vista OS, we used a single GTX 295 card (NVIDIA, Santa Clara, CA) that consists of 480 processing cores with 1.24 GHz clock speed and 1,792 MB memory. The most computationally intensive forward and backward projection operations are implemented using the GPU in CUDA C/C++ programming (NVIDIA, Santa Clara, CA). Computational tasks involving Radon transform were parallelized including the forward projection A, backward projection AT, and vector operations such as p(i) and Axb. Each detector pixel of A was assigned to one GPU thread. Then, the image voxels along the path between the source and the detector were summed independently for each detector pixel. For AT, each image voxels were assigned to a GPU thread. Vector operations were implemented in a similar fashion.

We applied SART algorithms to Shepp-Logan numerical phantom, CatPhan 600 physical phantom (The Phantom Laboratory, Salem, NY), and pancreatic and prostate cancer patient using TrueBeamTM system (Varian Medical Systems, Palo Alto, CA) from a 360° beam angle. The imager has 1024×768 detector pixels of size 0.388×0.388 mm2. In this paper, we downsampled this to 512×384 pixels of size 0.776×0.776 mm2 for reconstruction. The reconstruction volume of 512×512×70 voxels, each of dimension 0.49×0.49×0.2 mm3, is vectorized to construct X.

Author contributions

All of the authors have participated in the design, execution and analysis of this work and have approved the final version of the manuscript.

CONFLICTS OF INTEREST

There is no conflicts of interest

FUNDING

This work was supported by Ministry of Science, ICT and Future Planning, Korea through the R&D program of NRF-2015M3A9E2067001.

REFERENCES

1. Jaffray DA. Emergent technologies for 3-dimensional image-guided radiation delivery. Semin Radiat Oncol. 2005; 15: 208-16. doi: 10.1016/j.semradonc.2005.01.003.

2. Jaffray DA, Siewerdsen JH, Wong JW, Martinez AA. Flat-panel cone-beam computed tomography for image-guided radiation therapy. Int J Radiat Oncol Biol Phys. 2002; 53: 1337-49. doi: 10.1016/S0360-3016(02)02884-5.

3. Park JC, Park SH, Kim JH, Yoon SM, Kim SS, Kim JS, Liu Z, Watkins T, Song WY. Four-dimensional cone-beam computed tomography and digital tomosynthesis reconstructions using respiratory signals extracted from transcutaneously inserted metal markers for liver SBRT. Medical Physics. 2011; 38: 1028-36. doi: 10.1118/1.3544369.

4. Song W, Schaly B, Bauman G, Battista J, Van Dyk J. Image-guided adaptive radiation therapy (IGART): Radiobiological and dose escalation considerations for localized carcinoma of the prostate. Medical Physics. 2005; 32: 2193-203. doi: 10.1118/1.1935775.

5. Hatton J, McCurdy B, Greer PB. Cone beam computerized tomography: the effect of calibration of the Hounsfield unit number to electron density on dose calculation accuracy for adaptive radiation therapy. Physics in medicine and biology. 2009; 54: N329. doi: 10.1088/0031-9155/54/15/N01.

6. Yoo S, Yin FF. Dosimetric feasibility of cone-beam CT-based treatment planning compared to CT-based treatment planning. Int J Radiat Oncol Biol Phys. 2006; 66: 1553-61. doi: 10.1016/j.ijrobp.2006.08.031.

7. Feldkamp LA, Davis LC, Kress JW. Practical Cone-Beam Algorithm. Journal of the Optical Society of America a-Optics Image Science and Vision. 1984; 1: 612-9. doi: 10.1364/Josaa.1.000612.

8. Andersen AH, Kak AC. Simultaneous algebraic reconstruction technique (SART): a superior implementation of the ART algorithm. Ultrasonic imaging. 1984; 6: 81-94. doi: 10.1177/016173468400600107.

9. Gordon R, Bender R, Herman GT. Algebraic reconstruction techniques (ART) for three-dimensional electron microscopy and X-ray photography. Journal of theoretical Biology. 1970; 29: 471IN1477-476IN2481. doi: 10.1016/0022-5193(70)90109-8.

10. Jiang M, Wang G. Convergence of the simultaneous algebraic reconstruction technique (SART). IEEE Transactions on Image Processing. 2003; 12: 957-61. doi: 10.1109/Tip.2003.815295.

11. Hudson HM, Larkin RS. Accelerated Image-Reconstruction Using Ordered Subsets of Projection Data. Ieee Transactions on Medical Imaging. 1994; 13: 601-9. doi: 10.1109/42.363108.

12. Park JC, Song B, Kim JS, Park SH, Kim HK, Liu Z, Suh TS, Song WY. Fast compressed sensing-based CBCT reconstruction using Barzilai-Borwein formulation for application to on-line IGRT. Med Phys. 2012; 39: 1207-17. doi: 10.1118/1.3679865.

13. Song B, Park JC, Song WY. A low-complexity 2-point step size gradient projection method with selective function evaluations for smoothed total variation based CBCT reconstructions. Phys Med Biol. 2014; 59: 6565-82. doi: 10.1088/0031-9155/59/21/6565.

14. Barzilai J, Borwein JM. Two-point step size gradient methods. IMA Journal of Numerical Analysis. 1988; 8: 141-8. doi: 10.1093/imanum/8.1.141

15. Figueiredo MAT, Nowak RD, Wright SJ. Gradient Projection for Sparse Reconstruction: Application to Compressed Sensing and Other Inverse Problems. Ieee Journal of Selected Topics in Signal Processing. 2007; 1: 586-97. doi: 10.1109/Jstsp.2007.910281.

16. Tang J, Nett BE, Chen GH. Performance comparison between total variation (TV)-based compressed sensing and statistical iterative reconstruction algorithms. Physics in medicine and biology. 2009; 54: 5781. doi: 10.1088/0031-9155/54/19/008.

17. Wang G, Jiang M. Ordered-subset simultaneous algebraic reconstruction techniques (OS-SART). Journal of X-ray Science and Technology. 2004; 12: 169-77.

18. Fessler JA. Penalized weighted least-squares image reconstruction for positron emission tomography. IEEE Transactions on Medical Imaging. 1994; 13: 290-300. doi: 10.1109/42.293921.

19. Sukovic P, Clinthorne NH. Penalized weighted least-squares image reconstruction for dual energy X-ray transmission tomography. IEEE transactions on medical imaging. 2000; 19: 1075-81. doi: 10.1109/42.896783.

20. Luenberger DG, Ye Y. (1984). Linear and nonlinear programming: Springer.

21. Dai Y. (1999). LZ Liao R-linear convergence of the Barzilai and Borwein gradient method. Technical Report AMSS 1999-081, Academy of Mathematics and Systems Sciences, Beijing, China.

22. Raydan M. On the Barzilai and Borwein choice of steplength for the gradient method. IMA Journal of Numerical Analysis. 1993; 13: 321-6. doi: 10.1093/imanum/13.3.321.


Creative Commons License All site content, except where otherwise noted, is licensed under a Creative Commons Attribution 4.0 License.
PII: 17385