VFMRecon: Scale-Aligned Neural Reconstruction
- The paper introduces VFMRecon, a technique that resolves scale ambiguity in VFM depth priors to enable consistent, cross-domain scene reconstruction.
- It employs a two-stage pipeline with lightweight scale alignment via feature correspondences and VFM-augmented volumetric fusion to extract dense SDF volumes and meshes.
- Experimental evaluations show significant improvements, notably boosting Tanks and Temples F1 scores from 51.8 to 70.1 through robust scale alignment and depth reprojection.
Searching arXiv for the cited paper and closely related work to ground the article. VFMRecon, introduced as “VFM-Recon: Unlocking Cross-Domain Scene-Level Neural Reconstruction with Scale-Aligned Foundation Priors,” is a scene-level neural volumetric reconstruction method for monocular RGB videos with known camera poses and intrinsics. Given an image sequence , poses , and intrinsics , it reconstructs a dense signed distance function (SDF) volume and extracts a mesh . The method addresses a specific incompatibility between transferable vision foundation model (VFM) priors and volumetric fusion: VFMs such as VGGT provide robust cross-domain geometric priors, but their predictions are scale-ambiguous, whereas scene-level volumetric fusion requires multi-view scale consistency. VFMRecon combines a lightweight scale alignment stage with VFM-augmented neural reconstruction through lightweight task-specific adapters, and it is presented, to the best of the authors’ knowledge, as the first attempt to systematically connect transferable VFM priors with the scale-consistency requirements of scene-level neural volumetric reconstruction under domain shifts (Ming et al., 13 Mar 2026).
1. Problem setting and motivation
Scene-level neural volumetric reconstruction from monocular videos remains difficult under severe domain shifts. The stated task is to reconstruct an entire scene consistently across views and then extract a mesh via iso-surface extraction. In this setting, learning-based neural volumetric methods trained on indoor datasets typically degrade under domain shift, including outdoor scenes, different trajectories, or different appearance statistics. Unlike classical multi-view stereo with geometric constraints, these data-driven volumetric methods rely on learned scene priors and are therefore sensitive to distribution shift (Ming et al., 13 Mar 2026).
The central motivation for VFMRecon is the tension between cross-domain transferable priors and volumetric consistency. VGGT depths are described as “coherent up to a shared relative scale” per batch or submap, but they lack global metric scale. Predictions are thus only defined up to an unknown scale. Without scale coherence, fusing such depths with known camera poses leads to drift and artifacts in the reconstructed volume and mesh.
This design target distinguishes VFMRecon from both purely feed-forward neural volumetric methods and direct use of VFM depth or point maps. The method does not attempt to re-optimize trajectories or dense volumes globally. Instead, it resolves global and local scale ambiguity through a compact optimization over per-submap scale factors, then uses the aligned geometry as conditioning for a learned reconstruction stage. A plausible implication is that the method treats scale alignment not as a post-processing refinement, but as a prerequisite for making foundation priors usable within scene-level fusion.
2. System architecture and pipeline
The pipeline assumes monocular RGB video frames , known camera intrinsics , and known poses . A sparse set of keyframes is selected using the strategy of Duzceker et al. (DeepVideoMVS). The overall system has two stages: a lightweight scale alignment and depth reprojection stage, followed by a VFM-augmented neural volumetric reconstruction stage (Ming et al., 13 Mar 2026).
In Stage A, keyframes are divided into overlapping submaps of consecutive frames, with overlap 0. The reported settings are 1 for ScanNet, 2 otherwise, and 3. VGGT is run independently on each submap to produce scale-ambiguous depths 4. An initial per-submap scale is estimated using feature correspondences, triangulation, and robust depth ratios. Relative scale constraints are then computed on overlapping submaps and optimized globally in log-scale. The aligned depths are fused into an initial SDF volume 5 using running-average volumetric fusion at 6 voxels. A temporary mesh 7 is extracted, and refined depth maps 8 are rendered from that mesh for all keyframes.
In Stage B, each keyframe is encoded twice: once by a CNN encoder and once by VGGT. Intermediate VGGT encoder features with a DPT head, denoted 9, are combined with CNN features 0. VFMRecon inserts a lightweight bottleneck MLP adapter with dimensions 1 into VGGT’s frame-attention transformer blocks, immediately after multi-head attention, while freezing the original VGGT weights. The fused 2D features are back-projected into a 3D feature volume, concatenated with 2, and decoded by a 3D U-Net to obtain a refined representation 3. For 3D query points, visible-view features are back-projected and average-pooled, then concatenated with volumetric features and passed to two MLP heads that predict SDF and occupancy. At inference, the final mesh is extracted by marching cubes.
The paper’s algorithmic summary is: keyframe selection, submap formation, VGGT per-submap depth, initial scales via triangulation, relative scale constraints on overlaps, log-scale Levenberg–Marquardt optimization, depth alignment, volumetric fusion and mesh rendering for refined depths, VFM-augmented reconstruction with adapters, and final mesh extraction.
3. Scale alignment methodology
The scale alignment stage is the method’s defining geometric component. For each submap 4, feature correspondences are established between overlapping frames using SuperPoint and LightGlue. 3D points are triangulated using known poses and intrinsics, and correspondences are filtered by reprojection error and chirality. Let 5 denote the triangulated depth at pixel 6, and let 7 denote VGGT’s predicted depth for the same pixel in submap 8. The initial submap scale is
9
This initial estimate is then complemented by relative scale constraints between overlapping submaps. For adjacent submaps 0 and 1 with overlapping keyframes 2, the method compares predictions on valid pixels 3:
4
The robust median ratio for the edge 5 is then
6
The global scale optimization is performed in log-space. Defining 7 and 8, VFMRecon solves
9
where 0 denotes adjacency edges between overlapping submaps, 1 weights each edge by overlap or quality, and 2 regularizes the solution toward the initial scales. The solver is Levenberg–Marquardt, initialized by 3, after which 4.
Aligned depths are obtained by
5
After volumetric fusion and temporary mesh extraction, refined depths are rendered as
6
The paper characterizes the robustness strategy in three parts: robust medians for initial scales and relative constraints, a log-space formulation that converts multiplicative scales to additive constraints and yields a convex least-squares structure, and Levenberg–Marquardt for stable convergence. The ablation results make this stage central rather than auxiliary: on Tanks and Temples, removing scale alignment reduces F1 from 7 to 8, and removing both scale alignment and depth reprojection reduces F1 to 9 (Ming et al., 13 Mar 2026).
4. VFM priors, adapters, and volumetric prediction
VFMRecon uses VGGT as its geometry-aware VFM. The integration strategy is deliberately narrow: the foundation model is frozen, and only lightweight adapters are trainable. The adapters are placed after multi-head attention in VGGT’s frame-attention transformer blocks, while global-attention blocks are not adapted because adapting only frame-attention layers is reported to work best (Ming et al., 13 Mar 2026).
Feature fusion proceeds by resizing VGGT features to the CNN feature resolution and summing them element-wise to obtain 0. These fused 2D features are back-projected into a 3D volume and averaged over visible views:
1
where 2 if voxel 3 lies inside frame 4’s frustum and 5 otherwise, and 6 are projected image coordinates sampled bilinearly. The paper then concatenates the feature volume with the initial geometry:
7
with 8 implemented as a 3D U-Net decoder.
The final field representation is an SDF volume with an auxiliary occupancy head. For query points, the model back-projects visible-view 2D fused features, aggregates them by average pooling, concatenates them with volumetric features, and predicts SDF logits and occupancy probability through two MLPs. Training uses
9
The occupancy term is binary cross-entropy:
0
and the SDF term is
1
where SDF logits are mapped by 2 and 3. Supervision is prepared following FineRecon’s SDF fragment preparation.
The reported implementation uses an FPN-style architecture with EfficientNetV2-S, separate point CNN and voxel CNN trained independently, a 3D U-Net, Adam, batch size 4, initial learning rate 5 with decay factor 6, two NVIDIA A6000 GPUs with 7 each, and approximately one week of training.
5. Experimental evaluation and ablation evidence
Training is performed on the ScanNet official training split. Evaluation is reported on the ScanNet official test split with 100 scans, TUM RGB-D, and Tanks and Temples. The latter two are the cross-domain settings: TUM RGB-D is characterized as indoor with distinct motion and trajectory statistics, while Tanks and Temples is characterized as indoor/outdoor, large-scale, and high-variability (Ming et al., 13 Mar 2026).
On ScanNet mesh evaluation, VFM-Recon reports Acc. 8, Comp. 9, Chamfer 0, Prec. 1, Recall 2, and F1 3. FineRecon reports Acc. 4, Comp. 5, Chamfer 6, Prec. 7, Recall 8, and F1 9. DG-Recon reports Acc. 0, Comp. 1, Chamfer 2, Prec. 3, Recall 4, and F1 5. In depth rendering metrics, VFM-Recon reports Abs.Rel. 6, Abs.Diff. 7, Sq.Rel. 8, 9 0, 1 2, and Comp. 3, compared with FineRecon’s Abs.Rel. 4, Abs.Diff. 5, Sq.Rel. 6, 7 8, 9 00, and Comp. 01. The paper notes slightly weaker Acc. and Sq.Rel., attributing them to sensitivity to a few outliers, while threshold accuracies improve.
On TUM RGB-D, VFM-Recon reports Prec./Recall/F1 of 02, compared with SimpleRecon’s 03 and GP-Recon’s 04. On Tanks and Temples, VFM-Recon reports 05, while VGGT reports 06, SimpleRecon reports 07, and FineRecon reports 08. The outdoor Tanks and Temples result is emphasized in the abstract: an F1 score of 09 in reconstructed mesh evaluation, substantially above the closest competitor VGGT at 10.
| Dataset | VFM-Recon | Selected comparison |
|---|---|---|
| ScanNet F1 | 74.3 | FineRecon 73.6 |
| TUM RGB-D F1 | 46.7 | SimpleRecon 43.5 |
| Tanks and Temples F1 | 70.1 | VGGT 51.8 |
The ablations isolate the contributions of scale alignment, depth reprojection, and adapted VGGT features. The default configuration, with VGGT depth, Scale Alignment (S.A.), Depth Reprojection (D.R.), and Adapted VGGT features (A.V.), reaches ScanNet Prec./Recall/F1 of 11 and Tanks and Temples Prec./Recall/F1 of 12. Removing S.A. lowers Tanks and Temples F1 to 13. Removing D.R. yields Tanks and Temples F1 14, while slightly improving in-domain F1 to 15; the paper interprets this as evidence that D.R. promotes multi-view consistency under shift. Removing both S.A. and D.R. lowers Tanks and Temples F1 to 16. “Adapted VGGT Only,” without VGGT depth, S.A., and D.R., gives Tanks and Temples F1 17, and “Naive VGGT Only” gives 18. The stated conclusion is that each component contributes, with scale alignment and reprojection crucial for cross-domain performance and adapters providing additional gains.
6. Interpretation, limitations, and relation to adjacent work
The paper frames the method’s strengths in three terms: cross-domain robustness, a decoupled design, and empirical performance. Cross-domain robustness arises because scale alignment restores multi-view coherence for VFM depths, enabling stable volumetric fusion, while task-adapted VFM features improve coverage and structural fidelity across domains. The decoupled design is the use of compact optimization over scales rather than expensive global bundle or dense-volume re-optimization. This suggests that VFMRecon is organized around a separation of duties: geometry is stabilized first, and reconstruction learning is asked to refine rather than repair fundamentally inconsistent depth.
Several limitations are explicit. The method requires known camera poses and does not optimize them. The paper also notes outlier sensitivity on ScanNet, visible as slightly weaker Acc. and Sq.Rel., attributed to a few spurious fragments or slight surface thickening in fine-detail regions when coverage increases. Depth reprojection may introduce small quantization errors; while it can be neutral or slightly negative in-domain, it significantly improves cross-domain robustness. These observations qualify any interpretation that the method is uniformly superior across all metrics or all operating points (Ming et al., 13 Mar 2026).
A common misconception addressed by the reported comparisons is that a strong geometry-aware VFM alone suffices for scene-level fusion. The paper explicitly contrasts VFMRecon with VGGT alone: VGGT produces plausible point maps but lacks scale consistency for fusion. Another misconception is that feature adaptation should encompass the entire VFM backbone. The reported design instead freezes VGGT and trains only small adapters in frame-attention blocks, with the stated purpose of preserving cross-domain robustness.
In adjacent work, “Reasmory: 3D Reconstruction as Explicit Memory for VLMs Spatial Reasoning” treats Vision Foundation Model-based reconstruction, denoted there as VFMRecon, as the backbone that converts multi-view images or monocular videos into an explicit, queryable 3D memory (He et al., 31 May 2026). In that context, reconstruction-based VFMs provide depth, poses, and fused geometry, while a domain-specific language and AST-based validator constrain how a VLM can query, transform, and render the resulting memory. This is not a reformulation of VFM-Recon’s reconstruction objective itself, but it illustrates a downstream use case in which reconstruction-based VFM pipelines function as explicit spatial memory. A plausible implication is that methods like VFMRecon are relevant not only for mesh reconstruction benchmarks but also for systems that require geometrically consistent scene representations for higher-level reasoning.
Taken together, VFMRecon occupies a specific place in scene reconstruction research: it targets scene-level volumetric SDF fusion with multi-view coherence and mesh extraction, differs from NeRF-style or object-level large reconstruction models, and attempts to preserve foundation-prior transferability while satisfying the metric consistency constraints of volumetric fusion.