REVIEW 4 major objections 6 minor 42 references
Apply Hierarchical-Chain-of-Generation to Complex Attributes Text-to-3D Generation
T0 review · 4 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read The paper claims that HCoG, a fully automatic pipeline, generates 3D assets with complex attributes by ordering object parts from most to least occluded and binding each attribute to its intended part.
desk verdict Solid systems paper with an honest failure appendix; the headline claim needs to be conditioned on LLM chain reliability and the evaluation tightened. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the inside-out hierarchical chain combined with label-filtered Gaussian extension. A large language model decomposes the long description into blocks and orders them from most occluded to least occluded; within a block, parts are created with coarse text and refined by part-segmentation-guided score distillation so each attribute is pinned to selected kernels; between blocks, new kernels are densified from existing ones and then pruned by semantic label so only the intended part remains. This ordering exposes occluded parts during optimization, and the label filtering keeps earlier parts unchanged.
What would settle it
A reader could test the central claim by running HCoG on a batch of prompts with eleven or more explicitly occluded parts and counting visible attribute mis-bindings; if a noticeable fraction, matching the reported chain-accuracy drop, reproduces failures like a red cloak turning blue or missing accessories, the automatic fidelity claim is falsified. Alternatively, swap the large language model's order for a deliberately wrong one and show that attribute errors track the order errors.
Extended reading notes
Core claim
HCoG generates 3D assets with complex attributes in 3D Gaussian Splatting by turning a long prompt into a hierarchical chain of generation. The chain is built by a large language model that extracts object parts and orders them inside-out by occlusion; each block is first generated with attribute-free coarse text, then each part is localized by segmentation and optimized with score distillation so the attribute binds to that part. Between blocks, Gaussian Extension densifies new kernels around previous ones and Label Elimination removes kernels not belonging to the new part, so new parts appear without corrupting already-optimized appearance. Experiments report that HCoG outperforms automatic baselines on standard text-to-3D evaluation scores, and that the same ordering benefits a stronger text-to-image backend.
Load-bearing premise
The whole pipeline inherits its generation order and part list from the large language model, so the central claim stands or falls on the model producing a correct inside-out chain; the paper itself reports chain accuracy falling to 0.95 for prompts with eleven or more parts and shows a reversed order turning a red cloak blue and dropping a pink bow.
Editorial extensions
If this is right
- Text-to-3D generation becomes fully automatic for complex prompts: no user-defined bounding boxes or generation order is needed.
- The pipeline is plug-and-play across different text-to-3D backbones; upgrading the underlying diffusion model improves quality while preserving attribute binding.
- Objects with strong occlusion relationships can be generated with inner parts fully visible during optimization, yielding structurally coherent assets.
- The method implies that long-prompt failures are partly an ordering problem, not only an encoder-capacity problem.
Reading between the lines
- A testable extension is an automatic verification loop that checks the large language model's chain against segmentation or render consistency, since the paper's own failure case shows the chain can mis-order or omit parts on very complex prompts.
- The inside-out ordering principle could transfer to other generative representations besides 3D Gaussian Splatting, such as meshes or neural radiance fields, wherever parts occlude one another.
- Because attribute binding is done per part after coarse geometry is fixed, HCoG-like pipelines could reuse the same geometry with different attribute prompts, enabling fast re-styling of generated assets.
- The reported chain-accuracy decay with part count suggests a scaling law: ordering errors grow as the number of parts increases, so practical systems may need a part-count ceiling or hierarchical refinement for very detailed scenes.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Hierarchical-Chain-of-Generation (HCoG), an automated pipeline for text-to-3D generation of objects with many attributed parts. The method uses an LLM (GPT-4o) to decompose a long prompt into hierarchical blocks ordered from inner (more occluded) to outer (less occluded) parts. Within each block, parts are first generated coarse-to-fine and then attributes are bound through SAM-based part segmentation and fine-grained SDS optimization of selected 3D Gaussian kernels. Between blocks, Gaussian Extension densifies new kernels and Label Elimination removes kernels that do not belong to the new part. Experiments report BLIP-VQA and CLIP-Score improvements over GaussianDreamer, MVDream, LucidDreamer, and Progressive3D, with additional ablations on generation order, ControlNet, and Label Elimination, plus supplementary results on the CSP-100 dataset and an LLM reliability analysis.
Significance. The idea of using an LLM to produce an inside-out generation order for complex attributed objects is natural and potentially useful; making this automatic is a plausible step beyond Progressive3D's manual ordering and bounding boxes. The Gaussian Extension and Label Elimination components are a reasonable way to add parts without user-defined boxes, and the paper claims plug-and-play compatibility with different backbones. The supplementary includes an honest LLM reliability analysis with a concrete failure case, and the code is promised. If the quantitative results hold with proper evaluation, the contribution would be of interest to the text-to-3D community. However, the current evidence base is thin: the main quantitative table has no variance, sample size, or statistical tests, and the evaluation metric is modified post hoc, so the strength of the headline claim is not yet established.
major comments (4)
- [Sec. 5.3, Table 1] The main quantitative comparison reports only point estimates of BLIP-VQA and CLIP-Score with no number of prompts, no per-prompt breakdown, no variance, and no significance testing. This alone prevents the reader from assessing whether the reported improvements (e.g., 0.7295 vs. 0.6553 over Progressive3D) are meaningful. Compounding this, the BLIP-VQA protocol is changed from the T2I-CompBench product of per-part scores to the average because the original product gives zero for most methods. This post hoc metric change must be fully motivated and consistently applied; the authors should report results under both the original and modified protocols, and state exactly how many prompts of what complexity constitute Table 1.
- [Sec. B.2 and Fig. 8 (supplementary)] The paper's own reliability analysis shows that LLM chain accuracy drops to 0.95 for prompts with 11 or more parts and inversions rise to 3.65, and Figure 8 gives a concrete failure where the red cloak becomes blue and the pink bow is missing. The abstract and Sec. 1 claim that HCoG 'automatically generate[s] high-quality 3D assets with complex attributes' without qualification, yet the main-text evaluations (Fig. 3, Table 1) use prompts with roughly 5-6 parts and thus exclude the regime where the weakest link is known to break. The central claim should be explicitly conditioned on the LLM producing a correct hierarchical chain, and the known failure rate should be stated in the main text rather than only in the supplementary.
- [Sec. 5.2 and Table 1] The comparison with Progressive3D is not clearly an automatic-to-automatic comparison. The paper states that Progressive3D relies on user-defined generation order and bounding boxes (Sec. 2.1, Fig. 1b), but the abstract claims to outperform 'previous automatic text-to-3D methods' while Table 1 includes Progressive3D without specifying whether it was given the correct manual guidance. The authors should clarify whether Pro3D* was run with manually provided order/boxes or in an automatic manner; if the former, the comparison conflates automation and attribute-binding quality, and the 'automatic' claim should be restricted to the other baselines.
- [Sec. 5.4, Table 2] The ablation on generation order reports only BLIP-VQA point estimates for 'Inverse order', 'Random order', and 'Ours', again with no sample size, variance, or statistical analysis. Since this table is the key evidence that the inside-out order matters, and the failure case in Fig. 8 is exactly a consequence of wrong order, the ablation should be reported with full evaluation details and, ideally, on a larger set of prompts than the single example in the qualitative figure.
minor comments (6)
- [Sec. 3] The heading 'Preliminaty Knowledge' is misspelled; it should read 'Preliminary Knowledge'.
- [Sec. 4.3, Eq. (4)] The Gaussian Extension operation is under-specified: the number of new Gaussian kernels added, the densification mechanism, and how xsample is obtained from a single Gaussian's distribution are not stated. A short pseudocode or algorithm box would improve reproducibility.
- [Sec. 4.2] The part segmentation training is described only as 'pseg trained for 200 iterations' with a threshold of 0.9, but it is not explained how the 2D segmentation losses from multiple camera poses are aggregated to update per-Gaussian labels. Please describe the training schedule and the projection of labels to 3D.
- [Supplementary, Sec. B.1] The sentence ends with a stray '];' after 'Sec. B.1).' in the first paragraph, which appears to be a formatting artifact.
- [References] The CLIP-Score metric is cited as [8] in the supplementary but as [26] in the main text; these references should be reconciled.
- [Abstract and Sec. 1] The abstract claims HCoG can serve as a 'plug-and-play generation paradigm for diverse text-to-3D models,' but experiments only demonstrate integration with GALA3D and GaussianDreamer. Either temper the claim or add results with an additional backbone.
Circularity Check
No circularity found: HCoG's generation chain is assembled from external pretrained components (GPT-4o, MVDream, ControlNet, SAM) and its evaluation uses external metrics; the reported LLM chain failures are a reliability limit, not a reduction of the conclusion to its inputs.
full rationale
HCoG's central claim is that its LLM-produced hierarchical chain plus coarse-to-fine part optimization and Gaussian extension/label elimination yields attribute-faithful 3D assets. No step in Sec. 4 reduces a predicted quantity to a fitted parameter. The hierarchical blocks come from GPT-4o analysis of the input text; the part-optimization loss (Eq. 2) is a cross-entropy between rendered segmentation labels and lang-SAM outputs, and the fine-grained loss (Eq. 3) is an external SDS loss from MVDream and ControlNet; neither is fitted to the benchmark scores reported in Tab. 1 or Tab. 3. The only post hoc modification is the change from multiplicative to averaged BLIP-VQA in the main text because 'the original BLIP-VQA score of most methods is zero'; this is an evaluation-scoring choice, not a circular derivation of the method's output from the metric. The supplementary's Sec. B.2 honestly reports failing chain accuracy (0.95) and inversions (3.65) for n>=11 and Fig. 8 shows a wrong-order failure; this weakens the unconditional claim but is a reliability limitation of an external LLM, not a circular reduction. There is no load-bearing self-citation or imported uniqueness theorem; all cited components are external and independently used. The paper is largely self-contained as an empirical system paper, so the circularity score is 0.
Assumptions & free parameters
free parameters (4)
- Part segmentation probability threshold =
0.9
- Gaussian extension perturbation scale =
0.01
- pseg training iterations =
200
- pseg learning rate =
0.05
assumptions (6)
- domain assumption GPT-4o can reliably extract object parts and order them by occlusion from inside out.
- domain assumption Lang-SAM segmentation of rendered 2D views correctly identifies the target part in 3D.
- domain assumption SDS losses from MVDream and ControlNet provide sufficient multi-view and shape supervision.
- domain assumption Gaussian Extension followed by Label Elimination removes only redundant kernels.
- standard math The 3D Gaussian Splatting rendering equation and SDS gradient estimation are correct as used.
- domain assumption Average part-wise BLIP-VQA and CLIP scores measure attribute binding in 3D as intended.
invented entities (1)
-
Per-Gaussian semantic label pseg
Cite this review
Pith. "Pith review of Apply Hierarchical-Chain-of-Generation to Complex Attributes Text-to-3D Generation." pith.science (2026). https://pith.science/paper/3LCZTUUG
@misc{pith2026250505505,
author = {Pith},
title = {Pith review of: Apply Hierarchical-Chain-of-Generation to Complex Attributes Text-to-3D Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/3LCZTUUG}},
note = {Machine review of arXiv:2505.05505}
}
read the original abstract
Recent text-to-3D models can render high-quality assets, yet they still stumble on objects with complex attributes. The key obstacles are: (1) existing text-to-3D approaches typically lift text-to-image models to extract semantics via text encoders, while the text encoder exhibits limited comprehension ability for long descriptions, leading to deviated cross-attention focus, subsequently wrong attribute binding in generated results. (2) Occluded object parts demand a disciplined generation order and explicit part disentanglement. Though some works introduce manual efforts to alleviate the above issues, their quality is unstable and highly reliant on manual information. To tackle above problems, we propose a automated method Hierarchical-Chain-of-Generation (HCoG). It leverages a large language model to decompose the long description into blocks representing different object parts, and orders them from inside out according to occlusions, forming a hierarchical chain. Within each block we first coarsely create components, then precisely bind attributes via target-region localization and corresponding 3D Gaussian kernel optimization. Between blocks, we introduce Gaussian Extension and Label Elimination to seamlessly generate new parts by extending new Gaussian kernels, re-assigning semantic labels, and eliminating unnecessary kernels, ensuring that only relevant parts are added without disrupting previously optimized parts. Experiments confirm that HCoG yields structurally coherent, attribute-faithful 3D objects with complex attributes. The code is available at https://github.com/Wakals/GASCOL .
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Sine: Semantic-driven image-based nerf editing with prior-guided editing field
Chong Bao, Yinda Zhang, Bangbang Yang, Tianxing Fan, Zesong Yang, Hujun Bao, Guofeng Zhang, and Zhaopeng Cui. Sine: Semantic-driven image-based nerf editing with prior-guided editing field. 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages 20919–20929, 2023. 3
work page 2023
-
[2]
Fan- tasia3d: Disentangling geometry and appearance for high- quality text-to-3d content creation
Rui Chen, Yongwei Chen, Ningxin Jiao, and Kui Jia. Fan- tasia3d: Disentangling geometry and appearance for high- quality text-to-3d content creation. In ICCV, 2023. 3
2023
-
[3]
Gaussianeditor: Swift and controllable 3d editing with gaussian splatting
Yiwen Chen, Zilong Chen, Chi Zhang, Feng Wang, Xiaofeng Yang, Yikai Wang, Zhongang Cai, Lei Yang, Huaping Liu, and Guosheng Lin. Gaussianeditor: Swift and controllable 3d editing with gaussian splatting. 2024 IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR) , pages 21476–21485, 2023. 3
work page 2024
-
[4]
Text-to-3d using gaussian splatting
Zilong Chen, Feng Wang, and Huaping Liu. Text-to-3d using gaussian splatting. arXiv preprint arXiv:2309.16585, 2023. 3
arXiv 2023
-
[5]
Xinhua Cheng, Tianyu Yang, Jianan Wang, Yu Li, Lei Zhang, Jian Zhang, and Li Yuan. Progressive3d: Progres- sively local editing for text-to-3d content creation with com- plex semantic prompts. ArXiv, abs/2310.11784, 2023. 1, 2, 3, 6, 7, 8
arXiv 2023
-
[6]
William Gao, Noam Aigerman, Thibault Groueix, Vladimir G. Kim, and Rana Hanocka. Textdeformer: Geometry manipulation using text guidance. ACM SIG- GRAPH 2023 Conference Proceedings, 2023. 3
work page 2023
-
[7]
Schwing, Alex Colburn, and Fangchang Ma
Pengsheng Guo, Hans Hao, Adam Caccavale, Zhongzheng Ren, Edward Zhang, Qi Shan, Aditya Sankar, Alexan- der G. Schwing, Alex Colburn, and Fangchang Ma. Stable- dreamer: Taming noisy score distillation sampling for text- to-3d. ArXiv, abs/2312.02189, 2023. 3
arXiv 2023
-
[8]
Clipscore: A reference-free evaluation met- ric for image captioning
Jack Hessel, Ari Holtzman, Maxwell Forbes, Ronan Le Bras, and Yejin Choi. Clipscore: A reference-free evaluation met- ric for image captioning. ArXiv, abs/2104.08718, 2021. 1
arXiv 2021
Show all 42 references
-
[9]
T2i-compbench: A comprehensive benchmark for open-world compositional text-to-image generation
Kaiyi Huang, Kaiyue Sun, Enze Xie, Zhenguo Li, and Xi- hui Liu. T2i-compbench: A comprehensive benchmark for open-world compositional text-to-image generation. ArXiv, abs/2307.06350, 2023. 8, 1
2023 arXiv
-
[10]
Shap-e: Generating condi- tional 3d implicit functions
Heewoo Jun and Alex Nichol. Shap-e: Generating condi- tional 3d implicit functions. ArXiv, abs/2305.02463, 2023. 2, 3
2023 arXiv
-
[11]
3d gaussian splatting for real-time radiance field rendering
Bernhard Kerbl, Georgios Kopanas, Thomas Leimkuehler, and George Drettakis. 3d gaussian splatting for real-time radiance field rendering. ACM Transactions on Graphics (TOG), 42:1 – 14, 2023. 2
2023
-
[12]
Berg, Wan-Yen Lo, Piotr Doll ´ar, and Ross B
Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer White- head, Alexander C. Berg, Wan-Yen Lo, Piotr Doll ´ar, and Ross B. Girshick. Segment anything. 2023 IEEE/CVF In- ternational Conference on Computer Vision (ICCV) ,...
2023
-
[13]
Junnan Li, Dongxu Li, Caiming Xiong, and Steven C. H. Hoi. Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation. In In- ternational Conference on Machine Learning, 2022. 8
2022
-
[14]
Instant3d: Instant text- to-3d generation
Ming Li, Pan Zhou, Jia-Wei Liu, Jussi Keppo, Min Lin, Shuicheng Yan, and Xiangyu Xu. Instant3d: Instant text- to-3d generation. arXiv preprint arXiv:2311.08403 , 2023. 3
2023 arXiv
-
[15]
Sweet- dreamer: Aligning geometric priors in 2d diffusion for con- sistent text-to-3d
Weiyu Li, Rui Chen, Xuelin Chen, and Ping Tan. Sweet- dreamer: Aligning geometric priors in 2d diffusion for con- sistent text-to-3d. ArXiv, abs/2310.02596, 2023. 3
2023 arXiv
-
[16]
Luciddreamer: Towards high-fidelity text-to-3d generation via interval score match- ing
Yixun Liang, Xin Yang, Jiantao Lin, Haodong Li, Xiao- gang Xu, and Yingcong Chen. Luciddreamer: Towards high-fidelity text-to-3d generation via interval score match- ing. 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 6517–6526, 2023. 1, 2, 3, 6, 7
2024
-
[17]
Magic3d: High-resolution text-to-3d content creation
Chen-Hsuan Lin, Jun Gao, Luming Tang, Towaki Takikawa, Xiaohui Zeng, Xun Huang, Karsten Kreis, Sanja Fidler, Ming-Yu Liu, and Tsung-Yi Lin. Magic3d: High-resolution text-to-3d content creation. In CVPR, 2023. 3
2023
-
[18]
Steven Liu, Xiuming Zhang, Zhoutong Zhang, Richard Zhang, Jun-Yan Zhu, and Bryan C. Russell. Editing condi- tional radiance fields. 2021 IEEE/CVF International Confer- ence on Computer Vision (ICCV), pages 5753–5763, 2021. 3
2021
-
[19]
Unidream: Unifying diffusion priors for relightable text-to-3d generation.ArXiv, abs/2312.08754,
Zexiang Liu, Yangguang Li, Youtian Lin, Xin Yu, Sida Peng, Yan-Pei Cao, Xiaojuan Qi, Xiaoshui Huang, Ding Liang, and Wanli Ouyang. Unidream: Unifying diffusion priors for relightable text-to-3d generation.ArXiv, abs/2312.08754,
-
[20]
3d gaussian editing with a single image
Guan Luo, Tianhan Xu, Ying-Tian Liu, Xiao-Xiong Fan, Fang-Lue Zhang, and Song-Hai Zhang. 3d gaussian editing with a single image. In ACM Multimedia, 2024. 3
2024
-
[21]
Jacobs, Alexei A
David McAllister, Songwei Ge, Jia-Bin Huang, David W. Jacobs, Alexei A. Efros, Aleksander Holynski, and Angjoo Kanazawa. Rethinking score distillation as a bridge between image distributions. ArXiv, abs/2406.09417, 2024. 3
2024 arXiv
-
[22]
lang-segment-anything
Luca Medeiros. lang-segment-anything. https : / / github . com / luca - medeiros / lang - segment - anything, 2024. 4, 5
2024
-
[23]
Point-e: A system for gen- erating 3d point clouds from complex prompts
Alex Nichol, Heewoo Jun, Prafulla Dhariwal, Pamela Mishkin, and Mark Chen. Point-e: A system for gen- erating 3d point clouds from complex prompts. ArXiv, abs/2212.08751, 2022. 3
2022 arXiv
-
[24]
Ed-nerf: Efficient text-guided editing of 3d scene with latent space nerf
Jangho Park, Gihyun Kwon, and Jong Chul Ye. Ed-nerf: Efficient text-guided editing of 3d scene with latent space nerf. In International Conference on Learning Representa- tions, 2023. 3
2023
-
[25]
Barron, and Ben Milden- hall
Ben Poole, Ajay Jain, Jonathan T. Barron, and Ben Milden- hall. Dreamfusion: Text-to-3d using 2d diffusion. ArXiv, abs/2209.14988, 2022. 2, 3
2022 arXiv
-
[26]
Learning transferable visual models from natural language supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision. In International Con...
2021
-
[27]
Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer
Robin Rombach, A. Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 10674–10685, 2021. 1, 6 9
2022
-
[28]
Yichun Shi, Peng Wang, Jianglong Ye, Mai Long, Kejie Li, and X. Yang. Mvdream: Multi-view diffusion for 3d gener- ation. ArXiv, abs/2308.16512, 2023. 1, 2, 4, 5, 6, 7, 8
2023 arXiv
-
[29]
Textmesh: Gen- eration of realistic 3d meshes from text prompts
Christina Tsalicoglou, Fabian Manhardt, Alessio Tonioni, Michael Niemeyer, and Federico Tombari. Textmesh: Gen- eration of realistic 3d meshes from text prompts. ArXiv, abs/2304.12439, 2023. 3
2023 arXiv
-
[30]
Clip-nerf: Text-and-image driven manipula- tion of neural radiance fields
Can Wang, Menglei Chai, Mingming He, Dongdong Chen, and Jing Liao. Clip-nerf: Text-and-image driven manipula- tion of neural radiance fields. 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 3825–3834, 2021. 3
2022
-
[31]
Yeh, and Gregory Shakhnarovich
Haochen Wang, Xiaodan Du, Jiahao Li, Raymond A. Yeh, and Gregory Shakhnarovich. Score jacobian chaining: Lift- ing pretrained 2d diffusion models for 3d generation. 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 12619–12629, 2022. 2, 3
2023
-
[32]
Iandola, Rakesh Ranjan, Yilei Li, Qiang Liu, Zhangyang Wang, and Vikas Chandra
Peihao Wang, Zhiwen Fan, Dejia Xu, Dilin Wang, Sreyas Mohan, Forrest N. Iandola, Rakesh Ranjan, Yilei Li, Qiang Liu, Zhangyang Wang, and Vikas Chandra. Steindreamer: Variance reduction for text-to-3d score distillation via stein identity. ArXiv, abs/2401.00604, 2023. 3
2023 arXiv
-
[33]
Prolificdreamer: High-fidelity and diverse text-to-3d generation with variational score distilla- tion
Zhengyi Wang, Cheng Lu, Yikai Wang, Fan Bao, Chongxuan Li, Hang Su, and Jun Zhu. Prolificdreamer: High-fidelity and diverse text-to-3d generation with variational score distilla- tion. arXiv preprint arXiv:2305.16213, 2023. 3
2023 arXiv
-
[34]
Tenenbaum
Jiajun Wu, Chengkai Zhang, Tianfan Xue, Bill Freeman, and Joshua B. Tenenbaum. Learning a probabilistic latent space of object shapes via 3d generative-adversarial modeling. In Neural Information Processing Systems, 2016. 3
2016
-
[35]
Gaussctrl: Multi-view consistent text-driven 3d gaussian splatting edit- ing
Jing Wu, Jiawang Bian, Xinghui Li, Guangrun Wang, Ian D Reid, Philip Torr, and Victor Adrian Prisacariu. Gaussctrl: Multi-view consistent text-driven 3d gaussian splatting edit- ing. ArXiv, abs/2403.08733, 2024. 3
2024 arXiv
-
[36]
Gaussiandreamer: Fast generation from text to 3d gaussians by bridging 2d and 3d diffusion models
Taoran Yi, Jiemin Fang, Junjie Wang, Guanjun Wu, Lingxi Xie, Xiaopeng Zhang, Wenyu Liu, Qi Tian, and Xing- gang Wang. Gaussiandreamer: Fast generation from text to 3d gaussians by bridging 2d and 3d diffusion models. 2024 IEEE/CVF Conference on Computer Vision and Pat- tern Re...
2024
-
[37]
Long-clip: Unlocking the long-text capabil- ity of clip
Beichen Zhang, Pan Zhang, Xiao wen Dong, Yuhang Zang, and Jiaqi Wang. Long-clip: Unlocking the long-text capabil- ity of clip. ArXiv, abs/2403.15378, 2024. 2, 1
2024 arXiv
-
[38]
Adding conditional control to text-to-image diffusion models
Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. 2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 3813–3824, 2023. 2, 4, 5, 6, 8
2023
-
[39]
Gala3d: Towards text-to-3d complex scene genera- tion via layout-guided generative gaussian splatting
Xiaoyu Zhou, Xingjian Ran, Yajiao Xiong, Jinlin He, Zhi- wei Lin, Yongtao Wang, Deqing Sun, and Ming-Hsuan Yang. Gala3d: Towards text-to-3d complex scene genera- tion via layout-guided generative gaussian splatting. ArXiv, abs/2402.07207, 2024. 7 10 Apply Hierarchical-Chain-of...
2024 arXiv
-
[40]
pink hearts on its fur, green hat
-
[41]
blue clothes, two pairs of yellow shoes
-
[42]
Failure case for hierarchy chain and results
yellow bell, sunglasses with green boarder A cute black cat wears red cloak, blue scarf, blue clothes, green hat, sunglasses with green boarder, a yellow bell and two pairs of yellow shoes, with pink hearts on its fur and a pink bow on its tail Red cloak becomes blue due to th...
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.