REVIEW 3 major objections 5 minor 53 references
CASA-SDF: Curriculum-Aware Spatial Adaptation with Curvature-Guided Density for Neural Implicit Surface Reconstruction
T0 review · 3 major / 5 minor · reviewed 2026-08-02 · deepseek-v4-flash
Pith's one-line read Indoor 3D reconstruction improves by spatially varying the SDF-to-density sharpness and annealing unreliable monocular priors.
desk verdict A competent empirical paper with two genuinely new mechanisms, but the load-bearing locally-constant sharpness approximation is not adequately defended and the supporting illustration is in an absent supplement. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is the spatially and temporally varying sharpness s(x,tau) = s_base (1 + g(tau) lambda_H tanh(|H_est(x)| R)^{alpha_H}) that replaces the global sharpness in the standard NeuS SDF-to-density transform T(t) = 1/(1+exp(-s(x,tau) f(t))), together with the pixel-wise curriculum weight w_prior(r,tau) = lambda_base exp(-eta tau/(1-U_total(r)+eps)) that gates monocular prior losses. Here U_total is the max of a semantic uncertainty (exponential of negative normalized von Mises–Fisher concentration) and a photometric uncertainty (1 - best-match warped SSIM), and |H_est| is a finite-difference normal-variation proxy on the tangent plane with step size 0.01 R. The sharpness modula
What would settle it
Take a synthetic scene with a known thin rod and ground-truth SDF. Train CASA-SDF and, along rays passing within 5 cm of the rod, record the position of the peak of the rendering weight w(t) relative to the zero crossing of the predicted SDF. If the weight peak deviates from the zero crossing by more than about 1 cm in a substantial fraction of such rays, and the deviation grows with the curvature proxy, then the local-constancy/stop-gradient approximation fails and the reconstructed surface is biased in exactly the regions the method aims to improve.
Extended reading notes
Core claim
The central claim is that indoor geometric heterogeneity is best handled as two coupled problems: how long each monocular prior should guide optimization, and how much bandwidth the SDF-to-density mapping should allocate at each point. The paper's specific discovery is that a conservative max-fusion of semantic uncertainty (from a von Mises–Fisher normal estimator) and photometric uncertainty (from multi-view patch SSIM warping) produces a pixel-wise curriculum w_prior(r,tau) that decays exponentially in training time, with decay rate controlled by uncertainty; and that multiplying the global sharpness by 1 + g(tau) lambda_H tanh(|H_est| R)^{alpha_H}, where |H_est| is a finite-difference nor
Load-bearing premise
The load-bearing premise is that treating the spatially varying sharpness s(x,tau) as locally constant when deriving the density rho(t) = -d/dt log T(t) — with a stop-gradient on the curvature term — leaves the rendered surface peak at the SDF zero-level set; the paper asserts 'no noticeable peak drift' but defers the supporting 1D illustration to a supplementary file that is not included in the arXiv version.
Editorial extensions
If this is right
- Any NeuS-style reconstruction pipeline can adopt spatially varying sharpness without new network components, at about 9% extra training time and 12% peak memory, since the curvature proxy is a finite-difference computation on existing normals.
- Monocular prior supervision should be treated as a time-varying resource: strong early for coarse stabilization, released early where uncertainty is high, and retained where confidence is high.
- The finite-difference normal-variation proxy for curvature is a cheap, scale-invariant signal that can be reused for adaptive ray sampling, loss reweighting, or mesh refinement.
- The region-aware evaluation shows that global F-score is dominated by planar surfaces; without reporting high-frequency regions separately, gains on thin structures can be hidden in aggregate metrics.
- The combination of SAUA and CALADT reduces large outlying errors in high-frequency regions even though global accuracy changes little, implying the two mechanisms remove a common failure mode rather than boosting all surfaces uniformly.
Reading between the lines
- The local-constancy approximation for s could introduce a systematic bias in the weight peak location that is not captured by a 5 cm F-score; a sub-centimeter peak shift in high-curvature regions would be worth measuring directly.
- The exponential curriculum schedule could be replaced by a learned or residual-driven schedule per pixel, which might further improve the photometric refinement phase in regions where priors remain unreliable.
- The same two-mechanism template could transfer to sparse-view reconstruction, where reliability of priors and bandwidth demands are even more heterogeneous; this remains to be tested.
- The progressive gate g(tau) makes a testable prediction: activating the spatial sharpness modulation from the start should destabilize planar regions, so an ablation that removes the gate should show increased planar noise.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes CASA-SDF, a neural implicit surface reconstruction framework for indoor scenes, targeting the tension between planar smoothness and thin-structure preservation. Two mechanisms are introduced: (1) SAUA, a pixel-wise curriculum that anneals monocular normal/depth supervision based on a max-fusion of semantic (AngMF) and photometric (patch SSIM) uncertainties; and (2) CALADT, which modulates the NeuS SDF-to-density sharpness parameter s(x, tau) by a normal-variation curvature proxy with a progressive activation schedule. Experiments on ScanNet and Replica report competitive or best global F-scores (0.818 and 0.788), with the clearest gains in a GT-curvature-based high-frequency partition (0.772 vs. 0.724 for ND-SDF on ScanNet). Ablations and region-aware evaluations support the complementary role of the two components.
Significance. If the results hold, CASA-SDF provides a practical resolution to a known trade-off in indoor implicit reconstruction: it improves recall/completeness on thin structures without sacrificing planar stability, at a modest training-time cost (9.3% per-iteration overhead). The paper's strengths include a thoughtful region-aware evaluation protocol defined on ground-truth curvature, transparent ablation of both modules, and a clear discussion of the precision/recall trade-off. The reported high-frequency gains are substantial and plausible given the mechanism. However, the central technical claim depends on the validity of treating the spatially varying sharpness as locally constant in the NeuS density derivative; the paper's only defense is deferred to a supplementary that is not part of the arXiv submission. Additionally, the main tables aggregate numbers from multiple prior publications and report no variance, which weakens the statistical support for the headline 'best' claims. These issues are fixable but require additional evidence.
major comments (3)
- [Sec. 3.3 (Eq. 11, 'Remarks on Localization Fidelity')] The claim that treating s(x,tau) as locally constant in the density derivative preserves the 'symmetric kernel structure' of NeuS is not correct for the forward computation. With T(t)=sigmoid(s(t)f(t)) and rho(t)=-s(t) f'(t)(1-T(t)), the rendering weight becomes w(t)= -s(t) f'(t) T(t)(1-T(t)). For a ray crossing f=0, the factor s(t) is generally not symmetric about the zero crossing, so the peak of w(t) is displaced unless s'(t)=0 there. The stop-gradient only affects backpropagation; it does not alter this forward asymmetry. The progressive gate (tau0,tau1) mitigates but cannot eliminate the effect, and the bias is concentrated in the high-curvature regions that drive the reported gains in Table 7. The only defense is a sentence deferring to a supplementary 1D illustration, which is not included in this arXiv version. Please provide the 1D illustration or, more convincingly, measure the
- [Tables 1 and 2] The main comparative tables aggregate numbers from disparate publications and codebases, and the paper explicitly states that controlled reproduced results are in the Supplementary Material, which is absent from the arXiv submission. This weakens the central comparative claims: the global F-score difference over ND-SDF on ScanNet is 0.818 vs. 0.820, a margin that could easily be inverted under different mesh-extraction or culling protocols. Please include the controlled comparison in the main text (or at least make the supplement available and reference it with concrete numbers), and report the evaluation protocol used for the baselines in the same table.
- [All experimental tables (Tables 1-7)] All metrics are reported as point estimates without variance, per-scene breakdowns, or statistical tests. Given the small global F-score margins (e.g., 0.818 vs. 0.820 on ScanNet) and the known sensitivity of 5 cm F-scores to training stochasticity, the 'best' claims are not statistically grounded. The region-aware high-frequency difference (0.772 vs. 0.724) is larger, but still should be accompanied by variance or per-scene results. Please report repeated-run means with standard deviations, or at minimum per-scene scores, for the main comparisons and ablations.
minor comments (5)
- [Sec. 3.2, Eq. (5)] The co-visibility set V used for photometric uncertainty is not formally defined. Please clarify how neighboring source views are selected and how 'no valid source view' is determined.
- [Sec. 3.3, Eq. (8)] The tangent vectors t1 and t2 are not specified. Please state how they are computed (e.g., orthonormal basis from the normal at x) and how the finite-difference step delta is chosen consistently across scenes.
- [Sec. 4.5] The region-aware protocol uses GT-curvature percentile thresholds (75%/15%/10%) computed on the pooled ScanNet scenes. Sensitivity to these thresholds is deferred to the supplementary. Please report at least a one-line sensitivity check (e.g., varying the high-frequency cutoff) in the main text.
- [Fig. 4] The convergence plot shows mean F-score without error bars. Since this is one of the few figures showing training dynamics, adding per-scene spread would make the comparison more informative.
- [Throughout] The paper would benefit from a notation table for the many hyperparameters (lambda_base, eta, epsilon, kappa0, beta0/s_base, lambda_H, alpha_H, tau0, tau1). Some are described only in Sec. 4.2, which makes the method section harder to follow.
Circularity Check
No load-bearing circularity; the only flagged item is an unsupported local-constancy claim, which is a correctness risk rather than a circular step.
full rationale
The paper's derivation chain is self-contained. SAUA's uncertainties come from an external frozen AngMF estimator (Eq. 4) and from multi-view SSIM patch warping (Eq. 5); these are offline inputs, and the time-dependent weight in Eq. 7 is a scheduling rule, not a fitted estimator of the reported F-scores. CALADT's curvature proxy (Eqs. 8-9) is computed by finite differences of the evolving SDF normals and modulates sharpness (Eq. 10), which then enters the NeuS-style volume-rendering weight. No equation defines the target metrics (Completeness, Recall, F-score) in terms of xi, s, or w_prior, so nothing reduces to its own output by construction. The region-aware evaluation partitions the GT mesh by curvature while CALADT uses the predicted SDF curvature; although both involve 'curvature,' they are distinct sources, and the observed high-frequency gains are empirical mechanism behavior, not a tautology. Self-citation is not load-bearing: the authors cite no prior work of their own, and the cited AngMF, Omnidata, NeuS, MonoSDF, DebSDF, and ND-SDF are external prior art. The one item worth flagging is not circular: Sec. 3.3 'Remarks on Localization Fidelity' admits the locally-constant-s approximation and defers the 'no noticeable peak drift' defense to a supplementary material not included in this arXiv version. That is an unverified modeling assumption and a correctness/robustness risk, but it is not a reduction of the result to its inputs. Accordingly, the circularity score is 0.
Assumptions & free parameters
free parameters (12)
- lambda_base =
0.1
- eta =
4.0
- epsilon =
1e-3
- kappa0 =
median of AngMF kappa over training pixels
- beta0 / s_base =
0.3 / 3.333
- lambda_H =
1.0
- alpha_H =
2.0
- tau0, tau1 =
0.3, 0.6
- delta =
0.01 * R
- surface proximity threshold =
5 cm
- loss weights lambda_eik, lambda_d, lambda_n =
0.05, 0.005, 0.003
- region partition thresholds =
75/15/10 percentiles
assumptions (5)
- domain assumption SDF gradients n(x) are unit normals and finite differences of n along tangent directions approximate local curvature magnitude.
- domain assumption AngMF concentration kappa and patch SSIM warping measure the true unreliability of monocular priors.
- domain assumption s(x,tau) can be treated as locally constant and stop-gradients do not shift rendering-weight peaks.
- ad hoc to paper The exponential annealing schedule and tanh curvature compression are suitable functional forms.
- domain assumption Monocular priors are metric-aligned and helpful early, harmful late, while photometric loss can refine geometry once priors are released.
Cite this review
Pith. "Pith review of CASA-SDF: Curriculum-Aware Spatial Adaptation with Curvature-Guided Density for Neural Implicit Surface Reconstruction." pith.science (2026). https://pith.science/paper/Z23O5ZMO
@misc{pith2026260713492,
author = {Pith},
title = {Pith review of: CASA-SDF: Curriculum-Aware Spatial Adaptation with Curvature-Guided Density for Neural Implicit Surface Reconstruction},
year = {2026},
howpublished = {\url{https://pith.science/paper/Z23O5ZMO}},
note = {Machine review of arXiv:2607.13492}
}
read the original abstract
Neural implicit representations have emerged as a powerful paradigm for 3D reconstruction. However, high-fidelity indoor surface reconstruction remains a significant challenge, primarily due to the pronounced \emph{geometric heterogeneity} of indoor scenes. Large texture-less planar regions typically require stronger regularization to suppress high-frequency artifacts, while thin structures demand sharper, more adaptive representations to mitigate the spectral bias of multi-layer perceptrons (MLPs) and prevent over-smoothing. Existing approaches often rely on spatially indiscriminate prior supervision and a scene-global SDF-to-density transformation, which constrains their ability to balance planar smoothness and detail preservation. In this paper, we propose CASA-SDF (Curriculum-Aware Spatial Adaptation for SDF), a unified framework that addresses this challenge via complementary adaptations of supervision and representation capacity. Specifically, Hybrid Spatially-Adaptive Uncertainty Annealing (SAUA) fuses semantic and photometric uncertainties to construct a pixel-wise curriculum for monocular prior supervision. This strategy maintains regularization in reliable regions while attenuating unreliable supervision early in training to enable data-driven photometric refinement. Meanwhile, Curvature-Aware Locally Adaptive Density Transformation (CALADT) progressively modulates the sharpness of the SDF-to-density mapping via a curvature proxy to enhance the representation of thin structures. Extensive experiments on benchmark indoor datasets demonstrate that CASA-SDF improves surface completeness and detail recovery on high-frequency structures, without compromising the stability of planar surfaces.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[1]
Debsdf: Delvingintothedetailsandbiasofneuralindoorscenereconstruction
Yuting Xiao, Jingwei Xu, Zehao Yu, and Shenghua Gao. Debsdf: Delvingintothedetailsandbiasofneuralindoorscenereconstruction. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024
2024
-
[2]
Nerf: Representing scenes as neural radiance fields for view synthesis.Communications of the ACM, 65(1):99–106, 2021
Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view synthesis.Communications of the ACM, 65(1):99–106, 2021
2021
-
[3]
PengWang,LingjieLiu,YuanLiu,ChristianTheobalt,TakuKomura, and Wenping Wang. Neus: Learning neural implicit surfaces by volume rendering for multi-view reconstruction.arXiv: Computer Vision and Pattern Recognition,arXiv: Computer Vision and Pattern Recognition, Jun 2021
2021
-
[4]
Volume renderingofneuralimplicitsurfaces.AdvancesinNeuralInformation Processing Systems, 34:4805–4815, 2021
Lior Yariv, Jiatao Gu, Yoni Kasten, and Yaron Lipman. Volume renderingofneuralimplicitsurfaces.AdvancesinNeuralInformation Processing Systems, 34:4805–4815, 2021
2021
-
[5]
Pixelnerf: Neural radiance fields from one or few images
Alex Yu et al. Pixelnerf: Neural radiance fields from one or few images. InCVPR, 2021
2021
-
[6]
Mvsnerf: Fast generalizable radiance field recon- struction from multi-view stereo
Anpei Chen et al. Mvsnerf: Fast generalizable radiance field recon- struction from multi-view stereo. InICCV, 2021
2021
-
[7]
Sparseneus: Fast generalizable neural surface reconstruction from sparse views
Xiaoxiao Long et al. Sparseneus: Fast generalizable neural surface reconstruction from sparse views. InECCV, 2022
2022
-
[8]
Sparis: Neural implicit surface reconstruction of indoor scenes from sparse views
Yulun Wu, Han Huang, Wenyuan Zhang, Chao Deng, Ge Gao, Ming Gu, and Yu-Shen Liu. Sparis: Neural implicit surface reconstruction of indoor scenes from sparse views. InProceedings of the AAAI Conference on Artificial Intelligence, 2025
2025
Show all 53 references
-
[9]
Monosdf: Exploring monocular geometric cues for neural implicit surface reconstruction.Advances in neural informa- tion processing systems, 35:25018–25032, 2022
Zehao Yu, Songyou Peng, Michael Niemeyer, Torsten Sattler, and Andreas Geiger. Monosdf: Exploring monocular geometric cues for neural implicit surface reconstruction.Advances in neural informa- tion processing systems, 35:25018–25032, 2022. L. Yang et al.:Preprint submitted to...
2022
-
[10]
Neuris:Neuralreconstruc- tion of indoor scenes using normal priors
JiepengWang,PengWang,XiaoxiaoLong,ChristianTheobalt,Taku Komura,LingjieLiu,andWenpingWang. Neuris:Neuralreconstruc- tion of indoor scenes using normal priors. InEuropean Conference on Computer Vision, pages 139–155. Springer, 2022
2022
-
[11]
Psdf: Prior-driven neural implicit surface learning for multi-view recon- struction.IEEETransactionson VisualizationandComputer Graph- ics, pages 1–16, 2024
Wanjuan Su, Chen Zhang, Qingshan Xu, and Wenbing Tao. Psdf: Prior-driven neural implicit surface learning for multi-view recon- struction.IEEETransactionson VisualizationandComputer Graph- ics, pages 1–16, 2024. doi: 10.1109/TVCG.2024.3444035
2024
-
[12]
Global and hierarchical geometry consistency priors for few-shot nerfs in indoor scenes
XiaotianSun,QingshanXu,XinjieYang,YuZang,andChengWang. Global and hierarchical geometry consistency priors for few-shot nerfs in indoor scenes. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 20530– 20539, June 2024
2024
-
[13]
Pmvc: Promoting multi-view consistency for 3d scene reconstruction
Chushan Zhang, Jinguang Tong, Tao Jun Lin, Chuong Nguyen, and Hongdong Li. Pmvc: Promoting multi-view consistency for 3d scene reconstruction. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 3678–3688, 2024
2024
-
[14]
ND-SDF: Learning normal deflection fields for high-fidelity indoor reconstruction
Ziyu Tang, Weicai Ye, Yifan Wang, Di Huang, Hujun Bao, Tong He, and Guofeng Zhang. ND-SDF: Learning normal deflection fields for high-fidelity indoor reconstruction. InThe Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?i...
2025
-
[15]
Multiview neural surface reconstruc- tion by disentangling geometry and appearance
Lior Yariv, Yoni Kasten, et al. Multiview neural surface reconstruc- tion by disentangling geometry and appearance. InNeurIPS, 2020
2020
-
[16]
InProceedingsoftheIEEE/CVF conference on computer vision and pattern recognition, pages 3504– 3515, 2020
Michael Niemeyer, Lars Mescheder, Michael Oechsle, and Andreas Geiger.Differentiablevolumetricrendering:Learningimplicit3drep- resentationswithout3dsupervision. InProceedingsoftheIEEE/CVF conference on computer vision and pattern recognition, pages 3504– 3515, 2020
2020
-
[17]
Neuralangelo: High- fidelity neural surface reconstruction
ZhaoshuoLi,ThomasMüller,AlexEvans,RussellHTaylor,Mathias Unberath, Ming-Yu Liu, and Chen-Hsuan Lin. Neuralangelo: High- fidelity neural surface reconstruction. InIEEE Conference on Com- puter Vision and Pattern Recognition (CVPR), 2023
2023
-
[18]
HF-neus: Im- proved surface reconstruction using high-frequency details
Yiqun Wang, Ivan Skorokhodov, and Peter Wonka. HF-neus: Im- proved surface reconstruction using high-frequency details. In Al- ice H. Oh, Alekh Agarwal, Danielle Belgrave, and Kyunghyun Cho, editors,Advances in Neural Information Processing Systems, 2022. URLhttps://openreview...
2022
-
[19]
Voxurf: Voxel-based efficient and accurate neural surface reconstruction
Tong Wu et al. Voxurf: Voxel-based efficient and accurate neural surface reconstruction. InICLR, 2023
2023
-
[20]
Permutosdf: Fast multi-view reconstruction with implicit surfaces using permutohedral lattices
Radu Rosu et al. Permutosdf: Fast multi-view reconstruction with implicit surfaces using permutohedral lattices. InCVPR, 2023
2023
-
[21]
Bakedsdf: Meshing neural sdfs for real-time view synthesis
Lior Yariv et al. Bakedsdf: Meshing neural sdfs for real-time view synthesis. InSIGGRAPH, 2023
2023
-
[22]
Streetsurf: Extending multi-view implicit surface reconstruction to street views
Haoyu Guo et al. Streetsurf: Extending multi-view implicit surface reconstruction to street views. InICLR, 2024
2024
-
[23]
S3im: Stochastic structural similarity and its unreasonable effectiveness for neural fields
Zehao Xie et al. S3im: Stochastic structural similarity and its unreasonable effectiveness for neural fields. InICCV, 2023
2023
-
[24]
ShengYe,YubinHu,MatthieuLin,Yu-HuiWen,WangZhao,Yong- Jin Liu, and Wenping Wang. Indoor Scene Reconstruction With Fine-GrainedDetailsUsingHybridRepresentationandNormalPrior Enhancement .IEEE Transactions on Visualization & Computer Graphics, 31(09):5275–5287, 2025. ISSN 1941-0506
2025
-
[25]
Ref-neus: Ambiguity-reduced neural implicit surface learning for indoor scenes with reflection
Wenhang Ge, Tao Hu, et al. Ref-neus: Ambiguity-reduced neural implicit surface learning for indoor scenes with reflection. InICCV, 2023
2023
-
[26]
Nc-sdf: Enhancing indoor scene reconstruction using neural sdfs with view-dependent normal compensation
Ziyi Chen, Xiaolong Wu, and Yu Zhang. Nc-sdf: Enhancing indoor scene reconstruction using neural sdfs with view-dependent normal compensation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5155–5165, 2024
2024
-
[27]
Neusample: Neural sample importance for neural radiance fields
Jiemin Fang et al. Neusample: Neural sample importance for neural radiance fields. InCVPR, 2024
2024
-
[28]
Springer Na- ture Switzerland, December 2024
Gonçalo Dias Pais, Valter Piedade, Moitreya Chatterjee, Marcus Greiff, and Pedro Miraldo.A Probability-Guided Sampler for Neural Implicit Surface Rendering, page 164–182. Springer Na- ture Switzerland, December 2024. ISBN 9783031729133. doi: 10.1007/978-3-031-72913-3_10. URLht...
2024 doi
-
[29]
Ray- distance volume rendering for neural scene reconstruction.arXiv preprint arXiv:2408.15524, 2024
Ruihong Yin, Yunlu Chen, Sezer Karaoglu, and Theo Gevers. Ray- distance volume rendering for neural scene reconstruction.arXiv preprint arXiv:2408.15524, 2024
2024 arXiv
-
[30]
Neural 3d scene reconstruc- tion with the manhattan-world assumption
Haoyu Guo, Sida Peng, Haotong Lin, Qianqian Wang, Guofeng Zhang, Hujun Bao, and Xiaowei Zhou. Neural 3d scene reconstruc- tion with the manhattan-world assumption. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 5511–5520, June 2022
2022
-
[31]
Neural 3d scene reconstruction with indoor planar priors.IEEE Transactions on Pattern Analysis and Machine Intelligence, 46(9):6355–6366, 2024
Xiaowei Zhou, Haoyu Guo, Sida Peng, Yuxi Xiao, Haotong Lin, Qianqian Wang, Guofeng Zhang, and Hujun Bao. Neural 3d scene reconstruction with indoor planar priors.IEEE Transactions on Pattern Analysis and Machine Intelligence, 46(9):6355–6366, 2024. doi: 10.1109/TPAMI.2024.3379833
2024
-
[33]
Repurposing diffusion-based image generators for monocular depth estimation
Bingxin Ke et al. Repurposing diffusion-based image generators for monocular depth estimation. InCVPR, 2024
2024
-
[34]
LiheYangetal.Depthanythingv2.arXivpreprintarXiv:2406.09414, 2024
2024 arXiv
-
[35]
Wonder3d: Single image to 3d using cross- domain diffusion
Xiaoxiao Long et al. Wonder3d: Single image to 3d using cross- domain diffusion. InCVPR, 2024
2024
-
[36]
Wildfusion:Learning3d-awarelatentdiffusion for view synthesis in the wild
NicholasKolkinetal. Wildfusion:Learning3d-awarelatentdiffusion for view synthesis in the wild. InCVPR, 2024
2024
-
[37]
Nerfprior: Learning neural radiance field as a prior for indoor scene reconstruction
Wenyuan Zhang, Emily Yue-ting Jia, Junsheng Zhou, Baorui Ma, Kanle Shi, Yu-Shen Liu, and Zhizhong Han. Nerfprior: Learning neural radiance field as a prior for indoor scene reconstruction. In ProceedingsoftheComputerVisionandPatternRecognitionConfer- ence, pages 11317–11327, 2025
2025
-
[38]
Sat-dn: Implicit surface reconstruction from multi-view satel- lite images with depth and normal supervision.arXiv preprint arXiv:2502.08352, 2025
Tianle Liu, Shuangming Zhao, Wanshou Jiang, and Bingxuan Guo. Sat-dn: Implicit surface reconstruction from multi-view satel- lite images with depth and normal supervision.arXiv preprint arXiv:2502.08352, 2025
2025 arXiv
-
[39]
Geo- metricprior-guidedneuralimplicitsurfacereconstructioninthewild,
Lintao Xiang, Hongpei Zheng, Bailin Deng, and Hujun Yin. Geo- metricprior-guidedneuralimplicitsurfacereconstructioninthewild,
-
[40]
Stochastic neural radiance fields: Quantifying uncertainty in implicit 3d representations.2021 International Conference on 3D Vision (3DV), pages 972–981, 2021
Jianxiong Shen, Adria Ruiz, Antonio Agudo, and Francesc Moreno- Noguer. Stochastic neural radiance fields: Quantifying uncertainty in implicit 3d representations.2021 International Conference on 3D Vision (3DV), pages 972–981, 2021. URLhttps://api. semanticscholar.org/CorpusID...
2021
-
[41]
Cf-nerf: Camera parameter free neural radiance fields with probabilistic uncertainty
Yuxin Shen et al. Cf-nerf: Camera parameter free neural radiance fields with probabilistic uncertainty. InECCV, 2022
2022
-
[42]
Activenerf: Learning where to see with uncertainty estimation
Xuran Pan et al. Activenerf: Learning where to see with uncertainty estimation. InECCV, 2022
2022
-
[43]
Activermap:Radiancefieldforactivemappingand planning
TianruoGaoetal. Activermap:Radiancefieldforactivemappingand planning. InICRA, 2023
2023
-
[44]
Fisherrf: Active view selection via fisher informa- tion in neural radiance fields
Yuang Jiang et al. Fisherrf: Active view selection via fisher informa- tion in neural radiance fields. InCVPR, 2024
2024
-
[45]
Bayessdf: Surface-based laplacian uncertainty estima- tion for 3d geometry with neural signed distance fields, 2025
Rushil Desai. Bayessdf: Surface-based laplacian uncertainty estima- tion for 3d geometry with neural signed distance fields, 2025. URL https://arxiv.org/abs/2507.06269
2025 arXiv
-
[46]
InCVPR, 2024
JingyangZhangetal.Regsdf:Regularizingneuralsurfacereconstruc- tion with surface-based geometric consistency. InCVPR, 2024
2024
-
[47]
Estimating andexploitingthealeatoricuncertaintyinsurfacenormalestimation
Gwangbin Bae, Ignas Budvytis, and Roberto Cipolla. Estimating andexploitingthealeatoricuncertaintyinsurfacenormalestimation. In2021 IEEE/CVF International Conference on Computer Vision (ICCV), Oct 2021. doi: 10.1109/iccv48922.2021.01289. URLhttp: //dx.doi.org/10.1109/iccv48922...
2021
-
[48]
Improving neural implicit surfaces geometry with patch warping
François Darmon, Bénédicte Bascle, et al. Improving neural implicit surfaces geometry with patch warping. InCVPR, 2022
2022
-
[49]
Scannet: Richly-annotated 3d reconstructions of indoor scenes
AngelaDai,AngelX.Chang,ManolisSavva,MaciejHalber,Thomas Funkhouser, and Matthias Niessner. Scannet: Richly-annotated 3d reconstructions of indoor scenes. In2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Jul 2017. doi: 10.1109/cvpr.2017.261. URLhttp://d...
2017 doi
-
[50]
Julian Straub, ThomasJ. Whelan, Lingni Ma, Yufan Chen, Erik Wijmans, Simon Green, Jakob Engel, Raul Mur-Artal, CarlYuheng Ren, Sandeep Verma, Anton Clarkson, Mingfei Yan, Brian Budge, Ying Yan, Xiaqing Pan, June Yon, Yuyang Zou, Kimberly Leon, Nigel Carter, Jesus Briales, Tyle...
2019
-
[51]
Pixelwiseviewselectionforunstructuredmulti-view stereo
Johannes L Schönberger, Enliang Zheng, Jan-Michael Frahm, and MarcPollefeys. Pixelwiseviewselectionforunstructuredmulti-view stereo. InComputerVision–ECCV2016:14thEuropeanConference, Amsterdam, The Netherlands, October 11-14, 2016, Proceedings, Part III 14, pages 501–518. Spri...
2016
-
[52]
Helix- surf: A robust and efficient neural implicit surface learning of indoor sceneswithiterativeintertwinedregularization
ZhihaoLiang,ZhangjinHuang,ChangxingDing,andKuiJia. Helix- surf: A robust and efficient neural implicit surface learning of indoor sceneswithiterativeintertwinedregularization. InProceedingsofthe IEEE/CVFConferenceonComputerVisionandPatternRecognition, pages 13165–13174, 2023
2023
-
[53]
Learning a room with the occ-sdf hybrid: Signed distance function mingled with occupancy aids scene repre- sentation
Xiaoyang Lyu, Peng Dai, Zizhang Li, Dongyu Yan, Yi Lin, Yifan Peng, and Xiaojuan Qi. Learning a room with the occ-sdf hybrid: Signed distance function mingled with occupancy aids scene repre- sentation. InProceedings of the IEEE/CVF international conference on computer vision,...
2023
-
[2025]
URLhttps://arxiv.org/abs/2505.07373
Reviewed August 2, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.