{"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/pixelsplat-3d-gaussian-splats-from-image","title":"pixelSplat: 3D Gaussian Splats from Image Pairs for Scalable Generalizable 3D Reconstruction","arxiv_id":"2312.12337","date":"2023-12-19","proceeding":"CVPR 2024 1","authors":["David Charatan","Sizhe Li","Andrea Tagliasacchi","Vincent Sitzmann"],"abstract":"We introduce pixelSplat, a feed-forward model that learns to reconstruct 3D radiance fields parameterized by 3D Gaussian primitives from pairs of images. Our model features real-time and memory-efficient rendering for scalable training as well as fast 3D reconstruction at inference time. To overcome local minima inherent to sparse and locally supported representations, we predict a dense probability distribution over 3D and sample Gaussian means from that probability distribution. We make this sampling operation differentiable via a reparameterization trick, allowing us to back-propagate gradients through the Gaussian splatting representation. We benchmark our method on wide-baseline novel view synthesis on the real-world RealEstate10k and ACID datasets, where we outperform state-of-the-art light field transformers and accelerate rendering by 2.5 orders of magnitude while reconstructing an interpretable and editable 3D radiance field.","url_abs":"https://arxiv.org/abs/2312.12337v4","url_pdf":"https://arxiv.org/pdf/2312.12337v4.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":"pixelsplat-3d-gaussian-splats-from-image","repo_url":"https://github.com/dcharatan/pixelsplat","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"3d-reconstruction","task_name":"3D Reconstruction"},{"task_slug":"generalizable-novel-view-synthesis","task_name":"Generalizable Novel View Synthesis"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2312.12337","atlas_url":"https://app.syntology.ai/?focus=2312.12337","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.12337"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/dcharatan/pixelsplat","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":1,"unverified":5},"by_repo_kind":{"official":{"samples":6,"ran":1,"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":"e8002dbf9ab64adc","entry":"compute_psnr","repo":"dcharatan/pixelsplat","repo_kind":"official","path":"src/evaluation/metrics.py","file_url":"https://github.com/dcharatan/pixelsplat/blob/HEAD/src/evaluation/metrics.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":"e8002dbf9ab64adc"}},{"code_sha256_prefix":"7b3ef4f2267e3ddc","entry":"compute_lpips","repo":"dcharatan/pixelsplat","repo_kind":"official","path":"src/evaluation/metrics.py","file_url":"https://github.com/dcharatan/pixelsplat/blob/HEAD/src/evaluation/metrics.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":"7b3ef4f2267e3ddc"}},{"code_sha256_prefix":"46a9932db8763d5a","entry":"get_depth","repo":"dcharatan/pixelsplat","repo_kind":"official","path":"src/geometry/epipolar_lines.py","file_url":"https://github.com/dcharatan/pixelsplat/blob/HEAD/src/geometry/epipolar_lines.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":"46a9932db8763d5a"}},{"code_sha256_prefix":"29f9a20ddbe0786f","entry":"get_lpips","repo":"dcharatan/pixelsplat","repo_kind":"official","path":"src/evaluation/metrics.py","file_url":"https://github.com/dcharatan/pixelsplat/blob/HEAD/src/evaluation/metrics.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":"29f9a20ddbe0786f"}},{"code_sha256_prefix":"941d1c1d1972b399","entry":"lift_to_3d","repo":"dcharatan/pixelsplat","repo_kind":"official","path":"src/geometry/epipolar_lines.py","file_url":"https://github.com/dcharatan/pixelsplat/blob/HEAD/src/geometry/epipolar_lines.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":"941d1c1d1972b399"}},{"code_sha256_prefix":"ef5ef870287d7f04","entry":"project_rays","repo":"dcharatan/pixelsplat","repo_kind":"official","path":"src/geometry/epipolar_lines.py","file_url":"https://github.com/dcharatan/pixelsplat/blob/HEAD/src/geometry/epipolar_lines.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":"ef5ef870287d7f04"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}