{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/depthsplat-connecting-gaussian-splatting-and","title":"DepthSplat: Connecting Gaussian Splatting and Depth","arxiv_id":"2410.13862","date":"2024-10-17","proceeding":"CVPR 2025 1","authors":["Haofei Xu","Songyou Peng","Fangjinhua Wang","Hermann Blum","Daniel Barath","Andreas Geiger","Marc Pollefeys"],"abstract":"Gaussian splatting and single/multi-view depth estimation are typically studied in isolation. In this paper, we present DepthSplat to connect Gaussian splatting and depth estimation and study their interactions. More specifically, we first contribute a robust multi-view depth model by leveraging pre-trained monocular depth features, leading to high-quality feed-forward 3D Gaussian splatting reconstructions. We also show that Gaussian splatting can serve as an unsupervised pre-training objective for learning powerful depth models from large-scale unlabeled datasets. We validate the synergy between Gaussian splatting and depth estimation through extensive ablation and cross-task transfer experiments. Our DepthSplat achieves state-of-the-art performance on ScanNet, RealEstate10K and DL3DV datasets in terms of both depth estimation and novel view synthesis, demonstrating the mutual benefits of connecting both tasks.","url_abs":"https://arxiv.org/abs/2410.13862v2","url_pdf":"https://arxiv.org/pdf/2410.13862v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"depthsplat-connecting-gaussian-splatting-and","repo_url":"https://github.com/cvg/depthsplat","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"depthsplat-connecting-gaussian-splatting-and","repo_url":"https://github.com/autonomousvision/unimatch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"depth-estimation","task_name":"Depth Estimation"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"},{"task_slug":"unsupervised-pre-training","task_name":"Unsupervised Pre-training"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2410.13862","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2410.13862"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/autonomousvision/unimatch","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cvg/depthsplat","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_violates":2,"ran":1,"ran_honours":2,"ran_fixture":1,"ran_draft_wrong":2,"unverified":8},"by_repo_kind":{"official":{"samples":1,"ran":0,"repositories":1},"listed":{"samples":15,"ran":8,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"424012cb37b31172","entry":"default","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/ldm_unet/attention.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/ldm_unet/attention.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"424012cb37b31172"}},{"code_sha256_prefix":"aa5486a3650902d8","entry":"exists","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/ldm_unet/attention.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/ldm_unet/attention.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aa5486a3650902d8"}},{"code_sha256_prefix":"0823d84f9697f2a7","entry":"generate_window_grid","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/geometry.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/geometry.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0823d84f9697f2a7"}},{"code_sha256_prefix":"3bd7e0cdbd131fdb","entry":"make_beta_schedule","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/ldm_unet/util.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/ldm_unet/util.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3bd7e0cdbd131fdb"}},{"code_sha256_prefix":"3ee640131c9d4362","entry":"make_ddim_sampling_parameters","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/ldm_unet/util.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/ldm_unet/util.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3ee640131c9d4362"}},{"code_sha256_prefix":"0ea4e960ea54514c","entry":"make_ddim_timesteps","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/ldm_unet/util.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/ldm_unet/util.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0ea4e960ea54514c"}},{"code_sha256_prefix":"52b500940a8025a3","entry":"single_head_full_attention","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/attention.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/attention.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"52b500940a8025a3"}},{"code_sha256_prefix":"9a299fe5ae09e407","entry":"uniq","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/ldm_unet/attention.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/ldm_unet/attention.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9a299fe5ae09e407"}},{"code_sha256_prefix":"b53875099c317965","entry":"box","repo":"cvg/depthsplat","repo_kind":"official","path":"src/model/encoder/visualization/encoder_visualizer_depthsplat.py","file_url":"https://github.com/cvg/depthsplat/blob/HEAD/src/model/encoder/visualization/encoder_visualizer_depthsplat.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b53875099c317965"}},{"code_sha256_prefix":"134980aa63271fbb","entry":"coords_grid","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/geometry.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/geometry.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"134980aa63271fbb"}},{"code_sha256_prefix":"d5a86279192fe3ae","entry":"global_correlation_softmax","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/matching.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/matching.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d5a86279192fe3ae"}},{"code_sha256_prefix":"d9223ffb6230f989","entry":"local_correlation_softmax","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/matching.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/matching.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d9223ffb6230f989"}},{"code_sha256_prefix":"6dfb2a20d42012c8","entry":"local_correlation_with_flow","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/matching.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/matching.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6dfb2a20d42012c8"}},{"code_sha256_prefix":"8d0dd2c61c5c3d89","entry":"normalize_coords","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/geometry.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/geometry.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8d0dd2c61c5c3d89"}},{"code_sha256_prefix":"e886a8babb4916fb","entry":"single_head_full_attention_1d","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/attention.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/attention.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e886a8babb4916fb"}},{"code_sha256_prefix":"9a948b3b755e6516","entry":"single_head_split_window_attention","repo":"autonomousvision/unimatch","repo_kind":"listed","path":"unimatch/attention.py","file_url":"https://github.com/autonomousvision/unimatch/blob/HEAD/unimatch/attention.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9a948b3b755e6516"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}