July 15, 2026
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 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.
[orcid=0000-0002-1929-3654]
[orcid=0000-0003-1361-8451]
[orcid=0000-0003-0178-9384]
Neural implicit representations ,Curriculum learning ,Indoor scene reconstruction ,Signed distance fields ,Uncertainty-aware optimization
© 2026. This manuscript version is made available under the CC-BY-NC-ND 4.0 license. This is the accepted version of the article published in Neurocomputing, available online at: https://doi.org/10.1016/j.neucom.2026.134488
Learning continuous neural implicit representations from calibrated multi-view images has established itself as a dominant paradigm for 3D scene reconstruction, effectively bridging the gap between deep representation learning and differentiable rendering [2]–[4]. This line of research has further expanded to generalizable and sparse-view scenarios [5]–[8], highlighting the versatility of implicit neural fields. However, high-fidelity reconstruction of complex indoor scenes remains a particular challenge. Indoor environments exhibit pronounced geometric heterogeneity, characterized by the coexistence of low-frequency planar regions and high-frequency thin structures. In practice, expansive texture-less surfaces (e.g., walls and floors) coexist with slender objects and sharp boundaries (e.g., chair legs and furniture edges). This geometric diversity gives rise to a fundamental optimization dilemma: planar regions benefit from strong regularization to suppress neural noise, whereas thin structures require higher-frequency adaptivity to avoid over-smoothing (Fig. 1).
Recent indoor reconstruction methods have markedly improved geometry quality by incorporating monocular priors such as depth and normals [9]–[13]. MonoSDF [9], in particular, demonstrates the practical value of such priors for stabilizing neural implicit reconstruction in texture-less scenes. More recent prior-aware and bias-aware methods further recognize that these priors are not uniformly reliable across space. DebSDF [1] shows that uncertainty and rendering bias should be considered during optimization, while ND-SDF [14] demonstrates that correcting prior–scene normal mismatch can further improve high-fidelity indoor reconstruction. However, despite these advances, existing indoor SDF methods still mainly improve prior reliability, prior correction, or bias reduction in isolation, and therefore do not yet fully address the coupled effects of geometric heterogeneity within a single scene.
A first unresolved challenge concerns adaptation of the supervision lifecycle. While monocular priors provide reliable guidance on dominant planar regions, they degrade near boundaries, thin structures, and appearance-ambiguous areas. Crucially, their supervisory value evolves over training: a prior instrumental for coarse stabilization early on may become restrictive once the neural field accumulates sufficient multi-view evidence for finer geometric refinement. Existing strategies—relying on static weighting, hard masking, or scene-global prior handling—overlook this temporal evolution in supervisory value.
A second, complementary challenge concerns representation bandwidth adaptation. NeuS [3] and VolSDF [4] employ a globally shared sharpness parameter \(s\)—equivalently bandwidth \(\beta = 1/s\)—within the SDF-to-density transformation. This global parameterization imposes an inherent trade-off: small \(s\) suppresses noise on planar surfaces yet blurs thin structures, whereas large \(s\) preserves high-frequency detail at the cost of amplified noise and instability in smooth regions. Existing indoor methods predominantly improve supervision quality or correct prior bias, yet neglect the spatial heterogeneity of bandwidth demand within the SDF-to-density mapping.
In this paper, we propose CASA-SDF (Curriculum-Aware Spatial Adaptation for SDF), a unified framework that treats indoor geometric heterogeneity as a coupled problem of supervision lifecycle adaptation and representation bandwidth adaptation. The underlying observation is that unreliable priors and insufficient local bandwidth arise from the same scene heterogeneity, but affect optimization through different mechanisms: large planar regions benefit from sustained regularization, whereas thin structures and sharp boundaries require both earlier relaxation of unreliable priors and sharper local surface localization.
To address the first aspect, we introduce Hybrid Spatially-Adaptive Uncertainty Annealing (SAUA), a pixel-wise curriculum that fuses semantic and photometric uncertainties to schedule monocular prior supervision throughout training. SAUA preserves regularization in confident planar regions while rapidly annealing prior influence in uncertain boundary and thin-structure regions, thereby allowing photometric evidence to play a stronger role as optimization proceeds. To address the second aspect, we introduce Curvature-Aware Locally Adaptive Density Transformation (CALADT), which modulates the sharpness parameter \(s(\mathbf{x}, \tau)\) using a curvature-magnitude proxy and training progress. CALADT allocates higher bandwidth to geometrically complex regions while maintaining smoother behavior on planar regions, improving thin-structure recovery without compromising the overall stability of the neural field. Together, these two mechanisms provide a unified spatial-temporal adaptation of supervision and representation bandwidth for indoor neural surface reconstruction.
Our contributions are summarized as follows:
We formulate indoor geometric heterogeneity as a coupled problem of supervision-lifecycle adaptation and representation-bandwidth adaptation, providing a unified perspective on reconciling planar smoothness and thin-structure preservation.
We propose Hybrid-SAUA, an uncertainty-driven mechanism that conservatively fuses semantic and photometric uncertainties to prevent erroneous monocular constraints from degrading delicate geometry.
We propose CALADT, a curvature-aware locally adaptive sharpness modulation with progressive activation, enabling spatially varying representation bandwidth for precise thin-structure localization.
Extensive experiments on ScanNet and Replica demonstrate that CASA-SDF improves surface completeness and recall on high-frequency structures and transitional regions, with competitive quality maintained on planar surfaces and in global metrics.
Neural implicit representations have reshaped multi-view reconstruction, owing to their continuous formulation and differentiable rendering capabilities. NeRF [2] learns a volumetric radiance field via volume rendering, but extracting high-quality surfaces from density fields remains non-trivial. To explicitly model geometry, SDF/occupancy-based formulations have been introduced for surface reconstruction [15], [16]. Among them, NeuS [3] and VolSDF [4] establish SDF-induced density transformations that enable surface extraction from the zero-level set while retaining the robustness of volume rendering. Recent works have focused on enhancing fidelity, scalability, and robustness. High-fidelity surface reconstruction has been advanced through more robust neural surface pipelines [17] and geometry-oriented improvements [18]. Efficiency and scalability have been improved via structured or hybrid representations, such as voxel-based acceleration and lattice/hash-style parameterizations [19]–[21]. Extensions to broader scene scenarios have also been explored, e.g., street-scale implicit surfaces [22]. For texture-less regions and weak photometric cues, structural similarity objectives have proven effective for neural fields [23]. Recent indoor-focused methods further emphasize recovering fine details through hybrid representations, enhanced priors [24], or auxiliary-field augmentation of the SDF formulation for higher-fidelity indoor geometry [14]. A persistent challenge in indoor scenes is that global rendering and parameterization choices tend to be suboptimal under geometric heterogeneity. DebSDF [1] analyzes bias and failure modes in NeuS-style indoor reconstruction and enhances robustness via objective-level correction and bias-aware SDF-to-density design. Other works address indoor-specific appearance issues (e.g., reflections) through ambiguity reduction and view-dependent compensation [25], [26]. Complementary efforts improve optimization and sampling for neural implicit surface rendering, including neural importance sampling and probability-guided sampling [27], [28], as well as rendering variants that stabilize supervision [29].
Indoor reconstruction remains particularly challenging due to extensive texture-less planar regions and repeated patterns, where photometric constraints alone are insufficiently informative. A long-standing research direction has been to constrain reconstruction using structural assumptions, such as Manhattan-world priors [30], and modern variants further integrate indoor planar priors explicitly [31]. Recent SDF-based indoor reconstruction methods commonly incorporate dense monocular priors (depth/normal) predicted by pre-trained networks on multi-task datasets [32], which effectively improves reconstruction stability and quality [9], [10]. Prior-driven implicit surface learning has also been explored for multi-view reconstruction under limited observation conditions [11], and more recent work introduces stronger indoor consistency priors for few-shot settings [12] or promotes multi-view consistency explicitly [13]. The field is also shifting toward stronger priors derived from large-scale models. Diffusion-based and foundation-style monocular depth priors enhance zero-shot generalization and provide more reliable supervision in diverse indoor scenes [33], [34]. Generative priors are further explored for image-to-3D and view synthesis pipelines [35], [36], while radiance-field priors can guide indoor reconstruction [37]. Related prior-guided reconstruction has also been explored beyond indoor scenes, e.g., satellite imagery and in-the-wild settings [38], [39]. Sparse-view indoor implicit surface reconstruction remains an active topic [7], [8], highlighting the ongoing need for robust prior integration and adaptive optimization.
Quantifying uncertainty is critical for robust reconstruction, particularly when supervision sources exhibit heterogeneous reliability across space. Probabilistic formulations have been proposed to capture predictive uncertainty within neural fields [40], [41], and uncertainty has also been used for active view selection and planning [42], [43]. More recent approaches estimate reliability using information-theoretic signals such as Fisher information [44], or through SDF-specific approximations for uncertainty estimation [45]. In indoor reconstruction, uncertainty is frequently leveraged to mitigate the effects of unreliable monocular priors and stabilize optimization [1], [46]. Our SAUA is related to this line of research but differs in two key aspects. First, it efficiently derives semantic uncertainty from an Angular von Mises–Fisher estimator [47] without computationally expensive approximations. Second, it fuses semantic uncertainty with photometric uncertainty from multi-view consistency (via patch warping) [48], and uses the fused reliability to drive a pixel-wise curriculum schedule, rather than relying on static weighting or hard filtering.
Recent indoor neural reconstruction has converged on three practical findings: monocular priors are useful for indoor geometry recovery [9], uncertainty and bias awareness help when those priors become unreliable [1], and explicit prior correction can improve reconstruction fidelity [14]. CASA-SDF builds on these advances while addressing a complementary dimension. Rather than introducing an additional prior source or another direct prior-correction field, it addresses the coupled effects of geometric heterogeneity on two aspects of the reconstruction process: how long priors should guide optimization and where the implicit representation should allocate higher bandwidth. While prior-aware and bias-aware methods focus on improving supervision reliability, debiasing, or prior–scene consistency, CASA-SDF complements these by modeling the spatially varying bandwidth demand of the SDF representation itself. SAUA and CALADT therefore operate on complementary aspects of the same problem, jointly addressing indoor geometric heterogeneity through unified supervision and representation adaptation.
Given a set of calibrated multi-view images \(\mathcal{I} = \{I_i\}_{i=1}^M\), our goal is to reconstruct high-fidelity indoor surface geometry. As discussed in Sec. 1, implicit indoor scene reconstruction faces a fundamental conflict under geometric heterogeneity: planar regions require strong regularization to suppress neural noise, whereas thin structures require higher-frequency adaptivity to overcome the spectral bias of MLPs. To resolve this dilemma, we propose CASA-SDF (Curriculum-Aware Spatial Adaptation for SDF), a curriculum-guided representation learning framework. Our method comprises two synergistic components (Fig. 2): (1) Hybrid Spatially-Adaptive Uncertainty Annealing (SAUA) (Sec. 3.2), which formulates an uncertainty-driven curriculum learning strategy to dynamically anneal prior supervision by fusing semantic and photometric uncertainties; (2) Curvature-Aware Locally Adaptive Density Transformation (CALADT) (Sec. 3.3), which adaptively modulates the neural activation mapping (sharpness parameter) based on local curvature and training progress to resolve the bias-variance trade-off in the neural implicit representation.

Figure 2: Overview of CASA-SDF. The pipeline consists of two complementary mechanisms. (a) SAUA (Sec. 3.2): a pre-trained Angular von Mises–Fisher (AngMF) estimator estimates aleatoric uncertainty \(\kappa\), which drives a pixel-wise curriculum for annealing monocular prior supervision. Reliable regions (e.g., walls) retain regularization, whereas unreliable regions (e.g., edges) transition earlier to photometric refinement. (b) CALADT (Sec. 3.3): the sharpness parameter \(s\) is modulated by a curvature-magnitude proxy with a progressive schedule, yielding sharper density peaks on thin structures and smoother distributions on planar surfaces while maintaining stable surface localization in practice..
We adopt the implicit surface representation from NeuS [3]. The scene geometry is represented as a Signed Distance Field (SDF) \(f_\theta: \mathbb{R}^3 \to \mathbb{R}\), and appearance is modeled by a radiance field \(\mathbf{c}_\phi: \mathbb{R}^3 \times \mathbb{S}^2 \to \mathbb{R}^3\), both parameterized by multi-layer perceptrons (MLPs). For a camera ray \(\mathbf{r}(t) = \mathbf{o} + t\mathbf{d}\), we denote the SDF value along the ray as \(f(t)=f_\theta(\mathbf{r}(t))\). Following NeuS [3] and HF-NeuS [18], we model a CDF-based transparency/occupancy surrogate as a transformed SDF, defined as: \[T(t)=\Psi_{s}(f(t))=\frac{1}{1+\exp(-s\,f(t))},\] where we follow the NeuS parameterization in which \(s>0\) is an inverse scale (sharpness) controlling the transition near the surface. Note that \(T(t)\) here denotes the CDF-based surrogate used in NeuS, rather than the standard accumulated transmittance in NeRF. NeuS uses this signed-distance CDF to derive differentiable, non-negative rendering weights. The corresponding induced weighting density is derived from this surrogate: \[\rho(t) = -\frac{d}{dt}\log T(t),\] and the volume rendering weight is \(w(t)=T(t)\rho(t)\). The expected color is then computed by \[C(\mathbf{r}) = \int_{0}^{\infty} w(t)\,\mathbf{c}(\mathbf{r}(t), \mathbf{d}) \, dt.\] However, standard methods typically employ a globally shared sharpness parameter \(s\) for the entire scene. A constant sharpness forces a trade-off: small \(s\) (smooth) is preferred for planar regions to suppress noise, while large \(s\) (sharp) is required for thin structures to ensure precise high-frequency localization. While DebSDF [1] mitigates bias in indoor SDF reconstruction via bias-aware objective design, it still largely assumes a scene-global sharpness.
Existing methods [9], [10] typically incorporate monocular priors (normal/depth) with static weights or simple thresholding. However, priors exhibit distinct failure modes: CNN-based priors struggle with high-frequency edges (semantic uncertainty), while multi-view stereo (MVS) cues fail in texture-less regions (photometric uncertainty)—consistent with the challenges of indoor geometric heterogeneity discussed earlier. We propose Spatially-Adaptive Uncertainty Annealing (SAUA) to fuse these complementary uncertainties into a unified curriculum for uncertainty-aware prior scheduling.
We explicitly model two types of uncertainty:
Semantic uncertainty (\(\mathcal{U}_{\text{sem}}\)): We employ an Angular von Mises–Fisher (AngMF) estimator [47] to predict pixel-wise normal confidence. Let \(\kappa \in \mathbb{R}^+\) be the concentration parameter predicted by the estimator. We define the normalized semantic uncertainty as: \[\mathcal{U}_{\text{sem}}(\mathbf{r}) = \exp\left(-\frac{\kappa(\mathbf{r})}{\kappa_0}\right),\] where \(\kappa_0\) is a normalization constant introduced to mitigate scale-induced distribution shifts of \(\mathcal{U}_{\text{sem}}\) across different scenes. It is computed once before optimization using the predictions from the frozen AngMF estimator. Specifically, we set \(\kappa_0\) as the median of \(\kappa\) over all training pixels to ensure robustness against extreme outliers, and it is kept fixed during training. This formulation maps \(\kappa\in[0,\infty)\) to \(\mathcal{U}_{\text{sem}}\in(0,1]\), where high-confidence regions (e.g., planar walls) yield \(\mathcal{U}_{\text{sem}} \to 0\), while ambiguous structures (e.g., edges) result in high uncertainty, eliminating the need for manual thresholding.
Photometric uncertainty (\(\mathcal{U}_{\text{photo}}\)): To identify regions where multi-view consistency is unreliable (e.g., occlusion and view-dependent appearance), we measure patch-level structural dissimilarity across views via \(\text{DSIM}=1-\text{SSIM}\) on warped patches [48] and aggregate it with a best-match strategy: \[\mathcal{U}_{\text{photo}}(\mathbf{r}) = 1 - \max_{v \in \mathcal{V}} \text{SSIM}\left(P_{\text{ref}}, P_{v \to \text{ref}}(\hat{D}(\mathbf{r}))\right),\] where \(\mathcal{V}\) denotes the set of neighboring source views selected based on co-visibility, \(P_{\text{ref}}\) is the patch centered at the ray’s intersection in the reference view, and \(P_{v \to \text{ref}}\) is the corresponding patch from view \(v\) warped to the reference perspective using the monocular prior depth \(\hat{D}(\mathbf{r})\) and known camera geometry. The max operator achieves a robust best-match aggregation to reduce the impact of occlusions. If no valid source view is available, we set \(\mathcal{U}_{\text{photo}}(\mathbf{r})=1\) to indicate maximum uncertainty.
We integrate these metrics via a conservative max-based fusion strategy: \[\mathcal{U}_{\text{total}}(\mathbf{r}) = \max \big( \mathcal{U}_{\text{sem}}(\mathbf{r}), \mathcal{U}_{\text{photo}}(\mathbf{r}) \big),\] which ensures that prior supervision is reduced if either source indicates unreliability. To implement this uncertainty-driven learning strategy, we define the time-dependent prior weight \(w_{\text{prior}}(\mathbf{r}, \tau)\) for a ray \(\mathbf{r}\) at training progress \(\tau \in [0,1]\) as: \[w_{\text{prior}}(\mathbf{r}, \tau) = \lambda_{\text{base}} \cdot \exp\left( - \frac{\eta \cdot \tau}{1 - \mathcal{U}_{\text{total}}(\mathbf{r}) + \epsilon} \right), \label{eq:saua}\tag{1}\] where \(\lambda_{\text{base}}\) represents the initial regularization strength, \(\eta\) is a hyperparameter controlling the global annealing speed, and \(\epsilon\) is a small constant for numerical stability. This formulation induces distinct optimization dynamics that differentiate the role of supervision over time:
Regime I (High Confidence, \(\mathcal{U}_{\text{total}} \to 0\)): For reliable regions like planar walls, the denominator \((1 - \mathcal{U}_{\text{total}} + \epsilon)\) remains close to \(1\). The prior weight undergoes a relatively gentle and delayed decay. It retains supervisory influence significantly longer during the optimization process, effectively suppressing the high-frequency noise on texture-less surfaces in neural implicit reconstruction.
Regime II (High Uncertainty, \(\mathcal{U}_{\text{total}} \to 1\)): For ambiguous regions such as thin chair legs and other high-frequency structures, the denominator approaches \(\epsilon\), causing a rapid exponential decay in \(w_{\text{prior}}(\mathbf{r}, \tau)\). The constraint vanishes early in training, preventing the neural field from being dominated by biased priors and allowing the multi-view photometric loss (\(\mathcal{L}_{\text{rgb}}\)) to drive data-driven fine-grained refinement.
This uncertainty-aware formulation therefore yields region-dependent decay trajectories: reliable regions remain regularized for longer, whereas uncertain regions are released earlier for photometric refinement. Fig. 3 visualizes these distinct annealing behaviors.
Standard implicit surface models employ a globally shared sharpness parameter \(s\) as the neural activation mapping that transforms the SDF into a density field. This rigid mapping creates a representation trade-off that closely mirrors the optimization dilemma induced by indoor geometric heterogeneity: a small \(s\) (smooth) is desirable on planar regions to regularize the neural field and suppress noise, whereas a large \(s\) (sharp) is needed to provide sufficient representation capacity for thin structures and precise high-frequency localization. Unlike prior works that modify the SDF field directly, our design adapts the SDF-to-density transformation itself. This progressive schedule mitigates potential peak shift in the induced weighting kernel by delaying spatial modulation until curvature estimates stabilize.
We characterize geometric complexity via a normal-variation based curvature-magnitude proxy. Intuitively, regions with rapid normal variation require sharper surface localization (thin structures, edges), while planar regions naturally yield a near-zero response. For a smooth surface, the normal variation along a tangent direction is related to the shape operator, so \(\|\mathbf{n}(\mathbf{x}+\delta\mathbf{t})-\mathbf{n}(\mathbf{x})\|/\delta\) provides an efficient proxy of local curvature magnitude. To avoid the computational cost of second-order derivatives, we compute this proxy via finite differences of normals on the tangent plane. For a query point \(\mathbf{x}\), we sample orthogonal tangent vectors \(\{\mathbf{t}_1, \mathbf{t}_2\}\): \[|H_{\text{est}}(\mathbf{x})| \approx \frac{1}{2\delta} \sum_{i=1}^{2} \| \mathbf{n}(\mathbf{x}) - \mathbf{n}(\mathbf{x} + \delta \mathbf{t}_i) \|_2,\] where \(\delta = 0.01 \cdot R\) is the step size relative to the scene bounding sphere radius \(R\). This normalization ensures scale-invariant curvature estimation, thereby preserving hyperparameter consistency across datasets. Since this is not the exact mean curvature \(|H(\mathbf{x})|\) but a finite-difference approximation, we treat \(|H_{\text{est}}(\mathbf{x})|\) as a curvature complexity proxy and map it to a normalized modulation factor \(\xi(\mathbf{x}) \in [0, 1]\) using a hyperbolic tangent compression: \[\xi(\mathbf{x}) = \tanh(|H_{\text{est}}(\mathbf{x})| \cdot R).\]
We define the spatially-varying sharpness \(s(\mathbf{x}, \tau)\) as an increasing function of the geometric complexity: \[s(\mathbf{x}, \tau) = s_{\text{base}}\left(1 + g(\tau) \cdot \lambda_H \cdot \xi(\mathbf{x})^{\alpha_H}\right) \label{eq:adaptive95s},\tag{2}\] where \(s_{\text{base}}\) denotes the global base sharpness. High-curvature regions (large \(\xi\)) are assigned larger \(s\), producing sharper surface localization, while planar regions retain smaller \(s\) to suppress noise. We denote the curvature-aware modulation term as \(\Psi_H(\mathbf{x},\tau)=1 + g(\tau) \cdot \lambda_H \cdot \xi(\mathbf{x})^{\alpha_H}\).
To prevent premature modulation when curvature estimates are unreliable, we introduce a progress gate \(g(\tau)\) implemented as a piecewise-linear ramp: \(g(\tau)=0\) for \(\tau\le\tau_0\), increases linearly to \(1\) for \(\tau\in[\tau_0,\tau_1]\), and remains \(1\) for \(\tau\ge\tau_1\). This gate delays spatial modulation until the geometry and curvature estimates become sufficiently reliable.
Notably, CALADT degenerates to a standard global-sharpness NeuS/HF-NeuS formulation when \(\lambda_H=0\) (or \(g(\tau)=0\)), ensuring interpretability of the added hyperparameters and backward compatibility with existing frameworks.
With CALADT, we substitute the spatially varying sharpness into the CDF-based surrogate along each ray: \[T(t)=\Psi_{s(\mathbf{r}(t),\tau)}(f(t)).\] We follow NeuS to compute differentiable, non-negative rendering weights, where \(s\) is evaluated at each sampled point \(\mathbf{r}(t)\) and substituted into the weight computation without explicitly expanding the chain rule in \(\rho(t)\) under spatially varying \(s\). Following the NeuS/HF-NeuS implementation, we evaluate \(s(\mathbf{r}(t), \tau)\) at each sampled point but treat it as locally constant when computing the density derivative \(\rho(t) = -\frac{d}{dt}\log T(t)\). Under this approximation, the weight computation retains the standard NeuS form at each sample, and the gradient of \(s\) with respect to position does not propagate through the density derivative.
Spatially varying sharpness introduces a position-dependent scaling of the SDF that can, in principle, shift the peak of the induced weighting kernel \(w(t)\) if the spatial gradient \(\nabla s(\mathbf{x}, \tau)\) is fully back-propagated through the density derivative. To maintain stable surface localization, we employ a practical approximation: the sharpness modulation term \(\Psi_H(\mathbf{x},\tau)\) is treated as locally constant during the computation of \(\rho(t)\), effectively applying a stop-gradient to the curvature-dependent component. Under this approximation, the weight computation retains the symmetric kernel structure of NeuS, and no noticeable peak drift is observed in practice (see the Supplementary Material for a 1D illustration).
We train the network end-to-end using a composite objective combining photometric and geometric terms: \[\begin{align} \mathcal{L} &= \mathcal{L}_{\text{rgb}} + \lambda_{\text{eik}} \mathcal{L}_{\text{eik}} \nonumber\\ &\quad + \sum_{\mathbf{r} \in \mathcal{R}} w_{\text{prior}}(\mathbf{r}, \tau) \left( \lambda_{n} \mathcal{L}_{\text{normal}}(\mathbf{r}) + \lambda_{d} \mathcal{L}_{\text{depth}}(\mathbf{r}) \right). \end{align}\] The photometric loss \(\mathcal{L}_{\text{rgb}}\) is the L1 error between rendered and ground-truth colors. A key feature of this objective is that geometric priors are dynamically gated by our SAUA weights \(w_{\text{prior}}(\mathbf{r}, \tau)\) derived in Sec. 3.2: \[\begin{align} \mathcal{L}_{\text{normal}}(\mathbf{r}) &= \| 1 - \hat{\mathbf{n}}(\mathbf{r})^\top \mathbf{N}(\mathbf{r}) \|_1, \\ \mathcal{L}_{\text{depth}}(\mathbf{r}) &= \| \hat{D}(\mathbf{r}) - D(\mathbf{r}) \|_1. \end{align}\] Here, \(\hat{\mathbf{n}}\) and \(\hat{D}\) are monocular priors, while \(\mathbf{N}\) and \(D\) are rendered quantities. Note that monocular depth \(\hat{D}\) is aligned to the metric scale via median scaling. This unified objective ensures that reliable monocular priors regularize the geometry, while unreliable ones (attenuated by \(w_{\text{prior}}(\mathbf{r}, \tau)\)) are progressively discarded to allow data-driven refinement.
We evaluate CASA-SDF on challenging indoor scenes and analyze the contributions of the proposed external adaptation (SAUA) and internal adaptation (CALADT) to improved reconstruction quality. Given our focus on geometric heterogeneity, we emphasize two consistently challenging regimes for indoor reconstruction: (i) thin structures and boundaries, where monocular priors are often unreliable; and (ii) large texture-less planar regions, where photometric constraints are weakly informative.
Datasets. We evaluate CASA-SDF on two standard indoor datasets: ScanNet [49] and Replica [50]. ScanNet comprises large-scale real-world RGB-D indoor scenes with complex geometry and extensive texture-less regions; following MonoSDF [9], we conduct evaluations on 8 representative scenes. Replica is a high-fidelity synthetic dataset with clean ground-truth geometry, where we use 8 scenes to assess reconstruction accuracy under controlled conditions.
Baselines. We compare CASA-SDF with representative methods categorized into three groups: (i) Traditional MVS: COLMAP [51]; (ii) Neural surface reconstruction without explicit monocular priors: NeuS [3] and VolSDF [4] (included for reference, though their standard configurations are not optimized for indoor scenes); (iii) Neural reconstruction with priors / indoor-specific designs: Manhattan-SDF [30], NeuRIS [10], MonoSDF [9], HelixSurf [52], Fine-Recon [24], DebSDF [1], ND-SDF [14], and occSDF [53].
For a comprehensive evaluation, we adopt a two-level comparison protocol. The broad benchmark tables aggregate results from prior publications or official implementations evaluated under their established protocols. Additionally, we reproduce controlled results for the strongest prior-aware and bias-aware baselines most relevant to our claims (MonoSDF, DebSDF, and ND-SDF) using identical scene splits, mesh extraction resolutions, culling strategies, and evaluation scripts. This controlled reproduction minimizes cross-implementation ambiguity and provides a standardized setting for isolating algorithmic improvements.
Metrics. Following established indoor reconstruction protocols [1], [9], we report Accuracy (Acc\(\downarrow\)), Completeness (Comp\(\downarrow\)), Precision (Prec\(\uparrow\)), Recall (Rec\(\uparrow\)), and F-score (\(\uparrow\)) with a 5 cm evaluation threshold. For ablation studies, we additionally report the compact Acc/Comp/F-score triplet for improved readability. For region-aware analysis, we use the same 5 cm evaluation threshold and compute region-specific metrics under fixed geometric partitions defined on the ground-truth mesh.
Network Architecture. Our geometry network is an 8-layer MLP with 256 hidden units and Softplus activation, which predicts the SDF value and a 256-dimensional feature vector. The color network is a 4-layer MLP that takes the feature vector, 3D position, and viewing direction as input. We apply positional encoding with 6 frequencies for spatial coordinates and 4 frequencies for viewing directions, following the setup in NeuS [3].
Curriculum-Aware Configuration (SAUA). For SAUA (Eq. 1 ), we use a pre-trained AngMF estimator [47] to obtain pixel-wise uncertainty (via \(\kappa\)), which is kept frozen during optimization. We set \(\lambda_{\text{base}} = 0.1\), the global annealing rate \(\eta = 4.0\), and \(\epsilon = 10^{-3}\).
Density Modulation Settings (CALADT). For CALADT, we use the spatially-varying sharpness parameter \(s(\mathbf{x},\tau)\) (with bandwidth \(\beta(\mathbf{x},\tau)=1/s(\mathbf{x},\tau)\) in some formulations). We set the base sharpness \(s_{\text{base}}=1/\beta_0\) with \(\beta_0=0.3\). The finite-difference step size for curvature estimation follows Sec. 3.3, i.e., \(\delta = 0.01 \cdot R\). For the curvature modulation term \(\Psi_H\), we set \(\lambda_H = 1.0\) and \(\alpha_H = 2.0\). We use \(\tau_0=0.3\) and \(\tau_1=0.6\) for the progressive gate \(g(\tau)\). To control computational cost, curvature estimation is activated only for samples near the surface (e.g., \(|f(\mathbf{x})| < 5\,\mathrm{cm}\)).
Training Protocol. We implement CASA-SDF in PyTorch and train each scene on a single NVIDIA RTX 4090 GPU. The learning rate is warmed up to \(5 \times 10^{-4}\) during the first 5,000 iterations and subsequently decayed via a cosine schedule to \(2.5 \times 10^{-5}\). Training proceeds for 240k iterations with a batch size of 1024 rays. Loss weights are set to \(\lambda_{\text{eik}}=0.05\), \(\lambda_{d}=0.005\), and \(\lambda_{n}=0.003\). Monocular depth and normal priors are generated by Omnidata [32].
The training efficiency of CASA-SDF is analyzed in Fig. 4 through two complementary perspectives: convergence behavior and per-iteration overhead. Fig. 4 (a) compares the F-score trajectories of the main methods under a matched optimization budget. CASA-SDF exhibits stable early-stage optimization, achieves its principal gains during the middle stage as adaptive supervision and sharpness modulation take effect, and gradually saturates in the later stage.
Fig. 4 (b) reports the module-level online overhead relative to the MonoSDF baseline. SAUA introduces negligible online cost because the semantic and photometric uncertainty maps are pre-computed once before training and subsequently cached as fixed lookup maps. The monocular depth and normal prediction step is shared with prior-based baselines; the CASA-SDF-specific pre-computation consists of AngMF confidence normalization and patch-based photometric uncertainty estimation. In our implementation, this offline step requires several minutes per ScanNet scene, which is small compared with the full 240k-iteration training budget and is amortized over the entire optimization process.
The additional online overhead is primarily attributable to CALADT, whose curvature-aware modulation requires extra local SDF-gradient evaluations near the evolving surface during training. On a single NVIDIA RTX 4090 GPU, the baseline runs at 0.226 s per iteration (4.43 it/s) with 8.93 GB peak VRAM, whereas the full CASA-SDF pipeline runs at 0.247 s per iteration (4.05 it/s) with 9.97 GB peak VRAM. This corresponds to a 9.3% increase in per-iteration runtime and an 11.6% increase in peak GPU memory. CALADT does not introduce an additional inference network or post-processing stage. Because the final mesh is extracted from the zero-level set of the trained SDF using the same marching-cubes procedure as standard NeuS-style methods, its impact on test-time rendering and mesh extraction is negligible, and the extra computational cost is therefore limited to training-time optimization. Overall, CASA-SDF improves reconstruction quality with a modest increase in computational cost.
Evaluation on ScanNet. Table 1 summarizes the ScanNet results under the standard 5 cm evaluation protocol. Since this table aggregates results from disparate publications and codebases, we treat it as a broad benchmark comparison. To account for potential metric variance arising from different mesh extraction protocols or culling scripts, we complement this with controlled reproduced results in the Supplementary Material.
Small differences in mesh extraction, culling, or training recipes may slightly affect absolute values, even when the same dataset split is used.
As shown in Table 1, CASA-SDF achieves a highly competitive overall F-score of 0.818, substantially outperforming MonoSDF [9] (0.733) and approaching ND-SDF [14] (0.820). We note that ND-SDF remains slightly better in global F-score, Accuracy, and Precision on ScanNet. The main advantage of CASA-SDF lies in Completeness (0.035) and Recall (0.810), where it obtains the best results among all compared methods.
Discussion on metric trade-offs: CASA-SDF is particularly effective at recovering complete surfaces, although its Accuracy (0.033) and Precision (0.827) are slightly lower than those of ND-SDF. This behavior reflects a familiar precision-recall trade-off in indoor implicit surface reconstruction. Methods optimized for very high precision often favor globally conservative surfaces, which suppress noise on dominant planes but may under-reconstruct extremely thin structures. By contrast, CASA-SDF shifts the representation toward greater structural completeness: SAUA reduces the long-term influence of unreliable priors, while CALADT allocates higher local bandwidth to geometrically complex regions. This more aggressive recovery strategy improves Recall and Completeness, at the cost of slightly increased geometric variance around some high-frequency boundaries. We therefore interpret the ScanNet results in conjunction with the region-aware analysis in Sec. 4.5, where improvements on thin structures can be assessed separately from the planar majority.
Evaluation on Replica. Table 2 summarizes the quantitative comparisons on the synthetic Replica dataset. To ensure a consistent baseline comparison, we evaluate against representative methods that provide official configurations or established evaluation protocols for this domain. Certain ScanNet baselines are omitted because their published settings are not directly transferable to Replica in a controlled manner.
Consistent with the ScanNet results, CASA-SDF achieves the best Completeness (0.045), Recall (0.776), and overall F-score (0.788) on Replica. The same trade-off is observed in this synthetic setting: ND-SDF yields slightly better Accuracy and Precision, whereas CASA-SDF recovers more complete geometry on thin and delicate structures. This result suggests that correcting prior bias alone is insufficient under geometric heterogeneity; spatially adaptive representation bandwidth is also required to preserve high-frequency indoor geometry without globally increasing noise.
| Method | Acc \(\downarrow\) | Comp \(\downarrow\) | Prec \(\uparrow\) | Rec \(\uparrow\) | F-score \(\uparrow\) |
|---|---|---|---|---|---|
| COLMAP [51] | 0.047 | 0.235 | 0.711 | 0.441 | 0.537 |
| NeuS [3] | 0.179 | 0.208 | 0.313 | 0.275 | 0.291 |
| NeuRIS [10] | 0.051 | 0.048 | 0.720 | 0.674 | 0.696 |
| MonoSDF [9] | 0.035 | 0.048 | 0.799 | 0.681 | 0.733 |
| HelixSurf [52] | 0.038 | 0.044 | 0.786 | 0.727 | 0.755 |
| DebSDF [1] | 0.036 | 0.040 | 0.807 | 0.765 | 0.785 |
| Fine-Recon [24] | 0.033 | 0.041 | 0.814 | 0.737 | 0.773 |
| ND-SDF [14] | 0.031 | 0.036 | 0.840 | 0.803 | 0.820 |
| Ours | 0.033 | 0.035 | 0.827 | 0.810 | 0.818 |
| Method | Acc \(\downarrow\) | Comp \(\downarrow\) | Prec \(\uparrow\) | Rec \(\uparrow\) | F-score \(\uparrow\) |
|---|---|---|---|---|---|
| NeuRIS [10] | 0.074 | 0.147 | 0.489 | 0.387 | 0.431 |
| MonoSDF [9] | 0.081 | 0.139 | 0.497 | 0.423 | 0.454 |
| occSDF [53] | 0.052 | 0.075 | 0.715 | 0.642 | 0.676 |
| DebSDF [1] | 0.044 | 0.051 | 0.786 | 0.725 | 0.754 |
| Fine-Recon [24] | 0.041 | 0.048 | 0.792 | 0.741 | 0.765 |
| ND-SDF [14] | 0.035 | 0.047 | 0.812 | 0.758 | 0.784 |
| Ours | 0.038 | 0.045 | 0.801 | 0.776 | 0.788 |
ScanNet mesh comparison. Fig. 5 visualizes reconstructed meshes for two ScanNet scenes containing thin structures (e.g., chair legs), small indoor objects (e.g., table lamps), and wall-mounted attachments. Compared with MonoSDF and NeuRIS, CASA-SDF better preserves slender geometry while reducing spurious floating fragments on large planar regions.
ScanNet normal comparison. Fig. 6 compares rendered normal maps on a ScanNet scene with challenging table-top details. CASA-SDF reconstructs cleaner and more coherent normal patterns on texture-less surfaces, while maintaining sharp discontinuities around object boundaries.
Replica mesh and normal comparison. Fig. 7 and Fig. 8 present qualitative results on Replica. CASA-SDF produces more complete thin structures in the mesh and smoother planar normals (on walls and table tops), demonstrating a better balance between detail preservation and surface regularization.

Figure 5: Qualitative mesh comparisons on ScanNet [49] for two representative scenes. CASA-SDF better preserves thin structures (e.g., chair legs), small objects (e.g., lamps), and wall-mounted details, while reducing floating artifacts on texture-less planar regions..

Figure 6: Qualitative normal comparisons on ScanNet [49]. CASA-SDF reconstructs smoother and more coherent normals on tabletop surface regions while preserving sharp boundaries..

Figure 7: Qualitative mesh comparisons on Replica [50]. Top-down views of room-scale geometry and zoomed local reconstructions are shown. Compared with the baselines, CASA-SDF better preserves the global room structure while recovering sharper and more complete fine details on thin furniture parts and wall attachments..

Figure 8: Qualitative normal comparisons on Replica [50]. CASA-SDF produces smoother wall and tabletop normals while retaining clear geometric discontinuities..
We conduct ablation studies on the ScanNet dataset to validate the effectiveness of the proposed mechanisms and the rationale behind their design. Unless otherwise stated, all ablation experiments follow the same training protocol and evaluation script as the main results, ensuring that performance differences can be attributed to the ablated components rather than to protocol variations.
Effectiveness of Core Components. We adopt MonoSDF [9] as the baseline, which employs static binary prior filtering and a globally shared sharpness parameter in the SDF-to-density mapping. Table 3 incrementally incorporates the two proposed components, with the following observations:
+ SAUA: Replacing the static filtering with Spatially-Adaptive Uncertainty Annealing (SAUA) improves the F-score from 0.733 to 0.785, primarily by enhancing Completeness and Recall under unreliable prior conditions. This confirms that adaptive prior scheduling effectively mitigates the negative impact of noisy monocular cues.
+ CALADT: Applying Curvature-Aware Locally Adaptive Density Transformation (CALADT) yields an F-score of 0.755, accompanied by improved Completeness (\(0.048 \to 0.044\)). This result demonstrates that spatially varying sharpness helps preserve thin and high-curvature structures while avoiding excessive smoothing on planar regions, addressing the inherent trade-off of global sharpness settings.
Full Model: Combining the two mechanisms achieves the best overall performance (0.818 F-score). While SAUA or CALADT alone slightly degrades Accuracy relative to the baseline due to their more aggressive recovery of fine details, their combination yields the strongest overall result. This indicates that adaptive prior scheduling and adaptive representation bandwidth are complementary rather than redundant, as they jointly address the dual challenges of prior unreliability and geometric heterogeneity.
Although adding SAUA or CALADT alone slightly degrades Accuracy relative to the baseline (0.036 and 0.038 vs. 0.035), their combination yields the best Accuracy (0.033). This behavior is consistent with a coupled reduction of large geometric deviations in structurally complex regions rather than a uniform improvement across all surface types.
In isolation, SAUA attenuates unreliable priors in thin-structure and boundary regions, yet without additional local representation bandwidth these released regions may still be reconstructed with fragmented geometry or local geometric instabilities. CALADT alone improves local representation capacity, but if unreliable priors remain active in those regions, the sharpened density mapping may instead propagate prior-induced bias into finer-scale detail. When the two modules are jointly active, SAUA suppresses prior-induced bias in unreliable regions, while CALADT supplies the local bandwidth needed to recover geometrically consistent detail. Consequently, the full model mitigates severe local misalignments that would otherwise contribute disproportionately to the mean Accuracy, while preserving competitive stability on the dominant planar regions. This interpretation is also consistent with the region-aware analysis, where the clearest gains of CASA-SDF are observed on transitional and high-frequency structures rather than on the planar majority.
| Baseline (MonoSDF) | SAUA | CALADT | Acc \(\downarrow\) | Comp \(\downarrow\) | F-score \(\uparrow\) |
|---|---|---|---|---|---|
| \(✔\) | 0.035 | 0.048 | 0.733 | ||
| \(✔\) | \(✔\) | 0.036 | 0.040 | 0.785 | |
| \(✔\) | \(✔\) | 0.038 | 0.044 | 0.755 | |
| \(✔\) | \(✔\) | \(✔\) | 0.033 | 0.035 | 0.818 |
Analysis of Uncertainty Schedules (SAUA). A key aspect of SAUA is its time-varying curriculum mechanism. Fig. 9 visualizes the semantic and photometric uncertainties along with their conservative fusion strategy. In Table 4, we compare different weighting strategies for the normal prior loss under the SAUA-only setting (i.e., without CALADT) to isolate the effect of the scheduling mechanism:
Uniform: A constant weight \(\lambda=1.0\) (NeuRIS style). This leads to high Accuracy (i.e., large reconstruction error) due to over-fitting to noisy priors, as unregulated prior supervision propagates errors from unreliable regions.
Static Threshold: Hard binary masking based on uncertainty (MonoSDF style). While this reduces the impact of noisy priors, the rigid binary split fails to adapt to the gradual improvement of geometric estimates during training.
Inverse Uncertainty: Static soft weighting using an uncertainty-derived score, but without time decay. This provides a more nuanced prior weighting than binary masking but lacks the adaptive curriculum needed to balance early stabilization and late-stage refinement.
Annealing (Ours): Uncertainty-aware, time-decaying weight as defined in Eq. 1 . This dynamic strategy balances early prior-driven stabilization and late-stage relaxation in unreliable regions.
The results demonstrate that uncertainty-aware annealing consistently outperforms static schedules. This indicates that prior supervision is most beneficial when it is strong during early training to stabilize coarse geometry, but progressively relaxed in unreliable regions as the neural field accumulates sufficient multi-view evidence for finer refinement. The gradual attenuation prevents the imprinting of biased priors, which becomes increasingly critical once photometric consistency begins to drive data-driven geometric correction.
| Schedule | Description | Acc \(\downarrow\) | F-score \(\uparrow\) |
|---|---|---|---|
| Uniform | Constant \(w_{\text{prior}}=1\) | 0.045 | 0.710 |
| Static Threshold | Binary mask \(w_{\text{prior}}\in\{0,1\}\) | 0.039 | 0.750 |
| Inv-Uncertainty | Static soft weighting (no time decay) | 0.037 | 0.768 |
| Annealing (Ours) | Dynamic uncertainty-aware annealing (Eq. [eq:saua]) | 0.036 | 0.785 |
3pt
Contribution of Uncertainty Sources (SAUA). To validate the complementarity of semantic and photometric uncertainties in SAUA, we ablate different uncertainty sources for constructing \(\mathcal{U}_{\text{total}}\) under the SAUA-only setting. The results in Table 5 clearly demonstrate that fusing both uncertainty sources yields the strongest performance, confirming that semantic and photometric cues provide complementary information about prior reliability.
| Setting | Acc \(\downarrow\) | F-score \(\uparrow\) |
|---|---|---|
| Semantic only (\(\mathcal{U}_{\text{total}}=\mathcal{U}_{\text{sem}}\)) | 0.038 | 0.765 |
| Photometric only (\(\mathcal{U}_{\text{total}}=\mathcal{U}_{\text{photo}}\)) | 0.039 | 0.758 |
| Both (\(\mathcal{U}_{\text{total}}=\max(\mathcal{U}_{\text{sem}},\mathcal{U}_{\text{photo}})\)) | 0.036 | 0.785 |
Uncertainty versus Curvature for Sharpness Modulation. A natural question is whether the semantic uncertainty estimated by AngMF can serve as a direct substitute for the curvature proxy in CALADT. To examine this rigorously, Table 6 compares three modulation signals under identical training conditions, reporting the full metric set. The AngMF-driven variant improves over fixed sharpness, confirming that uncertainty encodes useful information about visually complex regions. Nevertheless, the curvature-driven variant achieves the best overall performance.
The performance gains are not uniform across metrics: relative to AngMF uncertainty, curvature yields higher Completeness, Recall, and F-score, at the cost of slightly reduced Accuracy and Precision. This pattern reflects the distinct roles of the two signals: semantic uncertainty acts primarily as a 2D prior-reliability cue, whereas curvature serves as a 3D geometry-complexity cue derived from the evolving SDF field. Consequently, curvature is better aligned with the local bandwidth requirements of the implicit representation. Specifically, curvature is more effective at allocating representation bandwidth to thin and geometrically challenging structures, even at the cost of slightly increased boundary variance—a trade-off that favors indoor reconstruction.
| Modulation signal | Acc \(\downarrow\) | Comp \(\downarrow\) | Prec \(\uparrow\) | Rec \(\uparrow\) | F-score \(\uparrow\) |
|---|---|---|---|---|---|
| Fixed sharpness | 0.035 | 0.048 | 0.799 | 0.681 | 0.733 |
| AngMF uncertainty | 0.037 | 0.045 | 0.793 | 0.718 | 0.753 |
| Curvature (Ours) | 0.038 | 0.044 | 0.790 | 0.732 | 0.755 |
Visualization of Adaptive Sharpness. To illustrate the behavior of CALADT, we visualize the learned sharpness field \(s(\mathbf{x})\) in Fig. 10. The model assigns small \(s\) values (blue) to walls and floors to suppress planar noise, while assigning large \(s\) values (red) to chair legs and table edges to preserve high-frequency structures. This visualization directly confirms that CALADT adaptively allocates representation bandwidth according to local geometric complexity.
To explicitly assess the impact of spatial adaptation on diverse geometric structures, we conduct a region-aware decoupled evaluation on the ScanNet dataset.
We define geometric partitions exclusively on the ground-truth (GT) mesh to ensure all methods are evaluated against the same reference, independent of predicted topology or local noise. Specifically, we estimate a normalized mean-curvature magnitude on the GT surface using a cotangent-Laplacian operator, and assign each triangle a curvature score by averaging values at its incident vertices. To reduce tessellation bias, statistics are computed over area-weighted triangles rather than raw vertex counts.
To establish robust partition criteria, we pool area-weighted GT triangles from all 8 ScanNet evaluation scenes and compute percentile thresholds once on the pooled distribution. These fixed thresholds are applied uniformly: Planar Regions correspond to the lowest-curvature 75%, High-Frequency Structures to the highest-curvature 10%, and the remaining 15% form Transitional Regions. This reflects the long-tail distribution typical of indoor scenes, where large planar surfaces dominate area while thin parts and sharp boundaries occupy a small fraction. Sensitivity to nearby alternative thresholds is reported in the Supplementary Material.
Regional metrics are computed as follows. Completeness and Recall—defined on the ground-truth surface—are evaluated directly within each partition. For Accuracy and Precision, each predicted point inherits the region label of its nearest GT triangle, ensuring GT-to-prediction and prediction-to-GT measurements share the same spatial reference. Table 7 reports the resulting regional F-scores. CASA-SDF achieves its clearest gains in transitional and high-frequency regions, where geometric complexity is concentrated. On planar regions, ND-SDF attains the highest score, while CASA-SDF remains competitive. This indicates that adaptive sharpness enhances recovery of geometrically challenging structures without compromising planar stability. Under geometric heterogeneity, correcting prior bias alone is insufficient; explicit spatial adaptation of representation bandwidth provides additional benefits for recovering delicate thin structures. Accordingly, the global Accuracy improvement observed in the full model (Table 3) is driven by the reduction of large outlier distances in high-frequency regions, rather than by a global precision advantage on planar surfaces.
| Method | Global F-score | Planar F-score | Transitional F-score | High-Freq F-score |
| (100%) | (\(\sim\)75%) | (\(\sim\)15%) | (\(\sim\)10%) | |
| MonoSDF [9] | 0.733 | 0.812 | 0.676 | 0.587 |
| DebSDF [1] | 0.785 | 0.826 | 0.723 | 0.651 |
| ND-SDF [14] | 0.820 | 0.845 | 0.748 | 0.724 |
| Ours | 0.818 | 0.836 | 0.759 | 0.772 |
Fig. 11 visualizes the completeness error (\(d_{\text{GT} \to \text{Pred}}\)) projected directly onto the GT mesh. To align the visual evidence with the quantitative metric, the colormap is capped at 5 cm (red), exactly matching the F-score threshold. Fig. 11 (b,e) visualizes MonoSDF as a representative baseline exhibiting characteristic failure modes under global sharpness: over-smoothing and topological breakages on thin structures. DebSDF and ND-SDF are evaluated quantitatively in Table 7 and Fig. 11 (d). Fig. 11 (c,f) shows that CASA-SDF reduces these localized errors while maintaining smooth planar reconstruction.

Figure 11: Region-aware decoupled evaluation. (a) Ground-truth geometric partitioning into planar, transitional, and high-frequency regions using the fixed GT-based curvature protocol described in Sec. 4.5. (b) Completeness error map of a representative baseline (MonoSDF), exhibiting severe truncation errors (red regions, \(\ge 5\)cm) on thin structures under a globally shared sharpness setting. (c) Completeness error map of CASA-SDF. The proposed method substantially reduces errors on delicate structures (blue regions) while maintaining planar smoothness. (d) Area distribution vs. region-aware performance for MonoSDF, DebSDF, ND-SDF, and CASA-SDF, showing that planar regions dominate the scene area, whereas the clearest performance differences emerge in transitional and high-frequency regions. (e) Zoomed-in MonoSDF error map, revealing over-smoothing and topological breakages on furniture legs. (f) Zoomed-in CASA-SDF error map, demonstrating improved structural preservation on the same thin components..
This paper presents CASA-SDF, a framework that addresses indoor geometric heterogeneity through joint adaptation of supervision lifecycle and representation bandwidth. Evaluations on ScanNet and Replica confirm that this joint adaptation shifts the reconstruction balance toward greater completeness, preserving delicate topological features without introducing instability in large planar regions.
During the preparation and revision of this work, the authors used an AI-assisted language and editing tool (such as ChatGPT) to help with language polishing and consistency checking of the manuscript, including alignment with the journal’s author guidelines.
The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.
Data will be made available on request.
The authors acknowledge the creators of the ScanNet and Replica datasets, and the developers of the Omnidata and AngMF models, for making their resources publicly available.