{"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/dreampropeller-supercharge-text-to-3d","title":"DreamPropeller: Supercharge Text-to-3D Generation with Parallel Sampling","arxiv_id":"2311.17082","date":"2023-11-28","proceeding":"CVPR 2024 1","authors":["Linqi Zhou","Andy Shih","Chenlin Meng","Stefano Ermon"],"abstract":"Recent methods such as Score Distillation Sampling (SDS) and Variational Score Distillation (VSD) using 2D diffusion models for text-to-3D generation have demonstrated impressive generation quality. However, the long generation time of such algorithms significantly degrades the user experience. To tackle this problem, we propose DreamPropeller, a drop-in acceleration algorithm that can be wrapped around any existing text-to-3D generation pipeline based on score distillation. Our framework generalizes Picard iterations, a classical algorithm for parallel sampling an ODE path, and can account for non-ODE paths such as momentum-based gradient updates and changes in dimensions during the optimization process as in many cases of 3D generation. We show that our algorithm trades parallel compute for wallclock time and empirically achieves up to 4.7x speedup with a negligible drop in generation quality for all tested frameworks.","url_abs":"https://arxiv.org/abs/2311.17082v3","url_pdf":"https://arxiv.org/pdf/2311.17082v3.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":"dreampropeller-supercharge-text-to-3d","repo_url":"https://github.com/alexzhou907/dreampropeller","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"3d-generation","task_name":"3D Generation"},{"task_slug":"text-to-3d","task_name":"Text to 3D"}],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"},{"method_slug":"picard","method_name":"PICARD"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2311.17082","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2311.17082"}},"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/alexzhou907/dreampropeller","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":10,"ran_honours":1,"unverified":6},"by_repo_kind":{"official":{"samples":17,"ran":11,"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":"456eeade4275ae9d","entry":"dot","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/mesh.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/mesh.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"456eeade4275ae9d"}},{"code_sha256_prefix":"6d2c15014d993b0e","entry":"get_expon_lr_func","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/gs_renderer.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/gs_renderer.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":"6d2c15014d993b0e"}},{"code_sha256_prefix":"b488da571728b636","entry":"inverse_sigmoid","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/gs_renderer.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/gs_renderer.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":"b488da571728b636"}},{"code_sha256_prefix":"a15bd2d8e183335b","entry":"r_precision","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/evaluate.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/evaluate.py","link_basis":"first_harvest_node","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":"a15bd2d8e183335b"}},{"code_sha256_prefix":"f677a14137b6170d","entry":"scatter_add_nd","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/grid_put.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/grid_put.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":"f677a14137b6170d"}},{"code_sha256_prefix":"0a4a0c5951d1f0bf","entry":"scatter_add_nd_with_count","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/grid_put.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/grid_put.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":"0a4a0c5951d1f0bf"}},{"code_sha256_prefix":"be46ebcf4f59432b","entry":"stride_from_shape","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/grid_put.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/grid_put.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":"be46ebcf4f59432b"}},{"code_sha256_prefix":"77f1ea6fd821edf2","entry":"strip_lowerdiag","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/gs_renderer.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/gs_renderer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"77f1ea6fd821edf2"}},{"code_sha256_prefix":"c0bc648c3548dc0c","entry":"take_step","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"launch_speedup.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/launch_speedup.py","link_basis":"first_harvest_node","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":"c0bc648c3548dc0c"}},{"code_sha256_prefix":"2f4294aed3696b58","entry":"to_device","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"launch_baseline.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/launch_baseline.py","link_basis":"first_harvest_node","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":"2f4294aed3696b58"}},{"code_sha256_prefix":"c6999bab7905428e","entry":"to_device","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"launch_baseline.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/launch_baseline.py","link_basis":"first_harvest_node","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":"c6999bab7905428e"}},{"code_sha256_prefix":"e35aafbf0069edb6","entry":"dot","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/cam_utils.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/cam_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":"e35aafbf0069edb6"}},{"code_sha256_prefix":"43cdc168f88caf9b","entry":"length","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/cam_utils.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/cam_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":"43cdc168f88caf9b"}},{"code_sha256_prefix":"8a8484ccf552d87f","entry":"safe_normalize","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/cam_utils.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/cam_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":"8a8484ccf552d87f"}},{"code_sha256_prefix":"1eb01adb2d4db29c","entry":"scale_img_hwc","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/mesh_renderer.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/mesh_renderer.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":"1eb01adb2d4db29c"}},{"code_sha256_prefix":"7d11ee5002c743ed","entry":"scale_img_nhw","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/mesh_renderer.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/mesh_renderer.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":"7d11ee5002c743ed"}},{"code_sha256_prefix":"e3e7b5863ff869ea","entry":"scale_img_nhwc","repo":"alexzhou907/dreampropeller","repo_kind":"official","path":"dreamgaussian/mesh_renderer.py","file_url":"https://github.com/alexzhou907/dreampropeller/blob/HEAD/dreamgaussian/mesh_renderer.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":"e3e7b5863ff869ea"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}