REVIEW 4 major objections 5 minor 1 cited by
ULSR-GS: Ultra Large-scale Surface Reconstruction Gaussian Splatting with Multi-View Geometric Consistency
T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read The paper's central claim is that Gaussian-splatting surface extraction scales to ultra-large aerial scenes when sub-regions are partitioned by SfM points and trained with multi-view depth and normal consistency.
desk verdict Solid large-scale GS surface-reconstruction system whose F1 claims are undercut by per-method evaluation cropping; worth reviewing after the metric protocol is fixed. 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 machinery has three coupled parts. First, the point-to-photo partition: after density filtering of the SfM cloud, the scene is split into rectangular sub-regions, and for every point the method picks the group of one reference plus three source views whose projections lie closest to the image centers, discarding images that no point selects. Second, adaptive multi-view densification: rendered depths from the three source views are fused with geometric-consistency weights and reprojected as new 2D Gaussian primitives only inside an adaptive window mask whose size shrinks where the depth gradient is high. Third, two consistency losses, a depth reprojection error and a normal-vector angular error between reference and source views, push the trained surface to agree across views. Per-region TSDF fusion with boundary cropping then extracts meshes that stitch together without a global fusion step.
What would settle it
Re-run the same scene evaluations with the LiDAR ground truth fixed by surveyed ground-control markers instead of best-fit alignment, or perturb the alignment by a few centimeters and recompute F1; if the reported margins over PGSR and CityGaussianV2 shrink below the perturbation or reverse, the accuracy claim would be measuring alignment quality rather than reconstruction quality.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that the bottleneck in large-scale Gaussian surface reconstruction is not the splatting itself but the way the scene is split and supervised. ULSR-GS shows that a point-to-photo partition, in which each SfM point selects its most central four-view group, produces sub-regions dense and consistent enough for 2D Gaussian Splatting to recover fine urban geometry locally, and that the local meshes tile into a coherent whole without merging. Multi-view depth and normal consistency constraints are what carry the improvement: in the ablation, removing both drops F1 from 0.685 to 0.660, while removing only the normal term gives 0.651 and removing only the depth term gives 0.664. The paper's headline numbers include F1 0.718 on SZTU versus 0.672 for PGSR, F1 0.892 on Matrix City versus 0.886 for CityGaussianV2, and competitive F1 with COLMAP on Scene 1 while taking roughly a third of the runtime.
Load-bearing premise
The headline accuracy numbers assume the laser-scanned ground truth and the reconstructed mesh can be aligned well enough by a best-fit geometric alignment after cropping to their overlap, and that the resulting precision, recall, and F1 therefore measure surface fidelity rather than registration error.
Editorial extensions
If this is right
- GS-based mesh extraction can scale to scenes with thousands of oblique aerial images by training sub-regions independently on multiple GPUs, without building a whole-scene dense point cloud or mesh.
- View selection should be driven by the geometry being reconstructed from SfM points and their optimal image groups, not by camera positions; this matters most for irregular and close-range flight paths.
- Multi-view depth and normal consistency, not densification alone, are the main levers for surface fidelity in large urban scenes; the normal-consistency term is the more influential of the two in the ablation.
- Compared to MVS, a GS pipeline can deliver comparable precision and recall on city-scale meshes in about a third of the time, for instance Scene 1 at F1 0.727 in 19.8 hours versus COLMAP at 0.756 in 69.2 hours.
- Sub-region TSDF extraction followed by direct stitching is sufficient to avoid seams at sub-region boundaries, provided each region starts with doubled boundaries and redundant points are pruned by opacity culling.
Reading between the lines
- One consequence the paper leaves implicit is that its per-point optimal view selection is a general principle: any reconstruction pipeline that starts from SfM tracks could adopt the same closest-to-principal-point four-view group rule to improve its training-view selection.
- The ablation pattern hints that densification is not the primary source of geometric accuracy; if so, pairing the consistency losses with cheaper or learned densification might recover most of the benefit at lower memory cost, which the paper does not test.
- The method's stated limit near 1.6K rendering resolution and its weakness on vegetation suggest the next testable extension is a higher-resolution rasterizer plus a semantic or depth-prior branch for foliage, which the paper lists as future work.
- The evaluation's reliance on best-fit alignment after bounding-box cropping means the reported F1 gaps should be re-checked with survey-registered ground truth; that check is not in the paper but is directly enabled by the evaluation protocol it describes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes ULSR-GS, a large-scale surface reconstruction framework built on 2D Gaussian Splatting. Its three main components are a point-to-photo scene partitioning strategy driven by sparse SfM points, a per-point optimal view selection that follows the MVS-Net scoring formulation, and an adaptive multi-view geometric-consistency densification with depth and normal consistency losses. The method is evaluated on the GauU-Scene benchmark, Matrix City, and two custom-collected aerial datasets, comparing against single-GPU GS baselines (SuGaR, 2DGS, GOF, PGSR), a multi-GPU baseline (CityGaussianV2), and MVS pipelines (COLMAP, Reality Capture), using precision, recall, and F1 against LiDAR ground truth. The central claim is that ULSR-GS outperforms existing GS-based surface extraction on large-scale aerial photogrammetry while being more time-efficient than MVS.
Significance. If the reported results are valid, ULSR-GS is a practically relevant contribution to city-scale photogrammetry: it extracts meshes per sub-region without merging the entire scene first, and its ablation table is consistent with the individual contributions of the proposed modules (removing normal consistency lowers F1 from 0.685 to 0.651, removing densification lowers it to 0.682). Strengths include evaluation against external LiDAR on six GauU scenes, a multi-GPU pipeline with per-tile training, and a clear qualitative comparison. The main quantitative claim, however, rests on an evaluation protocol that crops each mesh to its own overlap with LiDAR; because ULSR-GS deliberately discards sparse background sub-regions, this protocol can reward selective reconstruction and confound cross-method comparisons. The headline results are therefore not yet fully supported.
major comments (4)
- [Sec. 5.3.2, Tables 2-4] The mesh evaluation protocol crops both the reconstructed mesh and the LiDAR ground truth to their overlapping axis-aligned bounding box before any metric is computed. Since each method has a different mesh extent, precision, recall, and F1 are computed on different domains for different methods. Sections 4.1.5 and Table 7 explicitly state that ULSR-GS discards sparse background sub-regions and that the partition strategy 'deletes the background area.' Under the overlap-cropping protocol, the omitted background LiDAR points are removed from the recall denominator for ULSR-GS, and any out-of-bbox mesh geometry is removed from the precision numerator. This makes the F1 rankings in Tables 2-4 reflect evaluation extent as well as geometric accuracy. The authors should recompute all metrics on a fixed evaluation domain (e.g., the full LiDAR bounding box or the union of all compared mesh bounding boxes), report the fraction of LiDAR points inside each mesh's overlap, and report ICP residuals and the sensitivity of F1 to the alignment threshold. Without this, the central comparison claim is not established.
- [Sec. 5.5.1, Table 2] The comparison with single-GPU baselines is not hardware-matched. Ours trains each sub-region on one of four RTX 4090 GPUs, while SuGaR, 2DGS, GOF, and PGSR run on a single GPU at 60k iterations. The wall-clock time column in Table 2 for Ours therefore does not reflect the roughly four times higher GPU-hour consumption. The claimed efficiency advantage over GOF and PGSR should be expressed in GPU-hours, with the iteration budget and training resolution per sub-region specified. If the intended claim is quality at comparable compute, the baselines should be run under a comparable multi-GPU setting, or the text should restrict the claim to end-to-end wall-clock time on the authors' specific hardware configuration.
- [Sec. 4.2.2, Eq. (18)] The adaptive densification window size is defined as (h_win, w_win) = k / (g_bar + epsilon) * (h, w) / 2, but the values of k and epsilon are never reported in Section 5.1 or in the ablations. Since the window mask is essential to avoid GPU out-of-memory (as shown by the ablation 'w densify & w/o window mask' in Table 5) and directly controls the number of added Gaussians, the choice of k and epsilon materially affects the densification outcome. Please report the values used and, if possible, provide a sensitivity analysis.
- [Sec. 5.3.2, Table 2] The threshold 'tau = 0.025 (relative)' is not defined. The Tanks and Temples pipeline normally uses absolute thresholds in scene units; the paper should state how 'relative' is computed per scene (e.g., as a fraction of the bounding-box diagonal or mean scene scale). Without this, the F1 numbers in Table 2 are not reproducible, and it is unclear whether the same physical tolerance is used across the six GauU-Scene sites.
minor comments (5)
- [Sec. 4.1.4] There is a typo 'we we calculate' in the description of the average Euclidean distance, and 'agrmin' in Eq. (12) should be 'argmin'.
- [Figure captions] Several figure captions contain typos, including 'cumtom' for 'custom' in Figures 8-9, 'ars' for 'are' in Figures 14-15, and 'Rensults' for 'Results' in Figure 5.
- [References] The same paper appears twice in the reference list: VastGaussian is listed as [29] and again as [30] with identical metadata; the in-text citations should be unified.
- [Sec. 4.3, Eq. (21)] The symbols L_geo and L_r in the final loss are not explicitly defined; the text later describes them as the 2DGS and 3DGS losses, but the equation should carry a clear definition.
- [Sec. 5.3.2] The sentence 'We uniformly sample number of points' is missing an article; it should read 'We uniformly sample the number of points'.
Circularity Check
No significant circularity: the central reconstruction claims are evaluated against external LiDAR ground truth, and the proposed modules are independently ablated.
full rationale
ULSR-GS's headline claims are quantitative comparisons of extracted meshes against external LiDAR ground truth (Sec. 5.3.2, Tables 2-4), not predictions derived from fitted parameters. The view-selection score in Eqs. (1)-(2) is taken from the published MVSNet formulation, and the multi-view depth and normal losses in Eqs. (14)-(21) are stated optimization objectives, not hidden re-statements of the evaluation metric. The ablations in Tables 5 and 6 vary the proposed consistency losses, densification, and partitioning strategy and show measurable F1 differences, so the contributions are not equivalent to their inputs by construction. The only self-citation is to the authors' prior MVG-Splatting [27] for the rescaling and rotational alignment of newly added Gaussians (Sec. 4.2.2); this is an implementation detail and is not the load-bearing justification for any central claim, nor is it invoked as a uniqueness theorem. One evaluation-extent concern is explicitly flagged by the paper itself: Table 7 admits that the partition 'deletes the background area,' while Sec. 5.3.2 computes metrics after cropping both mesh and LiDAR to their overlapping bounding box; this could make cross-method F1 comparisons sensitive to per-method mesh extent. That is a benchmark-fairness or validation risk, not circularity, because the comparison still uses external GT geometry and no metric value is defined by the method's own outputs. Accordingly, no circular step meets the quoted-evidence bar, and the appropriate score is 0.
Assumptions & free parameters
free parameters (5)
- theta_0 (preferred baseline angle) =
not stated in text
- k and epsilon in Eq. 18 (adaptive window size) =
not stated
- sigma_2 in Eq. 15 (depth confidence weighting) =
not stated
- epsilon_error threshold for SfM reprojection error =
>1.5
- alpha=0.01 and beta=0.1 loss weights =
alpha=0.01, beta=0.1
assumptions (3)
- domain assumption SfM sparse point cloud and camera poses from COLMAP are accurate enough to drive the partitioning and view selection.
- domain assumption The Tanks-and-Temples-style ICP alignment and bounding-box cropping are sufficient to align mesh and LiDAR ground truth before computing precision/recall.
- domain assumption 2DGS depth rendering (Eq. 3, D_mean) provides a geometrically meaningful depth map for the multi-view consistency and densification.
Cite this review
Pith. "Pith review of ULSR-GS: Ultra Large-scale Surface Reconstruction Gaussian Splatting with Multi-View Geometric Consistency." pith.science (2026). https://pith.science/paper/HDXYZGNO
@misc{pith2026241201402,
author = {Pith},
title = {Pith review of: ULSR-GS: Ultra Large-scale Surface Reconstruction Gaussian Splatting with Multi-View Geometric Consistency},
year = {2026},
howpublished = {\url{https://pith.science/paper/HDXYZGNO}},
note = {Machine review of arXiv:2412.01402}
}
read the original abstract
While Gaussian Splatting (GS) demonstrates efficient and high-quality scene rendering and small area surface extraction ability, it falls short in handling large-scale aerial image surface extraction tasks. To overcome this, we present ULSR-GS, a framework dedicated to high-fidelity surface extraction in ultra-large-scale scenes, addressing the limitations of existing GS-based mesh extraction methods. Specifically, we propose a point-to-photo partitioning approach combined with a multi-view optimal view matching principle to select the best training images for each sub-region. Additionally, during training, ULSR-GS employs a densification strategy based on multi-view geometric consistency to enhance surface extraction details. Experimental results demonstrate that ULSR-GS outperforms other state-of-the-art GS-based works on large-scale aerial photogrammetry benchmark datasets, significantly improving surface extraction accuracy in complex urban environments. Project page: https://ulsrgs.github.io.
Figures
Figures from the paper (19 more)
Forward citations
Cited by 1 Pith paper
-
EndoFlow-SLAM: Real-Time Endoscopic SLAM with Flow-Constrained Gaussian Splatting
EndoFlow-SLAM couples 3D Gaussian Splatting with optical-flow and depth-gradient supervision, and reports improved pose and rendering accuracy on static and dynamic endoscopic datasets.
Reference graph
Works this paper leans on
-
[1]
Mip-nerf: A multiscale representation for anti-aliasingneuralradiancefields,in:ProceedingsoftheIEEE/CVF international conference on computer vision, pp
Barron,J.T.,Mildenhall,B.,Tancik,M.,Hedman,P.,Martin-Brualla, R., Srinivasan, P.P., 2021. Mip-nerf: A multiscale representation for anti-aliasingneuralradiancefields,in:ProceedingsoftheIEEE/CVF international conference on computer vision, pp. 5855–5864
2021
-
[2]
Barron,J.T.,Mildenhall,B.,Verbin,D.,Srinivasan,P.P.,Hedman,P.,
-
[3]
Patchmatchstereo-stereo matching with slanted support windows., in: Bmvc, pp
Bleyer,M.,Rhemann,C.,Rother,C.,2011. Patchmatchstereo-stereo matching with slanted support windows., in: Bmvc, pp. 1–11
work page 2011
-
[4]
Real-Time Neural Light Field on Mobile Devices
Cao,J.,Wang,H.,Chemerys,P.,Shakhrai,V.,Hu,J.,Fu,Y.,Makovi- ichuk, D., Tulyakov, S., Ren, J., 2022. Real-time neural light field on mobile devices. arXiv preprint arXiv:2212.08057
work page Pith review arXiv 2022
-
[5]
Pgsr: Planar-based gaussian splatting for efficient and high-fidelity surface reconstruction
Chen, D., Li, H., Ye, W., Wang, Y., Xie, W., Zhai, S., Wang, N., Liu, H., Bao, H., Zhang, G., 2024a. Pgsr: Planar-based gaussian splatting for efficient and high-fidelity surface reconstruction
-
[6]
Gigags: Scaling up planar-based 3d gaussiansforlargescenesurfacereconstruction.URL:https://arxiv
Chen,J.,Ye,W.,Wang,Y.,Chen,D.,Huang,D.,Ouyang,W.,Zhang, G., Qiao, Y., He, T., 2024b. Gigags: Scaling up planar-based 3d gaussiansforlargescenesurfacereconstruction.URL:https://arxiv. org/abs/2409.06685,arXiv:2409.06685
-
[7]
Geometry-guidedprogressivenerfforgeneralizableandefficientneu- ral human rendering, in: ECCV
Chen, M., Zhang, J., Xu, X., Liu, L., Cai, Y., Feng, J., Yan, S., 2022. Geometry-guidedprogressivenerfforgeneralizableandefficientneu- ral human rendering, in: ECCV
work page 2022
-
[8]
Chen,R.,Han,S.,Xu,J.,Su,H.,2019. Point-basedmulti-viewstereo network, in: Proceedings of the IEEE/CVF international conference on computer vision, pp. 1538–1547
work page 2019
Show all 75 references
-
[9]
URL:https://arxiv.org/abs/2405.13943,arXiv:2405.13943
Chen,Y.,Lee,G.H.,2024.Dogaussian:Distributed-orientedgaussian splatting for large-scale 3d reconstruction via gaussian consensus. URL:https://arxiv.org/abs/2405.13943,arXiv:2405.13943
2024 arXiv
-
[10]
Mvsplat: Efficient 3d gaussian splatting from sparse multi-view images
Chen, Y., Xu, H., Zheng, C., Zhuang, B., Pollefeys, M., Geiger, A., Cham, T.J., Cai, J., 2024c. Mvsplat: Efficient 3d gaussian splatting from sparse multi-view images. arXiv preprint arXiv:2403.14627
-
[11]
Gaussianpro: 3d gaussian splatting with progres- sivepropagation,in:Forty-firstInternationalConferenceonMachine Learning
Cheng, K., Long, X., Yang, K., Yao, Y., Yin, W., Ma, Y., Wang, W., Chen, X., 2024. Gaussianpro: 3d gaussian splatting with progres- sivepropagation,in:Forty-firstInternationalConferenceonMachine Learning
2024
-
[12]
Çöltekin, A., Lochhead, I., Madden, M., Christophe, S., Devaux, A., Pettit, C., Lock, O., Shukla, S., Herman, L., Stachoň, Z., et al.,
-
[13]
Trim 3d gaus- sian splatting for accurate geometry representation
Fan, L., Yang, Y., Li, M., Li, H., Zhang, Z., 2024. Trim 3d gaus- sian splatting for accurate geometry representation. arXiv preprint arXiv:2406.07499
2024 arXiv
-
[14]
A general deep learning based framework for 3d reconstruction from multi-view stereo satellite images
Gao, J., Liu, J., Ji, S., 2023. A general deep learning based framework for 3d reconstruction from multi-view stereo satellite images. ISPRS Journal of Photogrammetry and Re- mote Sensing 195, 446–461. URL:https://www.sciencedirect. com/science/article/pii/S0924271622003276,do...
2023
-
[15]
Sugar: Surface-aligned gaussian splatting for efficient 3d mesh reconstruction and high-quality mesh rendering
Guédon, A., Lepetit, V., 2023. Sugar: Surface-aligned gaussian splatting for efficient 3d mesh reconstruction and high-quality mesh rendering. arXiv preprint arXiv:2311.12775
2023 arXiv
-
[16]
2d gaussian splatting for geometrically accurate radiance fields, in: SIGGRAPH 2024 Conference Papers, Association for Computing Machinery
Huang, B., Yu, Z., Chen, A., Geiger, A., Gao, S., 2024. 2d gaussian splatting for geometrically accurate radiance fields, in: SIGGRAPH 2024 Conference Papers, Association for Computing Machinery. doi:10.1145/3641519.3657428
2024
-
[17]
Poisson surface recon- struction, in: Proceedings of the fourth Eurographics symposium on Geometry processing
Kazhdan, M., Bolitho, M., Hoppe, H., 2006. Poisson surface recon- struction, in: Proceedings of the fourth Eurographics symposium on Geometry processing
2006
-
[18]
Screenedpoissonsurfacereconstruc- tion
Kazhdan,M.,Hoppe,H.,2013. Screenedpoissonsurfacereconstruc- tion. ACM Transactions on Graphics (ToG) 32, 1–13
2013
-
[19]
3d gaussiansplattingforreal-timeradiancefieldrendering
Kerbl, B., Kopanas, G., Leimkühler, T., Drettakis, G., 2023. 3d gaussiansplattingforreal-timeradiancefieldrendering. ACMTrans- actions on Graphics 42. URL:https://repo-sam.inria.fr/fungraph/ 3d-gaussian-splatting/
2023
-
[20]
A hierarchical 3d gaussian representation for real-time rendering of very large datasets
Kerbl, B., Meuleman, A., Kopanas, G., Wimmer, M., Lanvin, A., Drettakis, G., 2024. A hierarchical 3d gaussian representation for real-time rendering of very large datasets. ACM Transac- tions on Graphics 43. URL:https://repo-sam.inria.fr/fungraph/ hierarchical-3d-gaussians/
2024
-
[21]
Tanks and temples: Benchmarking large-scale scene reconstruction
Knapitsch, A., Park, J., Zhou, Q.Y., Koltun, V., 2017. Tanks and temples: Benchmarking large-scale scene reconstruction. ACM Transactions on Graphics (ToG) 36, 1–13
2017
-
[22]
SampleNet: Differentiable Point Cloud Sampling, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp
Lang, I., Manor, A., Avidan, S., 2020. SampleNet: Differentiable Point Cloud Sampling, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 7578– 7588
2020
-
[23]
Two algorithms for constructing a delaunay triangulation
Lee, D.T., Schachter, B.J., 1980. Two algorithms for constructing a delaunay triangulation. International Journal of Computer & Information Sciences 9, 219–242
1980
-
[24]
A novel openmvs-based texture reconstruction method based on the fully automatic plane segmentation for 3d mesh models
Li, S., Xiao, X., Guo, B., Zhang, L., 2020. A novel openmvs-based texture reconstruction method based on the fully automatic plane segmentation for 3d mesh models. Remote Sensing 12, 3908
2020
-
[25]
Matrixcity: A large-scale city dataset for city-scale neural rendering and beyond
Li,Y.,Jiang,L.,Xu,L.,Xiangli,Y.,Wang,Z.,Lin,D.,Dai,B.,2023a. Matrixcity: A large-scale city dataset for city-scale neural rendering and beyond. arXiv e-prints , arXiv–2308
-
[26]
Neuralangelo: High-fidelity neural surface recon- struction,in:ProceedingsoftheIEEE/CVFConferenceonComputer Vision and Pattern Recognition, pp
Li, Z., Müller, T., Evans, A., Taylor, R.H., Unberath, M., Liu, M.Y., Lin, C.H., 2023b. Neuralangelo: High-fidelity neural surface recon- struction,in:ProceedingsoftheIEEE/CVFConferenceonComputer Vision and Pattern Recognition, pp. 8456–8465
-
[27]
Mvg-splatting: Multi-view guided gaussian splatting with adaptive quantile-based geometric consistency densification
Li, Z., Yao, S., Chu, Y., Garcia-Fernandez, A.F., Yue, Y., Lim, E.G., Zhu, X., 2024. Mvg-splatting: Multi-view guided gaussian splatting with adaptive quantile-based geometric consistency densification. URL:https://arxiv.org/abs/2407.11840,arXiv:2407.11840
2024 arXiv
-
[28]
High completeness multi-view stereo for dense reconstruction of large-scale urban scenes
Liao, Y., Zhang, X., Huang, N., Fu, C., Huang, Z., Cao, Q., Xu, Z., Xiong, X., Cai, S., 2024. High completeness multi-view stereo for dense reconstruction of large-scale urban scenes. ISPRS Journal of Photogrammetry and Remote Sensing 209, 173–196. URL:https: //www.sciencedire...
2024 doi
-
[29]
Vastgaussian: Vast 3d gaussians for large scene reconstruction, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp
Lin,J.,Li,Z.,Tang,X.,Liu,J.,Liu,S.,Liu,J.,Lu,Y.,Wu,X.,Xu,S., Yan, Y., Yang, W., 2024a. Vastgaussian: Vast 3d gaussians for large scene reconstruction, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 5166– 5175
-
[30]
Vastgaussian: Vast 3d gaussians for large scene reconstruction, in: CVPR
Lin,J.,Li,Z.,Tang,X.,Liu,J.,Liu,S.,Liu,J.,Lu,Y.,Wu,X.,Xu,S., Yan, Y., Yang, W., 2024b. Vastgaussian: Vast 3d gaussians for large scene reconstruction, in: CVPR
-
[31]
Deep learning based multi-view stereo matching and 3d scene reconstruc- tion from oblique aerial images
Liu, J., Gao, J., Ji, S., Zeng, C., Zhang, S., Gong, J., 2023. Deep learning based multi-view stereo matching and 3d scene reconstruc- tion from oblique aerial images. ISPRS Journal of Photogrammetry and Remote Sensing 204, 42–60. URL:https://www.sciencedirect. com/science/art...
2023
-
[32]
Meshrefinementmethodformulti-view stereowithunaryoperations
Liu,J.,Han,S.,Li,J.,2024a. Meshrefinementmethodformulti-view stereowithunaryoperations. ISPRSJournalofPhotogrammetryand Remote Sensing 218, 361–375. URL:https://www.sciencedirect. com/science/article/pii/S0924271624004003,doi:https://doi.org/10. 1016/j.isprsjprs.2024.10.023. Z...
-
[33]
Citygaussian: Real-time high-quality large-scale scene rendering with gaussians
Liu, Y., Guan, H., Luo, C., Fan, L., Wang, N., Peng, J., Zhang, Z., 2024b. Citygaussian: Real-time high-quality large-scale scene rendering with gaussians. arXiv preprint arXiv:2404.01133
-
[34]
Citygaussianv2: Efficient and geometrically accurate reconstruction for large-scale scenes, in: ICLR
Liu, Y., Luo, C., Mao, Z., Peng, J., Zhang, Z., 2025. Citygaussianv2: Efficient and geometrically accurate reconstruction for large-scale scenes, in: ICLR
2025
-
[35]
Urbanscene3d:Alargescaleurban scene dataset and simulatorarXiv:2107.04286
Liu,Y.,Xue,F.,Huang,H.,2021. Urbanscene3d:Alargescaleurban scene dataset and simulatorarXiv:2107.04286
2021 arXiv
-
[36]
Lorensen,W.E.,Cline,H.E.,1998.Marchingcubes:Ahighresolution 3d surface construction algorithm, in: Seminal graphics: pioneering efforts that shaped the field, pp. 347–353
1998
-
[37]
Scaffold-gs: Structured 3d gaussians for view-adaptive rendering, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp
Lu, T., Yu, M., Xu, L., Xiangli, Y., Wang, L., Lin, D., Dai, B., 2024. Scaffold-gs: Structured 3d gaussians for view-adaptive rendering, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 20654–20664
2024
-
[38]
Switch-nerf: Learning scene decomposition with mixture of experts for large-scale neural radiance fields, in: InternationalConferenceonLearningRepresentations(ICLR)
Mi, Z., Xu, D., 2023. Switch-nerf: Learning scene decomposition with mixture of experts for large-scale neural radiance fields, in: InternationalConferenceonLearningRepresentations(ICLR). URL: https://openreview.net/forum?id=PQ2zoIZqvm
2023
-
[39]
Nerf: Representing scenes as neural radiance fields for view synthesis
Mildenhall,B.,Srinivasan,P.P.,Tancik,M.,Barron,J.T.,Ramamoor- thi, R., Ng, R., 2021. Nerf: Representing scenes as neural radiance fields for view synthesis. Communications of the ACM 65, 99–106
2021
-
[40]
Unisurf: Unifying neural implicit surfaces and radiance fields for multi-view reconstruction arXiv:2104.10078
Oechsle, M., Peng, S., Geiger, A., 2021. Unisurf: Unifying neural implicit surfaces and radiance fields for multi-view reconstruction arXiv:2104.10078
2021 arXiv
-
[41]
Scalable non-rigid registration for multi-view stereo data
Palma, G., Boubekeur, T., Ganovelli, F., Cignoni, P., 2018. Scalable non-rigid registration for multi-view stereo data. ISPRS Journal of Photogrammetry and Remote Sensing 142, 328–341. URL:https: //www.sciencedirect.com/science/article/pii/S0924271618301746, doi:https://doi.or...
2018 doi
-
[42]
Deep learning based approaches from semantic point clouds to semantic bim models for heritage digital twin
Pan, X., Lin, Q., Ye, S., Li, L., Guo, L., Harmon, B., 2024. Deep learning based approaches from semantic point clouds to semantic bim models for heritage digital twin. Heritage Science 12, 65
2024
-
[43]
Efficient variants of the icp algorithm, in: Proceedings Third International Conference on 3-D Digital Imaging and Modeling, pp
Rusinkiewicz, S., Levoy, M., 2001. Efficient variants of the icp algorithm, in: Proceedings Third International Conference on 3-D Digital Imaging and Modeling, pp. 145–152. doi:10.1109/IM.2001. 924423
2001 doi
-
[44]
Pixel- wise view selection for unstructured multi-view stereo, in: European Conference on Computer Vision (ECCV)
Schönberger,J.L.,Zheng,E.,Pollefeys,M.,Frahm,J.M.,2016. Pixel- wise view selection for unstructured multi-view stereo, in: European Conference on Computer Vision (ECCV)
2016
-
[45]
Efficient edge-preserving multi-view stereo network for depth estimation, in: Proceedings of the AAAI Confer- ence on Artificial Intelligence, pp
Su, W., Tao, W., 2023. Efficient edge-preserving multi-view stereo network for depth estimation, in: Proceedings of the AAAI Confer- ence on Artificial Intelligence, pp. 2348–2356
2023
-
[46]
Block-NeRF:Scalable large scene neural view synthesis
Tancik, M., Casser, V., Yan, X., Pradhan, S., Mildenhall, B., Srini- vasan,P.,Barron,J.T.,Kretzschmar,H.,2022. Block-NeRF:Scalable large scene neural view synthesis. arXiv
2022
-
[47]
Mega-nerf: Scalable construction of large-scale nerfs for virtual fly-throughs, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp
Turki, H., Ramanan, D., Satyanarayanan, M., 2022. Mega-nerf: Scalable construction of large-scale nerfs for virtual fly-throughs, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 12922–12931
2022
-
[48]
Dn-splatter: Depth and normal priors for gaussian splatting and meshing.arXiv:2403.17822
Turkulainen, M., Ren, X., Melekhov, I., Seiskari, O., Rahtu, E., Kannala, J., 2024. Dn-splatter: Depth and normal priors for gaussian splatting and meshing.arXiv:2403.17822
2024 arXiv
-
[49]
Wang, P., Liu, L., Liu, Y., Theobalt, C., Komura, T., Wang, W.,
-
[50]
Werner, D., Al-Hamadi, A., Werner, P., 2014. Truncated signed distance function: experiments on voxel size, in: Image Analysis and Recognition:11thInternationalConference,ICIAR2014,Vilamoura, Portugal, October 22-24, 2014, Proceedings, Part II 11, Springer. pp. 357–364
2014
-
[51]
Integrating geospatial data and street-view imagery to reconstruct large-scale 3d urban building models
Wu, C., Yu, X., Ma, C., Zhong, R., Zhou, X., 2024a. Integrating geospatial data and street-view imagery to reconstruct large-scale 3d urban building models. Transactions in GIS 28, 1326–1352
-
[52]
Gomvs: Geometrically consistent cost aggregation for multi-view stereo, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp
Wu, J., Li, R., Xu, H., Zhao, W., Zhu, Y., Sun, J., Zhang, Y., 2024b. Gomvs: Geometrically consistent cost aggregation for multi-view stereo, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 20207–20216
-
[53]
Bungeenerf: Progressive neural radiance field for extreme multi-scale scene rendering, in: European conference on computer vision, Springer
Xiangli, Y., Xu, L., Pan, X., Zhao, N., Rao, A., Theobalt, C., Dai, B., Lin, D., 2022. Bungeenerf: Progressive neural radiance field for extreme multi-scale scene rendering, in: European conference on computer vision, Springer. pp. 106–122
2022
-
[54]
Gauu-scenev2:Assessing the reliability of image-based metrics with expansive lidar image dataset using 3dgs and nerf.arXiv:2404.04880
Xiong,B.,Zheng,N.,Liu,J.,Li,Z.,2024. Gauu-scenev2:Assessing the reliability of image-based metrics with expansive lidar image dataset using 3dgs and nerf.arXiv:2404.04880
2024 arXiv
-
[55]
Grid-guided neural radiance fields for large urban scenes.arXiv:2303.14001
Xu, L., Xiangli, Y., Peng, S., Pan, X., Zhao, N., Theobalt, C., Dai, B., Lin, D., 2023. Grid-guided neural radiance fields for large urban scenes.arXiv:2303.14001
2023 arXiv
-
[56]
Multi-scale geo- metricconsistencyguidedandplanarpriorassistedmulti-viewstereo
Xu, Q., Kong, W., Tao, W., Pollefeys, M., 2022a. Multi-scale geo- metricconsistencyguidedandplanarpriorassistedmulti-viewstereo. IEEE Transactions on Pattern Analysis and Machine Intelligence 45, 4945–4963
-
[57]
Planar prior assisted patchmatch multi- view stereo, in: Proceedings of the AAAI Conference on Artificial Intelligence, pp
Xu, Q., Tao, W., 2020. Planar prior assisted patchmatch multi- view stereo, in: Proceedings of the AAAI Conference on Artificial Intelligence, pp. 12516–12523
2020
-
[58]
Point-nerf:Point-basedneuralradiancefields,in:Proceedings of the IEEE/CVF conference on computer vision and pattern recog- nition, pp
Xu,Q.,Xu,Z.,Philip,J.,Bi,S.,Shu,Z.,Sunkavalli,K.,Neumann,U., 2022b. Point-nerf:Point-basedneuralradiancefields,in:Proceedings of the IEEE/CVF conference on computer vision and pattern recog- nition, pp. 5438–5448
-
[59]
Automatic registration of uav-borne sequentimagesandlidardata
Yang, B., Chen, C., 2015. Automatic registration of uav-borne sequentimagesandlidardata. ISPRSJournalofPhotogrammetryand Remote Sensing 101, 262–274. URL:https://www.sciencedirect. com/science/article/pii/S0924271615000180,doi:https://doi.org/10. 1016/j.isprsjprs.2014.12.025
2015
-
[60]
Yang, S., Cai, G., Du, J., Chen, P., Su, J., Wu, Y., Wang, Z., Li, J.,
-
[61]
Mvsnet: Depth inference for unstructured multi-view stereo, in: Proceedings of the European conference on computer vision (ECCV), pp
Yao, Y., Luo, Z., Li, S., Fang, T., Quan, L., 2018. Mvsnet: Depth inference for unstructured multi-view stereo, in: Proceedings of the European conference on computer vision (ECCV), pp. 767–783
2018
-
[62]
Volume rendering of neural implicit surfaces
Yariv, L., Gu, J., Kasten, Y., Lipman, Y., 2021. Volume rendering of neural implicit surfaces. NeurIPS
2021
-
[63]
Bakedsdf:Meshingneuralsdfs for real-time view synthesis, in: ACM SIGGRAPH 2023 Conference Proceedings, pp
Yariv,L.,Hedman,P.,Reiser,C.,Verbin,D.,Srinivasan,P.P.,Szeliski, R.,Barron,J.T.,Mildenhall,B.,2023. Bakedsdf:Meshingneuralsdfs for real-time view synthesis, in: ACM SIGGRAPH 2023 Conference Proceedings, pp. 1–9
2023
-
[64]
ISPRS Journal of Photogrammetry and Remote Sensing 191, 302–314
Connectivity-aware graph: A planar topology for 3d build- ing surface reconstruction. ISPRS Journal of Photogrammetry and Remote Sensing 191, 302–314. URL:https://www.sciencedirect. com/science/article/pii/S0924271622002027,doi:https://doi.org/10. 1016/j.isprsjprs.2022.07.024
-
[65]
Yu, Z., Gao, S., 2020. Fast-mvsnet: Sparse-to-dense multi-view stereo with learned propagation and gauss-newton refinement, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp. 1949–1958
2020
-
[66]
arXiv:2404.10772
Yu,Z.,Sattler,T.,Geiger,A.,2024b.Gaussianopacityfields:Efficient high-quality compact surface reconstruction in unbounded scenes. arXiv:2404.10772
-
[67]
Dogaussian: Distributed-oriented gaussian splattingforlarge-scale3dreconstructionviagaussianconsensus,in: arXiv
Yu Chen, G.H.L., 2024. Dogaussian: Distributed-oriented gaussian splattingforlarge-scale3dreconstructionviagaussianconsensus,in: arXiv
2024
-
[68]
Mip- splatting: Alias-free 3d gaussian splatting, in: Proceedings of the IEEE/CVFConferenceonComputerVisionandPatternRecognition, pp
Yu, Z., Chen, A., Huang, B., Sattler, T., Geiger, A., 2024a. Mip- splatting: Alias-free 3d gaussian splatting, in: Proceedings of the IEEE/CVFConferenceonComputerVisionandPatternRecognition, pp. 19447–19456
-
[69]
Nerf++: Analyzing and improving neural radiance fields
Zhang, K., Riegler, G., Snavely, N., Koltun, V., 2020. Nerf++: Analyzing and improving neural radiance fields. arXiv preprint arXiv:2010.07492
2020 arXiv
-
[70]
Edge aware depth inference for large-scale aerial build- ing multi-view stereo
Zhang, S., Wei, Z., Xu, W., Zhang, L., Wang, Y., Zhang, J., Liu, J., 2024b. Edge aware depth inference for large-scale aerial build- ing multi-view stereo. ISPRS Journal of Photogrammetry and Remote Sensing 207, 27–42. URL:https://www.sciencedirect. com/science/article/pii/S09...
-
[71]
High Detail
Zhu, Z., Stamatopoulos, C., Fraser, C.S., 2015. Accurate and occlusion-robust multi-view stereo. ISPRS Journal of Photogrammetry and Remote Sensing 109, 47–61. URL:https: //www.sciencedirect.com/science/article/pii/S0924271615001999, doi:https://doi.org/10.1016/j.isprsjprs.201...
2015 doi
-
[72]
Rade-gs: Rasterizing depth in gaussian splatting
Zhang,B.,Fang,C.,Shrestha,R.,Liang,Y.,Long,X.,Tan,P.,2024a. Rade-gs: Rasterizing depth in gaussian splatting. arXiv preprint arXiv:2406.01467
-
[2020]
ISPRSInternationalJournalofGeo- Information 9, 439
Extended reality in spatial sciences: A review of research challengesandfuturedirections. ISPRSInternationalJournalofGeo- Information 9, 439
-
[2021]
Neus: Learning neural implicit surfaces by volume rendering for multi-view reconstruction. NeurIPS
-
[2022]
5470–5479
Mip-nerf 360: Unbounded anti-aliased neural radiance fields, in:ProceedingsoftheIEEE/CVFconferenceoncomputervisionand pattern recognition, pp. 5470–5479
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.