Introduction
Neutron computed tomography (NCT) is a nondestructive testing technique that can accurately and rapidly detect the internal structure of a samples [1-3]. NCT has been extensively used in a variety of domains, including porous media, biology, special nuclear materials, and archaeology [4-10], because of its strong neutron penetration into thick metals. Equipment for X-ray and neutron imaging has substantially improved with the rapid advancement in electronic information technology. Advanced imaging instruments and high-quality image processing algorithms continue to be explored and applied to 3D tomography and sample visualization, such as the large-area 3He tube array detector used for China spallation neutrons [11]. Owing to the strong penetration of neutrons, in some special cases, they can be used as a complement to X-ray CT to provide better imaging results. NCT begins by rotating a test object to obtain neutron projection images at different angles, followed by processing the projection images using reconstruction algorithms to obtain 2D or 3D tomographic images [12-13]. Additionally, machine learning is an emerging research tool that has seen a gradual increase in its use in radiation imaging and image processing, and has led to many innovations and advances in nuclear energy science and nuclear technology [14].
Neutron sources produce neutron beams, and are commonly used in fields such as materials research, neutron photography, and nuclear physics. Neutron sources can be divided into accelerator- and reactor-driven neutron sources. Several nations and international organizations are working to promote the construction and development of neutron source facilities such as accelerator-driven compact neutron sources, owing to the significance of neutron photography and neutron sources in scientific research and engineering applications [15-19]. Neutron source types range from radioactive to large neutron sources. The neutron sources used in NCT systems are generally of low intensity, with neutron fluxes ranging from 105 to 1010 n/cm2 [20]. Because of the low neutron flux, the time required for a single projection scan is relatively long, which leads to low-quality neutron projection data. Therefore, improving the quality of neutron imaging is a major research topic in NCT. There are two general approaches for improving the quality of neutron tomography imaging. The first is to shorten the time required for a single scan by increasing the strength of the neutron source, which is difficult to achieve. The second method enhances the quality of NCT-recovered images by employing effective image-reconstruction algorithms. The primary algorithms used in NCT systems are analytical and iterative. The analysis algorithm requires complete projection data to reconstruct a high-quality image; therefore, it cannot be applied to sparse reconstruction. Since iterative reconstruction can embed a priori information, it is promising for applications in sparse reconstruction. The iterative algorithms include ART [21], SIRT [22], and SART [23]. The development of the compressive sensing theory has led to the successful application of total variance (TV)-based algebraic iterative reconstruction algorithms for CT reconstruction. To reduce noise and effectively preserve edge and structure detail information, Rudin proposed a denoising model using the total variance as a rule constraint, which has excellent results in preserving edges [24]. Several studies have proposed including directional TV [25], anisotropic TV [26], edge-preserving TV [27], and weighted TV [28].
The TV-based denoising algorithm performs the same function for different regions of an image. Although this method can effectively remove noise, it inevitably considers a part of the image detail information as the object of the noise reduction process, which is an important feature that we focus on when processing images. Therefore, it is important to protect detailed image information during image denoising. In recent years, through an in-depth study of the governing partial differential equations (PDEs), it has been found that the anisotropic diffusion model can solve this problem to a certain extent, and its adaptive smoothing function can be smoothed to different degrees according to different image features to preserve the edge details based on retaining image noise reduction information. The PDE-based anisotropic diffusion model can reduce noise by enhancing diffusion in the flat regions of the image, and can also be utilized to reduce diffusion at the edges of the image to preserve edge detail information. This is due to the fact that the PDE-based image processing method smooths only the parallel edges of the projection data and not the vertical edges, thus preserving the main features of the image while reducing noise and smoothing the image. The projection data obtained in the NCT system exhibited a high level of noise, which had a direct impact on the quality of the reconstructed image. Recently, several studies have been conducted on the use of anisotropic diffusion filters for image manipulation. In 1990, Perona and Malik first used the gradient as an edge detector to derive each anisotropic diffusion model, merging diffusion sparsity into the filtering process such that it diffused in the smooth region and stopped diffusing in the edge region [29]. You and Kaveh [30] proposed a fourth-order partial differential model using the Laplace algorithm to describe the image smoothing map, which eliminates the "step effect" of the second-order partial differential model, but the noise reduction efficiency required further improvement. Baxi and Feng [31] proposed a fractional-order variational model to improve noise reduction efficiency. Alvarez et al. [32] introduced a mean curvature equation of motion for anisotropic diffusion that considers the directional information of the edges and varies only in the direction of the minimum gradient, and not in the direction of the maximum gradient during the diffusion process. Thus, the image is smoothed only in an orientation parallel to the edge. Although there are many anisotropic diffusion noise reduction methods, all of them have diffusion strengths that use gradient information to effectively detect edges. Therefore, when the edge is heavily contaminated by noise, these methods may not be able to detect the edges and preserve the other features protected by that edge. This requires a more sophisticated diffusion-based noise-reduction model than edge detection.
Therefore, in this study, we propose an efficient 3D reconstruction algorithm for NCT that extends the 2D anisotropic diffusion filter to 3D applications of NCT imaging. Our primary goal is to eliminate noise and artifacts that appear in sparse-view projection reconstruction. To achieve this goal, we propose the ordered subset simultaneous algebraic reconstruction technique (OS-SART) anisotropic diffusion filtering (ADF) algorithm based on the analysis of traditional image filtering algorithms, which uses the OS-SART algorithm for image reconstruction and applies an anisotropic diffusion filter to remove image noise in the reconstruction process while preserving the structural information of the image edges.
Algorithms
TV algorithm
Rudin, Osher, and Fetamin proposed an ROF model using the L1 parameterization of the image gradient as regularization [24]. The model uses TV regularization to minimize the total variance and improve the image quality. The ROF model uses the L1 norm in the minimization process, which maintains the nonlinear characteristics of the image and thus allows more image edge structures to be retained. The expression for this model is as follows:
Split Bregman solved total variation (SBTV)
The Bregman distance [33], also known as the Bregman scatter, between two points u and v, is defined by the following equation:
In the optimization problem, the Bregman distance is introduced as a regularization term. The Bregman iterative regularization method can be expressed using the imaging principle formula as follows:
The Bregman iterative method comprises Eq. (4) and Eq. (5). Eq. (4) optimizes the subproblem, and Eq. (5) updates the search direction of the iterative solution. However, owing to the difficulty of the subgradient calculation, the two equations above are only warped according to the nature of recursion. Therefore, Bregman’s iterative method is obtained in a simplified form [34] as
When used to reconstruct NCT images, the reconstruction algorithm did not provide satisfactory reconstruction results. Therefore, the image must be preprocessed, and generally good results are achieved using the denoising TV method. The objective function of image denoising using the split-Bregman method is expressed as follows:
Solving Eq. (7) using the split Bregman method transforms the problem into three easily solvable subproblems. Therefore, transforming Eq. (7) into a constrained problem, it can be expressed as:
As we have observed, the split Bregman approach differentiates the problem by separating the L1 part. We applied the Gauss-Seidel method [35] to solve f in a simpler manner, as follows:
Additionally, since the parts of
3D Anisotropic diffusion filtering algorithms (3D-ADF)
Sun et al. extended two-dimensional anisotropic diffusion filtering to three dimensions and proposed a three-dimensional anisotropic diffusion filtering algorithm that can retain image edge structure information, as well as perform denoising [37].
In the algorithm proposed by Tang, c(x) is expressed as follows:
The equation for the diffusion coefficient of 3D anisotropic diffusion is
These algorithms not only remove noise, but also retain more information about the image edge structure.
In order to solve Eq. (17), it was discretized, and the discrete expression of the 3D anisotropic diffusion is obtained as in Eq. (18):
OS-SART algorithm
The OS-SART algorithm is a variant of the SART algorithm. By repeatedly breaking up the projection data into ordered subgroups for each subset, the computing efficiency of SART is increased. At each iteration, the algorithm reconstructs a subset of the image based on the corresponding projected subset. This procedure was repeated for each subgroup, and the results were combined to create a final reconstructed image. By using ordered subsets, OS-SART creates a tradeoff between the computation time and image quality. It provides faster reconstruction speeds than conventional SART, while still achieving better image quality. By varying the number of subsets and iterations, the equilibrium between the reconstruction speed and image accuracy can be regulated. The formula is given by the equation below:
Proposed algorithm
Based on the OS-SART image reconstruction and 3D ADF image processing algorithms, we presented a sparse reconstruction algorithm (OS-SART-ADF) for NCT. The algorithm comprises two loops: the outer loop employs OS-SART for image reconstruction, and the inner loop employs ADF for image denoising.
Experimental
Quantitative Evaluation Index
The correlation coefficient (CC) is a commonly used metric in image evaluation that utilizes the covariance between the pixel values of two images to measure the correlation between them using the following formula:
The mean structural similarity (MSSIM) was used to measure the structural similarity between two images. This takes into account information such as contrast, brightness, and structure of the image to provide a more comprehensive evaluation.
Brightness information:
Contrast information:
Structure Information:
where ε,η represents the reference image and measurement image, separately; uε and uη are the averages of the image, σε and ση are the standard deviations of the image, ζεη is the covariance of the image, and C1, C2, and C3 are constants. Therefore, the MSSIM formula is as follows:
The root mean square error (RMSE) is used to measure the difference between two images; it is a measure of similarity between two images obtained by calculating the difference between their corresponding pixel values.
Here,
The universal quality index (UQI) is an objective metric used to measure the quality of an image, and is calculated by comparing the differences in structure, brightness, and contrast between a reference image and measurement image.
In the above equation, cov denotes the pixel value covariance of the reference and measurement images,
Neutron noise model
Photon statistical noise is a statistical fluctuation in the number of photons received per pixel by the detector owing to the limited number of rays. The photon statistical noise obeys a Poisson distribution and manifests itself as random variations in the image, particularly in low-dose scans. Electronic noise is generated by the detectors and electronics in the CT system and can affect the quality of the image. The electronic noise typically follows a Gaussian distribution. Additionally, a variety of noise is present in PET, MRI, and other imaging systems, and various algorithms and filters must be used in the reconstruction of images from these imaging systems to minimize the effects of noise and retain useful information [38-39]. The following equation can be used in NCT imaging to represent the noise model of the system:
Digital 3D Shepp-Logan Model Experiment
By reconstructing the digital 3D Shepp-Logan model with dimensions of 256×256×256, we compare and assess the performance variances of four algorithms: filtered back-projection (FBP), OS-SART-TV, OS-SART-SBTV, and OS-SART-ADF, by reconstructing the digital 3D Shepp-Logan model of size 256×256×256. A slice image of the 3D Shepp-Logan mode at z=128 is shown in Fig. 1. The three iterative algorithm parameters are specified as follows: OS-SART-TV,
1. | Initialization: f0, et1 |
2. | While |
3. | Step 1: OS-SART reconstruct the image |
4. | for n=1 to NOS-SART do |
5. | |
6. | Step 2: ADF |
7. | while the stop criterion is not met |
8. | |
9. | end |
10. | end |
11. | obtain the final image |
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F001.jpg)
The images produced by the four algorithms for reconstructing the different projection angles are shown in Fig. 2. The findings of all the algorithms show that an increase in the projected angle count significantly improves the smoothness of the reconstructed image and sharpness of the edge structure. When comparing the iterative reconstruction results, the reconstructed image of the FBP algorithm revealed significant artifacts caused by the algorithm’s design defects. By comparison, the images reconstructed using the three iterative algorithms had clearer edge-structure information. From the region of interest in Fig. 2, it is clear that although OS-SART-TV can effectively reduce artifacts, the fine structure of the image is lost more significantly, resulting in the reconstructed image being too smooth. When the number of sparse views is 25, OS-SART-SBTV can also reconstruct clearer structural information of the image, but there is still ambiguity, in contrast to OS-SART-ADF. By comparing the reconstructed images from the different algorithms, it was observed that the OS-SART-ADF algorithm effectively eliminated image noise and clearly reconstructed the edge structure of the image.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F002.jpg)
We compared and analyzed the error images reconstructed using the five algorithms. The difference in pixel values between the original and reconstructed images at the same locations is reflected in the error image; the smaller the difference, the more structural information is included in the reconstructed image. From the error images in Fig. 3, the error image of FBP has the largest difference, indicating that the algorithm reconstructs the image with a large amount of structural feature information lost. In comparison with the analytical FBP algorithm, all these iterative algorithms performed well in removing artifacts and reconstructing the detailed structural information of the image. However, OS-SART-ADF had the least error in the image pixel values, indicating that it reconstructed the most detailed image.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F003.jpg)
The reconstructed image contours of all algorithms are shown in Fig. 4 to provide an in-depth analysis of their reconstruction performance. From left to right, the projected views are 25, 35, and 35+, where 35+ denotes the image reconstructed with the added neutron noise model. The profile lines of the FBP-rebuilt image differ significantly from those of the reconstructed image, as shown in Fig. 4. Although OS-SART-TV and OS-SART-SBTV are superior to FBP, their reconstructed image profiles deviate slightly from the profiles of the reference image. In comparison, OS-SART-ADF reconstructs images whose profiles are most similar to the reference image. These results further demonstrate that OS-SART-ADF is highly appropriate for NCT.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F004.jpg)
The image quality of each algorithm was quantitatively evaluated using four image assessment indices, as shown in Fig. 5. We first analyzed all algorithms that reconstructed the image obtained with noiseless projection data. The image evaluation indices gradually decreased with the reduction in the projection angle according to the three image evaluation metrics CC, MSSIM, and UQI; the change trends of these metrics were identical. From the RMSE metric in Fig. 5, it can be seen that the OS-SART-ADF-reconstructed images had the minimum RMSE values under the same conditions. For instance, the RMSE of the OS-SART-ADF-reconstructed image is 0.0292 when the reconstructed projection view is 25, which demonstrates that the algorithm reconstructs the image with pixel values closest to the original values, and that the reconstructed image has the best quality. From the UQI metric in Fig. 5d, it can be seen that the UQI of all algorithms progressively increases with the number of projection views, which is opposite to the trend of the RMSE. OS-SART-ADF has the highest UQI for reconstructing images under identical conditions compared to all other reconstruction methods, indicating its superior performance. When OS-SART-ADF reconstructed the 25 projection views, the UQI, MSSIM, and CC of the reconstructed image were 0.9877, 0.9878, and 0.9887, respectively. These evaluation metrics of the OS-SART-ADF-reconstructed image were the highest among the three iterative algorithms. Subsequently, we analyzed the reconstructed images containing noisy projection data. It can be observed from the CC, MSSIM, and UQI in Fig. 5 that these metrics are maximized for the OS-SART-ADF algorithm-reconstructed images when the reconstructed projection views are the same, with values of 0.991, 0.9903, and 0.9901, respectively. The RMSE of the OS-SART-ADF-reconstructed images was minimized according to the RMSE in Fig. 5. As a result, when the reconstructed projection angles are the same, OS-SART-ADF has the best quality of reconstructed images, based on an examination of the reconstructed images.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F005.jpg)
3D Industrial Phantom
To further verify the performance of the OS-SART-ADF in real-world situations, we compared the reconstructed images of a 3D industrial model with dimensions of 256 × 256 × 256. A sliced image of the 3D industrial model at z=128 is shown in Fig. 6. By reconstructing the 3D industrial model, we evaluated the ability of each algorithm to retain structural information at the edges of the image.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F006.jpg)
Fig. 7 shows the reconstructed images for each algorithm when reconstructing the 3D industrial model at different projection angles. Depending on the reconstructed results of the algorithm, the larger the projection angle, the clearer the edge structure of the reconstructed image. In contrast to the other algorithms, the reconstructed image of the FBP algorithm is blurred, and the information of the image edge structure is significantly lost. By analyzing the reconstruction results of each algorithm, the OS-SART-TV algorithm reconstructed a more delicate image structure that was excessively smooth. Among these iterative algorithms, OS-SART-ADF reconstructs the image with the clearest edge structure and least noise effect.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F007.jpg)
As shown in Fig. 8, we performed a quantitative analysis of the rebuilt results using the three iterative algorithms. Initially, the reconstructed images for each algorithm were analyzed using noiseless projection data. Fig. 8 shows that the CC, MSSIM, and UQI metrics of all the algorithms progressively increased as the projection angle increased. The three indicators exhibited similar trends. Based on the RMSE metric presented in Fig. 8, the OS-SART-ADF-reconstructed image had the lowest RMSE. For instance, when 25 projection views were reconstructed, the RMSE of OS-SART-ADF was 0.0079, indicating that the reconstructed image from this algorithm was the closest to the real image. As shown in Fig. 8d, the UQI of all algorithms progressively increases with an increase in the number of projected views, which is opposite to the trend of the RMSE. Among all reconstruction algorithms, the OS-SART-ADF-reconstructed images have the highest UQI, which indicates superior performance. For example, the UQI of OS-SART-ADF was 0.9978 when the number of reconstruction angles was 25. Subsequently, we performed a quantitative analysis of the reconstructed images containing noise. The CC, MSSIM, and UQI metrics in Fig. 8 show that the OS-SART-ADF algorithm reconstructed images with the highest metrics when reconstructing the same amount of projection data containing noise. Furthermore, the RMSE metric in Fig. 8 indicates that the reconstructed images of the OS-SART-ADF algorithm had the smallest RMSE value. Thus, a quantitative and intuitive analysis of each algorithm indicates that OS-SART-ADF reconstructs the best images among all tested algorithms with the same number of reconstruction.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F008.jpg)
Real neutron projection experiment
We compared the reconstruction capabilities of all algorithms using a clock model (Fig. 9) with projection data provided by Schillinger [41]. Figure 10 shows a slice image of the clock model at z=201. The following three-step process was applied to the neutron photographs to obtain valid neutron projection data: First, for the dark- and bright-field images, white noise in the image was removed using a 5×5 median filter. For the neutron photographic image, 3×3 median filtering was applied, which not only protected the detailed information of the neutron photographic image, but also removed white noise from the image. Second, the pixel values of the dark-field and bright-field images provided are averaged separately, and the averaged dark-field background image data are subtracted from the averaged bright-field image data so that the corrected bright-field image data can be obtained. Finally, the entire neutron photographic image data were subtracted from the averaged dark-field image data, normalized, and negatively notated. The non-negative data were then corrected to obtain the neutron projection data for the applied image reconstruction.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F009.jpg)
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F010.jpg)
As shown in Fig. 11, the image recreated using the FBP algorithm contained significant artifacts. The three iterative reconstruction algorithms eliminated artifacts better and reconstructed more image information than the FBP algorithm. Compared with the FBP algorithm, the reconstructed images from OS-SART-TV have fewer artifacts; however, because of the excessively smooth image edges of OS-SART-TV, a significant amount of the structural information of the images is lost. While the reconstructed image of OS-SART-SBTV is sharper than that of OS-SART-TV, it is still fuzzy compared to that from OS-SART-ADF. Therefore, OS-SART-ADF exhibits good performance in artifact suppression and noise reduction based on the visual observation of the reconstructed images.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F011.jpg)
As shown in Fig. 12, we quantitatively analyzed the clock model images reconstructed using the three iterative algorithms. From the RMSE metric shown in Fig. 12, it can be seen that OS-SART-ADF has the minimum RMSE, which means that the reconstructed image of OS-SART-ADF is the closest to the reference image. Moreover, the CC, MSSIM, and UQI of OS-SART-ADF were the largest among all algorithms. In conclusion, the OS-SART-ADF applied to neutron CT 3D reconstruction performed excellently in fine-structure reconstruction, noise removal, and artifact suppression, which shows that the OS-SART-ADF algorithm is appropriate for neutron CT 3D reconstruction of sparse views.
-202403/1001-8042-35-03-002/alternativeImage/1001-8042-35-03-002-F012.jpg)
Discussion
In this study, a high-performance sparse-view neutron CT 3D reconstruction algorithm was proposed. We used an iterative reconstruction algorithm in an NCT system to overcome the inherent shortcomings of the analytical algorithm (FBP), which prevents it from being applied to sparse-view reconstruction. Regular terms are introduced into the iterative algorithm to adjust the reconstructed image and make it more effective for use in NCT systems. Owing to the photon statistical noise and electronic device noise, the neutron projection data acquired by the NCT system contained a large amount of noise, resulting in poor-quality reconstructed images. As a result, to enhance the imaging performance of NCT systems, it is necessary to enhance the processing of neutron images. This requires the algorithms used in NCT systems not only to remove noise efficiently, but also to retain more information about the image edge structure. The PDE-based anisotropic diffusion model can reduce noise by enhancing the diffusion of the flat areas of the image. At the same time, this model can also be used to reduce the diffusion of image edges and preserve edge detail information. This is because the PDE-based image-processing method only smooths the parallel edges of the projected data and not the vertical edges, thus preserving the main features of the image while reducing noise and smoothing the image. The anisotropic diffusion filtering algorithm can effectively suppress the noise in the projection data and preserve the image edge structure information by reducing the diffusion of the image edges. The algorithm presented in this study performed well for the reconstruction of NCT projection data as confirmed from the results of the reconstructed images. Compared with FBP, the TV-based regularization algorithm can remove image noise to some extent; however, the reconstructed image is so smooth that some information about the image appears to be lost. This is because denoising an image using the variational method produces an intermediate value, which may result in an overly smooth image. Therefore, we present OS-SART-ADF, which is based on an anisotropic diffusion model. The reconstructed results of the 3D Shepp-Logan model, 3D industrial, and clock models demonstrate the exceptional performance of OS-SART-ADF in both quantitative and visual analyses. For example, the RMSE of the OS-SART-ADF-reconstructed image when reconstructing a 3D Shepp-Logan model with 25 projection views is 0.0292. The reconstructed image also had the highest UQI, MSSIM, and CC among all the algorithms, measuring 0.9877, 0.9878, and 0.9887, respectively. This illustrates that OS-SART-ADF produced the best reconstructed images.
Conclusion
NCT is a nondestructive testing technique that can quickly and accurately detect the internal structure of a sample, and is extensively used in nuclear engineering, aerospace technology, and military applications. Owing to the long scanning time and complex application environment of NCT, the quality of the obtained neutron projection data is relatively poor. Therefore, an NCT system must use efficient image reconstruction algorithms to reconstruct high-quality images. To meet this requirement, we propose the OS-SART-ADF algorithm to be used for NCT-sparse reconstruction. The OS-SART-ADF algorithm comprises two processes: OS-SART is used to reconstruct the image, and ADF is used for image filtering, denoising, and preserving the image edge structure information. As confirmed from quantitative and visual analyses of digital 3D Shepp-Logan, 3D industrial phantom, and clock model reconstructed images, OS-SART-PDTV exhibited superior performance in suppressing artifacts, reconstructing fine structures, and removing noise compared to other algorithms. From the RMSE metric in Fig. 5, it was seen that the OS-SART-ADF-reconstructed images had the minimum RMSE values under the same conditions.
A new neutron radiography/tomography/imag-ing station DINGO at OPAL
. Phys Procedia. 69, 27-32 (2015). https://doi.org/10.1016/j.phpro.2015.07.003Assessment and Feasibility Study of Lemon Ripening Using X-ray Image of Information Visualization
. Appl. Sci. 11, 3261 (2021). https://doi.org/10.3390/app11073261Neutron Tomography of Internal Structures of Vertebrate Remains: A Comparison with X-Ray Computed Tomography
. Palaeontol. Electron. 8(2), 30A (2005).Evaluation of hydrogen content in metallic samples by neutron computed tomography
. IEEE Trans. Nucl. Sci. 42, 580 (1995). https://doi.org/10.1109/23.467910Neutron tomographic imaging of bone-implant interface: Comparison with X-ray tomography
. Bone 103, 295 (2017). https://doi.org/10.1016/j.bone.2017.07.022Characterization of the bone-metal implant interface by Digital Volume Correlation of in-situ loading using neutron tomography
. J. Mech. Behav. Biomed. Mater 75, 271 (2017). https://doi.org/10.1016/j.jmbbm.2017.07.001Exploring hominin and non-hominin primate dental fossil remains with neutron microtomography
. Phys. Procedia 88, 109 (2017). https://doi.org/10.1016/j.phpro.2017.06.014Neutron tomography in archaeology
. Mater. Test 57, 324 (2015). https://doi.org/10.3139/120.110708Isotope-Sensitive Imaging of Special Nuclear Materials Using Computer Tomography Based on Scattering Nuclear Resonance Fluorescence
. Phys. Rev. Applied 16, 054048 (2021). https://doi.org/10.1103/PhysRevApplied.16.054048A large area 3He tube array detector with vacu-um operation capacity for the SANS instrument at the CSNS
. Nucl. Sci. Tech. 33, 89(2022). https://doi.org/10.1007/s41365-022-01067-1.Development of an ultra-high-speed scanning neutron tomography system for high-quality and four-dimensional visualizations
. Nucl. Instrum. Methods Phys. Res., Sect. A 605, 81 (2009). https://doi.org/10.1016/j.nima.2009.01.164A MLEM-TV-MRP algorithm for fast neutron computed tomography reconstruction of high statistical noise and sparse sampling
. IEEE Access 8, 3397 (2019). https://doi.org/10.1109/ACCESS.2019.2959340High-energy nuclear physics meets machine learning
. Nucl. Sci. Tech. 34, 88 (2023). https://doi.org/10.1007/s41365-023-01233-z.Neutron applications developing at compact accelerator-driven neutron sources
. AAPPS Bull. 31, 22(2021). https://doi.org/10.1007/s43673-021-00022-3High-power proton accelerators for pulsed spallation neutron sources
. AAPPS Bull. 31, 23(2021). https://doi.org/10.1007/s43673-021-00025-0Advances of LINAC-based boron neutron capture therapy in Korea
. AAPPS Bull. 32, 34 (2022). https://doi.org/10.1007/s43673-022-00063-2Status of the RAON project in Korea
. AAPPS Bull. 33, 3 (2023). https://doi.org/10.1007/s43673-022-00074-zResolution analysis of thermal neutron rad-iography based on accelerator-driven compact neutron source
. Nucl. Sci. Tech. 34, 76(2023). https://doi.org/10.1007/s41365-023-01227-x.Algebraic reconstruction in CT from limited views
. IEEE Trans. Med. Imaging 8, 50 (1989). https://doi.org/10.1109/42.20361Algebraic Reconstruction Techniques (ART) for three-dimensional electron microscopy and X-ray photography
. J. Theor. Biol. 29, 471 (1970). https://doi.org/10.1016/0022-5193(70)90109-8Iterative methods for the three-dimensional reconstruction of an object from projections
. J. Theor. Biol. 36, 105 (1972). https://doi.org/10.1016/0022-5193(72)90180-4Simultaneous Algebraic Reconstruction Technique (SART): A superior implementation of the ART algorithm
. Ultrason Imaging 6, 81 (1984). https://doi.org/10.1016/0161-7346(84)90008-7Nonlinear total variation based noise removal algorithms
. Physica D Nonlinear Phenomena 60(1-4), 259-268 (1992). https://doi.org/10.1016/0167-2789(92)90242-FSparse CT reconstruction based on multi-direction anisotropic total variation
. Biomed Eng Online. 13, 92 (2014) https://doi.org/10.1186/1475-925X-13-92A limited-angle CT reconstruction method based on anisotropic TV minimization
. Phys. Med. Biol. 58, 2119 (2013). https://doi.org/10.1088/0031-9155/58/7/2119Low-dose CT reconstruction via edge-preserving total variation regularization
. Phys. Med. Biol. 56, 5949 (2011). https://doi.org/10.1088/0031-9155/56/18/011CT image Rreconstruction from sparse projections using adaptive TpV regularization
. Comput. Math. Method M. 2015, 354869 (2015) https://doi.org/10.1155/2015/354869Scale-space and edge detection using anisotropic diffusion
. IEEE Trans Pattern Anal. Mach. Intell. 12(7), 629-639(1990). https://doi.org/10.1109/34.56205Fourth-order partial differential equations for noise removal
. IEEE Trans. Image Process. 9(10), 1723-1729(2000). https://doi.org/10.1109/83.869184Fractional-order anisotropic diffusion for image denoising
. IEEE Trans. Image Process. 16(10), 2492-2502(2007). https://doi.org/10.1109/TIP.2007.904971Image selective smoothing and edge detecti-on by nonlinear diffusion
. SIAM J. Numer. Anal. 29(1), 182-193(1992). https://doi.org/10.1137/0729012The relaxation method of finding the common point of convex sets and its application to the solution of problems in convex programming, USSR Comput
. Appl. Math 7(3), 200-217(1967). https://doi.org/10.1016/0041-553(67)90040-7A novel reconstruction approach combining OSEM and split Bregman method for low dose CT
. Biomed. Signal Process Control 62, 102095 (2020). https://doi.org/10.1016/j.bspc.2020.102095The split Bregman method for L1-regularized problems
. SIAM J. Imaging Sci. 2(2), 323-343(2009). https://doi.org/10.1137/080725891A 3-D anisotropic diffusion filter for speckle reduction in 3-D ultrasound images
. SPIE. 7239, 267-275(2009). https://doi.org/10.1117/12.808462A simple low-dose x-ray CT simulation from high dose scan
. IEEE Trans. Nucl. Sci. 62(5), 2226-2233 (2015).Overcoming synthesizer phase noise in quantum sensing
. Quantum Engineering 1(4), e27(2019) https://doi.org/10.1002/que2.27A Freeware Path to Neutron Computed Tomography
. Phys Procedia 88, 348 (2017). https://doi.org/10.1016/j.phpro.2017.06.047The authors declare that they have no competing interests.