Literature DB >> 28744477

Primal-dual approach to optical tomography with discretized path integral with efficient formulations.

Bingzhi Yuan1, Toru Tamaki1, Bisser Raytchev1, Kazufumi Kaneda1.   

Abstract

We propose an efficient optical tomography with discretized path integral. We first introduce the primal-dual approach to solve the inverse problem formulated as a constraint optimization problem. Next, we develop efficient formulations for computing Jacobian and Hessian of the cost function of the constraint nonlinear optimization problem. Numerical experiments show that the proposed formulation is faster ([Formula: see text]) than the previous work with the log-barrier interior point method ([Formula: see text]) for the Shepp-Logan phantom with a grid size of [Formula: see text], while keeping the quality of the estimation results (root-mean-square error increasing by up to 12%).

Entities:  

Keywords:  multiple scattering; optical tomography; path integral; primal-dual interior point method

Year:  2017        PMID: 28744477      PMCID: PMC5516095          DOI: 10.1117/1.JMI.4.3.033501

Source DB:  PubMed          Journal:  J Med Imaging (Bellingham)        ISSN: 2329-4302


Introduction

Optical tomography is a technique for reconstructing inside an object by illuminating it with a light probe and observing the light penetrating through the object. In contrast to x-ray computed tomography, which uses x-rays instead of light, safer tomographic methods are demanded and scattering optical tomography methods are recently attracting computer vision researchers’ attention. We investigate a recently proposed optical tomography with discretized path integral.,, Their method takes advantages of the path integral formulation and formulates the inverse problem of optical tomography as a constraint nonlinear least squared optimization problem. This method benefits from various optimization techniques, which is not the case for voting, or genetic algorithms. They solved the constraint optimization problem by using the log-barrier (LB) interior point method with inner loops of Newton method and quasi-Newton method. They have shown that optical tomography with discretized path integral produces better estimation results compared to a standard diffuse optical tomography (DOT), however, its high computation cost is a problem for further development. In this paper, we propose two contributions to tackle the problem. First, we introduce the primal-dual (PD) approach to solve the constraint optimization because it is known that the PD interior point method is more efficient than the LB method. Second, we propose new formulations of equations. The main bottle-neck of the previous approaches,, is Jacobian and Hessian which are computationally demanding as the number of paths increases. Our new formulations are equivalent to the previous ones, but much more efficient. Numerical simulations show that the proposed approach accelerates the estimation by a factor of 100. (Conference versions of this paper were presented., This paper extends those versions with the extended description of the PD approach and the efficient formulations, and additional experiments with optimized codes with comparisons.) There exists a number of acceleration methods for tomographic reconstruction; such as dimension reduction, power acceleration, and, most importantly, graphic processing units (GPUs). GPUs have been used for accelerating a forward problem and forward and backward projections. In addition, thanks to the recent progress of general-purpose computing on GPUs, GPUs have become popular for speeding up iterative computations for solving compressive sensing formulations and large linear systems., We have not implemented the proposed approach with any GPUs in this paper, however, the use of GPUs would be beneficial for the proposed formulations because computing a Jacobian matrix can be further accelerated. In the following, we briefly summarize the constraint problem to be solved in Sec. 2. Then in Sec. 3, we develop the PD method to solve the problem by taking into account the structure of the problem. In Sec. 4, we derive new efficient formulations to compute Jacobian and Hessian, with comparisons to and discussions of the previous formulations. We show simulation results in Sec. 5 to show the improvement of the proposed method in terms of computation cost.

Preliminary

In this section, we briefly review the formulation of optical tomography with a discretized path integral. Details can be found in Ref. 15. We are interested in estimating the extinction coefficients of each voxel in a two-dimensional (2-D) medium as shown in Fig. 1. Extinction coefficients represent how much light attenuates at each point. We follow the 2-D layer model, that is, we assume the following layer scattering with the following properties. Suppose that the 2-D medium has a layered structure and is discretized into voxels of an grid; it has layers of voxels. Therefore, the problem is to estimate extinction coefficients of each voxel in the grid.
Fig. 1

2-D layered model of scattering. This example of a grid shows a path consisting of vertices located at the centers of voxels in a grid with parallel layers. is a light source located on the top surface, and is a detector at the bottom.

2-D layered model of scattering. This example of a grid shows a path consisting of vertices located at the centers of voxels in a grid with parallel layers. is a light source located on the top surface, and is a detector at the bottom. With this layered medium, we use an observation model of the light transport between a light source and a detector: emitting light to each of the voxels at the top layer and capturing light from each voxel from the bottom layer (see Fig. 2). More specifically, the light source point is located on the boundary of the top surface of the voxels in the top layer. The detector point is located on the boundary of the bottom surface of the voxels in the bottom layer. Then, forward scattering happens layer by layer; light is scattered at the center of a voxel in a layer and goes to the center of a voxel in the next (below) layer. By connecting the centers of voxels of each layer, we have a path of light scattering connecting the light source and the detector. Let and be voxel indices of the light source and detector locations, respectively. By restricting the light paths only to those connecting and , the observed light by the detector is the sum of contributions of all paths connecting and . This is written as follows: where is a vector to be estimated, and each element is the extinction coefficient of a voxel, as shown Fig. 2. Vector represents a complete path connecting and , and each element is the length of the part of the path segment passing through the corresponding voxel. Factor encodes scattering coefficients and the phase function, is the intensity of the light source, and is the number of paths connecting and . Parameters , , , are given and fixed. The problem is to estimate based on observations .
Fig. 2

An example of a path in a grid. The path is one of paths that connect locations and . The grid is serialized to vector , and also to vector separately, but in a consistent order. These vectors are used to represent the exponential attenuation of light along the path by inner product followed by the exponential function as in Eq. (3).

An example of a path in a grid. The path is one of paths that connect locations and . The grid is serialized to vector , and also to vector separately, but in a consistent order. These vectors are used to represent the exponential attenuation of light along the path by inner product followed by the exponential function as in Eq. (3). By changing positions of the light source and the detector , we obtain a set of observations , resulting in the following nonlinear least squares problem under box constraints for extinction coefficients to be positive where is the cost function and and are lower and upper bounds, respectively. The box constraints are due to the nature of the extinction coefficient being positive (i.e., ) and the numerical stability of excluding unrealistic large values.

Primal-Dual Interior Point Method of the Inverse Problem

Here, we develop a PD interior point method to solve the inverse problem [Eq. (2)]. It is an inequality constraint optimization with box constraints, which is straightforward in applying a standard PD method. However, we can use the structure of the box constraints, hence, we derive an efficient algorithm by using the problem structure.

Primal-Dual Method

We first rewrite the inequality constraint problem to an equivalent problem with equality constraints with slack variables as follows: where is a vector of the box constraints Here, is the ’th constraint, and is a vector of ones. The Lagrangian of the above problem is where is a vector of Lagrangian multipliers or dual variables. The KKT conditions of Eq. (4) with duality gap is written as where , and Here, is an identity matrix. To solve the system of the KKT conditions by using Newton’s method, we have the following system of equations: where and is the Hessian of the Lagrangian.

Solving the System Efficiently

The matrix in Eq. (9) is of the size , which is sparse but large and computationally expensive to solve. We, therefore, develop an efficient way to solve the system by using the problem structure. First, the system is explicitly written as follows: Substituting the last equation into the second one yields and we add both sides to the first equation to obtain Here, we define and , where is the Hadamard (element-wise) product, and is a vector of element-wise reciprocals of . Then, we have By exploiting the structure of matrix and defining to split a vector into two parts corresponding to lower and upper bound constraints, we have Similarly, we define to simplify as and then Now, the solution is given by which involves the inversion of the size .

Update Variables

Once , , and are obtained, we then estimate the step length to update the parameters. The maximum of the step lengths is given by the following rule: with used (for example, ). This prevents variables and from approaching the lower boundary. Next, we perform the backtracking line search to estimate acceptable step lengths and . To this end, we use the following exact merit function with : and make a sufficient decrease requirement where denotes the directional derivative of in the direction . The step lengths and are found in the ranges and so that Eq. (20) is satisfied. Then, the parameters , , and are updated as Once the following error function is smaller than a given threshold, the PD interior point method stops Algorithm 1 summarizes the PD interior point method developed above. Note that the Hessian can be approximated as at each iteration by the quasi-Newton method, instead of the full Hessian used by Newton’s method. We will compare Newton’s method and the quasi-Newton method in the section of experiments.
Algorithm 1

Primal-dual interior point with line search.

Data:μ>0, σ(0,1), εTOL>0, εμ, η(0,1), k=0.
Input: A feasible initial estimates σt, s>0, and z>0.
Input:B0=I // Only for quasi-Newton
Result: Estimates of σt
1 repeat
2 repeat // inner loop
3  Compute the decent direction p=(pσ,ps,pz)
4  Compute the step lengths αs and αz
5  Update σt, s, z
6  Update the approximation Bk // Only for quasi-Newton
7  Set kk+1
8 untilE(σtk,sk,zk;μ)εμ;
9 μσμ
10 εμμ
11 untilE(σtk,sk,zk;0)εTOL;
Primal-dual interior point with line search.

Efficient Formulations

The most computationally intensive part of the PD algorithm shown above is the computation of Hessians for Newton’s method and Jacobians for Newton’s and quasi-Newton methods. We propose here efficient formulations of Hessian and Jacobian of the problem, whose computational cost is much smaller than naive formulations used in the previous approaches. First, we show the naive and old formulations of Hessian and Jacobian, then introduce our new formulations, followed by discussions on computational cost.

Previous Old Formulations for Inverse Problem

Here, we show how the previous approaches,, do. We call these the old formulations.

Jacobian: old formulation

Remember that the objective function to be minimized is The gradient of is given as follows by taking the derivative of the objective function: To simplify the equation, the following notations are introduced: Now, and the gradient are rewritten as follows: where stands for the sum over the elements of the container [Eq. (26)] of vectors, and denotes the tensor product.

Hessian: old formulation

We define the following notations: where stands for the ’th element of . Now, the second-order derivate of can be represented as follows: where each element is given by

Proposed New Efficient Formulation

The problem of the previous old formulations of Jacobian and Hessian shown above is the computation cost increasing as the number of paths increases. As discussed later, the computation cost is on average. The idea of the proposed formulation is to explore the property of the exponential function and its derivative in the problem. As shown below, the computation cost can be reduced to on average.

Jacobian: new formulation

First, we rewrite the cost function as follows: where is a residual Now we use the chain rule of differentiation, and we have where Here, we define [Note that this is not the same as the one defined in the previous approaches above, which is a structure used in MATLAB codes to store . Here, is an matrix.] which has vectors of dimension , and is a coefficient vector. Therefore,

Discussion

Suppose that the expectation of the number of paths is . Then, the computations for the proposed new formulation of Jacobian above are: multiplications for , additions for , multiplications and additions for because there are vectors of dimension , for each and . In total, it takes operations to compute elements of the Jacobian or operations per element. Contrary, for each and , the previous old formulation Eq. (28) needs: multiplications for , multiplications for because there are vectors of dimension , additions for , for the first term, and multiplications for , additions for computing because there are vectors of dimension , multiplications for , additions for , for the second term. In total, it takes operations to compute elements of the Jacobian, or operations per element. The difference is mainly caused by the second term of Eq. (28). In summary, the proposed new formulation has the cost of operations per element, whereas the previous old formulation has the cost of operations per element. Table 1 summarizes the discussion above.
Table 1

Comparison of the new and old formulations for computing the Jacobian.

TermsNewOld
EijHijO(N¯)O(N)
EijTHijO(N) 
Dij(EijHij)O(N¯NM) 
(EijHij)Dij O(N¯NM)
sum[(EijHij)Dij] O(NNM)
(EijHij)(EijHij)T O(N2)
Dij˜ O(N2NM)
[(EijHij)(EijHij)T]Dij˜ O(N2NM)
sum{[(EijHij)(EijHij)T]Dij˜} O(N¯2NM)
Per elementO(NN2)O(N¯2N2)
Comparison of the new and old formulations for computing the Jacobian.

Hessian: new formulation

In the same manner, we can derive the Hessian as follows. From the Jacobian we obtain the Hessian by using the chain rule of differentiation where Now, the Hessian can be written as follows: Note that should not be expanded as because it involves a large matrix , which is computationally intensive to compute. By reusing and computed for the Jacobian, the new formulation of Hessian needs: multiplications for , multiplications for , multiplications for , for each and . In total, it takes operations to compute elements of the Hessian or operations per element. Contrarily, for each element, the previous formulation [Eq. (32)] needs: multiplications for , multiplications and the sum for , multiplications for , multiplications and the sum for , additions for the sums of and . In total, it takes operations to compute a single element of the Hessian. In summary, the proposed new formulation has the cost of operations per element, whereas the previous old formulation has the cost of operations per element. Table 2 summarizes the discussion above.
Table 2

Comparison of the new and old formulations for computing the Hessian.

TermsNewOld
Dij(EijHij)[Dij(EijHij)]TO(N2M2) 
Dijdiag(EijHij)O(N¯NM) 
Dijdiag(EijHij)DijTO(N¯N2M2) 
(EijHijβijxβijy) O(N)
(EijHij)(EijHij)T O(N¯2)
(EijHij)(EijHij)Tγijxγijy O(N2)
Sums of i, j O(N2N2)
Per elementO(N¯N2)O(N2N¯2)
Comparison of the new and old formulations for computing the Hessian.

Numerical Simulation

In this section, we report the results obtained by simulations using the proposed method by comparing PD and LB interior point methods, as well as old and new formulations of Jacobian and Hessian. Since the mathematical model we used to describe the light transport in the forward problem is exactly the same as the model in the previous work, we use the same setup as follows. For the 2-D layered medium, the grid size was set to with square voxels of size 1 (mm), i.e., the medium is . The values of the extinction coefficients are set between 1.05 and 1.55 (), and the lower and upper bounds ( and ) are set to be 1.0 and 2.0 (), respectively. Values of the initial guess are 1.001 for all elements of , as well as and . Parameters used in Algorithm 1 are set as , , , and .

Estimation Quality

The ground truth and the estimated results are shown in Fig. 3. The matrix plots in the top row of this figure represent five different media (a)–(e) used for the simulation, which were also used in the previous work. Note that the medium e is the Shepp–Logan phantom. Each voxel is shaded in gray according to the values of the extinction coefficients.
Fig. 3

Numerical simulation results for five media (a)–(e) in a grid of . Darker shades of gray represent larger values of extinction coefficients (more light is absorbed at the voxel). The bars on the side show extinction coefficient values in gray scale. The first row shows ground truth for five different types of media used for the simulation. The following rows show the estimated results for different combinations of LB or PD methods, old or new formulas, and Newton’s or quasi-Newton methods.

Numerical simulation results for five media (a)–(e) in a grid of . Darker shades of gray represent larger values of extinction coefficients (more light is absorbed at the voxel). The bars on the side show extinction coefficient values in gray scale. The first row shows ground truth for five different types of media used for the simulation. The following rows show the estimated results for different combinations of LB or PD methods, old or new formulas, and Newton’s or quasi-Newton methods. Numerical simulation results for five media (a)–(e) in a grid of . Darker shades of gray represent larger values of extinction coefficients (more light is absorbed at the voxel). The bars on the side show extinction coefficient values in gray scale. The first row shows ground truth for five different types of media used for the simulation. The following rows show the estimated results for different combinations of LB or PD methods, old or new formulas, and Newton’s or quasi-Newton methods. Results of the previous work and DOT are shown as baselines in the last three rows. The following rows show the estimated results of different combinations of LB or PD methods, old or new formulas, and Newton’s or quasi-Newton methods. The proposed method is PD-new-Newton/quasi-Newton; that is, the PD method with Newton’s or quasi-Newton method by using the proposed new formulation. The row LB-old-quasi-Newton corresponds to the previous work that uses the LB method with the quasi-Newton method by using the old formulation, and the row LB-old-Newton corresponds to another prior work. As we can see, the results of different combinations almost look the same for each of the five media. This observation is also validated by the root-mean-square error (RMSE) shown in Table 3. The RMSE values of all combinations are more or less the same, while some variations appear due to the different update rules between Newton’s and quasi-Newton methods, and different stopping conditions between LB and PD methods.
Table 3

RMSEs and computation time for the numerical simulations for five different types of media (a)–(e) with grid size of , for different combinations of LB or PD methods, old or new formulas, and Newton’s or quasi-Newton methods. Each computation time shows the mean and standard deviation of 10 trials, except the combinations of “old-Newton.” Note that RMSE values are exactly the same for 10 trials. Results of DOT methods are shown for comparison.

 abcde
RMSELB-new-Newton0.0084220.0126430.0145940.0212460.052511
LB-new-quasi-Newton0.0086460.0124780.0144440.0203750.049811
LB-old-Newton0.0084220.0126430.0145940.0212460.052420
LB-old-quasi-Newton0.0086460.0124780.0144440.0203750.049818
PD-new-Newton0.0097760.0131900.0144900.0212510.055912
PD-new-quasi-Newton0.0097540.0131840.0145020.0212010.056085
PD-old-Newton0.0097760.0131900.0144900.0212510.055912
PD-old-quasi-Newton0.0097540.0131840.0145020.0212010.056084
DOT (GN, Laplace prior)0.0593390.0629840.0781000.0650010.087094
DOT (GN, NOSER prior)0.0520530.0575150.0754780.0591560.086397
DOT (GN, Tikhonov prior)0.0547290.0561960.0731460.0592840.087659
DOT (PD, TV prior)0.0550470.0592190.0818110.0702630.086107
Computation time (s)LB-new-Newton60.00±4.6057.63±1.4161.90±2.8862.32±1.2293.10±2.46
LB-new-quasi-Newton18.64±0.9017.22±1.0325.32±1.2120.73±1.1032.57±0.58
LB-old-Newton12610012848133831403721577
LB-old-quasi-Newton44.86±1.3342.58±1.1963.75±1.7654.05±2.0491.17±1.48
PD-new-Newton18.73±2.1816.52±0.6717.40±0.9318.28±1.3023.14±1.32
PD-new-quasi-Newton14.44±0.7813.07±0.6140.25±1.0130.77±0.8648.26±1.59
PD-old-Newton56735418582456637547
PD-old-quasi-Newton75.67±1.3467.18±1.38203.42±3.42155.69±2.67248.05±4.86
DOT (GN, Laplace prior)0.34±0.040.41±0.040.40±0.030.40±0.040.40±0.03
DOT (GN, NOSER prior)0.52±0.040.52±0.050.53±0.050.50±0.010.52±0.03
DOT (GN, Tikhonov prior)0.29±0.010.29±0.020.30±0.030.29±0.010.29±0.02
DOT (PD, TV prior)2.67±0.072.68±0.062.67±0.072.64±0.052.66±0.07
RMSEs and computation time for the numerical simulations for five different types of media (a)–(e) with grid size of , for different combinations of LB or PD methods, old or new formulas, and Newton’s or quasi-Newton methods. Each computation time shows the mean and standard deviation of 10 trials, except the combinations of “old-Newton.” Note that RMSE values are exactly the same for 10 trials. Results of DOT methods are shown for comparison.

Estimation Time

The main goal of this paper is to develop an efficient way to solve the inverse problem. Table 3 shows the computation cost of different combinations. All experiments were performed on a Linux workstation (two Intel Xeon E5-2630 2.4 GHz CPUs, total 16 physical cores, with 256 GB memory). We implemented the method in MATLAB R2017a and did not explicitly use the parallel computation toolbox of MATLAB except the Hessian computation of LB/PD-old-Newton due to its slow computation. Parallel matrix multiplications are, however, automatically performed on MATLAB. Table 3 shows the computation time for different computations in seconds. We report the average and standard deviation of 10 trials, except the cases of LB/PD-old-Newton which show the processing time of a single trial. For any combination, our proposed new formulation is much faster than the old formulation. The uses of Newton’s method greatly benefit from the efficient Hessian computation and the computation time reduces more than a factor of 100. However, the new formulation does not help to reduce the computation cost of quasi-Newton methods and the reduction is a factor of just 2 or 3. This is due to the fact that the quasi-Newton method needs gradient vectors, and its computation is of the order (the number of voxels) and it is not so large in terms of the total computation cost. In contrast, Hessian computation in the Newton’s method is of the size , which is quite large compared to the gradient. Our new formulation is, therefore, better when the Newton method is used. With the quasi-Newton method, the PD approach seems to be comparable to the LB method. By comparing rows LB/PD-new-quasi-Newton, LB is faster than PD for denser media (c), (d), and (e). This might be caused by the different ways of approximations by the quasi-Newton method. For the LB method, the gradient is modified by the approximated Hessian. For the PD method, however, the approximated Hessian is used in the matrix to be solved, resulting in an update rule of regularized by diagonal elements of in Eq. (17). Except the simplest medium (a), the fast combination is PD-new-Newton, which is proposed in this paper. This is due to the fast convergence of Newton’s method compared to the quasi-Newton method, and also the fact that the PD method needs fewer iterations than the LB method. The qualities of results are almost the same as discussed above, then PD-new-Newton is the best when the working memory is enough for storing the Hessian. Otherwise, LB/PD-new-quasi-Newton is better to be used.

Comparison

We compare our methods to a standard DOT implemented in the Electrical Impedance Tomography and Diffuse Optical Tomography Reconstruction Software (EIDORS)., in the same setting as the previous work: medium of size with the five media (a)–(e). For solving DOT by EIDORS, we used triangle elements. For boundary conditions, we placed 48 light sources and detectors at the same intervals around the medium. We used some different solvers and priors; Gauss–Newton method with Laplace, NOSER, and Tikhonov priors, and PD method with total variation prior. Due to the diffusion approximation of DOT, the results in Fig. 4 for DOT with the Gauss–Newton method are blurred, and those for DOT with PD have a tendency of overestimating the high-coefficient value areas. In contrast, the results of PD-new-Newton (and other combinations in Fig. 3) are clearer and sharper for all combinations. This observation is also validated by the RMSE shown in Table 3. The RMSE values of PD-new-Newton are smaller than the values of DOT for all five media.
Fig. 4

Numerical simulation results for five media (a)–(e) in a grid of . Darker shades of gray represent larger values of extinction coefficients (more light is absorbed at the voxel). The bars on the side show extinction coefficient values in gray scale. The first row shows ground truth for five different types of media used for the simulation. The following rows show the estimated results for different combinations of LB or PD methods, old or new formulas, and Newton’s or quasi-Newton methods. Results of the previous work and DOT are shown as baselines in the last three rows.

The obvious drawback of PD-new-Newton is its high computation cost. It is slower by a factor of 10 compared to DOT with the PD method and a factor of 100 to DOT with the Gauss–Newton method. A large part of the computation cost comes from the computation of Hessian and Jacobian, which depends on the number of paths . Further reduction of computation cost is left for our future work.

Conclusion

In this paper, we have proposed a PD approach to optical tomography with a discretized path integral and also efficient formulation for computing Hessian and Jacobian. Numerical simulation examples with 2-D layered media are shown to demonstrate that the proposed method, called PD-new-Newton in the experiments, performed faster than the previous work (LB-old-quasi-Newton) while the estimated extinction coefficients of both methods were comparable. Compared to DOT, the proposed method worked slower but produced better estimation results in terms of RMSE.
  15 in total

1.  Optical tomography with discretized path integral.

Authors:  Bingzhi Yuan; Toru Tamaki; Takahiro Kushida; Yasuhiro Mukaigawa; Hiroyuki Kubo; Bisser Raytchev; Kazufumi Kaneda
Journal:  J Med Imaging (Bellingham)       Date:  2015-08-13

2.  Uses and abuses of EIDORS: an extensible software base for EIT.

Authors:  Andy Adler; William R B Lionheart
Journal:  Physiol Meas       Date:  2006-04-18       Impact factor: 2.833

3.  Electrical impedance tomography: regularized imaging and contrast detection.

Authors:  A Adler; R Guardo
Journal:  IEEE Trans Med Imaging       Date:  1996       Impact factor: 10.048

Review 4.  GPU computing in medical physics: a review.

Authors:  Guillem Pratx; Lei Xing
Journal:  Med Phys       Date:  2011-05       Impact factor: 4.071

Review 5.  Optical imaging in medicine: II. Modelling and reconstruction.

Authors:  S R Arridge; J C Hebden
Journal:  Phys Med Biol       Date:  1997-05       Impact factor: 3.609

6.  Acceleration of dynamic fluorescence molecular tomography with principal component analysis.

Authors:  Guanglei Zhang; Wei He; Huangsheng Pu; Fei Liu; Maomao Chen; Jing Bai; Jianwen Luo
Journal:  Biomed Opt Express       Date:  2015-05-08       Impact factor: 3.732

7.  GPU-Accelerated Forward and Back-Projections with Spatially Varying Kernels for 3D DIRECT TOF PET Reconstruction.

Authors:  S Ha; S Matej; M Ispiryan; K Mueller
Journal:  IEEE Trans Nucl Sci       Date:  2013-02       Impact factor: 1.679

8.  GPU-accelerated iterative reconstruction from Compton scattered data using a matched pair of conic projector and backprojector.

Authors:  Van-Giang Nguyen; Soo-Jin Lee
Journal:  Comput Methods Programs Biomed       Date:  2016-04-13       Impact factor: 5.428

9.  A distributed multi-GPU system for high speed electron microscopic tomographic reconstruction.

Authors:  Shawn Q Zheng; Eric Branlund; Bettina Kesthelyi; Michael B Braunfeld; Yifan Cheng; John W Sedat; David A Agard
Journal:  Ultramicroscopy       Date:  2011-04-01       Impact factor: 2.689

10.  GPU-Accelerated Finite Element Method for Modelling Light Transport in Diffuse Optical Tomography.

Authors:  Martin Schweiger
Journal:  Int J Biomed Imaging       Date:  2011-10-16
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.