Next Article in Journal
A Conditional Structural Closure Framework Under Admissible Low-Mach Realizability for Persistent Concentration Exclusion in Three-Dimensional Incompressible Flow
Previous Article in Journal
A Non-Newtonian Extension of Laplace–Sumudu–Elzaki Transforms
Previous Article in Special Issue
GeoRefine-Net: A Geometry-Consistent Boundary Refinement Network for Industrial-Style Point Cloud Edge Detection
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

EpiC-NeRF: Epistemic Uncertainty-Guided Neural Radiance Fields for Sparse-View CT Reconstruction

School of Computing, Gachon University, Seongnam 13120, Republic of Korea
*
Authors to whom correspondence should be addressed.
Mathematics 2026, 14(15), 2802; https://doi.org/10.3390/math14152802
Submission received: 2 July 2026 / Revised: 30 July 2026 / Accepted: 2 August 2026 / Published: 4 August 2026

Abstract

Sparse-view computed tomography (CT) reconstruction aims to recover high-quality CT volumes from a limited number of X-ray projection images, thereby reducing radiation exposure during image acquisition. However, this problem is inherently ill-posed because each projection provides only indirect line-integral supervision, and different attenuation distributions can explain similar sparse measurements. Existing analytic and iterative methods often suffer from streak artifacts and unstable solutions, while supervised learning-based methods require paired training data and may generalize poorly across anatomical regions or acquisition settings. Neural Radiance Field (NeRF)-based methods have recently shown promise by representing the attenuation field as a continuous coordinate-based function optimized directly from projection images. Nevertheless, these methods mainly enforce projection consistency and do not explicitly use volume-domain uncertainty to guide subsequent reconstruction. In this work, we propose EpiC-NeRF, a CT-specific closed-loop framework that actively feeds estimated epistemic uncertainty back into sparse-view reconstruction. EpiC-NeRF adapts evidential uncertainty estimation and aggregation to the X-ray CT line-integral formulation and maintains the resulting spatial uncertainty in a persistent three-dimensional Epistemic Grid Map. The accumulated uncertainty is used by Epistemic-Adaptive Layer Normalization to modulate intermediate features and by dual active sampling to guide ray- and point-level sample allocation. The newly estimated uncertainty then updates the grid map and guides subsequent optimization iterations, forming a unified feedback loop between uncertainty estimation and CT reconstruction. Experiments on four CT volume datasets demonstrate that EpiC-NeRF achieves improved reconstruction fidelity over existing analytic, iterative, and neural implicit reconstruction methods.

1. Introduction

Computed tomography (CT) enables non-invasive visualization of internal anatomical structures and has been widely used in clinical applications such as diagnosis, surgical planning, and image-guided intervention [1]. In CT imaging, a three-dimensional attenuation volume is reconstructed from a set of two-dimensional X-ray projection images acquired multiple projection angles [2,3]. However, acquiring a dense set of X-ray projections inevitably involves radiation exposure, which motivates reconstruction methods that reduce the number of acquired projections while maintaining image quality [4,5]. Sparse-view CT reconstruction addresses this requirement by recovering a complete three-dimensional volume from a limited number of X-ray projection images acquired over a scan trajectory. Although these projections cover the overall scanning range, the reduced number of views provides insufficient angular measurement constraints for recovering the full attenuation field. This makes the reconstruction problem inherently ill-posed and often leads to streak artifacts, blurred anatomical boundaries, and structural ambiguity.
To mitigate these degradations caused by sparse angular sampling, various reconstruction methods have been developed for sparse-view CT reconstruction. Analytic methods, such as the Feldkamp-Davis-Kress (FDK) [6], have the advantage of high computational efficiency. However, direct back-projection from sparsely sampled measurements often produces severe streak artifacts because the missing projection information is directly propagated into the reconstructed volume. Iterative algebraic methods, such as the simultaneous algebraic reconstruction technique (SART) [7], aim to improve reconstruction quality by repeatedly enforcing projection consistency. However, when only a small number of measured views is available, the solution can remain unstable because multiple attenuation distributions can satisfy similar projection constraints. Deep learning-based methods have also shown strong potential for sparse-view CT reconstruction. Supervised convolutional neural networks [8,9,10] can learn task-specific mappings that suppress sparse-view artifacts, but acquiring paired sparse-view and high-quality CT data remains challenging, and generalization across different anatomical regions or acquisition settings is often limited. Adversarial learning can improve perceptual realism, but it may introduce hallucinated structures when the measured projections do not provide enough evidence to support the generated anatomy.
Recently, Neural Radiance Fields (NeRFs) [11] have been investigated as a promising optimization-based alternative for sparse-view CT reconstruction. Compared with deep learning-based methods, NeRF-based reconstruction does not require ground-truth CT volumes for training and can optimize an attenuation field directly from the projection images of each target case. This property is valuable for sparse-view CT because reconstruction can be performed from available measurements without relying on volume-level supervision. Despite these advantages, existing NeRF-based methods still face important limitations under sparse-view conditions. In the projection domain, the available supervision is inherently indirect because each projection value is obtained by accumulating attenuation coefficients along a ray. Minimizing the projection loss therefore enforces consistency between rendered and measured projections, but it does not uniquely determine how attenuation should be distributed within the reconstructed volume. Different three-dimensional attenuation distributions can explain similar sparse-view measurements, allowing anatomically inaccurate structures to produce comparable projection values. This non-uniqueness constitutes geometric ambiguity, which is an inherent property of the under-constrained sparse-view reconstruction problem.
The effect of this geometric ambiguity may appear as increased epistemic uncertainty when the model has insufficient evidence to determine the local attenuation distribution. Unlike geometric ambiguity, epistemic uncertainty is a model-dependent estimate of insufficient knowledge about a specific region. A volumetric region may be intersected by measured rays but still exhibit high epistemic uncertainty when the available projection evidence is insufficient or geometrically ambiguous. Conversely, a region with relatively sparse ray coverage may be reconstructed with low epistemic uncertainty if its attenuation distribution is consistently supported by the available measurements. Therefore, the estimated epistemic uncertainty should be interpreted as a model-dependent proxy for insufficient projection constraints rather than as a direct measurement of geometric ambiguity or reconstruction error. Most existing NeRF-based CT reconstruction methods do not explicitly estimate or use this volume-domain uncertainty during optimization. As a result, training samples may be selected without considering whether they pass through regions that remain insufficiently constrained, leaving structurally uncertain regions inadequately optimized.
These limitations suggest that sparse-view NeRF-based CT reconstruction requires a mechanism that identifies where the attenuation field is insufficiently constrained by the measured projections and actively uses this information during optimization. Epistemic uncertainty provides a suitable signal for this purpose because it reflects the model’s lack of knowledge arising from insufficient or geometrically ambiguous projection evidence [12,13]. Previous NeRF studies have investigated evidential uncertainty estimation and uncertainty-guided view or ray selection [14,15,16]. However, these approaches have mainly been formulated for radiance-field rendering or have used uncertainty as a criterion for sample selection. They do not directly address how evidential uncertainty should be aggregated under the X-ray CT line-integral formulation or how volumetric uncertainty can jointly guide feature learning and sample allocation throughout reconstruction.
In this work, we propose EpiC-NeRF, an uncertainty-aware NeRF-based framework that incorporates epistemic uncertainty as an active feedback signal within a CT-specific closed loop. EpiC-NeRF adapts evidential uncertainty estimation and aggregation to line-integral attenuation modeling by jointly predicting the attenuation coefficient and evidential parameters at sampled spatial points. The resulting epistemic uncertainty is accumulated in a persistent three-dimensional Epistemic Grid Map, which maintains its spatial distribution throughout optimization. The accumulated uncertainty is queried by Epistemic-Adaptive Layer Normalization (E-AdaLN) to modulate intermediate features and is also used by a dual active sampling strategy to guide the allocation of projection rays and spatial points. The newly estimated uncertainty subsequently updates the Epistemic Grid Map, and influences feature modulation and sample allocation in the following iterations. Through this unified feedback mechanism, EpiC-NeRF progressively directs optimization toward volumetric regions that remain under-constrained by the available projections.
The main contributions of this work are summarized as follows:
  • CT-specific evidential attenuation modeling: We adapt the point-to-ray aggregation of evidential uncertainty to the X-ray CT line-integral formulation, enabling attenuation estimates and their associated uncertainties to be jointly optimized from sparse projection measurements.
  • Closed-loop uncertainty-guided reconstruction: We maintain volumetric epistemic uncertainty in a persistent Epistemic Grid Map and feed it back into subsequent reconstruction iterations. This feedback loop combines E-AdaLN for uncertainty-dependent feature modulation with dual active sampling for ray- and point-level sample allocation.
  • Validation across diverse anatomical structures: We evaluate EpiC-NeRF on four soft- and hard-tissue CT datasets. Quantitative, qualitative, uncertainty, and ablation analyses demonstrate the effectiveness of the proposed framework and the complementary contributions of its uncertainty-guided components.

2. Related Works

2.1. Sparse-View CT Reconstruction

Sparse-view CT reconstruction has been studied through analytic, iterative, and learning-based approaches. Analytic reconstruction methods, such as FDK [6] and FBP [17], reconstruct volumetric images by filtering and back-projecting projection measurements into the spatial domain. These methods are computationally efficient and easy to implement, but generally require sufficiently dense projection views to achieve high-quality reconstructions. Under sparse-view conditions, missing projection information often appears as streak artifacts, noise amplification, and degraded spatial resolution. Iterative reconstruction methods, such as SART [7] and ASD-POCS [18], formulate reconstruction as an optimization problem and repeatedly update the volume to reduce the discrepancy between measured projections and forward-projected estimates. These methods improve projection consistency and can incorporate regularization priors, but their performance is sensitive to optimization settings and regularization strength. Learning-based methods have further improved sparse-view CT reconstruction by learning data-driven priors from training datasets. FBPConvNet [8] removes artifacts from analytic reconstructions using convolutional neural networks, X2CT-GAN [9] synthesizes 3D volumes from limited 2D projections through adversarial learning, and DiffusionMBIR [10] incorporates diffusion priors into model-based reconstruction. However, these methods often require paired training data, external datasets, or pretrained priors, which can limit generalization across anatomical regions and acquisition settings.
Neural implicit reconstruction has recently emerged as an alternative direction for sparse-view CT reconstruction. Inspired by NeRF [11], these methods represent the attenuation field as a continuous coordinate-based function and optimize it directly from projection measurements [19]. NAF [20] incorporates the Beer-Lambert law into differentiable rendering and reconstructs continuous attenuation fields from sparse X-ray projections using multi-resolution hash encoding. SAX-NeRF [21] further introduces a Transformer module into the ray-marching process to model structural relationships along the rays and improve the reconstruction fidelity. These approaches reduce the dependence on paired CT supervision and enable case-specific reconstruction from available projection data. However, existing neural implicit CT reconstruction methods mainly focus on improving representation capacity, rendering formulation, or structural modeling. The use of spatially varying uncertainty as an explicit reconstruction guidance signal remains underexplored. In contrast, our work introduces epistemic uncertainty into NeRF-based sparse-view CT reconstruction and uses it to guide feature learning and sampling during optimization.

2.2. Uncertainty Estimation in NeRF

Uncertainty estimation has been investigated in NeRF to quantify prediction confidence and support more reliable reconstruction or data acquisition. Likelihood-based approaches model rendering outputs as probability distributions. NeRF-W [22] estimates uncertainty for unconstrained photo collections, and ActiveNeRF [14] uses predicted uncertainty to select informative views. These methods are efficient because uncertainty is estimated within the rendering process, but the predicted variance is often more closely related to aleatoric uncertainty, such as observation noise or appearance variation. Bayesian and ensemble-based approaches instead estimate epistemic uncertainty by measuring variability across possible model predictions. MC dropout [23] performs multiple stochastic forward passes, while S-NeRF [24] and CF-NeRF [25] model distributions over radiance fields through probabilistic formulations. Deep ensembles [26] and DANE [15] estimate uncertainty from disagreement among multiple NeRF models. Although these approaches can capture uncertainty caused by insufficient observations, they usually require repeated sampling, additional inference procedures, or multiple trained networks, which increases computational and memory costs.
Recently, Evidential Neural Radiance Fields [16] introduced an evidential formulation that estimates aleatoric and epistemic uncertainty within the NeRF rendering process by predicting evidential distribution parameters. This formulation avoids the repeated sampling or multiple model evaluations required by Bayesian and ensemble-based methods, making it suitable for reconstruction settings where uncertainty must be updated efficiently during training [27]. Several NeRF studies have also used uncertainty for active learning or sampling. ActiveNeRF [14] uses uncertainty for active view selection, and DANE [15] exploits uncertainty to improve sampling efficiency. However, most existing approaches use uncertainty mainly as a criterion for selecting views or rays.

3. Methods

3.1. Overview

Figure 1 illustrates the overall framework of EpiC-NeRF for sparse-view CT reconstruction. Given sparse X-ray projection images, EpiC-NeRF performs epistemic uncertainty-guided active sampling to select informative rays and 3D points. Along each ray, coarse (uniform) samples are combined with fine samples concentrated in uncertain regions, allowing the model to preserve global coverage while focusing additional training on under-constrained volumetric areas. Each sampled 3D coordinate is encoded by a hash encoder and then passed to the Epistemic-Adaptive Layer Normalization (E-AdaLN) module. E-AdaLN modulates the encoded feature using the point-wise epistemic uncertainty retrieved from the Epistemic Grid Map, thereby incorporating spatial uncertainty into feature learning. The modulated feature is decoded by an MLP to estimate the attenuation coefficient, shape score, aleatoric uncertainty, and epistemic uncertainty. The predicted attenuation field is rendered into projection images and optimized using the measured X-ray projections. At the same time, the estimated epistemic uncertainty is accumulated into the Epistemic Grid Map through an exponential moving average update, which provides persistent volume-domain uncertainty information for subsequent feature modulation and active sampling. Through this iterative process, EpiC-NeRF progressively directs learning toward structurally ambiguous regions and improves reconstruction fidelity under sparse-view conditions.

3.2. Evidential Attenuation Modeling

We adapt the Evidential NeRF framework [16] to estimate epistemic uncertainty during sparse-view CT reconstruction. The original Evidential NeRF formulation estimates uncertainty in radiance-field rendering by predicting the mean radiance c ¯ i , aleatoric uncertainty U i a l e a , epistemic uncertainty U i e p i s , and a shape score α ˜ i . These point-level quantities are propagated to the pixel level through the standard volumetric rendering weights:
c ¯ = i = 1 N w i c ¯ i , U alea = i = 1 N w i 2 U i alea , U epis = i = 1 N w i 2 U i epis ,
where w i denotes the volume rendering weight of the i-th sampled point:
w i = exp j = 1 i 1 ρ j δ j 1 exp ( ρ i δ i ) .
Here, ρ j is the volume density and δ j is the distance between adjacent samples. The pixel-level attenuation estimate and its associated uncertainty are then modeled using a Normal-Inverse-Gamma distribution NIG( γ , ν , α , β ), from which aleatoric and epistemic uncertainties can be estimated.
However, this formulation cannot be directly applied to sparse-view CT reconstruction because attenuation-field reconstruction follows the Beer-Lambert law rather than color-based volumetric compositing [2,28]. In this setting, the projection value is computed as a line integral of attenuation coefficients along each ray. At each sampled point, the E-AdaLN modulated feature is passed to the MLP decoder, which directly predicts the attenuation coefficient ρ i , shape score α ˜ i , aleatoric uncertainty U i alea , and epistemic uncertainty U i epis . These point-level outputs are aggregated along each ray to obtain pixel-level attenuation and uncertainty estimates. Simply replacing the volumetric rendering weight w i with the sampling step size δ i would make the estimated uncertainty strongly dependent on the ray-sampling resolution rather than on the underlying reconstruction ambiguity. To address this issue, we normalize the sampling step size as δ ˜ i = δ i / L , where L = i = 1 N δ i is the total path length along the ray. This normalization makes the weights sum to one and enables uncertainty accumulation that is less affected by the number of sampled points. The pixel-level attenuation and uncertainties are then reformulated as
L = i = 1 N δ i , δ ˜ i = δ i L j = 1 N δ ˜ j = 1 ,
y ˜ pred = i = 1 N δ ˜ i ρ i , U alea = i = 1 N δ ˜ i 2 U i alea , U epis = i = 1 N δ ˜ i 2 U i epis ,
where y ˜ p r e d denotes the predicted projection value obtained from the normalized weighted sum of point-level attenuation coefficients ρ i . The point-level attenuation coefficient serves as the CT-domain counterpart of the radiance value in the original Evidential NeRF formulation. U a l e a and U e p i s denote the pixel-level aleatoric and epistemic uncertainties accumulated along the ray, respectively. The squared normalized weights δ ˜ i 2 are used to aggregate the variance contribution of each sampled point while reducing dependence on sampling resolution.
The parameters of the pixel-level NIG distribution NIG( γ , ν , α , β ) are then designed as
γ = y ˜ pred , ν = U alea U epis ,
α = 1 + i = 1 N δ ˜ i α ˜ i , β = U alea ( α 1 ) ,
where γ is the predicted mean corresponding to the pixel-level attenuation estimate. ν is derived from the ratio between aleatoric and epistemic uncertainty and controls the concentration of the distribution. α is computed as the normalized weighted sum of the point-level shape scores, and β is derived from the aleatoric uncertainty and the shape parameter. The ground-truth projection value is also normalized as y ˜ g t = y g t / L to ensure scale consistency during loss computation.
Once the NIG parameters are obtained, the negative log-likelihood loss is derived as
L nll y ˜ gt γ , ν , α , β = 1 2 log π ν α log Ω + log Γ ( α ) Γ α + 1 2 + α + 1 2 log y ˜ gt γ 2 ν + Ω ,
where Ω = 2 β ( ν + 1 ) is an auxiliary term derived from the NIG parameters, and Γ represents the Gamma function. This loss optimizes the predicted attenuation together with the associated uncertainty estimates by penalizing inaccurate predictions and overconfident evidence assignments.
We also use an evidential regularization term to reduce excessive evidence for inaccurate predictions:
L reg = y ˜ gt γ 2 ν + α ,
where | y ˜ gt γ | denotes the absolute prediction error and serves as a weighting factor. The term 2 ν + α represents the total evidence assigned to the prediction. This regularization penalizes high evidence in proportion to the prediction error and prevents the model from assigning high confidence to inaccurate attenuation estimates. The total loss is formulated as
L = L nll + λ reg L reg ,
where λ reg > 0 controls the relative contribution of the evidential regularization term.

3.3. Epistemic Grid Map

The estimated epistemic uncertainty is available only at the sampled coordinates and cannot be directly reused across the full training volume. We therefore introduce the Epistemic Grid Map, a persistent 3D spatial repository that accumulates epistemic uncertainty throughout training. This map provides a spatial memory of uncertainty that can be queried by the E-AdaLN module and the active sampling modules. For any sampled 3D coordinate, the local epistemic uncertainty is obtained through trilinear interpolation of the eight neighboring voxel values in the Epistemic Grid Map.
To reduce the influence of unstable uncertainty estimates in the early training stage, the Epistemic Grid Map is updated using an exponential moving average. The update is defined as
G k + 1 epis ( p ) η G k epis ( p ) + ( 1 η ) · U p epis ,
where G k + 1 epis ( p ) and G k epis ( p ) denote the updated and previous accumulated epistemic uncertainty at the p-th voxel, respectively. Here, k denotes the optimization iteration index and U p e p i s denotes the mean epistemic uncertainty of all sampled points that fall within the corresponding voxel in the current batch. The momentum parameter η controls the update inertia and prevents abrupt changes caused by noisy instantaneous estimates. Through this gradual update, the grid map maintains a stable spatial distribution of epistemic uncertainty while reflecting changes in the reconstruction state as training progresses.

3.4. Epistemic-Adaptive Layer Normalization

Layer Normalization has been shown to stabilize feature statistics in compact neural networks [29]. However, standard Layer Normalization applies the same normalization process to all spatial coordinates and does not consider the spatially varying ambiguity caused by sparse projection views. In sparse-view CT reconstruction, some regions are sufficiently constrained by measured rays, whereas others remain under-constrained. We introduce Epistemic-Adaptive Layer Normalization (E-AdaLN) to incorporate spatial epistemic uncertainty into layer normalization. E-AdaLN operates on the point-wise encoded feature F h produced by the hash encoder together with the local epistemic uncertainty U i e p i s queried from the Epistemic Grid Map at coordinate i. Given F h and U i e p i s , E-AdaLN computes uncertainty-dependent scale and shift terms as follows:
s = tanh W s · U i epis + b s ,
t = tanh W t · U i epis + b t .
Here, s denotes the uncertainty-dependent scale term, and t denotes the uncertainty-dependent shift term. They are obtained from the scalar uncertainty U i epis through independent linear projections followed by a t a n h activation.The normalized feature is then obtained by
E - AdaLN F h , G epis ( i ) = ( 1 + s ) x μ σ 2 + ϵ + t ,
where μ and σ 2 denote the mean and variance of F h computed across the channel dimension, ⊙ is the Hadamard product for element-wise multiplication, and ϵ is a small constant for numerical stability. The t a n h activation bounds the range of these terms and helps avoid unstable changes caused by uncertainty values. We also use zero initialization for the projection parameters, which makes E-AdaLN equivalent to standard Layer Normalization at the beginning of training. As the Epistemic Grid Map becomes more stable, E-AdaLN allows the normalized feature statistics to vary according to the spatial uncertainty estimated during reconstruction.

3.5. Epistemic-Guided Active Sampling

We introduce an epistemic-guided active sampling strategy to allocate training samples to informative regions under sparse-view conditions. This strategy operates at two complementary levels: 2D ray selection using the ray-level uncertainty map and 3D point sampling using the Epistemic Grid Map. The 2D sampling strategy selects informative projection rays, while the 3D sampling strategy allocates point samples within uncertain spatial regions along the selected rays. Together, these two stages guide both the ray budget and the point sampling budget using epistemic uncertainty.

3.5.1. 2D Ray Sampling

We use the ray-level epistemic uncertainty to form a 2D uncertainty map for each projection image. During training, half of the ray budget is allocated to rays with high uncertainty identified in the previous iteration, and the remaining half is sampled uniformly at random. This balanced strategy is used because uncertainty-only ray selection can repeatedly sample already identified ambiguous regions and reduce coverage of the projection domain. By combining uncertainty-guided ray selection with random sampling, the model receives additional supervision from ambiguous regions while maintaining stable coverage of the full projection image.

3.5.2. 3D Point Sampling

The 2D ray sampling strategy identifies informative regions on the projection image, but it does not distinguish which points along a selected ray are more uncertain. We therefore extend active sampling to the 3D space by using the Epistemic Grid Map, which guides point-level sampling throughout training.
The Epistemic Grid Map is first used to refine the sampling bounds along each selected ray, restricting ray marching to intervals containing non-zero epistemic uncertainty. Within the refined interval, coarse points are sampled uniformly to maintain global spatial coverage. The epistemic uncertainty at each coarse point is queried from the Epistemic Grid Map through trilinear interpolation using its 3D coordinate. The queried uncertainty values are normalized to construct a probability distribution along the ray. Fine points are then drawn from this distribution using inverse transform sampling, which allocates more samples to high-uncertainty regions and fewer samples to low-uncertainty background regions. This combination of uniform coarse sampling and uncertainty-guided fine sampling allows the model to focus on spatial regions that remain under-constrained during reconstruction.

4. Experiments

4.1. Datasets

We evaluated the proposed framework using four medical image datasets that represent different anatomical structures and reconstruction challenges commonly encountered in sparse-view CT reconstruction. The Chest dataset was obtained from the LIDC-IDRI dataset [30] and was selected to evaluate the reconstruction of soft tissues and fine vascular-like structures with relatively low contrast. The Abdomen dataset was obtained from the 3D-IRCADb dataset [31] and contains multiple organs with similar attenuation coefficients, which makes the accurate separation of adjacent structures challenging. The Foot and Jaw datasets were obtained from the Open Scientific Visualization Datasets [32] and were used to evaluate hard-tissue reconstruction with dense and irregular contour shapes. The Foot dataset contains thin bone structures, whereas the Jaw dataset includes complex dental structures with sharp boundaries.
These datasets were selected to cover both soft-tissue and hard-tissue reconstruction scenarios. Soft-tissue datasets are challenging because adjacent anatomical regions often exhibit similar attenuation values, while hard-tissue datasets require accurate preservation of fine boundaries and high-contrast structures. Therefore, the four datasets provide complementary conditions for assessing reconstruction fidelity, structural preservation, and robustness under sparse-view settings.
To prepare the projection data, we used the TIGRE tomography toolbox to generate 50 X-ray projections for each volume. Following the experimental setting of NAF, the scanning range was set from 0 to 180 , and 3% Gaussian noise was added as a simplified robustness perturbation to ensure a fair comparison under the same simulation conditions. The generated projection data were used as sparse-view inputs, and the original CT volumes were used as ground truth for quantitative and qualitative evaluation.

4.2. Experimental Settings

We implemented the proposed framework using PyTorch 1.13.1 [33] and trained it using the Adam [34] optimizer with β 1 = 0.9 and β 2 = 0.99 for 500 epochs. The initial learning rate was set to 5 × 10 4 , and the batch size was set to 1024 rays per iteration. For the Epistemic Grid Map, the uncertainty values were updated using an exponential moving average to reduce unstable fluctuations during training. The momentum parameter η was set to 0.99. This update strategy allowed the grid map to maintain a stable spatial record of epistemic uncertainty while still reflecting changes in the reconstruction state as training progressed. The number of sampled points along each ray was determined according to the CT resolution of each dataset. We sampled 256 points for the Chest dataset, 576 points for the Abdomen dataset, 320 points for the Jaw and Foot dataset. The proposed framework allocated three quarters of the total sampling points to coarse sampling and the remaining points to fine sampling. The regularization parameter λ reg was set to 1, 1, 0.5, and 5 for the Chest, Abdomen, Faw, and Foot datasets, respectively. All experiments were conducted on a server equipped with an Intel i9-9900X CPU (Intel, Santa Clara, CA, USA), 64 GB of RAM, and an NVIDIA RTX Titan GPU with 24 GB of VRAM (NVIDIA, Santa Clara, CA, USA). The same hardware environment was used for all compared methods whenever possible to ensure a fair comparison of reconstruction quality and computational efficiency.

4.3. Experimental Procedures

We compared the proposed framework with five baseline methods: the traditional filtered back-projection algorithm (FDK) [6], the iterative reconstruction method SART [7], the compressed-sensing-based method ASD-POCS [18], and two neural implicit reconstruction methods, NAF [20] and SAX-NeRF [21]. These methods were selected because they represent complementary categories of sparse-view CT reconstruction. FDK provides a classical analytic baseline, SART and ASD-POCS represent iterative reconstruction methods that enforce projection consistency and sparsity priors, and NAF and SAX-NeRF represent recent neural implicit approaches for sparse-view CT reconstruction. In addition, these methods either provide publicly available source codes or contain sufficient implementation details for replication.
For quantitative evaluation, we compared all methods using 3D PSNR and 3D SSIM between the reconstructed volume and the ground-truth CT volume [35]. These two metrics were used to assess signal fidelity and structural similarity at the volumetric level. In addition, we measured the convergence behavior of neural implicit methods by reporting PSNR as a function of training time. This evaluation was conducted for NAF, SAX-NeRF, and the proposed framework to assess reconstruction efficiency during optimization.
For qualitative evaluation, we visually compared the reconstructed volumes across all four datasets. The qualitative analysis focused on the preservation of anatomical boundaries, the reduction of streak artifacts, and the recovery of fine structures under sparse-view conditions.
We also conducted an ablation study to evaluate the contribution of each proposed component. Starting from the baseline configuration, we incrementally introduced the epistemic uncertainty estimation, E-AdaLN, 2D active ray sampling, and 3D active point sampling. The ablation experiments were performed across all four datasets, and reconstruction quality was measured using 3D PSNR. This experiment was designed to quantify the individual contribution of each component and to verify whether the proposed uncertainty-guided components provide complementary improvements.

5. Results

5.1. Quantitative Evaluation

Table 1 presents the quantitative comparison of our framework with five baseline methods across four CT volume datasets using 3D PSNR and 3D SSIM. Overall, our framework achieved the highest PSNR and SSIM values across all datasets. Compared with the second-best result in each metric, our framework achieved consistent improvements across all datasets. On the Chest dataset, our framework achieved 35.25 dB PSNR and 0.9737 SSIM, improving over the second-best method, SAX-NeRF, by 2.28 dB and 0.0118, respectively. On the Abdomen dataset, our framework achieved 38.23 dB PSNR and 0.9813 SSIM. This corresponds to a 2.73 dB improvement over the second-best PSNR result obtained by NAF and a 0.0083 improvement over the second-best SSIM result obtained by SAX-NeRF. On the Jaw dataset, our framework achieved 35.28 dB PSNR and 0.9510 SSIM, improving over the second-best PSNR result obtained by NAF by 1.92 dB and the second-best SSIM result obtained by ASD-POCS by 0.0199. On the Foot dataset, our framework achieved 32.00 dB PSNR and 0.9368 SSIM, improving over the second-best method, SAX-NeRF, by 0.32 dB and 0.0038, respectively.
These results indicate that the proposed uncertainty-aware reconstruction is effective across both soft-tissue and hard-tissue datasets. The improvement was particularly notable in the Chest and Abdomen datasets, where low contrast, similar attenuation coefficients, and ambiguous anatomical boundaries make accurate reconstruction more challenging. This tendency suggests that epistemic uncertainty is useful for identifying regions where projection evidence is insufficient and for guiding optimization toward such ambiguous areas. In contrast, the performance gain on the Foot dataset was relatively modest, suggesting that high-contrast bone structures are already better constrained by existing neural implicit baselines. Nevertheless, our framework still achieved the best quantitative performance, indicating that uncertainty-guided optimization can provide stable improvement without degrading reconstruction quality in strongly constrained structures.

5.2. Qualitative Evaluation

Figure 2 presents the qualitative comparison of reconstructed slices across all evaluated methods and datasets. FDK produced severe streak artifacts in all cases, which substantially obscured anatomical structures. SART reduced the dominant streak artifacts, but residual noise and local degradation were still observed. ASD-POCS further suppressed artifacts, but tended to over-smooth fine structural details and attenuate local boundaries. NAF and SAX-NeRF achieved higher visual quality than conventional reconstruction methods, showing clearer anatomical structures and fewer global artifacts. However, they still produced local structural errors, especially around ambiguous regions with weak projection evidence. In contrast, our framework generated reconstructed slices that were visually closer to the ground truth, with clearer boundaries and better preservation of anatomical details across both soft-tissue and hard-tissue datasets.
Figure 3 provides a detailed visual comparison of different reconstruction methods using selected internal CT slices and their corresponding local error maps. Conventional analytic and iterative methods, including FDK, SART, and ASD-POCS, exhibit widespread reconstruction errors, particularly around anatomical boundaries and low-contrast soft-tissue regions. Although neural implicit methods such as NAF and SAX-NeRF reduce these artifacts, their error maps still show noticeable residual errors near complex anatomical structures, organ boundaries, and high-frequency details. In contrast, our framework produces reconstructed slices that are visually closer to the ground truth and shows sparser and more localized error distributions. The results suggest that epistemic uncertainty helps identify volumetric regions that remain difficult to reconstruct under sparse-view conditions. By incorporating this uncertainty into feature normalization and active sampling, our framework reduces persistent structural artifacts and improves local reconstruction fidelity while preserving the overall anatomical appearance.

5.3. Epistemic Uncertainty Analysis

Figure 4 presents the relationship between reconstruction errors and epistemic uncertainty in the projection and CT domains using representative examples from the Chest and Foot datasets. In the X-ray projection domain, the epistemic uncertainty map represents ray-level uncertainty accumulated along each projection ray, whereas the CT-domain uncertainty map corresponds to a slice extracted from the Epistemic Grid Map. Regions with high epistemic uncertainty largely coincided with areas showing relatively large reconstruction errors in the difference maps. In the Chest dataset, uncertainty was mainly concentrated around low-contrast anatomical boundaries, vascular-like structures, and internal soft-tissue regions, where the attenuation distribution was insufficiently constrained by the sparse projection measurements. In the Foot dataset, uncertainty was more localized around overlapping bone structures, thin cortical boundaries, and high-frequency anatomical details.
Geometric ambiguity and epistemic uncertainty are closely related in these regions but represent different concepts. Geometric ambiguity is an inherent property of the sparse-view reconstruction problem, in which different attenuation distributions can produce similar projection measurements. Epistemic uncertainty instead represents the model’s lack of knowledge about the local attenuation distribution under the available measurements. Therefore, the estimated uncertainty does not directly quantify geometric ambiguity or reconstruction error. Although the uncertainty maps did not exactly match the difference maps at the pixel level, they consistently emphasized regions that were more likely to remain insufficiently constrained during reconstruction. These results indicate that the estimated epistemic uncertainty provides a model-dependent indication of insufficient knowledge and can serve as a useful signal for uncertainty-aware optimization in EpiC-NeRF.

5.4. Time Efficiency Comparison

Figure 5 illustrates the convergence behavior of NAF, SAX-NeRF, and our framework across the four datasets. The 3D PSNR was measured at 100-s intervals up to 1000 s. Overall, our framework achieved higher PSNR values than the two neural implicit baselines throughout the training process. In the Chest dataset, our framework reached a PSNR of approximately 33 within the first 100 s, whereas NAF required a longer training time to approach a similar range and SAX-NeRF remained substantially lower even after full convergence. Similar tendencies were observed in the Abdomen and Jaw datasets, where our framework showed both faster early improvement and higher final PSNR. In the Foot dataset, the performance gap was smaller, but our framework still maintained the highest PSNR during most of the training process. These results indicate that our framework achieves higher reconstruction quality within the same wall-clock training budget. NAF showed relatively fast convergence, but its final PSNR remained lower than that of our framework. SAX-NeRF improved more gradually and consistently produced lower PSNR values across all datasets. This suggests that the proposed uncertainty-guided optimization is effective not only for improving final reconstruction quality but also for guiding the training process toward informative regions from the early stage. In particular, the use of epistemic uncertainty allows the framework to prioritize ambiguous projection rays and spatial points, which helps the model achieve better reconstruction fidelity within the same training budget.

5.5. Ablation Study

Table 2 presents the quantitative ablation study of the proposed components across the four datasets. We evaluated four configurations, starting from a baseline model that retained the same attenuation-field backbone and evidential output layer but excluded E-AdaLN and uncertainty-guided active sampling. The baseline model achieved PSNRs of 32.50 dB on Chest, 35.33 dB on Abdomen, 34.59 dB on Jaw, and 31.49 dB on Foot. Although this configuration provided a reasonable representation for sparse-view CT reconstruction, it did not explicitly use epistemic uncertainty during feature processing or sample allocation. Adding E-AdaLN consistently improved the reconstruction performance across all datasets, yielding PSNR gains of 1.17 dB on Chest, 2.08 dB on Abdomen, 0.67 dB on Jaw, and 0.26 dB on Foot. The larger gains observed on Chest and Abdomen indicate that uncertainty-dependent feature modulation is particularly beneficial for under-constrained regions with subtle attenuation variations. The subsequent integration of 2D active sampling further increased the PSNR by 1.01 dB on Chest, 0.69 dB on Abdomen, 0.12 dB on Jaw, and 0.14 dB on Foot. This improvement suggests that prioritizing projection rays with high epistemic uncertainty provides more informative supervision during optimization. Finally, incorporating 3D active sampling achieved the highest performance on all four datasets, reaching 35.25 dB on Chest, 38.23 dB on Abdomen, 35.47 dB on Jaw, and 32.00 dB on Foot. Compared with 2D active sampling alone, point-level sampling provided additional improvements across all anatomical regions, with the largest gain observed on Chest. This result indicates that allocating samples to uncertain spatial regions provides complementary refinement that cannot be fully achieved through ray-level selection alone. Although the improvements were more pronounced on the soft-tissue datasets, the consistent performance gains on Jaw and Foot demonstrate that the proposed components are also applicable to high-contrast hard-tissue structures. Overall, these results show that E-AdaLN, 2D active sampling, and 3D active sampling play complementary roles in using epistemic uncertainty to guide feature modulation and sample allocation.

5.6. Regularization Parameter Sensitivity Analysis

The regularization parameter λ reg controls the balance between projection reconstruction and the suppression of excessive evidence assigned to inaccurate predictions. A small value weakens the evidential regularization, whereas a large value increases its influence on the optimization. We therefore evaluated the sensitivity of the reconstruction performance to λ reg and examined whether a common parameter value was suitable for datasets with different anatomical and attenuation characteristics.
Figure 6 presents the 3D reconstruction PSNR obtained using λ reg { 0.1 , 0.5 , 1 , 2.5 , 5 } . The same candidate values were evaluated for all four datasets, while the remaining experimental settings were kept fixed. The Chest and Abdomen datasets achieved their highest PSNR at λ reg = 1 , while the Jaw and Foot datasets achieved their highest PSNR at λ reg = 0.5 and λ reg = 5 , respectively. The Chest dataset showed a relatively clear performance peak at λ reg = 1 , indicating that both insufficient and excessive evidential regularization can degrade its reconstruction performance. In contrast, the PSNR variations were relatively small for the Abdomen, Jaw, and Foot datasets, demonstrating that the proposed method remains stable over a broad range of λ reg . In particular, λ reg = 1 produced competitive performance across all four datasets and may therefore serve as a practical default value. Nevertheless, the small performance gains obtained through dataset-specific selection suggest that the preferred regularization strength can vary depending on the attenuation distribution and anatomical characteristics of each volume. Based on these results, we selected λ reg values of 1 for Chest, 1 for Abdomen, 0.5 for Jaw, and 5 for Foot.

6. Conclusions

In this paper, we proposed EpiC-NeRF, an uncertainty-aware NeRF-based framework for sparse-view CT reconstruction. EpiC-NeRF incorporates epistemic uncertainty into attenuation field optimization to address spatially uneven reconstruction difficulty under limited projection views. The proposed framework estimates epistemic uncertainty through an evidential formulation and maintains its spatial distribution in a persistent Epistemic Grid Map. This uncertainty is then used for Epistemic-Adaptive Layer Normalization and dual active sampling in projection and volume spaces. Quantitative evaluations on four medical image datasets demonstrated that EpiC-NeRF achieved the highest PSNR and SSIM across all datasets compared with analytic, iterative, and neural implicit baselines. Qualitative results further showed that EpiC-NeRF reduced streak artifacts and local structural errors, particularly in ambiguous regions with insufficient projection evidence. In addition, convergence analysis and ablation results confirmed that uncertainty-guided normalization and sampling provide complementary benefits for reconstruction fidelity and training efficiency.
Nevertheless, several limitations remain. First, the performance gain was not uniform across anatomical structures. The improvement was more pronounced in soft-tissue datasets, such as Chest and Abdomen, whereas the performance margin was smaller in hard-tissue datasets with high contrast and clearly defined boundaries. This suggests that the current uncertainty-guided strategy is particularly effective for ambiguous, low-contrast regions but may require further adaptation for structures in which intensity contrast already provides strong structural constraints. Second, the current framework employs a monoenergetic and scatter-free log-domain line-integral forward model. Although this formulation is consistent with the simulated projection data used in this study, it does not explicitly account for physical effects encountered during real X-ray acquisition, such as beam hardening and scattering. Future work will investigate adaptive uncertainty weighting, structure-aware feature representations [36], anatomy-dependent sampling strategies, and more realistic X-ray forward modeling to improve signal fidelity, structural preservation, and robustness under real acquisition conditions. Finally, because EpiC-NeRF relies on per-volume optimization, reducing its computational cost remains important for practical deployment. We will therefore investigate faster optimization strategies, compact uncertainty representations, and the integration of anatomical priors to improve robustness and computational efficiency across a broader range of sparse-view CT settings.

Author Contributions

Conceptualization, D.C. and H.A.; methodology, D.C. and H.A.; writing—original draft, D.C., H.A. and Y.J.; writing—review and editing, H.A. and Y.J.; supervision, H.A. and Y.J.; funding acquisition, Y.J. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korean government (MSIT) (Grant Nos. RS-2025-00554526 and RS-2024-00355877), and by the Gachon University research fund of 2026 (Grant No. GCU-202600810001).

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ou, X.; Chen, X.; Xu, X.; Xie, L.; Chen, X.; Hong, Z.; Bai, H.; Liu, X.; Chen, Q.; Li, L.; et al. Recent development in X-ray imaging technology: Future and challenges. Research 2021, 2021, 9892152. [Google Scholar] [CrossRef] [PubMed]
  2. Cormack, A.M. Representation of a function by its line integrals, with some radiological applications. J. Appl. Phys. 1963, 34, 2722–2727. [Google Scholar] [CrossRef]
  3. Hounsfield, G.N. Computed medical imaging. Science 1980, 210, 22–28. [Google Scholar] [CrossRef] [PubMed]
  4. Gao, Y.; Bian, Z.; Huang, J.; Zhang, Y.; Niu, S.; Feng, Q.; Chen, W.; Liang, Z.; Ma, J. Low-dose X-ray computed tomography image reconstruction with a combined low-mAs and sparse-view protocol. Opt. Express 2014, 22, 15190–15210. [Google Scholar] [CrossRef] [PubMed]
  5. Slovis, T.L. The ALARA concept in pediatric CT: Myth or reality? Radiology 2002, 223, 5–6. [Google Scholar] [CrossRef] [PubMed]
  6. Feldkamp, L.A.; Davis, L.C.; Kress, J.W. Practical Cone-Beam Algorithm. J. Opt. Soc. Am. A 1984, 1, 612–619. [Google Scholar] [CrossRef]
  7. Andersen, A.H.; Kak, A.C. Simultaneous algebraic reconstruction technique (SART): A superior implementation of the ART algorithm. Ultrason. Imaging 1984, 6, 81–94. [Google Scholar] [CrossRef]
  8. Jin, K.H.; McCann, M.T.; Froustey, E.; Unser, M. Deep convolutional neural network for inverse problems in imaging. IEEE Trans. Image Process. 2017, 26, 4509–4522. [Google Scholar] [CrossRef] [PubMed]
  9. Ying, X.; Guo, H.; Ma, K.; Wu, J.; Weng, Z.; Zheng, Y. X2CT-GAN: Reconstructing CT from biplanar X-rays with generative adversarial networks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019; pp. 10611–10620. [Google Scholar]
  10. Chung, H.; Ryu, D.; McCann, M.T.; Klasky, M.L.; Ye, J.C. Solving 3D inverse problems using pre-trained 2D diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 18–22 June 2023; pp. 22542–22551. [Google Scholar]
  11. Mildenhall, B.; Srinivasan, P.P.; Tancik, M.; Barron, J.T.; Ramamoorthi, R.; Ng, R. NeRF: Representing scenes as neural radiance fields for view synthesis. In Proceedings of the European Conference on Computer Vision, Glasgow, UK, 23–28 August 2020; pp. 405–421. [Google Scholar]
  12. Hüllermeier, E.; Waegeman, W. Aleatoric and epistemic uncertainty in machine learning: An introduction to concepts and methods. Mach. Learn. 2021, 110, 457–506. [Google Scholar] [CrossRef]
  13. Kendall, A.; Gal, Y. What uncertainties do we need in Bayesian deep learning for computer vision? In Proceedings of the Advances in Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 5574–5584. [Google Scholar]
  14. Pan, X.; Lai, Z.; Song, S.; Huang, G. ActiveNeRF: Learning where to see with uncertainty estimation. In Proceedings of the European Conference on Computer Vision, Tel Aviv, Israel, 23–27 October 2022; pp. 230–246. [Google Scholar]
  15. Sünderhauf, N.; Abou-Chakra, J.; Miller, D. Density-aware NeRF ensembles: Quantifying predictive uncertainty in neural radiance fields. In Proceedings of the 2023 IEEE International Conference on Robotics and Automation, London, UK, 29 May–2 June 2023; pp. 9370–9376. [Google Scholar]
  16. Duan, R.; Wong, A. Evidential Neural Radiance Fields. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Denver, CO, USA, 3–7 June 2026; pp. 28632–28641. [Google Scholar]
  17. Turbell, H. Cone-Beam Reconstruction Using Filtered Backprojection. Ph.D. Thesis, Linköping University, Linköping, Sweden, February 2001. [Google Scholar]
  18. Sidky, E.Y.; Pan, X. Image reconstruction in circular cone-beam computed tomography by constrained, total-variation minimization. Phys. Med. Biol. 2008, 53, 4777–4807. [Google Scholar] [CrossRef] [PubMed]
  19. An, H.; Khan, J.; Kim, S.; Choi, J.; Jung, Y. The Adaption of recent new concepts in neural radiance fields and their role for high-fidelity volume reconstruction in medical images. Sensors 2024, 24, 5923. [Google Scholar] [CrossRef] [PubMed]
  20. Zha, R.; Zhang, Y.; Li, H. NAF: Neural attenuation fields for sparse-view CBCT reconstruction. In Proceedings of the Medical Image Computing and Computer Assisted Intervention—MICCAI 2022, Singapore, 18–22 September 2022; pp. 442–452. [Google Scholar]
  21. Cai, Y.; Wang, J.; Yuille, A.; Zhou, Z.; Wang, A. Structure-aware sparse-view X-ray 3D reconstruction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 17–21 June 2024; pp. 11174–11184. [Google Scholar]
  22. Martin-Brualla, R.; Radwan, N.; Sajjadi, M.S.M.; Barron, J.T.; Dosovitskiy, A.; Duckworth, D. NeRF in the Wild: Neural radiance fields for unconstrained photo collections. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Nashville, TN, USA, 20–25 June 2021; pp. 7210–7219. [Google Scholar]
  23. Gal, Y.; Ghahramani, Z. Dropout as a Bayesian approximation: Representing model uncertainty in deep learning. In Proceedings of the 33rd International Conference on Machine Learning, New York, NY, USA, 19–24 June 2016; pp. 1050–1059. [Google Scholar]
  24. Shen, J.; Ruiz, A.; Agudo, A.; Moreno-Noguer, F. Stochastic neural radiance fields: Quantifying uncertainty in implicit 3D representations. In Proceedings of the 2021 International Conference on 3D Vision, Virtual Conference, 1–3 December 2021; pp. 972–981. [Google Scholar]
  25. Shen, J.; Agudo, A.; Moreno-Noguer, F.; Ruiz, A. Conditional-Flow NeRF: Accurate 3D modelling with reliable uncertainty quantification. In Proceedings of the European Conference on Computer Vision, Tel Aviv, Israel, 23–27 October 2022; pp. 540–557. [Google Scholar]
  26. Lakshminarayanan, B.; Pritzel, A.; Blundell, C. Simple and scalable predictive uncertainty estimation using deep ensembles. In Proceedings of the Advances in Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 6402–6413. [Google Scholar]
  27. Amini, A.; Schwarting, W.; Soleimany, A.; Rus, D. Deep evidential regression. In Proceedings of the Advances in Neural Information Processing Systems, Virtual, 6–12 December 2020; pp. 14927–14937. [Google Scholar]
  28. Molaei, A.; Aminimehr, A.; Tavakoli, A.; Kazerouni, A.; Azad, B.; Azad, R.; Merhof, D. Implicit neural representation in medical imaging: A comparative survey. In Proceedings of the IEEE/CVF International Conference on Computer Vision Workshops, Paris, France, 2–6 October 2023; pp. 2381–2391. [Google Scholar]
  29. Xu, Z.; Li, H.; Sun, D.; Li, Z.; Li, Y.; Kong, Q.; Cheng, Z.; Navab, N.; Zhou, S.K. NeRF-based CBCT reconstruction needs normalization and initialization. In Proceedings of the Medical Image Computing and Computer Assisted Intervention—MICCAI 2025, Daejeon, Republic of Korea, 23–27 September 2025; pp. 354–364. [Google Scholar]
  30. Armato, S.G., III; McLennan, G.; Bidaut, L.; McNitt-Gray, M.F.; Meyer, C.R.; Reeves, A.P.; Zhao, B.; Aberle, D.R.; Henschke, C.I.; Hoffman, E.A.; et al. The Lung Image Database Consortium (LIDC) and Image Database Resource Initiative (IDRI): A completed reference database of lung nodules on CT scans. Med. Phys. 2011, 38, 915–931. [Google Scholar] [CrossRef] [PubMed]
  31. D-IRCADb-01: Liver Segmentation Dataset. Available online: https://www.ircad.fr/research/data-sets/liver-segmentation-3d-ircadb-01/ (accessed on 24 March 2026).
  32. Klacansky, P. Scientific Visualization Datasets. Available online: http://klacansky.com/open-scivis-datasets/ (accessed on 25 March 2026).
  33. Paszke, A.; Gross, S.; Massa, F.; Lerer, A.; Bradbury, J.; Chanan, G.; Killeen, T.; Lin, Z.; Gimelshein, N.; Antiga, L.; et al. PyTorch: An imperative style, high-performance deep learning library. In Proceedings of the Advances in Neural Information Processing Systems, Vancouver, BC, Canada, 8–14 December 2019; pp. 8024–8035. [Google Scholar]
  34. Kingma, D.P.; Ba, J. Adam: A method for stochastic optimization. In Proceedings of the International Conference on Learning Representations, San Diego, CA, USA, 7–9 May 2015. [Google Scholar]
  35. Wang, Z.; Bovik, A.C.; Sheikh, H.R.; Simoncelli, E.P. Image quality assessment: From error visibility to structural similarity. IEEE Trans. Image Process. 2004, 13, 600–612. [Google Scholar] [CrossRef] [PubMed]
  36. Fekri-Ershad, S.; Dehkordi, K.B. A flexible multi-channel deep network leveraging texture and spatial features for diagnosing new COVID-19 variants in lung CT scans. Tomography 2025, 11, 99. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Overview of our epistemic uncertainty-guided NeRF framework for reconstructing CT volumes from sparse X-ray projections.
Figure 1. Overview of our epistemic uncertainty-guided NeRF framework for reconstructing CT volumes from sparse X-ray projections.
Mathematics 14 02802 g001
Figure 2. Visual comparison of six reconstruction methods—FDK [6], SART [7], ASD-POCS [18], NAF [20], SAX-NeRF [21], and Ours—to the ground truth using four representative medical image slices, one for each dataset.
Figure 2. Visual comparison of six reconstruction methods—FDK [6], SART [7], ASD-POCS [18], NAF [20], SAX-NeRF [21], and Ours—to the ground truth using four representative medical image slices, one for each dataset.
Mathematics 14 02802 g002
Figure 3. Visual comparison of different reconstruction methods using representative internal CT slices and their corresponding local PSNR-based error maps. Red regions indicate low-fidelity areas with local PSNR below 25 dB.
Figure 3. Visual comparison of different reconstruction methods using representative internal CT slices and their corresponding local PSNR-based error maps. Red regions indicate low-fidelity areas with local PSNR below 25 dB.
Mathematics 14 02802 g003
Figure 4. Visualization of epistemic uncertainty in projection and CT domains for the Chest and Foot datasets. Color scales in both the difference and epistemic uncertainty maps range from dark blue for low values to yellow for high values. High epistemic uncertainty is mainly observed around ambiguous anatomical boundaries and fine structural regions, which are consistent with high-error regions in the difference maps.
Figure 4. Visualization of epistemic uncertainty in projection and CT domains for the Chest and Foot datasets. Color scales in both the difference and epistemic uncertainty maps range from dark blue for low values to yellow for high values. High epistemic uncertainty is mainly observed around ambiguous anatomical boundaries and fine structural regions, which are consistent with high-error regions in the difference maps.
Mathematics 14 02802 g004
Figure 5. Comparison of learning efficiency among NAF, SAX-NeRF, and the proposed method on four sparse-view CT datasets. Each plot reports PSNR as a function of training time in seconds.
Figure 5. Comparison of learning efficiency among NAF, SAX-NeRF, and the proposed method on four sparse-view CT datasets. Each plot reports PSNR as a function of training time in seconds.
Mathematics 14 02802 g005
Figure 6. Sensitivity of the 3D reconstruction PSNR to the regularization parameter λ reg across the Chest, Abdomen, Jaw, and Foot datasets. Five candidate values were evaluated under identical experimental settings.
Figure 6. Sensitivity of the 3D reconstruction PSNR to the regularization parameter λ reg across the Chest, Abdomen, Jaw, and Foot datasets. Five candidate values were evaluated under identical experimental settings.
Mathematics 14 02802 g006
Table 1. Quantitative comparison of volume reconstruction performance among FDK [6], SART [7], ASD-POCS [18], NAF [20], SAX-NeRF [21], and the proposed EpiC-NeRF across four sparse-view CT datasets. Each entry reports 3D PSNR and 3D SSIM. The best value for each metric is highlighted in red, while the second-best value is highlighted in blue.
Table 1. Quantitative comparison of volume reconstruction performance among FDK [6], SART [7], ASD-POCS [18], NAF [20], SAX-NeRF [21], and the proposed EpiC-NeRF across four sparse-view CT datasets. Each entry reports 3D PSNR and 3D SSIM. The best value for each metric is highlighted in red, while the second-best value is highlighted in blue.
Data3D Reconstruction PSNR/SSIM
FDK [6] SART [7] ASD-POCS [18] NAF [20] SAX-NeRF [21] Ours
Chest22.89/0.786132.17/0.959431.13/0.942232.47/0.959032.97/0.961935.25/0.9737
Abdomen23.25/0.488331.83/0.944131.97/0.949735.50/0.971634.95/0.973038.23/0.9813
Jaw28.58/0.781633.13/0.930133.25/0.932533.55/0.929333.51/0.930235.47/0.9524
Foot24.53/0.600030.29/0.929629.98/0.920831.32/0.928131.68/0.933032.00/0.9368
Table 2. Ablation study evaluating the contribution of each proposed component across the Chest, Abdomen, Jaw, and Foot datasets. Checkmarks indicate the components progressively added to the baseline model.
Table 2. Ablation study evaluating the contribution of each proposed component across the Chest, Abdomen, Jaw, and Foot datasets. Checkmarks indicate the components progressively added to the baseline model.
BaselineEpistemic
Adaptive LN
Epistemic
2D Sampling
Epistemic
3D Sampling
ChestAbdomenJawFoot
32.5035.3334.5931.49
33.6737.4135.2631.75
34.6838.1035.3831.89
35.2538.2335.4732.00
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Choo, D.; An, H.; Jung, Y. EpiC-NeRF: Epistemic Uncertainty-Guided Neural Radiance Fields for Sparse-View CT Reconstruction. Mathematics 2026, 14, 2802. https://doi.org/10.3390/math14152802

AMA Style

Choo D, An H, Jung Y. EpiC-NeRF: Epistemic Uncertainty-Guided Neural Radiance Fields for Sparse-View CT Reconstruction. Mathematics. 2026; 14(15):2802. https://doi.org/10.3390/math14152802

Chicago/Turabian Style

Choo, Donghyuk, Haill An, and Younhyun Jung. 2026. "EpiC-NeRF: Epistemic Uncertainty-Guided Neural Radiance Fields for Sparse-View CT Reconstruction" Mathematics 14, no. 15: 2802. https://doi.org/10.3390/math14152802

APA Style

Choo, D., An, H., & Jung, Y. (2026). EpiC-NeRF: Epistemic Uncertainty-Guided Neural Radiance Fields for Sparse-View CT Reconstruction. Mathematics, 14(15), 2802. https://doi.org/10.3390/math14152802

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop