Volume Calculation of CT lung Lesions based on Halton Low-discrepancy Sequences
Liansheng Wang, Shusheng Li, Shuo Li

TL;DR
This paper introduces a novel volume calculation method for CT lung lesions using Halton low-discrepancy sequences, improving accuracy and efficiency without 3D reconstruction, and demonstrating robustness across various lesion sizes.
Contribution
The study presents a new approach employing Halton sequences for direct volume estimation of lung lesions, reducing complexity and enhancing accuracy over existing methods.
Findings
Achieves higher accuracy than traditional methods
Reduces computational complexity and improves efficiency
Demonstrates robustness across different lesion sizes
Abstract
Volume calculation from the Computed Tomography (CT) lung lesions data is a significant parameter for clinical diagnosis. The volume is widely used to assess the severity of the lung nodules and track its progression, however, the accuracy and efficiency of previous studies are not well achieved for clinical uses. It remains to be a challenging task due to its tight attachment to the lung wall, inhomogeneous background noises and large variations in sizes and shape. In this paper, we employ Halton low-discrepancy sequences to calculate the volume of the lung lesions. The proposed method directly compute the volume without the procedure of three-dimension (3D) model reconstruction and surface triangulation, which significantly improves the efficiency and reduces the complexity. The main steps of the proposed method are: (1) generate a certain number of random points in each slice using…
| Dataset | True Volume | LSTK (-0.5) | MC (10000) | Ours (10000) |
|---|---|---|---|---|
| Cube | 512.000 | 516.356(0.85%) | 510.732(0.25%) | 512.790(0.15%) |
| Cuboid | 231.000 | 232.898(0.82%) | 230.177(0.36%) | 230.788(0.09%) |
| Cylinder | 424.115 | 427.033(0.69%) | 421.189(0.69%) | 425.106(0.23%) |
| Dataset | True Volume | LSTK (-0.5) | MC (10000) | Ours (10000) |
|---|---|---|---|---|
| Small(case1) | 425.182 | 432.334(1.68%) | 417.224(1.87%) | 419.995(1.22%) |
| Small(case2) | 1417.62 | 1433.16(1.10%) | 1436.13(1.31%) | 1415.85(0.13%) |
| Small(case3) | 1533.52 | 1551.76(1.19%) | 1505.83(1.81%) | 1537.21(0.24%) |
| Medium(case4) | 3444.63 | 3489.74(1.31%) | 3518.6(2.15%) | 3415.86(0.84%) |
| Medium(case5) | 5234.59 | 5305.19(1.35%) | 5165.49(1.32%) | 5186.13(0.93%) |
| Medium(case6) | 6820.19 | 6898.35(1.15%) | 6836.36(0.24%) | 6782.16(0.56%) |
| Large(case7) | 9277.13 | 9352.53(0.81%) | 9296.87(0.21%) | 9260.66(0.18%) |
| Large(case8) | 9415.15 | 9533.36(1.26%) | 9179.48(2.50%) | 9338.65(0.81%) |
| Large(case9) | 13634.1 | 13758.1(0.91%) | 13635.1(0.01%) | 13577.4(0.42%) |
| Dataset | MC | Ours | Ratio |
|---|---|---|---|
| Cylinder | 350 | 100 | 3.2 |
| Cuboid | 720 | 100 | 7.2 |
| Cube | 590 | 100 | 5.9 |
| Small(case1) | 1040 | 120 | 8.7 |
| Small(case2) | 6680 | 160 | 41.8 |
| Small(case3) | 420 | 260 | 1.6 |
| Medium(case4) | 1100 | 330 | 3.3 |
| Medium(case5) | 370 | 170 | 2.2 |
| Medium(case6) | 1350 | 110 | 12.3 |
| Large(case7) | 8610 | 110 | 78.3 |
| Large(case8) | 9110 | 10 | 911 |
| Large(case9) | 230 | 110 | 2.1 |
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Radiomics and Machine Learning in Medical Imaging · Advanced Numerical Analysis Techniques
\authorinfo
Further author information: (Send correspondence to Liansheng Wang)
Liansheng Wang: E-mail: [email protected]
Volume Calculation of CT lung Lesions based on Halton Low-discrepancy Sequences
Liansheng Wang
Department of Computer Science, Xiamen University, Xiamen, China
Shusheng Li
Department of Computer Science, Xiamen University, Xiamen, China
Shuo Li
Dept. of Medical Imaging, Schulich School of Medicine and Dentistry, University of Western Ontario, Canada
Abstract
Volume calculation from the Computed Tomography (CT) lung lesions data is a significant parameter for clinical diagnosis. The volume is widely used to assess the severity of the lung nodules and track its progression, however, the accuracy and efficiency of previous studies are not well achieved for clinical uses. It remains to be a challenging task due to its tight attachment to the lung wall, inhomogeneous background noises and large variations in sizes and shape.
In this paper, we employ Halton low-discrepancy sequences to calculate the volume of the lung lesions. The proposed method directly compute the volume without the procedure of three-dimension (3D) model reconstruction and surface triangulation, which significantly improves the efficiency and reduces the complexity. The main steps of the proposed method are: (1) generate a certain number of random points in each slice using Halton low-discrepancy sequences and calculate the lesion area of each slice through the proportion; (2) obtain the volume by integrating the areas in the sagittal direction. In order to evaluate our proposed method, the experiments were conducted on the sufficient data sets with different size of lung lesions. With the uniform distribution of random points, our proposed method achieves more accurate results compared with other methods, which demonstrates the robustness and accuracy for the volume calculation of CT lung lesions. In addition, our proposed method is easy to follow and can be extensively applied to other applications, e.g., volume calculation of liver tumor, atrial wall aneurysm, etc.
keywords:
volume calculation, lung lesions, CT
1 Purpose
Volume calculation of lung lesions from Computed Tomography (CT) images plays a vital role in the evaluation of the level of lung disease. An efficient and accuracy method for volume measurement can provide reliable information for clinical diagnosis, which helps doctors to evaluate the state of patients and make appropriate therapies. Furthermore, doctors can estimate the timeliness and treatment effect of drugs with the help of the volume of lung lesions [1].
However, many previous studies about the volume calculation for lesions tissue or organ from CT or MRI images are based on the diameters of lung lesions which roughly expresses the size, or based on 3D model reconstruction and surface triangulation which are not efficient and sometimes fail to build a perfect 3D model due to the high complexity of medical images [2].
Monte Carlo method (MC) is very useful tool for physical and mathematical problems, especially in optimization, numerical integration [3]. Quasi-Monte Carlo methods (qMC) (also called low-discrepancy sequences), which were proposed to generate random points with better uniformity and lower discrepancy, are often considered as a replacement of MC. Some qMC methods have already been used for computing the volume [4].
In this paper, to accurately and directly calculate the volume of lung lesions, we introduce the low-discrepancy sequences to compute volume. In our study, the Halton low-discrepancy sequences are generated to calculate the area of each CT slice and the volume are obtained by accumulating these slices’ area with a smooth formula. Experiments are conducted to evaluate our method compared with other methods.
2 Method
MC method is a simple and efficient numerical method based on random sampling. However, in [5], Davies et al. pointed out that MC method is subject to errors and in particular all parts of space can not guarantee the equal sampling. Therefore, the sequence of Monte Carlo is not entirely uniform and it may lead to inaccuracy results. Fig 1(a) illustrates the distribution of pseudorandom number tends to be lumped.
To generate more uniform sequences, low-discrepancy sequences are proposed. Compared with MC method, quasi-Monte Carlo method solves numerical problems using low-discrepancy sequences. The distribution of the Halton sequence is more uniformly as shown in Fig 1(b). Low-discrepancy sequences also have lower statistical errors. Low-discrepancy sequences have theoretical error bound O(N^{-1}$$(logN)^{D}) compared with pseudorandom sequences O() [5], where is the number of samples and denotes the dimensions. In this paper, we employ Halton sequences to generate quasi-random numbers. The Halton sequences are constructed according to a deterministic method that uses a prime number as its base. The sequence is implemented easily and has a very uniform distribution on low dimension.
Lesion Segmentation and Volume Calculation. Our previous segmentation work [6] is introduced to obtain the segmented results. The procedure of volume calculation has five steps: (1) building reference coordinate system in every slice of CT scanning image; (2) generating a certain number of random points in each slice using Halton low-discrepancy sequences; (3) finding out the number of random points who are inside the lung lesion region; (4) calculating the area () of the lung lesion region for each slice by the proportion of random points to all random points, the area can be calculated by where means the number of points inside the lung lesion, represents the number of all points generated, and is the area of each slice; and (5) calculating the volume of lung lesion using the formula of the frustum model as: , where and define the areas of lesions in the th slice and the th slice, and denotes the slice thickness. Fig 2 illustrates the random points generated by Halton sequence in 3D in the CT lung scans.
3 Experimental Results
In this section, experiments are conducted on two kinds of CT data sets. The data was acquired at the 174 Hospital’s CT room in Xiamen. The first data set is regular model, including cube, cuboid, and cylinder. See 3 for an illustration of the parameters of regular models, and we can calculate volumes of each model easily. Next, the CT scan data of each model was obtained using CT scanner in the CT room. And then the data can be used on our experiment. Table 1 shows volumes of three regular models, which obviously demonstrates the result of three methods compared with ground truth volume. It has also shown that our method provides more accurate and precise results.
The second data set is manual tumor delineation of different size of lung lesions. Therefore, the data sets are divided into three groups: small, medium and large lung lesions. Each group has three data sets. The ground truth of each data set is provided by the experienced doctors who manually tag the CT lesion in each slice. The binary image of each slice is got using two value ( standing for background and indicating the lung lesion). This can guarantee the accurate segmentation of the lung lesion at the most extent. In order to evaluate our method, our results are compared with the Monte Carlo method and the method named LSTK using a discretized version of the divergence theorem described by Alyassin et al.[7]. Our experiments were run in Visual Studio 2010 using MicroSoft Windows 8.1 platform on a CPU of Intel 3.50GHz core i3-4150 with 4GB of RAM. In our proposed method, the dimension was set as to generate columns of low-discrepancy value and we chose the first and the fifth column (dimension) of the sequences.
We define the relative error as the evaluation criteria by the following formula:
[TABLE]
Table 3 shows the results of volume calculation and its corresponding relative errors for all methods. It is demonstrated that the results of LSTK have a lower accuracy and MC method’s results is unstable. However, our method achieve more accurate results greatly closed to the true volume at most cases and more stable than MC method.
We also analyze the accuracy of volume calculation when increase the random points for the MC method and our proposed method. Fig. 4 illustrates the results of obtained of three regular models, the relative error versus the number of points used for volume measurement using the logs to base 10. For each graph, the theoretical error is plotted, which is compared to the actual relative error using our method. In the Fig. 5, we compare the two methods among the three typical cases.
As is shown in the Fig. 4 and Fig. 5. It is illustrated that our proposed method has lower relative errors in all cases compared with MC method. Because for our method, fewer number of points is supposed to achieve a given accuracy.
Comparing the MC method and ours, the graph above give a distinct analysis. Taking a different look, Table 3 shows the relative efficiency three regular models and nine cases for the two method. To achieve 1% accuracy, the number of points approximately needed is shown in the table, and the ratio of MC method and our method is computed.
4 Discussion and Conclusion
In this study, the Halton low-discrepancy sequence is applied to calculate the volume for CT lung lesions. Compared with LSTK, the proposed method can calculate volume without reconstructing 3D model of lung lesions and surface triangulating. The proposed method can also generate more uniform random points compared with MC method. The experimental results are demonstrated that our proposed method can achieve more accurate results compared with LSTK and MC method and more stable than MC method.
In our near future study, we will improve the random points selection strategy for volume calculation since the more number of points selected, the more time costs in calculation.
Acknowledgement
This work was supported by National Natural Science Foundation of China (Grant No. 61671399, 61327001), Research Fund for the Doctoral Program of Higher Education (20130121120045) and by the Fundamental Research Funds for the Central Universities (20720150110).
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] Wang, Z., Salah, M. B., Gu, B., Islam, A., Goela, A., and Li, S., “Direct estimation of cardiac biventricular volumes with an adapted bayesian formulation.,” IEEE Transactions on Biomedical Engineering 61 (4), 1251–1260 (2014).
- 2[2] Punithakumar, K., Ben, A. I., Ross, I. G., Islam, A., Chong, J., and Li, S., “Detection of left ventricular motion abnormality via information measures and bayesian filtering.,” IEEE Transactions on Information Technology in Biomedicine 14 (4), 1106–1113 (2010).
- 3[3] Afshin, M., Ben, A. I., Punithakumar, K., Law, M., Islam, A., Goela, A., Peters, T., and Li, S., “Regional assessment of cardiac left ventricular myocardial function via mri statistical features.,” IEEE Transactions on Medical Imaging 33 (2), 481 (2014).
- 4[4] Zhen, X., Wang, Z., Islam, A., Bhaduri, M., Chan, I., and Li, S., “Direct estimation of cardiac bi-ventricular volumes with regression forests.,” in [ Medical Image Computing and Computer-Assisted Intervention ], 586–593 (2014).
- 5[5] Davies, T. and Martin, R., “Low-discrepancy sequences for volume properties in solid modelling,” in [ Proceedings of CSG ], 98 , 13, Citeseer (1998).
- 6[6] Wang, L., Lin, H., Huang, X., Wang, B., and Chen, Y., “A 3d segmentation and visualization scheme for solid and non-solid lung lesions based on gaussian filtering regularized level set,” in [ 2014 2nd International Conference on 3D Vision ], 2 , 67–74, IEEE (2014).
- 7[7] Alyassin, A. M., Lancaster, J. L., Downs III, J. H., and Fox, P. T., “Evaluation of new algorithms for the interactive measurement of surface area and volume,” Medical physics 21 (6), 741–752 (1994).
