Active View Selection with Perturbed Gaussian Ensemble for Tomographic Reconstruction


Yingying Li

, Yuanhao Cai1, Yaoyao Liu


Abstract

Sparse-view computed tomography (CT) is critical for reducing radiation exposure to patients. Recent advances in radiative 3D Gaussian Splatting (3DGS) have enabled fast and accurate sparse-view CT reconstruction. Despite these algorithmic advancements, practical reconstruction fidelity remains fundamentally bounded by the quality of the captured data, raising the crucial yet underexplored problem of X-ray active view selection. Existing active view selection methods are primarily designed for natural-light scenes and fail to capture the unique geometric ambiguities and physical attenuation properties inherent in X-ray imaging. In this paper, we present Perturbed Gaussian Ensemble, an active view selection framework that integrates uncertainty modeling with sequential decision-making, tailored for X-ray Gaussian Splatting. Specifically, we identify low-density Gaussian primitives that are likely to be uncertain and apply stochastic density scaling to construct an ensemble of plausible Gaussian density fields. For each candidate projection, we measure the structural variance of the ensemble predictions and select the one with the highest variance as the next best view. Extensive experimental results on arbitrary-trajectory CT benchmarks demonstrate that our density-guided perturbation strategy effectively eliminates geometric artifacts and consistently outperforms existing baselines in progressive tomographic reconstruction under unified view selection protocols.

1 Introduction↩︎

Figure 1: (a) We compare our approach against the state-of-the-art 3DGS-based active view selection method, FisherRF [1], evaluating both quantitative metrics (3D PSNR\uparrow and SSIM\uparrow) and qualitative visual fidelity, including zoomed-in details. Our method achieves the highest reconstruction quality and best preserves fine structural details. (b) We plot the training iterations vs. the average 3D PSNR\uparrow (dB) and SSIM\uparrow on the synthetic dataset. As demonstrated, our proposed approach consistently delivers superior reconstruction fidelity throughout the progressive reconstruction process.

X-ray computed tomography (CT) is an indispensable non-invasive imaging modality widely utilized in medical diagnosis, industrial inspection, and scientific research. During a CT scan, an X-ray machine captures multi-angle 2D projections that measure ray attenuation through the material. Tomographic reconstruction can then be performed to recover high-fidelity 3D anatomical structures from the 2D projections. However, the ionizing radiation associated with prolonged X-ray exposure poses significant health risks.

To mitigate these risks, sparse-view CT has emerged as a critical scanning paradigm, aiming to maximize the reconstruction quality with a limited number of projection angles. Mathematically, this reduction in data acquisition transforms the tomographic reconstruction into a highly ill-posed inverse problem. Existing algorithms and solvers often struggle under such sparse conditions.

Recent breakthroughs in neural rendering, particularly 3D Gaussian Splatting (3DGS) [2], have demonstrated a remarkable performance superiority in both sparse-view novel view synthesis [3][5] and surface reconstruction [6][9]. Building on this, several methods [10][12] have successfully adapted 3DGS to X-ray imaging, enabling rapid and highly accurate volumetric reconstructions. However, despite these algorithmic leaps, practical reconstruction quality remains fundamentally bottlenecked by the captured data. Consequently, how to accurately select scanning viewpoints under a limited view-budget, so as to ensure both global silhouette coverage and the capture of local structural details, has emerged as a critical challenge in sparse-view tomography.

While crucial, active view selection for X-ray Gaussian Splatting remains largely unexplored. Existing view selection strategies [1], [13] are predominantly designed for natural-light scenes, relying heavily on surface occlusions and view-dependent specularities to estimate uncertainty or information gain. In stark contrast, X-ray imaging operates on the Beer-Lambert law [14], where the projection is a purely linear integral of the continuous density field along the ray path, without any occlusion. Furthermore, X-ray attenuation is inherently isotropic, meaning the constituent Gaussian primitives have no spherical harmonic (SH) parameters. Consequently, methods that depend on view-dependent color gradients and assume sparse, occlusion-bounded ray interactions fail to accurately capture the volumetric ambiguity in CT. As a result, these methods struggle to distinguish between the stretched artifacts and true high-density structures, often yielding redundant view selections that fail to provide the orthogonal constraints necessary to eliminate such artifacts.

In this study, we present Perturbed Gaussian Ensemble,2 a novel active view selection framework for progressive reconstruction specifically tailored to X-ray Gaussian Splatting and designed for flexible C-arm CT systems. Our core intuition is that under sparse-view constraints, geometric ambiguities typically manifest as fragile structures, such as uncertain boundaries and needle-like artifacts, whose projections vary dramatically when observed from informative, previously unseen angles. A valid next best view is the one that maximizes the exposure of this underlying structural instability.

To operationalize this insight, we utilize low-density Gaussian primitives as a proxy for uncertainty-prone regions, as they typically correspond to under-constrained boundaries, background noise, or degenerated artifact tails. By applying stochastic perturbations to the densities of these specific primitives, we construct an ensemble of plausible Gaussian density fields. For each candidate viewpoint, we render predictions across this ensemble and quantify their structural disagreement using the variance of the Structural Similarity Index Measure (SSIM) [15]. A high structural variance indicates that minor perturbations in uncertain regions provoke substantial structural discrepancies in that specific projection, marking the viewpoint as highly informative for resolving existing ambiguities. We therefore select the viewpoint that maximizes this structural variance as the optimal next best view.

We comprehensively evaluate our method against 2D-based paradigms, 3D-based paradigms, and conventional rule-based heuristics under two different view selection protocols within a hemispherical scanning search space. Experimental results demonstrate that our density-guided perturbation strategy effectively eliminates geometric artifacts and consistently outperforms existing baselines in progressive tomographic reconstruction, as illustrated in 1.

Our contribution can be summarized as follows:

  • We propose a novel active view selection and progressive reconstruction framework designed for X-ray Gaussian Splatting. Our work bridges the gap between active learning and explicit radiative fields, addressing the unique physical and geometric challenges of sparse-view computed tomography.

  • We introduce a novel uncertainty quantification strategy based on the Perturbed Gaussian Ensemble. By applying stochastic density perturbations to low-density primitives that are highly susceptible to geometric degradation and measuring the structural disagreement in projection space, our method accurately localizes epistemic uncertainty and predicts the next best view.

  • We establish an active view selection and progressive reconstruction benchmark for radiative Gaussian Splatting by adapting and evaluating previous state-of-the-art baselines. Extensive experiments demonstrate that our approach consistently outperforms existing paradigms, achieving superior volumetric reconstruction and novel view synthesis quality.

2 Related Work↩︎

2.0.1 Tomographic Reconstruction↩︎

aims to recover the 3D internal density field of an object from 2D X-ray projections. Traditional analytical methods [16], [17] suffer from severe streak artifacts and noise amplification under sparse-view conditions. Iterative reconstruction algorithms [18][21] rely on optimization over iterations; however, they are computationally expensive and tend to over-smooth fine structural details. While supervised deep learning approaches [22][32] leverage semantic priors to enhance image quality, their generalization capabilities often remain constrained. NeRF-based frameworks [33][37] model the continuous density field using coordinate-based MLPs optimized purely by photometric losses from sparse projections. Despite achieving high-fidelity reconstructions, their training and rendering processes are prohibitively slow. The emergence of 3D Gaussian Splatting (3DGS) [2] offers a compelling alternative due to its explicit parameterization and highly parallelized rasterization. Early adaptations to X-ray imaging [10], [38] focus primarily on novel view synthesis rather than direct volume retrieval. R\(^2\)-Gaussian [11] achieves a critical breakthrough by identifying and rectifying the omission of a covariance-related scaling factor during 3D-to-2D projection. By introducing tailored radiative Gaussian kernels and a differentiable voxelizer, it enables direct, bias-free, and rapid static tomographic reconstruction. Subsequent works [12], [39][41] further explore the sparse-view CT reconstruction paradigm or extend the radiative splatting framework into the temporal domain. However, active view selection for CT remains largely unexplored. Therefore, this study undertakes a more in-depth investigation and introduces a targeted solution to this problem.

2.0.2 Active View Selection (AVS)↩︎

or next best view (NBV) planning aims to incrementally determine the most informative viewpoints for scene reconstruction to minimize data acquisition costs. It is closely related to continual learning and online learning [42][55]. It originates from robotics research [56], [57] and sees extensive exploration in 3D reconstruction [58][63]. With the rise of neural rendering, recent works adapt AVS to neural radiance fields (NeRF) [64]. NeRF-based methods [13], [65][68] quantify uncertainty via variance estimation to guide view acquisition, but they remain computationally intensive and primarily apply to synthetic settings. The advent of 3D Gaussian Splatting (3DGS) [2] significantly accelerates active view selection and reconstruction due to its explicit representation and highly efficient rasterization. 3DGS-based methods [1], [69][73] adopt uncertainty or visibility-driven selection and show great promise for efficiency. However, current gradient-based algorithms assume surface-based occlusion and heavily rely on view-dependent color parameters. In contrast, X-ray imaging operates on a transmission model governed by the Beer-Lambert law [14], where projections serve as linear integrals of the density field without occlusion. This transmissive nature causes high spatial coupling among Gaussians along the ray, severely violating the diagonal approximation assumptions of gradient-based methods. Although uncertainty estimation and active acquisition have also been explored for CT implicit neural representations [74], [75], it remains challenging to radiative Gaussian Splatting. To address this gap, we abandon the gradient-based heuristic and introduce a forward parameter perturbation strategy specifically tailored to the explicit density parameters of radiative Gaussians.

Figure 2: Comparison of active view selection paradigms for X-ray Gaussian Splatting. (a) Gradient-based method [1] estimates the expected information gain (EIG) of candidate views by computing a Fisher Information Matrix (FIM) via backpropagation, but suffers from gradient coupling and the absence of view-dependent parameters. (b) Ensemble-based method quantifies epistemic uncertainty by rendering disagreement across multiple Gaussian representations initialized with different random seeds, resulting in prohibitively high computational burden. (c) Our Perturbed Gaussian Ensemble introduces density-guided parameter perturbations to efficiently construct an ensemble, wherein uncertain primitives exhibit pronounced behavioral randomness. By calculating the structural variance of the rendered projections, our approach achieves superior uncertainty modeling and enables more effective active view selection.

3 Method↩︎

Given a sparse initial collection of measured X-ray projections \(\mathcal{I}_\text{init}=\{\mathbf{I}_\text{init}^{(i)} \in \mathbb{R}^{H\times W}\}_{i=1,\dots,N_\text{init}}\), the aim is to iteratively select the next best view (NBV) from a pool of candidate scanner poses and incorporate the corresponding measurement into the training-view set until a predefined target number of observations \(N_\text{target}\) is reached. Throughout this process, we progressively reconstruct the 3D volume to maximize the final reconstruction quality. To achieve this, we exploit the physical properties of radiative Gaussian Splatting to introduce a novel active view selection framework. As illustrated in 2, our approach models viewpoint uncertainty through the use of Perturbed Gaussian Ensemble.

In this section, we present our proposed active view selection framework. First, we introduce the radiative Gaussian Splatting model and establish the theoretical basis in 3.1. Next, we detail the construction of Perturbed Gaussian Ensemble through a density-guided parameter perturbation strategy in 3.2. Finally, 3.3 formulates our view selection mechanism, which quantifies epistemic uncertainty by evaluating structural variance in the projection space.

3.1 Preliminary: Radiative Gaussian Splatting↩︎

To facilitate efficient and physically correct tomographic reconstruction, our active view selection mechanism is built on a radiative Gaussian Splatting framework, which reformulates 3D Gaussian Splatting (3DGS) [2] for transmission imaging. Following [11], we model the object’s 3D density field \(\sigma\) as a mixture of \(M\) radiative Gaussian kernels. Each kernel \(G_i\) acts as a local volumetric density primitive parameterized by a central density scalar \(\rho_i\), a mean position \(\mathbf{p}_i \in \mathbb{R}^3\), and a 3D covariance matrix \(\mathbf{\Sigma}_i \in \mathbb{R}^{3\times 3}\). The density field at a spatial location \(\mathbf{x} \in \mathbb{R}^3\) is formulated as \[\label{eq:1} \sigma(\mathbf{x}) = \sum_{i=1}^M G_i^3(\mathbf{x}\mid \rho_i, \mathbf{p}_i, \mathbf{\Sigma}_i) = \sum_{i=1}^M \rho_i \exp\left(-\frac{1}{2}(\mathbf{x}-\mathbf{p}_i)^\top\mathbf{\Sigma}_i^{-1}(\mathbf{x}-\mathbf{p}_i)\right).\tag{1}\]

The rendering process simulates the physical acquisition of X-ray projections. Due to the linearity of the integral operator, the total log-space projection is the sum of the line integrals of individual Gaussians: \[\label{eq:2} I_\text{r}(\mathbf{r}) = \sum_{i=1}^M G_i^2 (\hat{\mathbf{x}} \mid \rho_i\sqrt{\frac{2\pi\vert\mathbf{\Sigma}_i\vert}{\vert\hat{\mathbf{\Sigma}}_i\vert}}, \hat{\mathbf{p}}_i, \hat{\mathbf{\Sigma}}_i),\tag{2}\] where \(I_\text{r}(\mathbf{r})\) is the rendered pixel value; \(\hat{\mathbf{x}} \in \mathbb{R}^2\), \(\hat{\mathbf{p}} \in \mathbb{R}^2\), \(\hat{\mathbf{\Sigma}}\in\mathbb{R}^{2\times 2}\) are obtained by projecting the Gaussians onto the image plane from a viewpoint. The term \(\sqrt{{2\pi\vert\mathbf{\Sigma}_i\vert}/{\vert\hat{\mathbf{\Sigma}}_i\vert}}\) (where \(\vert\cdot\vert\) denotes the matrix determinant) acts as a normalization factor that ensures conservation of the integrated density mass, rendering the optimization of \(\rho_i\) physically meaningful and view-consistent.

Radiative Gaussians are optimized by photometric L1 loss \(\mathcal{L}_1\), D-SSIM loss \(\mathcal{L}_\text{ssim}\) [15], and 3D total variation regularization \(\mathcal{L}_\text{tv}\) [76]. The overall loss function is defined as \[\mathcal{L}=\mathcal{L}_1(\mathbf{I}_\text{r}, \mathbf{I}_\text{m}) + \lambda_1 \mathcal{L}_\text{ssim}(\mathbf{I}_\text{r}, \mathbf{I}_\text{m}) + \lambda_2 \mathcal{L}_\text{tv},\] where \(\mathbf{I}_\text{r},\mathbf{I}_\text{m}\) are the rendered and measured projections. \(\lambda_1,\lambda_2\) are weight terms.

3.2 Perturbed Gaussian Ensemble↩︎

Due to the transmissive and isotropic nature of X-rays, active view selection methods designed for natural-light scenes, such as FisherRF [1], perform poorly in X-ray CT settings. To maintain real-time performance, FisherRF evaluates the expected information gain (EIG) using a diagonal approximation of the Fisher Information Matrix (FIM). While ignoring parameter correlations is valid for natural-light rendering, where pixels are dominated by a few front-most Gaussian primitives, this assumption fails in X-ray imaging. The transmissive nature of X-rays highly couples Gaussians along a ray, causing substantial mathematical bias in the EIG under a diagonal FIM.

To circumvent the computational intractability of evaluating a dense FIM and the inherent inaccuracies of its diagonal approximation, we abandon the gradient-based heuristic. Instead, we propose a forward, sampling-based approach that directly explores the coupled geometric uncertainty.

3.2.1 Uncertainty Quantification via Rendering Disagreement.↩︎

In sparse-view CT reconstruction, the lack of sufficient multi-view geometry constraints leads to severe ill-posedness, introducing significant uncertainty into the optimization of Gaussian fields. Let \(\mathcal{D}\) denote the training data and \(\theta\) represent the parameters of a radiative Gaussian Splatting model. For an arbitrary scanner pose \(\mathbf{v}\), the predicted projection \({\mathbf{I}}(\mathbf{v})\) is obtained through the rendering process: \[{\mathbf{I}}(\mathbf{v}) = f(\mathbf{v};\theta).\] During optimization, we minimize the total loss to obtain the optimal model parameters: \[\hat{\theta} = \arg\min_\theta \mathcal{L}(\theta;\mathcal{D}) + \lambda R(\theta),\] where \(R(\theta)\) represents the regularization term. Due to the highly non-convex nature of the objective function, the optimization problem admits multiple minima. Consequently, when initialized with different random seeds \(\{k_i\}_{i=1,\dots,N}\), the model converges to distinct local optima: \[\hat{\theta}_i \sim q(\theta \mid \mathcal{D}),\] where \(q(\theta \mid \mathcal{D})\) represents an empirical approximation of the true posterior \(p(\theta \mid \mathcal{D})\). Thus, the posterior predictive distribution at viewpoint \(\mathbf{v}\) can be approximated via Monte Carlo integration over the ensemble: \[p(\mathbf{I}(\mathbf{v}) \mid \mathcal{D}) \approx \frac{1}{N}\sum_{i=1}^N \delta \left({\mathbf{I}}(\mathbf{v}) - \mathbf{I}_i(\mathbf{v})\right),\quad \mathbf{I}_i(\mathbf{v}) = f(\mathbf{v};\hat{\theta}_i),\] where \(\delta(\cdot)\) denotes the Dirac delta function. Therefore, the disagreement in the rendered projections across an ensemble of \(N\) explicit Gaussian representations \(\{\mathcal{G}_i\}_{i=1}^N\) initialized with different random seeds \(\{k_i\}_{i=1,\dots,N}\) effectively captures the epistemic uncertainty at a given view. We quantify this uncertainty using the sample variance: \[\label{eq:var} \text{Var}\left[\mathbf{I}(\mathbf{v})\right] = \frac{1}{N-1} \sum_{i=1}^N \left(\mathbf{I}_i(\mathbf{v}) - \bar{\mathbf{I}}(\mathbf{v})\right)^2,\quad \bar{\mathbf{I}}(\mathbf{v}) = \frac{1}{N} \sum_{i=1}^N \mathbf{I}_i(\mathbf{v}).\tag{3}\]

3.2.2 Density-Guided Parameter Perturbation.↩︎

Training an ensemble of Gaussian models is an intuitive and effective approach for viewpoint uncertainty modeling. However, this strategy requires training and storing \(N\) independent Gaussian Splatting models, leading to a linear increase in computational and memory complexity, which is often prohibitive in practical applications. To address this, we propose Perturbed Gaussian Ensemble, a simulation-based approach that leverages the intrinsic properties of the radiative Gaussian model.

Specifically, the variance in the rendered outputs across an ensemble at a given viewpoint is fundamentally induced by the randomness in the learned parameters of the individual Gaussian primitives. Therefore, a more efficient strategy is to train only a single Gaussian model \(\mathcal{G} = \{G_i\}_{i=1,\dots,M}\) and, during uncertainty evaluation for candidate viewpoints, independently perturb the parameters of the Gaussian representation with repeated noise injections. This efficiently emulates an ensemble that would otherwise be obtained by training with different random seeds: \[\mathcal{G}_i=\{G_{i,j}\},\quad G_{i,j}=G_j\oplus\Delta_{i,j},\quad i=1,\dots,N,\quad j=1,\dots,M.\]

To ensure that the rendering disagreement of this perturbed ensemble accurately reflects the epistemic uncertainty arising from the actual training process, the noise injected into each individual Gaussian primitive should be conditioned on its specific uncertainty level.

According to 1 2 , the contribution of a Gaussian primitive during rendering is heavily determined by its density. High-density primitives typically correspond to real, well-defined solid structures (, bones and dense organs). Because these structures strongly attenuate X-rays, they are usually well-constrained even under sparse-view settings. Consequently, the model exhibits high confidence in these regions.

In contrast, low-density primitives often lie near object boundaries (, soft-tissue interfaces) or constitute background noise introduced to fit only a small number of rays, thereby exhibiting higher uncertainty. Moreover, due to insufficient multi-view constraints, the Gaussians tend to overfit the training views during optimization, giving rise to extremely elongated, needle-like artifacts or numerous tiny, low-density Gaussians distributed along the ray paths. These spurious components likewise exhibit low density and high uncertainty.

Motivated by this observation, we isolate a vulnerable Gaussian subset \(\mathcal{G}_\text{low}\) comprising a specific fraction \(\alpha\) (, 10%) of the total Gaussians in \(\mathcal{G}\) with the lowest density values. We then stochastically perturb the density parameters of this subset to probe the stability of the reconstructed scene structure. Specifically, we generate an ensemble of \(N\) independently perturbed models. For the \(i\)-th ensemble member \(\mathcal{G}_i\) (\(i = 1, \dots, N\)), the density \(\rho_{i,j}\) of a perturbed Gaussian primitive \(G_{i,j}\) derived from \(G_j \in \mathcal{G}\) (\(j = 1, \dots, M\)) is defined as: \[{\rho}_{i,j} = \begin{cases} \rho_j \cdot (1 + \epsilon_{i,j}), & \text{if } G_j \in \mathcal{G}_\text{low} \\ \rho_j, & \text{otherwise} \end{cases},\] where \(\epsilon_{i,j}\) is a random scaling factor sampled from a uniform distribution: \[\epsilon_{i,j} \sim \text{Uniform}(-\beta, \beta), \quad\beta > 0.\] This targeted density scaling effectively injects variations into the most ambiguous regions of the volume while preserving the high-density, high-confidence anatomical structures.

3.3 View Selection by Structural Variance↩︎

The core objective of active view selection is to identify the candidate viewpoint that provides the most informative structural constraints to resolve existing geometric ambiguities. For an arbitrary candidate viewpoint \(\mathbf{v}\), rendered projections are generated using the Perturbed Gaussian Ensemble \(\{\mathcal{G}, \mathcal{G}_1, \dots, \mathcal{G}_N\}\) via the rendering function: \[\mathbf{I}(\mathbf{v}) = f\left(\mathbf{v};\theta(\mathcal{G})\right),\quad \mathbf{I}_i(\mathbf{v}) = f\left(\mathbf{v};\theta(\mathcal{G}_i)\right),\quad i=1,\dots,N.\] To quantify the epistemic uncertainty at viewpoint \(\mathbf{v}\), we leverage the Structural Similarity Index Measure (SSIM) [15] in the projection space. This allows us to evaluate the macroscopic structural disagreement induced by our parameter perturbations: \[s_i(\mathbf{v}) = \text{SSIM}\left(\mathbf{I}(\mathbf{v}),\mathbf{I}_i(\mathbf{v})\right).\] The uncertainty score \(u(\mathbf{v})\) for the candidate viewpoint is formulated as the sample variance of these \(N\) structural similarity scores: \[u(\mathbf{v}) = \frac{1}{N-1} \sum_{i=1}^{N} \left( s_i(\mathbf{v}) - \bar{s}(\mathbf{v}) \right)^2,\] where \(\bar{s}(\mathbf{v})\) denotes the mean of the \(N\) SSIM scores.

At each view selection iteration \(t\), a new perturbed ensemble is generated from the most recently updated Gaussian representation \(\mathcal{G}^{(t)}\). For every viewpoint from the candidate pool \(\mathcal{V}_\text{cand}^{(t)}\), we calculate the epistemic uncertainty score using this ensemble. Finally, the viewpoint exhibiting the highest uncertainty is selected as the next best view: \[\mathbf{v}^{*(t)} = \arg \max_{\mathbf{v}\in \mathcal{V}_\text{cand}^{(t)}} u(\mathbf{v}).\] The corresponding physical measurement from \(\mathbf{v}^{*(t)}\) is then acquired and appended to the training set for the subsequent phase of progressive optimization.

Table 1: Quantitative comparisons of 3D tomographic reconstruction and novel view synthesis across different view selection strategies under two protocols. Performance is evaluated in terms of 3D PSNR\(\uparrow\) (PSNR\(_3\), dB), 3D SSIM\(\uparrow\) (SSIM\(_3\)), 2D PSNR\(\uparrow\) (PSNR, dB), and 2D SSIM\(\uparrow\) (SSIM). The best and second-best results are highlighted. Random, Uniform, and FPS denote random view selection, uniform sampling, and Farthest Point Sampling, respectively.
Category Method
3-6 PSNR\(_3\) SSIM\(_3\) PSNR SSIM PSNR\(_3\) SSIM\(_3\) PSNR SSIM
Synthetic Dataset
Rule-based Random
Uniform 33.562 35.877 0.921
FPS 33.508 0.891
2D-based TOPIQ [77]
MANIQA [78]
MUSIQ [79]
3D-based FisherRF [1] 43.289 0.962 35.551 0.919 46.212 0.969
Ours 34.078 0.896 44.069 0.966 36.226 0.926 46.849 0.971
Real-World Dataset
Rule-based Random
FPS
2D-based TOPIQ [77]
MANIQA [78] 43.476 0.986 0.929 0.990
MUSIQ [79] 36.257 0.906
3D-based FisherRF [1] 37.258 46.022
Ours 36.399 0.909 43.546 0.986 37.480 0.932 46.046 0.991

2pt

Figure 3: Visual comparisons of the reconstructed 3D volumes using different view selection strategies. The 3D PSNR\uparrow (dB) for each scene is displayed at the top-left corner of the corresponding image. Our approach consistently achieves the highest reconstruction quality and better preserves fine structural details.

4 Experiments↩︎

4.1 Experimental Settings↩︎

4.1.1 Datasets.↩︎

Following the experimental settings of R\(^2\)-Gaussian [11], we evaluate our method on both synthetic and real-world datasets. The synthetic benchmark comprises 15 CT volumes aggregated from various public datasets [80][83]. For real-world evaluation, we utilize three cases from the FIPS dataset [84], reconstructing pseudo-ground-truth (pseudo-GT) volumes via FDK [16]. We adopt an object-centric hemispherical acquisition trajectory rather than a conventional circular orbit. The candidate viewpoint pool for active selection consists of 448 poses uniformly sampled across two concentric hemispheres at different radii, with all optical axes oriented toward the volume center. For novel view synthesis evaluation, 103 test viewpoints are randomly sampled from a single hemisphere per scene. All GT and pseudo-GT projections are simulated using DiffDRR [85].

4.1.2 Protocols.↩︎

We initialize the Gaussian primitives with 50k random points and train the radiative GS model for 30k iterations per scene under the default configuration. Following FisherRF [1], active view selection is performed at progressively increasing iteration intervals. To ensure stable optimization, we schedule the final view selection prior to the termination of the GS densification phase. At each selection step, a single optimal view is acquired and appended to the training set. We evaluate our method and all baselines under two final view-budget protocols: \(N_\text{target}=24\) and 36 (inclusive of two initial views).

Table 2: Quantitative comparisons of 3D tomographic reconstruction on sparser-view protocols. Performance is evaluated in terms of 3D PSNR\(\uparrow\) (PSNR\(_3\), dB) and 3D SSIM\(\uparrow\) (SSIM\(_3\)). The best and second-best results are highlighted.
Method
2-3 PSNR\(_3\) SSIM\(_3\) PSNR\(_3\) SSIM\(_3\) PSNR\(_3\) SSIM\(_3\) PSNR\(_3\) SSIM\(_3\)
Random
FPS 0.780
Uniform 31.16 0.851
MUSIQ [79] 0.824
FisherRF [1] 25.80 0.748 27.43 29.87
Ours 25.93 0.758 27.90 0.786 30.29 0.830 31.30 0.855

2pt

Figure 4: Visual comparisons of novel view synthesis results across different view selection strategies. The PSNR\uparrow (dB) for each scene is displayed at the top-left corner of each image. Our approach achieves the highest rendering quality.

4.1.3 Baselines.↩︎

Previous active view selection strategies generally fall into two paradigms: 2D-based approaches that evaluate rendered image quality, and 3D-based approaches that leverage model uncertainty. We benchmark our method against state-of-the-art baselines from both categories, alongside three standard heuristics: random selection, uniform sampling, and Farthest Point Sampling (FPS). i. 2D-based: We adopt three no-reference image quality assessment (IQA) metrics, MUSIQ [79], MANIQA [78], and TOPIQ [77], implemented via the PyIQA [86] toolbox. ii. 3D-based: We compare against the prevailing uncertainty-driven baseline, FisherRF [1]. All baselines are re-implemented upon the radiative GS framework.

4.1.4 Implementation Details.↩︎

Our pipeline is implemented in PyTorch [87] and optimized via Adam [88]. We set the ensemble size \(N=10\), perturbation parameters \(\alpha=10\%\) and \(\beta=0.5\), and adopt the learning rates and loss weights from R\(^2\)-Gaussian [11]. All experiments are conducted on a single NVIDIA A40 GPU. For quantitative evaluation, we report the Peak Signal-to-Noise Ratio (PSNR) computed over the full 3D volume, and the Structural Similarity Index Measure (SSIM) [15] averaged across 2D slices in the axial, coronal, and sagittal planes.

4.2 Results↩︎

4.2.1 Tomographic Reconstruction.↩︎

1 presents the quantitative results of 3D tomographic reconstruction across various active view selection strategies. Our approach demonstrates superior performance in both synthetic and real-world scenarios. In terms of 3D PSNR, our method surpasses the second-best baseline by margins of up to 0.68 dB on synthetic data and 0.22 dB on real-world data. Notably, FisherRF underperforms FPS under the synthetic 24-view setting. This degradation stems from FisherRF’s diagonal approximation of the Fisher Information Matrix. In X-ray imaging, strongly coupled Gaussians along projection rays violate this assumption, yielding severely biased information gain estimates. Qualitatively, as illustrated in 3, our method yields the most visually accurate reconstructions, faithfully preserving fine structural details, significantly suppressing boundary artifacts and background noise. We also evaluated our approach on sparser-view settings (6/8/12/16 views). As shown in 2, ours consistently maintains superior performance.

4.2.2 Novel View Synthesis.↩︎

We also evaluate our method’s performance on novel view synthesis using the synthetic dataset. The qualitative comparisons and quantitative results are reported in 4 and 1, respectively. Our approach achieves the best overall rendering quality under both protocols, demonstrating an improvement of up to 0.78 dB in PSNR. Visual comparisons indicate that our method better preserves local structural details, particularly in high-density areas. This improvement stems from our method’s ability to acquire more informative viewpoints, which effectively mitigates the needle-like artifacts and noise that typically appear along rays passing through dense regions, , bones.

4.3 Ablation Study and Analysis↩︎

4.3.1 Component Analysis.↩︎

To demonstrate the impact of our proposed structural variance-based view selection mechanism, we replace SSIM with L1 error and PSNR, respectively, and evaluate the performance under the 24-view protocol. As shown in the first section of 3, switching to L1 error or PSNR as the uncertainty metric leads to a significant performance drop. There are two primary reasons for this degradation. Firstly, L1 error and PSNR are pixel-wise, independently computed metrics based on absolute or mean-squared errors. They overlook the spatial arrangement and inter-dependencies of adjacent pixels, making them less sensitive to high-frequency topological changes, such as the structural discontinuities caused by perturbing needle-like artifacts. Secondly, due to the linear integral nature of X-ray imaging, perturbing the density of Gaussian primitives inevitably causes overall intensity shifts in the projection space. L1 and PSNR are highly susceptible to these absolute luminance fluctuations, which can easily overwhelm the subtle variance signals originating from genuine geometric ambiguities. In contrast, SSIM inherently incorporates luminance and contrast normalization, effectively decoupling absolute intensity shifts from structural information. This enables the SSIM variance to act as a more robust and precise indicator of true epistemic uncertainty and geometric disagreement.

Table 3: Ablation study results on the uncertainty quantification metric, ensemble size (\(N\)), perturbed ratio (\(\alpha\)), and density scaling amplitude (\(\beta\)). Performance is evaluated in terms of 3D PSNR\(\uparrow\) (PSNR\(_3\), dB) and 3D SSIM\(\uparrow\) (SSIM\(_3\)). Within each section, the best and second-best results are highlighted. \(^\dagger\) indicates the default setting.
Setting PSNR\(_3\uparrow\) SSIM\(_3\uparrow\) Setting PSNR\(_3\uparrow\) SSIM\(_3\uparrow\)
L1 33.644 0.894 \(\alpha=5\%\)
PSNR \(\alpha=10\%^\dagger\) 34.078 0.896
SSIM\(^\dagger\) 34.078 0.896 \(\alpha=15\%\) 33.938 0.896
\(N=5\) 33.952 0.895 \(\alpha=20\%\)
\(N=10^\dagger\) 34.078 0.896 \(\beta=0.1\) 0.896
\(N=15\) 34.034 0.896 \(\beta=0.3\) 34.057 0.897
\(N=20\) \(\beta=0.5^\dagger\) 34.078
\(N=40\) \(\beta=1.0\)

2pt

4.3.2 Parameter Analysis.↩︎

We evaluate the impact of ensemble size (\(N\)), ratio of perturbed Gaussian primitives (\(\alpha\)), and density scaling amplitude (\(\beta\)) on reconstruction quality, as detailed in the last three sections of 3. Empirically, we observe that an ensemble size of \(N=10\) or \(15\) yields the optimal trade-off. Increasing \(N\) to 40 leads to a performance degradation. We attribute this to the over-smoothing of the structural disagreement signal: A larger sample size dilutes the impact of extreme catastrophic structural failures caused by perturbations, thereby reducing the discriminative contrast of the SSIM variance across views. A moderate size \(N\) successfully preserves the sharpness of the uncertainty landscape, allowing the active agent to accurately penalize geometric degeneracies.

The ratio \(\alpha\) controls the proportion of Gaussians subjected to stochastic scaling, with \(10\%\) yielding the best results. Both excessively low and high ratios deteriorate the performance. When \(\alpha\) is too small, the perturbation is overly restricted to background noise or void space, failing to include the primitives that constitute geometric degeneracies, resulting in a flat structural disagreement landscape. Conversely, a higher ratio indiscriminately extends the perturbations into well-constrained, high-confidence anatomical solids (, bones). Due to the linear integral nature of X-ray projection, modulating these high-density structures induces massive, non-informative global variations that mask the subtle uncertainty signals from ambiguous regions.

For the scaling amplitude \(\beta\), where the density scaling factor is sampled from \(\text{Uniform}(-\beta, \beta)\), both overly conservative and excessively aggressive perturbations degrade the final reconstruction quality. A small \(\beta\) injects insufficient noise to disrupt the fragile geometric equilibrium of overfitting artifacts, providing weak guidance for view selection. Conversely, an excessively large \(\beta\) introduces severe out-of-distribution intensity shifts that completely distort local geometry. This structural collapse causes ubiquitous SSIM degradation across all views, diminishing the relative variance contrast and blinding the acquisition function.

Table 4: Ablation study results on different perturbations. Performance is evaluated in terms of 3D PSNR\(\uparrow\) (PSNR\(_3\), dB) and 3D SSIM\(\uparrow\) (SSIM\(_3\)). The best and second-best results are highlighted. \(^\dagger\) indicates our approach.
PSNR\(_3\) SSIM\(_3\) PSNR\(_3\) SSIM\(_3\) PSNR\(_3\) SSIM\(_3\) PSNR\(_3\) SSIM\(_3\)
24 34.061 0.896 34.078 0.896
36 36.200 0.925 36.226 0.926

1pt

4.3.3 Perturbation Strategy Analysis.↩︎

To demonstrate the effectiveness of our perturbation strategy (Stochastic Scaling), we further compare it with several alternative perturbations. As shown in 4, our method achieves the best results. Dropout and Position Jittering tend to mislead the estimation of uncertain regions, thus leading to suboptimal view selections.

5 Conclusion↩︎

We present a novel active view selection framework for sparse-view CT reconstruction utilizing radiative Gaussian Splatting. To overcome the theoretical flaws of existing active learning in X-ray imaging, we introduce a physics-aware active view selection method based on Perturbed Gaussian Ensemble. By injecting stochastic density perturbations into under-constrained, low-density primitives, our approach exposes structural vulnerabilities quantified via projection-space SSIM variance. This mechanism successfully targets and suppresses artifacts. Extensive evaluations confirm that our method yields superior volumetric reconstructions compared to existing baselines. This work bridges the gap between active learning and explicit radiative fields, advancing the practical deployment of 3DGS in dose-sensitive clinical and industrial settings.

Acknowledgements↩︎

This research is supported by the National Artificial Intelligence Research Resource (NAIRR) Pilot Awards NAIRR250199, NAIRR260019, and NAIRR260077, the AMD University Program’s AI & HPC Cluster, NVIDIA Academic Grant Program, and Lambda’s Research Grant. Computational resources are also provided by Delta and DeltaAI at the National Center for Supercomputing Applications (NCSA) through ACCESS allocations CIS250012, CIS250816, and CIS251188.

References↩︎

[1]
W. Jiang, B. Lei, and booktitle=ECCV. Daniilidis Kostas, “Fisherrf: Active view selection and mapping with radiance fields using fisher information,” 2024, pp. 422–440.
[2]
B. Kerbl, G. Kopanas, T. Leimkühler, G. Drettakis, et al., ACM Trans. Graph., vol. 42, no. 4, pp. 139–1, 2023.
[3]
Z. Zhu, Z. Fan, Y. Jiang, and booktitle=ECCV. Wang Zhangyang, “Fsgs: Real-time few-shot view synthesis using gaussian splatting,” 2024 , organization={Springer}, pp. 145–163.
[4]
J. Li et al., “Dngaussian: Optimizing sparse-view 3d gaussian radiance fields with global-local depth normalization,” 2024, pp. 20775–20785.
[5]
J. Zhang et al., “Cor-gs: Sparse-view 3d gaussian splatting via co-regularization,” 2024, pp. 335–352.
[6]
H. Huang, Y. Wu, J. Zhou, G. Gao, M. Gu, and booktitle=AAAI. Liu Yu-Shen, “Neusurf: On-surface priors for neural surface reconstruction from sparse input views,” 2024, pp. 2312–2320.
[7]
Y. Wu et al., “Sparis: Neural implicit surface reconstruction of indoor scenes from sparse views,” 2025, pp. 8514–8522.
[8]
H. Huang, Y. Wu, C. Deng, G. Gao, M. Gu, and booktitle=AAAI. Liu Yu-Shen, “FatesGS: Fast and accurate sparse-view surface reconstruction using gaussian splatting with depth-feature consistency,” 2025, pp. 3644–3652.
[9]
W. Cao et al., “FreeOrbit4D : Training-free arbitrary camera redirection for monocular videos via foreground-complete 4D reconstruction,” 2026.
[10]
Y. Cai et al., “Radiative gaussian splatting for efficient x-ray novel view synthesis,” 2024 , organization={Springer}, pp. 283–299.
[11]
R. Zha, T. J. Lin, Y. Cai, J. Cao, Y. Zhang, and booktitle =. A. in N. I. P. S. (NeurIPS). Hongdong Li, “R\(^2\)-gaussian: Rectifying radiative gaussian splatting for tomographic reconstruction,” 2024.
[12]
W. Yu, Y. Cai, R. Zha, Z. Fan, C. Li, and booktitle=ICCV. Yuan Yixuan, “X2-gaussian: 4d radiative gaussian splatting for continuous-time tomographic reconstruction,” 2025, pp. 24728–24738.
[13]
X. Pan, Z. Lai, S. Song, and booktitle=ECCV. Huang Gao, “Activenerf: Learning where to see with uncertainty estimation,” 2022, pp. 230–246.
[14]
A. C. Kak and M. Slaney, Principles of computerized tomographic imaging. SIAM, 2001.
[15]
Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli, TIP, vol. 13, no. 4, pp. 600–612, 2004.
[16]
L. A. Feldkamp, L. C. Davis, and J. W. Kress, Journal of the Optical Society of America A, vol. 1, no. 6, pp. 612–619, 1984.
[17]
L. Yu, Y. Zou, E. Y. Sidky, C. A. Pelizzari, P. Munro, and X. Pan, “Region of interest reconstruction from truncated data in circular cone-beam CT,” Transactions on Medical Imaging, vol. 25, no. 7, pp. 869–881, 2006.
[18]
A. H. Andersen and A. C. Kak, Ultrasonic imaging, vol. 6, no. 1, pp. 81–94, 1984.
[19]
S. H. Manglos, G. M. Gagne, A. Krol, F. D. Thomas, and R. Narayanaswamy, “Transmission maximum-likelihood reconstruction with ordered subsets for cone beam CT,” Physics in Medicine & Biology, vol. 40, no. 7, pp. 1225–1241, 1995.
[20]
K. Sauer and C. Bouman, “A local update strategy for iterative reconstruction from projections,” IEEE Transactions on Signal Processing, vol. 41, no. 2, pp. 534–548, 2002.
[21]
E. Y. Sidky and X. Pan, “Image reconstruction in circular cone-beam computed tomography by constrained, total-variation minimization,” Physics in Medicine & Biology, vol. 53, no. 17, pp. 4777–4807, 2008.
[22]
R. Anirudh, H. Kim, J. J. Thiagarajan, K. A. Mohan, K. Champley, and booktitle=CVPR. Bremer Timo, “Lose the views: Limited angle CT reconstruction via implicit sinogram completion,” 2018, pp. 6343–6352.
[23]
M. U. Ghani and booktitle=IVMSP. Karl W Clem, “Deep learning-based sinogram completion for low-dose CT,” 2018 , organization={IEEE}, pp. 1–5.
[24]
H. Chung, D. Ryu, M. T. McCann, M. L. Klasky, and booktitle=CVPR. Ye Jong Chul, “Solving 3d inverse problems using pre-trained 2d diffusion models,” 2023, pp. 22542–22551.
[25]
S. Lee, H. Chung, M. Park, J. Park, W.-S. Ryu, and booktitle=ICCV. Ye Jong Chul, “Improving 3D imaging with pre-trained perpendicular 2D diffusion models,” 2023, pp. 10710–10720.
[26]
J. Liu et al., “DOLCE: A model-based probabilistic diffusion framework for limited-angle CT reconstruction,” 2023, pp. 10498–10508.
[27]
Z. Liu, T. Bicer, R. Kettimuthu, D. Gursoy, F. De Carlo, and I. Foster, “TomoGAN: Low-dose synchrotron x-ray tomography with generative adversarial networks: discussion,” Journal of the Optical Society of America A, vol. 37, no. 3, pp. 422–434, 2020.
[28]
K. H. Jin, M. T. McCann, E. Froustey, and M. Unser, “Deep convolutional neural network for inverse problems in imaging,” TIP, vol. 26, no. 9, pp. 4509–4522, 2017.
[29]
X. Ying, H. Guo, K. Ma, J. Wu, Z. Weng, and booktitle=CVPR. Zheng Yefeng, “X2CT-GAN: Reconstructing CT from biplanar x-rays with generative adversarial networks,” 2019, pp. 10619–10628.
[30]
J. Adler and O. Öktem, “Learned primal-dual reconstruction,” Transactions on Medical Imaging, vol. 37, no. 6, pp. 1322–1332, 2018.
[31]
Y. Lin, Z. Luo, W. Zhao, and booktitle=MICCAI. Li Xiaomeng, “Learning deep intensity field for extremely sparse-view cbct reconstruction,” 2023, pp. 13–23.
[32]
Y. Lin, J. Yang, H. Wang, X. Ding, W. Zhao, and X. Li, “C^2RV: Cross-regional and cross-view learning for sparse-view CBCT reconstruction , booktitle = Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),” 2024, pp. 11205–11214.
[33]
G. Zang, R. Idoughi, R. Li, P. Wonka, and booktitle=ICCV. Heidrich Wolfgang, “Intratomo: Self-supervised learning-based tomography via sinogram synthesis and prediction,” 2021, pp. 1960–1970.
[34]
R. Zha, Y. Zhang, and booktitle=MICCAI. Li Hongdong, “NAF: Neural attenuation fields for sparse-view CBCT reconstruction,” 2022, pp. 442–452.
[35]
Y. Cai, J. Wang, A. Yuille, Z. Zhou, and booktitle=CVPR. Wang Angtian, “Structure-aware sparse-view x-ray 3d reconstruction,” 2024, pp. 11174–11183.
[36]
D. Rückert, Y. Wang, R. Li, R. Idoughi, and W. Heidrich, “Neat: Neural adaptive tomography,” TOG, vol. 41, no. 4, pp. 1–13, 2022.
[37]
L. Shen, J. Pauly, and L. Xing, “NeRP: Implicit neural representation learning with prior embedding for sparsely sampled image reconstruction,” TNNLS, vol. 35, no. 1, pp. 770–782, 2022.
[38]
Z. Gao, B. Planche, M. Zheng, X. Chen, T. Chen, and Z. Wu, “Ddgs-ct: Direction-disentangled gaussian splatting for realistic,” NeurIPS , volume=37, vol. rendering, pp. 39281–39302, 2024.
[39]
Y. Li, X. Fu, H. Li, S. Zhao, R. Jin, and S. K. Zhou, “3DGR-CT: Sparse-view CT reconstruction with a 3D gaussian representation,” Medical Image Analysis, vol. 103, p. 103585, 2025.
[40]
G. Zhang et al., “X-lrm: X-ray large reconstruction model for extremely sparse-view computed tomography recovery in one second,” arXiv preprint arXiv:2503.06382, 2025.
[41]
Z. Liu, R. Zha, H. Zhao, H. Li, and booktitle=International. C. on I. P. in M. I. Cui Zhiming, “4DRGS: 4D radiative gaussian splatting for efficient 3D vessel reconstruction from sparse-view dynamic DSA images,” 2025 , organization={Springer}, pp. 361–374.
[42]
Y. Liu, Y. Su, A.-A. Liu, B. Schiele, and booktitle=CVPR. Sun Qianru, “Mnemonics training: Multi-class incremental learning without forgetting,” 2020, pp. 12245–12254.
[43]
Y. Liu, B. Schiele, and booktitle=CVPR. Sun Qianru, “Adaptive aggregation networks for class-incremental learning,” 2021, pp. 2544–2553.
[44]
Y. Liu, B. Schiele, and Q. Sun, “Rmm: Reinforced memory management for class-incremental learning,” NeurIPS, vol. 34, pp. 3478–3490, 2021.
[45]
Y. Liu, Y. Li, B. Schiele, and booktitle=AAAI. Sun Qianru, “Online hyperparameter optimization for class-incremental learning,” 2023, pp. 8906–8913.
[46]
Z. Luo, Y. Liu, B. Schiele, and booktitle=CVPR. Sun Qianru, “Class-incremental exemplar compression for class-incremental learning,” 2023, pp. 11371–11380.
[47]
Y. Liu, B. Schiele, A. Vedaldi, and booktitle=CVPR. Rupprecht Christian, “Continual detection transformer for incremental object detection,” 2023, pp. 23799–23808.
[48]
Y. Zhang, X. Li, H. Chen, A. L. Yuille, Y. Liu, and booktitle=International. conference on medical image computing and computer intervention Zhou Zongwei, “Continual learning for abdominal multi-organ and tumor segmentation,” 2023 , organization={Springer}, pp. 35–45.
[49]
Y. Liu, Y. Li, B. Schiele, and booktitle=WACV. Sun Qianru, “Wakening past concepts without past data: Class-incremental learning from online placebos,” 2024, pp. 2226–2235.
[50]
T. Fischer et al., “Inemo: Incremental neural mesh models for robust class-incremental learning,” 2024, pp. 357–374.
[51]
R. Duan, J. Chen, A. Kortylewski, A. Yuille, and booktitle=BMVC. Liu Yaoyao, “Prompt-based exemplar super-compression and regeneration for class-incremental learning,” 2025.
[52]
Z. Zhu, Y. Gong, Y. Xiao, Y. Liu, and booktitle=ECCV. Hoiem Derek, “How to teach large multimodal models new skills?” 2026.
[53]
Y. Li, G. Qu, and N. Li, “Online optimization with predictions and switching costs: Fast algorithms and the fundamental limit,” IEEE Transactions on Automatic Control, vol. 66, no. 10, pp. 4761–4768, 2020.
[54]
Y. Li, X. Chen, and N. Li, “Online optimal control with linear dynamics and predictions: Algorithms and regret analysis,” Advances in Neural Information Processing Systems, vol. 32, 2019.
[55]
Y. Li, S. Das, and booktitle=AAAI. Li Na, “Online optimal control with affine constraints,” 2021, pp. 8527–8537.
[56]
booktitle=ICRA. Connolly Cl, “The determination of next best views,” 1985 , organization={IEEE}, vol. 2, pp. 432–435.
[57]
W. R. Scott, G. Roth, and J.-F. Rivest, “View planning for automated three-dimensional object reconstruction and inspection,” CSUR, vol. 35, no. 1, pp. 64–96, 2003.
[58]
L. Jin, X. Chen, J. Rückin, and booktitle=IROS. Popović Marija, “Neu-nbv: Next best view planning using uncertainty estimation in image-based neural rendering,” 2023, pp. 11305–11312.
[59]
X. Chen, Q. Li, T. Wang, T. Xue, and booktitle=CVPR. Pang Jiangmiao, “Gennbv: Generalizable next-best-view policy for active 3d reconstruction,” 2024, pp. 16436–16445.
[60]
Z. Feng et al., “Naruto: Neural active reconstruction from uncertain target observations,” 2024, pp. 21572–21583.
[61]
L. Chen et al., “Activegamer: Active gaussian mapping through efficient rendering,” 2025, pp. 16486–16497.
[62]
H. Dhami, V. D. Sharma, and booktitle=IROS. Tokekar Pratap, “Pred-nbv: Prediction-guided next-best-view planning for 3d object reconstruction,” 2023 , organization={IEEE}, pp. 7149–7154.
[63]
Y. Ran et al., “Neurar: Neural uncertainty for autonomous 3d reconstruction with implicit neural representations,” IEEE Robotics and Automation Letters, vol. 8, no. 2, pp. 1125–1132, 2023.
[64]
B. Mildenhall, P. P. Srinivasan, M. Tancik, J. T. Barron, R. Ramamoorthi, and R. Ng, Communications of the ACM, vol. 65, no. 1, pp. 99–106, 2021.
[65]
W. Xiao, R. S. Cruz, D. Ahmedt-Aristizabal, O. Salvado, C. Fookes, and booktitle=CVPR. Lebrat Leo, “Nerf director: Revisiting view selection in neural,” 2024, vol. rendering, pp. 20742–20751.
[66]
S. Xue, J. Dill, P. Mathur, F. Dellaert, P. Tsiotra, and booktitle=CVPR. Xu Danfei, “Neural visibility field for uncertainty-driven active mapping,” 2024, pp. 18122–18132.
[67]
L. Goli, C. Reading, S. Sellán, A. Jacobson, and booktitle=CVPR. Tagliasacchi Andrea, “Bayes’ rays: Uncertainty quantification for neural radiance fields,” 2024, pp. 20061–20070.
[68]
N. Sunderhauf, J. Abou-Chakra, D. Miller, and booktitle=Proceedings. of the 2023. I. I. C. on R. and A. (ICRA). others, “Density-aware NeRF ensembles: Quantifying predictive uncertainty in neural radiance fields,” 2023 , organization={Institute of Electrical and Electronics Engineers Inc.}, pp. 9370–9376.
[69]
J. Wilson et al., “Pop-gs: Next best view in 3d-gaussian splatting with p-optimality,” 2025, pp. 3646–3655.
[70]
Y. Xie, Y. Cai, Y. Zhang, L. Yang, and J. Pan, “Gauss-mi: Gaussian splatting shannon mutual information for active 3d reconstruction,” arXiv preprint arXiv:2504.21067, 2025.
[71]
L. Jin, X. Zhong, Y. Pan, J. Behley, C. Stachniss, and M. Popović, “Activegs: Active scene reconstruction using gaussian splatting,” IEEE Robotics and Automation Letters, 2025.
[72]
Y. Li et al., “Activesplat: High-fidelity scene reconstruction through active gaussian splatting,” IEEE Robotics and Automation Letters, 2025.
[73]
C. Zhao, X. Wang, T. Zhang, S. Javed, and booktitle=Proceedings. of the I. I. C. on C. V. Salzmann Mathieu, “Self-ensembling gaussian splatting for few-shot novel view synthesis,” 2025, pp. 4940–4950.
[74]
F. Vasconcelos, B. He, N. Singh, and Y. W. Teh, “Uncertainr: Uncertainty quantification of end-to-end implicit neural representations for computed tomography,” arXiv preprint arXiv:2202.10847, 2022.
[75]
A. Zidane and I. Shimshoni, “ActiveNaf: A novel NeRF-based approach for low-dose CT image reconstruction through active learning,” Physica Medica, vol. 135, p. 104997, 2025.
[76]
L. I. Rudin, S. Osher, and E. Fatemi, “Nonlinear total variation based noise removal algorithms,” Physica D: nonlinear phenomena, vol. 60, no. 1–4, pp. 259–268, 1992.
[77]
C. Chen et al., “Topiq: A top-down approach from semantics to distortions for image quality assessment,” TIP, vol. 33, pp. 2404–2418, 2024.
[78]
S. Yang et al., “Maniqa: Multi-dimension attention network for no-reference image quality assessment,” 2022, pp. 1191–1200.
[79]
J. Ke, Q. Wang, Y. Wang, P. Milanfar, and booktitle=ICCV. Yang Feng, “Musiq: Multi-scale image quality transformer,” 2021, pp. 5148–5157.
[80]
S. G. Armato III et al., “The lung image database consortium (LIDC) and image database resource initiative (IDRI): A completed reference database of lung nodules on CT scans,” Medical physics, vol. 38, no. 2, pp. 915–931, 2011.
[81]
H. Roth, A. Farag, E. B. Turkbey, L. Lu, J. Liu, and R. M. Summers, “Data from pancreas-CT.” The Cancer Imaging Archive, 2016 , copyright = {Creative Commons Attribution 3.0 Unported}.
[82]
P. Verboven et al., “Www.x-plant.org - the CT database of plant organs.” 2022-05-24.
[83]
P. Klacansky, “Open SciVis datasets.” 2017, [Online]. Available: https://klacansky.com/open-scivis-datasets/.
[84]
T. F. I. P. Society, “X-ray tomographic datasets.” 2024, [Online]. Available: https://fips.fi/category/open-datasets/x-ray-tomographic-datasets/.
[85]
V. Gopalakrishnan and booktitle=Workshop. on C. I.-B. P. Golland Polina, “Fast auto-differentiable digitally reconstructed radiographs for solving inverse problems in intraoperative imaging,” 2022 , organization={Springer}, pp. 1–11.
[86]
C. Chen and J. Mo, 2022 , howpublished = "\{Online\}. Available: \url{https://github.com/chaofengc/IQA-PyTorch}.
[87]
A. Paszke et al., “Pytorch: An imperative style, high-performance deep learning library,” NeurIPS, vol. 32, 2019.
[88]
D. P. Kingma and J. Ba, arXiv preprint arXiv:1412.6980, 2014.

  1. Corresponding author.↩︎

  2. Project page: perturbed-gaussian-ensemble.cvmlgroup.web.illinois.edu↩︎