{"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/pixelsynth-generating-a-3d-consistent","title":"PixelSynth: Generating a 3D-Consistent Experience from a Single Image","arxiv_id":"2108.05892","date":"2021-08-12","proceeding":"ICCV 2021 10","authors":["Chris Rockwell","David F. Fouhey","Justin Johnson"],"abstract":"Recent advancements in differentiable rendering and 3D reasoning have driven exciting results in novel view synthesis from a single image. Despite realistic results, methods are limited to relatively small view change. In order to synthesize immersive scenes, models must also be able to extrapolate. We present an approach that fuses 3D reasoning with autoregressive modeling to outpaint large view changes in a 3D-consistent manner, enabling scene synthesis. We demonstrate considerable improvement in single image large-angle view synthesis results compared to a variety of methods and possible variants across simulated and real datasets. In addition, we show increased 3D consistency compared to alternative accumulation methods. Project website: https://crockwell.github.io/pixelsynth/","url_abs":"https://arxiv.org/abs/2108.05892v1","url_pdf":"https://arxiv.org/pdf/2108.05892v1.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":"pixelsynth-generating-a-3d-consistent","repo_url":"https://github.com/crockwell/pixelsynth","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2108.05892","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2108.05892"}},"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/crockwell/pixelsynth","reach":null}],"summary":{"ran":6,"ran_honours":1,"ran_fixture":1,"unverified":4},"by_repo_kind":{"official":{"samples":12,"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":12,"samples":[{"code_sha256_prefix":"cc401fab91a2580c","entry":"CollapseLayer","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cc401fab91a2580c"}},{"code_sha256_prefix":"68ab223cbe3b7ad6","entry":"L1LossWrapper","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"68ab223cbe3b7ad6"}},{"code_sha256_prefix":"c7f11c885a4f43e5","entry":"PSNR","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c7f11c885a4f43e5"}},{"code_sha256_prefix":"e73d0f6ae432115e","entry":"PerceptualLoss","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e73d0f6ae432115e"}},{"code_sha256_prefix":"0b0a41d8fc0bc9e8","entry":"SSIM","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0b0a41d8fc0bc9e8"}},{"code_sha256_prefix":"89d3c4da15bbfd04","entry":"VGG19","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"89d3c4da15bbfd04"}},{"code_sha256_prefix":"6dcedc9119590eb5","entry":"create_window","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6dcedc9119590eb5"}},{"code_sha256_prefix":"40af137c4a94a480","entry":"ssim","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"40af137c4a94a480"}},{"code_sha256_prefix":"dce9025dd1444684","entry":"SynthesisLoss","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dce9025dd1444684"}},{"code_sha256_prefix":"464eec65e04eccaa","entry":"UnCollapseLayer","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"464eec65e04eccaa"}},{"code_sha256_prefix":"9a18acd22ed586f2","entry":"ViewAppearanceFlow","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9a18acd22ed586f2"}},{"code_sha256_prefix":"7dd1e6277544b14f","entry":"_ssim","repo":"crockwell/pixelsynth","repo_kind":"official","path":"models/encoderdecoder.py","file_url":"https://github.com/crockwell/pixelsynth/blob/HEAD/models/encoderdecoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7dd1e6277544b14f"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}