{"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/imagedream-image-prompt-multi-view-diffusion","title":"ImageDream: Image-Prompt Multi-view Diffusion for 3D Generation","arxiv_id":"2312.02201","date":"2023-12-02","proceeding":null,"authors":["Peng Wang","Yichun Shi"],"abstract":"We introduce \"ImageDream,\" an innovative image-prompt, multi-view diffusion model for 3D object generation. ImageDream stands out for its ability to produce 3D models of higher quality compared to existing state-of-the-art, image-conditioned methods. Our approach utilizes a canonical camera coordination for the objects in images, improving visual geometry accuracy. The model is designed with various levels of control at each block inside the diffusion model based on the input image, where global control shapes the overall object layout and local control fine-tunes the image details. The effectiveness of ImageDream is demonstrated through extensive evaluations using a standard prompt list. For more information, visit our project page at https://Image-Dream.github.io.","url_abs":"https://arxiv.org/abs/2312.02201v1","url_pdf":"https://arxiv.org/pdf/2312.02201v1.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":"imagedream-image-prompt-multi-view-diffusion","repo_url":"https://github.com/bytedance/imagedream","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"3d-generation","task_name":"3D Generation"},{"task_slug":"object","task_name":"Object"}],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2312.02201","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.02201"}},"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/bytedance/imagedream","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_honours":2,"ran_violates":2,"ran":2,"ran_draft_wrong":2,"unverified":4},"by_repo_kind":{"listed":{"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":0,"samples":[{"code_sha256_prefix":"7a9ea072a01a7648","entry":"convert_opengl_to_blender","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/camera_utils.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/camera_utils.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7a9ea072a01a7648"}},{"code_sha256_prefix":"26d260aa12e2547d","entry":"create_camera_to_world_matrix","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/camera_utils.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/camera_utils.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"26d260aa12e2547d"}},{"code_sha256_prefix":"424012cb37b31172","entry":"default","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/ldm/modules/attention.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/ldm/modules/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":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"424012cb37b31172"}},{"code_sha256_prefix":"aa5486a3650902d8","entry":"exists","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/ldm/modules/attention.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/ldm/modules/attention.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"aa5486a3650902d8"}},{"code_sha256_prefix":"b1368330cf0f5642","entry":"isimage","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/ldm/util.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/ldm/util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b1368330cf0f5642"}},{"code_sha256_prefix":"d72762b700feee6f","entry":"ismap","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/ldm/util.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/ldm/util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d72762b700feee6f"}},{"code_sha256_prefix":"e93da14f176f38af","entry":"tail","repo":"bytedance/imagedream","repo_kind":"listed","path":"gradio_app.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/gradio_app.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e93da14f176f38af"}},{"code_sha256_prefix":"9a299fe5ae09e407","entry":"uniq","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/ldm/modules/attention.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/ldm/modules/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":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9a299fe5ae09e407"}},{"code_sha256_prefix":"891db689dd9c6996","entry":"get_config_file","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/model_zoo.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/model_zoo.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"891db689dd9c6996"}},{"code_sha256_prefix":"f9bd2e83191afad1","entry":"log_txt_as_img","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/ldm/util.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/ldm/util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f9bd2e83191afad1"}},{"code_sha256_prefix":"424bd980da36bf72","entry":"normalize_camera","repo":"bytedance/imagedream","repo_kind":"listed","path":"extern/ImageDream/imagedream/camera_utils.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/extern/ImageDream/imagedream/camera_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"424bd980da36bf72"}},{"code_sha256_prefix":"849b90aa3c658242","entry":"on_model_selector_change","repo":"bytedance/imagedream","repo_kind":"listed","path":"gradio_app.py","file_url":"https://github.com/bytedance/imagedream/blob/HEAD/gradio_app.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"849b90aa3c658242"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}