REVIEW 3 major objections 6 minor 13 references
Selecting the next camera view to minimize predictive rendering entropy—an upper bound built from the Goal Hessian—improves reconstruction fidelity and uncertainty calibration.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 14:50 UTC pith:WCEHAL6M
load-bearing objection GO-PRE's new target-weighted predictive entropy score is cleanly derived and useful for active 3DGS, but the evaluation is single-seed, the goal-oriented protocol is unfair to baselines, and the linearized predictive covariance is never validated. the 3 major comments →
GO-PRE: Goal-Oriented Next-Best-View Selection via Predictive Rendering Entropy for Active 3D Reconstruction
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On its own terms, GO-PRE establishes a direct bridge between Bayesian experimental design and the quantity that matters in differentiable rendering: the entropy of the predictive distribution of pixels at unseen views. Under a Laplace approximation of the posterior over scene parameters and a linearization of the renderer, the average predictive entropy over a target view manifold becomes an expectation of log-determinants. Applying Jensen's inequality yields the GO-PRE acquisition rule, Score(x)=log det(I+Σ_x^{1/2} M Σ_x^{1/2}), where M is the Goal Hessian Matrix—the Monte Carlo average of per-probe Fisher information matrices over the target manifold—and Σ_x is the posterior covariance aft
What carries the argument
Central object: the Goal Hessian Matrix M = E_{p~q}[J_p^T J_p], a Monte Carlo average of per-probe Fisher information that encodes how strongly the target view manifold constrains each scene parameter. It is the mechanism that turns a user-specified target distribution into a parameter-space reweighting. The acquisition score uses the Matrix Determinant Lemma to move the entropy computation from output space to parameter space, and Jensen's inequality to replace an expected log-determinant with a single upper-bound log-determinant; diagonal approximations of Σ_x and M reduce it to a sum of scalar logarithms for real-time scoring.
Load-bearing premise
The score assumes the renderer behaves linearly around its best-fit parameters and that the parameter posterior is Gaussian, so that predictive entropy has the log-determinant form; if 3D Gaussian Splatting's true posterior is far from that, the score stops measuring actual rendering uncertainty.
What would settle it
Train multiple full 3DGS fits from different random seeds on a small scene to form an empirical posterior; for a set of candidate views, compare GO-PRE's ranking with the ranking induced by exact predictive entropy estimated from those ensembles (or by held-out PSNR). If the top GO-PRE views systematically fail to reduce test error relative to random views on scenes with glossy surfaces or strong occlusions—where the linear-Gaussian premise is most strained—the central claim is falsified.
If this is right
- Under the linear-Gaussian premise, the acquisition rule minimizes a true upper bound on average predictive rendering entropy, so the chosen views are the ones that most reduce uncertainty about the rendered target images.
- The same pipeline can switch between global exploration, local refinement, and task-specific coverage simply by changing the probe distribution q used to build the Goal Hessian M.
- The reported experiments show consistent PSNR/SSIM/LPIPS gains over parameter-space and heuristic baselines on synthetic and real scenes, including tight 10-view budgets.
- Because a diagonal approximation collapses the score to scalar logarithms, selection runs in real time (roughly 120 ms per candidate), making it usable inside active capture loops.
Where Pith is reading between the lines
- A concrete test the paper leaves open: on a small scene, compare GO-PRE's ranking to predictive entropy from an ensemble of full 3DGS fits; the size of the gap would quantify how much the linear-Gaussian premise costs in practice.
- The same Goal-Hessian mechanism could be reused to decide not just which view but which scene region to densify or which sensing modality to deploy, since it encodes parameter directions constrained by the target manifold.
- Because Jensen replaces the expected log-determinant by a single upper bound, the score is an upper-bound surrogate; in regimes where the posterior is far from Gaussian, the ranking could drift from the exact entropy minimizer, so comparing against a sample-based entropy estimate is a natural stress test.
- Aggregating Fisher information across probes before the determinant, rather than averaging per-probe determinants, visibly lowers Monte Carlo variance in the paper's ablation; that ordering principle likely transfers to other entropy-based acquisition problems.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes GO-PRE, a next-best-view selection framework for active 3D reconstruction with 3D Gaussian Splatting. The key idea is to replace parameter-space or heuristic acquisition criteria with a prediction-space objective: the expected reduction of average marginal predictive entropy over a user-specified target view manifold. Under a Laplace approximation of the posterior and a linearized renderer, the predictive entropy becomes a log-determinant of a low-rank-plus-diagonal covariance; Jensen's inequality is used to obtain a tractable surrogate score (Eq. 10) that depends on a Goal Hessian matrix M estimated from probe views. The paper reports experiments on Blender, Mip-NeRF360, and Tanks & Temples, including global and goal-oriented protocols, uncertainty-quantification sparsification plots, and ablations.
Significance. If the central claims are correct, GO-PRE would be a valuable contribution: it directly ties view selection to rendering quality, supports interactive goal specification, and provides an efficient (≈120 ms per candidate) acquisition rule. The derivation from Bayesian experimental design is internally consistent — the score is a genuine upper bound on the expected predictive entropy, not a fitted heuristic. The ablation study isolating the Goal Hessian, observation noise, and the trace approximation is informative. However, the empirical validation has important gaps that currently prevent acceptance at the standard journal level: the main comparisons rest on single-seed runs without error bars, the goal-oriented protocol compares against baselines that are not adapted to the target manifold, and the core linear-Gaussian/Laplace predictive model is never calibrated against actual rendering errors. These issues are fixable, but they are load-bearing for the paper's headline claims.
major comments (3)
- [Sec. 4.1, Tables 1–3] The central empirical claim ('GO-PRE consistently achieves superior performance across all evaluated metrics and datasets') is supported only by single-seed results. The Experimental Settings state that models are 'initialized with the same random seed,' so no run-to-run variance is reported. The margins are sometimes tiny — e.g., on Blender in Table 1, PSNR 25.574 vs. 25.524 and LPIPS 0.0800 vs. 0.0805 for POp-GS. Without multiple seeds or paired significance tests, the observed differences may be within noise. Tables 5–6 already report mean±std, so the methodology exists; it should be applied to the main tables.
- [Sec. 4.1, Protocol II (Table 2)] The goal-oriented protocol evaluates only the target view manifold, but the baselines (FisherRF, GauSS-MI, POp-GS) are global, parameter-space methods that are not given any information about the target manifold and therefore allocate views outside the 120° sector. The large advantage in Table 2 may thus reflect the baselines' lack of goal-awareness rather than GO-PRE's predictive-entropy mechanism. To make the comparison fair, the authors should adapt the baselines to the target manifold (e.g., restrict their candidate pool to the target sector, or weight their acquisition scores by target-view Jacobians) or add a goal-conditioned variant of at least one competitor.
- [Sec. 3.2 & Sec. 6, Eq. (11)] The predictive covariance Λ_x0 = J_x0 Σ J_x0^T + τ²I is the foundation of the entire method. It requires (a) the Laplace posterior Σ to faithfully represent parameter uncertainty in 3DGS, and (b) the renderer to be differentiable at the operating point. Sec. 6 admits the rasterizer is only piecewise smooth, with depth-sorting and visibility discontinuities that destabilize local linearizations. Since active view selection deliberately explores novel poses, such discontinuities are not rare edge cases. The ablations (Table 4) all operate inside the same linear-Gaussian model and therefore cannot detect misspecification. The only calibration evidence — the sparsification plots in Fig. 7 — covers just two Blender scenes, lacks quantitative AUSE or error bars, and compares only FisherRF and Random. The authors should validate the predictive covariance against actual rendering errors across m
minor comments (6)
- [Eq. (8)] The GO-PRE Score drops the 1/2 factor present in Eq. (7). This is harmless if intentional, but should be stated explicitly for consistency.
- [Sec. 4.1, experimental settings] The probe count is given as K=25 for Blender and N/8 for Mip-NeRF360/Tanks & Temples, but Table 5 labels N/8 as 'default.' Clarify whether K is chosen per dataset and why.
- [Table 4, 'w/o Observation Noise'] Taking τ→0 makes the precision update Σ_x = (Σ^{-1} + τ^{-2}J_x^T J_x)^{-1} singular and the score degenerate. The text says the Goal Hessian 'loses its effect'; a precise description of the limiting behavior would help.
- [Fig. 7] Please add axis labels, a legend, and quantitative AUSE (area under the sparsification curve) values. The current plot is hard to read without these.
- [Tables 5–6] The 'mean±std' is presumably over scenes, but it could also be over seeds. State the source of variance explicitly.
- [References] Minor typos: 'The F ourteenth International Conference' and 'Y .-m.' should be cleaned up.
Circularity Check
No significant circularity: GO-PRE's score is a derived Jensen upper bound on predictive entropy, with assumptions and limitations stated rather than smuggled.
full rationale
The derivation chain is self-contained and non-circular. The GO-PRE score (Eq. 10) follows from explicit modeling assumptions: a Gaussian predictive distribution under a Laplace posterior and linearized renderer (Sec. 3.2, Eqs. 1, 4), a precision-additive Bayesian update (Eq. 5), the matrix determinant lemma (Appendix A.1.1), and Jensen's inequality to obtain an upper bound with the Goal Hessian M defined as E_p[S(p)] and Monte Carlo-approximated via probes (Eqs. 8-9). The score is an upper-bound surrogate, not equal to the objective by construction; minimizing it is a heuristic but not a circular reduction. Hyperparameters such as tau=1 and K=N/8 are modeling choices, not fitted values renamed as predictions, and they are tested in ablations (Tables 4-5). The Direct-MC comparison is an empirical justification, not a circular step. There is no load-bearing self-citation: the only methodological citation is FisherRF's diagonal approximation, which is an external computational approximation rather than the basis of the central claim. The paper's own Limitations section concedes that the rasterizer is only piecewise smooth, so local linearizations can be destabilized at visibility transitions; this is a validity gap in the Gaussian/linearized predictive model, but it is an unvalidated assumption, not a circular derivation. External benchmarks and comparisons against FisherRF, POp-GS, GauSS-MI, and Random provide independent evidence for the empirical claims. Overall, no construction-level circularity was found.
Axiom & Free-Parameter Ledger
free parameters (2)
- tau (observation noise scale) =
1
- K (probe count) =
25 (Blender); N/8 (Mip-NeRF360/T&T)
axioms (5)
- domain assumption Laplace approximation: p(θ|D) ≈ N(θ*, Σ)
- domain assumption Renderer linearization: f(p,θ) ≈ f(p,θ*) + J_p(θ-θ*)
- ad hoc to paper Diagonal approximation of Σ_x and M
- standard math Jensen inequality to justify the surrogate objective
- domain assumption Target manifold approximated by discrete training views
read the original abstract
Active 3D reconstruction relies on active view selection to maximize reconstruction fidelity under limited capture budgets. However, most existing methods rely on surrogate signals such as parameter uncertainty or geometric heuristics, but these signals are often misaligned with the ultimate goal: the fidelity of rendered predictions. We propose GO-PRE, a goal-oriented next-best-view selection framework that explicitly targets information gain in the prediction space. Specifically, we formulate the objective as maximizing the reduction of the average marginal predictive entropy over a user-specified target view manifold. GO-PRE supports interactive goal specification and yields an efficient acquisition rule that enables real-time computation of information gain. Extensive experiments across benchmarks demonstrate that GO-PRE consistently improves active reconstruction performance and provides more reliable uncertainty quantification compared to state-of-the-art methods.
Figures
Reference graph
Works this paper leans on
-
[4]
Han, C. and Dumery, C. View-dependent uncertainty estimation of 3d gaussian splatting.arXiv preprint arXiv:2504.07370,
-
[6]
Jiang, W., Lei, B., and Daniilidis, K. Fisherrf: Active view selection and uncertainty quantification for radi- ance fields using fisher information.arXiv preprint arXiv:2311.17874,
-
[10]
S¨underhauf, N., Abou-Chakra, J., and Miller, D. Density- aware nerf ensembles: Quantifying predictive un- certainty in neural radiance fields.arXiv preprint arXiv:2209.08718,
-
[13]
11 GO-PRE: Goal-Oriented Next-Best-View Selection via Predictive Rendering Entropy for Active 3D Reconstruction Xie, Y ., Cai, Y ., Zhang, Y ., Yang, L., and Pan, J. Gauss-mi: Gaussian splatting shannon mutual information for ac- tive 3d reconstruction.arXiv preprint arXiv:2504.21067,
-
[1948]
Shen, C., Zheng, S., Wu, B., Feng, Y ., Fei, Y ., Mei, M., Jiang, H., and Huang, X. Auto3r: Automated 3d re- construction and scanning via data-driven uncertainty quantification.arXiv preprint arXiv:2512.04528,
-
[1992]
doi: 10.1162/neco.1992.4.4.590. Mildenhall, B., Srinivasan, P. P., Ortiz-Cayon, R., Kalantari, N. K., Ramamoorthi, R., Ng, R., and Kar, A. Local light field fusion: Practical view synthesis with prescriptive sampling guidelines.ACM Transactions on Graphics (ToG), 38(4):1–14,
-
[2004]
Wang, Z., Bhalgat, Y ., Li, R., and Prisacariu, V . A. Active view selector: Fast and accurate active view selection with cross reference image quality assessment.arXiv preprint arXiv:2506.19844,
-
[2013]
Bayesian active learning for classification and preference learning.arXiv preprint arXiv:1112.5745,
Houlsby, N., Husz´ar, F., Ghahramani, Z., and Lengyel, M. Bayesian active learning for classification and preference learning.arXiv preprint arXiv:1112.5745,
-
[2017]
Ewen, P., Chen, H., Isaacson, S., Wilson, J., Skinner, K. A., and Vasudevan, R. These magic moments: Differentiable uncertainty quantification of radiance field models.arXiv preprint arXiv:2503.14665,
-
[2018]
Chen, L., Zhan, H., Chen, K., Xu, X., Yan, Q., Cai, C., and Xu, Y
doi: 10.1109/ICRA.2018.8461098. Chen, L., Zhan, H., Chen, K., Xu, X., Yan, Q., Cai, C., and Xu, Y . Activegamer: Active gaussian mapping through ef- ficient rendering. InProceedings of the Computer Vision and Pattern Recognition Conference, pp. 16486–16497,
arXiv 2018
-
[2021]
Manifold sampling for differentiable uncertainty in radiance fields
Lyu, L., Tewari, A., Habermann, M., Saito, S., Zollh ¨ofer, M., Leimk¨uhler, T., and Theobalt, C. Manifold sampling for differentiable uncertainty in radiance fields. InSIG- GRAPH Asia 2024 Conference Papers, pp. 1–11,
2024
-
[2022]
Tan, Z., Chen, X., Zhang, J., Feng, L., and Hu, D. Uncertainty-aware normal-guided gaussian splatting for surface reconstruction from sparse image sequences. arXiv preprint arXiv:2503.11172,
-
[2025]
Gottwald, T., Heinert, E., Stehr, P., Galappaththige, C. J., and Rottmann, M. Primu: Uncertainty estimation for novel views in gaussian splatting from primitive-based representations of error and coverage.arXiv preprint arXiv:2508.02443,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.