Pith. sign in

REVIEW 4 major objections 4 minor 46 references

iARCS: Iterative Agentic RL for Controllable 3D Scene Generation

T0 review · 4 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read A two-stage agentic RL loop makes pretrained 3D scene generators obey natural-language functional constraints.

desk verdict A promising but under-evidenced integration of DDPO and LLM reward generation for 3D scenes; the self-augmentation result is the strongest part, but Table 3 never actually measures the task constraints it claims to satisfy. read the letter →

arxiv 2608.06161 v1 pith:A5G5NXKJ submitted 2026-08-06 cs.AI

classification cs.AI
keywords 3DscenegenerationreinforcementlearningdiffusionmodelsLLMrewardengineeringagenticloopsyntheticdataaugmentationfunctionalconstraintsindoorscenes
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper seeks to show that a pretrained 3D indoor scene generator can be post-trained to obey functional rules stated in natural language, rather than just looking realistic. The proposed framework, iARCS, first improves the base generator with generic rewards for physical plausibility, then lets an LLM translate a user's prompt into executable reward code and fine-tunes the generator with reinforcement learning, periodically revising the reward code from training feedback. Experiments on walkability, reachability, and clearance-focused tasks report higher constraint fidelity than the base generator and stronger physical plausibility than two scene-synthesis baselines, with competitive diversity. A second result is that data produced by iARCS, appended to the original training set, improves the base generator itself on the same functional and physical metrics. If correct, the framework offers a way to make synthetic scene data that is both diverse and aligned with downstream task requirements such as traversability and spatial rule compliance.

What carries the argument

The load-bearing mechanism is a two-stage RL schedule wrapped around a diffusion scene generator. Stage 1 optimizes a set of universal rewards (collision avoidance, boundary adherence, accessibility, object-count diversity) to remove dataset biases such as penetration and out-of-bound placement. Stage 2 uses an LLM agent that performs reasoning, constraint decomposition, and executable Python reward-code generation from the user prompt, then DDPO treats the denoising process as a Markov decision process and updates a LoRA-adapted policy against the composite reward. A reflection module inspects reward statistics and top-down projections every 10 epochs and either rewrites the reward code or decomposes the objective into an easier curriculum, which is what lets the loop recover from poorly specified rewards.

What would settle it

Take a held-out prompt with an objective geometric ground truth (for example, 'a clear line of sight from the sofa to the bookshelf with no furniture in the cone') and compare iARCS against the same RL pipeline using an oracle hand-written reward over identical rollout compute and LoRA settings. If the LLM-driven reward loop does not match or beat the oracle on that task, the agentic reward synthesis is not what carries the claimed generalization.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that reinforcement learning over LLM-synthesized reward programs can shift a pretrained scene prior toward user-specified functional constraints without sacrificing distribution quality. Using MiDiffusion as the base generator and DDPO as the policy optimizer, iARCS reports object-collision rate down from 52.67% to 40.45%, scene-collision rate down from 81.67% to 64.63%, out-of-bound placement down from 5.89% to 3.04%, reachability up from 85.7% to 87.82%, and walkability up from 0.806 to 0.861, with a CLIP-FID of 1.60 versus 1.34 for the base model. In the data-augmentation experiment, training MiDiffusion on 3D-FRONT plus 4,000 iARCS-generated scenes gives reachability of 92.52% versus 85.7% and matched FID of 1.34. Task-conditioned policies also achieve lower FID than the constraint-satisfying subsets of 3D-FRONT, and the ablation shows two-stage training beats single-stage training under the same reward budget.

Load-bearing premise

The argument depends on the language model being able to convert an arbitrary natural-language constraint into a reward program that is nearly correct, with the reflection loop able to repair residual errors; the paper's own limitation note says ambiguous prompts can yield suboptimal or incomplete constraints.

Editorial extensions

If this is right

  • Constraint fidelity on walkability, reachability, and clearance tasks improves over the base generator while scene diversity stays within a competitive range.
  • Augmenting a base generator's training set with iARCS-generated scenes improves that generator's physical plausibility and functional utility without extra external data.
  • Task-adapted generators can explore beyond the set of dataset scenes that already satisfy a constraint, giving lower FID than filtered 3D-FRONT subsets.
  • Two-stage training (universal pretraining then joint task fine-tuning) is required; single-stage joint optimization degrades all metrics.
  • The same post-training recipe can transfer to new natural-language constraints without retraining the base model from scratch, so scaling to new rules costs reward engineering plus RL fine-tuning rather than model redesign.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • I would not infer from the paper that the gains are monotone under repeated augmentation; testing multiple rounds of generate-and-retrain is a natural experiment that the paper leaves open.
  • The same two-stage reward loop is a template for other generative priors with non-differentiable objectives, such as physics-valid motion generation, although the paper only demonstrates indoor scenes.
  • The reported metrics sample one operating point of the fidelity-diversity trade-off; a Pareto sweep over reward weights would make the cost of constraint enforcement explicit.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper proposes iARCS, a two-stage reinforcement learning framework that adapts a pretrained 3D scene diffusion generator to natural-language functional constraints. Stage 1 optimizes universal rule-based rewards for physical plausibility and functional utility; Stage 2 uses an LLM agent to synthesize executable reward programs for a given task prompt, then fine-tunes the generator with DDPO while iteratively reflecting on reward statistics and sampled scene images. Experiments on 3D-FRONT report improved physical plausibility and functional utility over ATISS and MiDiffusion, lower FID than constraint-satisfying dataset subsets in three task-specific settings, and an augmentation result in which training MiDiffusion on iARCS-generated data improves that base generator's metrics. The paper also includes an ablation supporting the two-stage training schedule.

Significance. If the central claims are fully verified, the framework would be a practical tool for controllable synthetic 3D scene generation for embodied AI, combining post-training RL with LLM-based reward synthesis in a way that could scale to new constraints without manual reward engineering. The self-augmentation result (Table 2) is a compelling direction because it shows the generated data can improve a downstream generator. However, the missing direct task-constraint satisfaction metrics and the absence of constraint-aware baselines leave the core claim under-supported, so the contribution is not yet convincingly established.

major comments (4)
  1. [§4.4, Table 3] The paper's central claim of improved constraint fidelity is not directly supported, because Table 3 reports no task-level constraint satisfaction metric. For Task 1 there is no reported fraction of generated scenes in which all support surfaces are within 1.0 m vertical reach; for Task 2 there is no measured viewing distance or angular alignment between bed and TV; and for Task 3 there is no operational definition or measured success rate for a 'functional study zone'. The reported FID, SCA, and generic physics/functional metrics do not measure adherence to the specific natural-language constraints, and the FID numbers are computed against the full 3D-FRONT dataset rather than against the constraint-satisfying subsets used for comparison. Without direct constraint-satisfaction rates, the abstract's promise of improved constraint fidelity is not testable from the reported evidence.
  2. [§4.1, Baselines] The experimental comparison omits the constraint-aware baselines PhyScene [41] and Steerable Scene Generation [26], both cited in Related Work as methods for physically or functionally constrained scene synthesis. Because the paper's novelty claim is improved constraint fidelity over existing scene generators, the absence of these baselines makes it impossible to assess whether iARCS improves on prior constraint-aware methods; the comparison against ATISS and MiDiffusion, which have no explicit constraint-satisfaction mechanism, does not establish state-of-the-art constraint fidelity.
  3. [§4.1, Evaluation Metrics] All quantitative results in Tables 1-3 are point estimates over a single evaluation run, with no error bars, multiple seeds, or statistical significance tests, and the test set is filtered with a hand-chosen non-penetration threshold (-0.25) that is not analyzed for sensitivity. Several differences that support the paper's claims are small (e.g., Table 3 Task 3 R_walkable 0.738 vs. 0.728, and Task 1 Col_scene 83.61% vs. 83.72%), so without uncertainty quantification the improvement claims are not robustly established.
  4. [§3.6 and §4.6] The agentic reward synthesis is a load-bearing component whose reliability is not evaluated. The paper's Limitations section concedes that LLM-generated reward code can be suboptimal for ambiguous prompts, yet no experiments measure how often the LLM produces correct executable rewards for the three tasks, how many reflection iterations were needed, or how sensitive final results are to the initial reward program. Since the claimed scalability to arbitrary constraints rests on this component, some direct evaluation of reward-code quality is needed.
minor comments (4)
  1. [§4.1 vs. Appendix B] The learning rate for RL fine-tuning is reported as 1×10^-5 in Section 4.1 but as 3×10^-4 in Appendix B; please clarify which value was used for the main experiments.
  2. [Figure 2 caption] The caption states 'matched FID (1.34)' without explaining what 'matched' means; specify whether the FID is computed on the same test set for both models or whether the claim is that the FID values are equal by construction.
  3. [Table 3] The notation '3D-FRONT* (229/4041)' is not explained in the main text; please clarify the meaning of the two numbers and how the filtered subsets are constructed, especially given the very small subset sizes (e.g., 42 scenes for Task 3).
  4. [References] Reference [9] lists 'Jiaming Wang Cao Li' as a single author; this appears to be two authors with a missing comma and should be corrected to 'Jiaming Wang, Cao Li'.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: iARCS is an empirical RL pipeline whose claims rest on external benchmarks and standard optimization protocols, not on self-citation or definitional reductions.

full rationale

This paper is an empirical reinforcement-learning study, not a derivation, so the circularity burden is low. The central claims—that iARCS improves physical plausibility, functional utility, and task-specific constraint satisfaction—are supported by quantitative comparisons against fixed baselines (ATISS, MiDiffusion) and fixed dataset subsets (3D-FRONT*). The training rewards and evaluation metrics are admittedly aligned (e.g., collision avoidance and walkability appear in both the universal rewards and the reported metrics), but this is standard practice in RL for non-differentiable objectives; reporting the optimized objective as an evaluation metric does not make the result equivalent to its input by construction. The self-augmentation experiment in Section 4.3, which trains MiDiffusion on 3D-FRONT plus iARCS-generated data, is a legitimate self-referential protocol: the base generator is improved by training on data produced by an already-adapted version of itself. This is not a fitted parameter renamed as a prediction, nor does any equation in the paper reduce a claimed output to an input definition. I found no load-bearing self-citations; the framework builds on external prior work (DDPO, Eureka, MiDiffusion) without invoking any uniqueness theorem or ansatz from the present authors. The main weakness is an evidence gap, not circularity: the abstract claims improved constraint fidelity, but Table 3 reports no direct per-task constraint-satisfaction rates, and the lower-FID-versus-filtered-subset argument does not by itself prove constraint adherence. That is a completeness or correctness concern, and the paper's Limitations section even concedes that LLM-generated reward programs can be suboptimal. Such an evidence gap does not qualify as a circular derivation under the criteria here, because the paper's claims are empirically testable rather than logically forced by its own definitions or citations.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The method rests on standard diffusion and policy-gradient math, on hand-designed universal reward functions, and on the unverified reliability of LLM-generated reward code. No new physical entities are introduced. The free parameters are mostly standard RL hyperparameters, plus a hand-chosen evaluation filtering threshold; the reported learning-rate inconsistency is a red flag for reproducibility.

free parameters (4)
  • Evaluation non-penetration threshold = -0.25
    Used to filter physically inconsistent layouts from the test set before computing task-specific metrics; chosen by hand, not justified.
  • Learning rate for RL fine-tuning = 1e-5 (main text) vs 3e-4 (Appendix B)
    Inconsistent reporting of the Adam learning rate; affects reproducibility and indicates either a typo or two different runs.
  • Reward weights w_u, w_t = 1.0 each (uniform)
    Weights for universal and task rewards in eq (6) are fixed uniformly with no sensitivity analysis.
  • LoRA rank and scaling = r=16, alpha=16
    Hyperparameters for the LoRA adapter; typical values but not searched.
assumptions (4)
  • standard math The diffusion forward noising process in eq (3) and the DDIM sampling in Algorithm 1 are valid for the scene layout representation.
    Standard diffusion theory (Ho et al., Song et al.) invoked without proof.
  • domain assumption The universal reward functions (collision avoidance, boundary adherence, accessibility, object count diversity) are appropriate proxies for physical plausibility and functional utility.
    These hand-designed rewards determine what the RL optimizes; if they are mis-specified, the method optimizes the wrong objectives. Introduced in Sec. 3.3 and Appendix B.
  • domain assumption The evaluation metrics (FID, SCA, collision rate, reachability, walkability) faithfully measure realism and functional quality.
    FID computed on CLIP embeddings of top-down projections; collision defined as any non-zero bounding-box IoU overlap; these choices are conventional but not validated.
  • ad hoc to paper The LLM agent can generate executable Python reward functions that correctly implement the geometric constraints implied by natural-language prompts.
    The whole agentic mechanism (Sec. 3.4) depends on this; the paper itself flags this as a limitation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of iARCS: Iterative Agentic RL for Controllable 3D Scene Generation." pith.science (2026). https://pith.science/paper/A5G5NXKJ

@misc{pith2026260806161,
  author       = {Pith},
  title        = {Pith review of: iARCS: Iterative Agentic RL for Controllable 3D Scene Generation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/A5G5NXKJ}},
  note         = {Machine review of arXiv:2608.06161}
}
read the original abstract

Synthetic 3D scene generation is increasingly used as a data source for computer vision and embodied AI, but existing generators often optimize perceptual realism without reliably satisfying task-critical functional constraints. This mismatch limits the usefulness of synthetic data for downstream training, where accessibility, traversability, and spatial rule compliance are often essential. We present iARCS, an iterative agentic reinforcement learning framework that adapts a pretrained scene generator to natural-language task requirements. iARCS uses a two-stage strategy: universal-reward pretraining to improve physical plausibility and layout quality, followed by task-specific fine-tuning with LLM-generated reward programs that are iteratively refined from training feedback. Experiments show improved constraint fidelity on walkability, reachability, and clearance-focused tasks, effective task-specific constraint optimization, and competitive scene diversity. We further show that data generated by iARCS improves a base generator, supporting its value as a practical synthetic data generation tool rather than only a controllable scene editing method.

Figures

Figures reproduced from arXiv: 2608.06161 by the authors.

Figure 1
Figure 1. Qualitative results of iARCS under different reward-function specifications. Across tasks, the generated scenes follow the [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. MiDiffusion trained with iARCS augmentation vs. MiDiffusion trained on 3D-FRONT only. We compare MiDif￾fusion trained on 3D-FRONT against MiDiffusion trained on 3D￾FRONT + iARCS-generated synthetic data. The augmented set￾ting improves functional utility (Rreach, Rwalkable) and physical plausibility (Colobj , Colscene, Rout) across all reported metrics, while matched FID (1.34) indicates preserved generative quality… view at source ↗
Figure 3
Figure 3. iARCS overview: agentic reward synthesis with diffusion RL and reflection. Given a user prompt, an LLM agent performs (1) reasoning, (2) constraint decomposition, and (3) executable reward-program generation. The generated task reward is combined with universal rewards to form a composite objective, which is optimized by DDPO in the diffusion RL loop to fine-tune a pretrained scene generator. A reward-reflection mod… view at source ↗
Figures from the paper (5 more)
Figure 5
Figure 5. Figure 5: Qualitative effect of synthetic-data augmentation on MiDiffusion. We compare MiDiffusion trained on 3D-FRONT only versus MiDiffusion trained with 3D-FRONT + iARCS￾generated synthetic data ( [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: Example of agentic reward synthesis for a task-specific prompt. Given the prompt “Room with a TV stand positioned so a farsighted person can view a 4K TV from bed,” the LLM pipeline (1) retrieves scene context from 3D-FRONT objects, (2) performs intent￾level reasoning …
Figure 7
Figure 7. Figure 7: Three-stage iterative training pipeline for reward generation. [PITH_FULL_IMAGE:figures/full_fig_p014_7.png]
Figure 8
Figure 8. Figure 8: Qualitative sample comparison of ATISS, MiDiffusion, and iARCS. [PITH_FULL_IMAGE:figures/full_fig_p014_8.png]
Figure 9
Figure 9. Figure 9: Qualitative sample comparison of MiDiffusion and iARCS. [PITH_FULL_IMAGE:figures/full_fig_p015_9.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

46 extracted references · 39 canonical work pages

  1. [41]

    Physcene: Physically interactable 3d scene synthesis for embodied ai, 2024

    Yandan Yang, Baoxiong Jia, Peiyuan Zhi, and Siyuan Huang. Physcene: Physically interactable 3d scene synthesis for embodied ai, 2024. 1, 2, 3, 6

  2. [26]

    Steerable scene generation with post training and inference-time search, 2025

    Nicholas Pfaff, Hongkai Dai, Sergey Zakharov, Shun Iwase, and Russ Tedrake. Steerable scene generation with post training and inference-time search, 2025. 2, 3

  3. [1]

    Holodeck 2.0: Vision-language-guided 3d world gen- eration with editing, 2025

    Zixuan Bian, Ruohan Ren, Yue Yang, and Chris Callison- Burch. Holodeck 2.0: Vision-language-guided 3d world gen- eration with editing, 2025. 2, 3

  4. [2]

    Training diffusion models with reinforce- ment learning, 2023

    Kevin Black, Michael Janner, Yilun Du, Ilya Kostrikov, and Sergey Levine. Training diffusion models with reinforce- ment learning, 2023. 2, 3, 4, 5, 6, 12

  5. [3]

    Respace: Iterative scene generation with retrieval-augmented spatial constraints.arXiv preprint arXiv:2501.05484, 2025

    Bernhard Bucher et al. Respace: Iterative scene generation with retrieval-augmented spatial constraints.arXiv preprint arXiv:2501.05484, 2025. 2, 3, 4

  6. [4]

    Angel Chang, Will Monroe, Manolis Savva, Christopher Potts, and Christopher D. Manning. Text to 3d scene gen- eration with rich lexical grounding, 2015. 2

  7. [5]

    Procthor: Large-scale embodied ai using procedural genera- tion, 2022

    Matt Deitke, Eli VanderBilt, Alvaro Herrasti, Luca Weihs, Jordi Salvador, Kiana Ehsani, Winson Han, Eric Kolve, Ali Farhadi, Aniruddha Kembhavi, and Roozbeh Mottaghi. Procthor: Large-scale embodied ai using procedural genera- tion, 2022. 1, 2

  8. [6]

    Graph-to-3d: End-to-end generation and ma- nipulation of 3d scenes using scene graphs, 2021

    Helisa Dhamo, Fabian Manhardt, Nassir Navab, and Fed- erico Tombari. Graph-to-3d: End-to-end generation and ma- nipulation of 3d scenes using scene graphs, 2021. 2, 3

Show all 46 references
  1. [7]

    Dpok: Reinforcement learning for fine-tuning text-to-image diffu- sion models, 2023

    Ying Fan, Olivia Watkins, Yuqing Du, Hao Liu, Moonkyung Ryu, Craig Boutilier, Pieter Abbeel, Moham- mad Ghavamzadeh, Kangwook Lee, and Kimin Lee. Dpok: Reinforcement learning for fine-tuning text-to-image diffu- sion models, 2023. 3

  2. [8]

    Layoutgpt: Compositional visual planning and generation with large language models.arXiv preprint arXiv:2303.09499, 2023

    Weitao Feng, Hang Zhou, Jing Liao, Li Cheng, and Wenbo Zhou. Layoutgpt: Compositional visual planning and generation with large language models.arXiv preprint arXiv:2303.09499, 2023. 2, 3, 4

  3. [9]

    3d-front: 3d furnished rooms with layouts and semantics, 2021

    Huan Fu, Bowen Cai, Lin Gao, Lingxiao Zhang, Jiaming Wang Cao Li, Zengqi Xun, Chengyue Sun, Rongfei Jia, Bin- qiang Zhao, and Hao Zhang. 3d-front: 3d furnished rooms with layouts and semantics, 2021. 5, 6

  4. [10]

    3d-front: 3d furnished rooms with layouts and semantics

    Huan Fu, Bowen Cai, Lin Gao, Ling-Xiao Zhang, Jiaming Wang, Cao Li, Qixun Zeng, Chengyue Sun, Rongfei Jia, Bin- qiang Zhao, et al. 3d-front: 3d furnished rooms with layouts and semantics. InProceedings of the IEEE/CVF Interna- tional Conference on Computer Vision, pages 10933–10942,

  5. [11]

    3d-future: 3d fur- niture shape with texture.International Journal of Computer Vision, 129(12):3313–3337, 2021

    Huan Fu, Rongfei Jia, Lin Gao, Mingming Gong, Binqiang Zhao, Steve Maybank, and Dacheng Tao. 3d-future: 3d fur- niture shape with texture.International Journal of Computer Vision, 129(12):3313–3337, 2021. 5

  6. [12]

    Gaussian error linear units (gelus), 2023

    Dan Hendrycks and Kevin Gimpel. Gaussian error linear units (gelus), 2023. 12

  7. [13]

    Classifier-free diffusion guidance, 2022

    Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance, 2022. 3

  8. [14]

    Denoising dif- fusion probabilistic models

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising dif- fusion probabilistic models. InAdvances in Neural Informa- tion Processing Systems (NeurIPS), 2020. 1, 3

  9. [15]

    Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen- Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen

    Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen- Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models, 2021. 6, 12

  10. [16]

    Mixed dif- fusion for 3d indoor scene synthesis, 2024

    Siyi Hu, Diego Martin Arroyo, Stephanie Debats, Fabian Manhardt, Luca Carlone, and Federico Tombari. Mixed dif- fusion for 3d indoor scene synthesis, 2024. 1, 2, 3, 5, 6, 12

  11. [17]

    Elucidating the design space of diffusion-based generative models

    Tero Karras, Miika Aittala, Timo Aila, and Samuli Laine. Elucidating the design space of diffusion-based generative models. InAdvances in Neural Information Processing Sys- tems (NeurIPS), 2022. 1

  12. [18]

    Kingma and Jimmy Ba

    Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2017. 6, 12

  13. [19]

    Ai2-thor: An inter- active 3d environment for visual ai

    Eric Kolve, Roozbeh Mottaghi, Daniel Gordon, Yuke Zhu, Abhinav Gupta, and Ali Farhadi. Ai2-thor: An inter- active 3d environment for visual ai. InarXiv preprint arXiv:1712.05474, 2017. 1

  14. [20]

    Instructscene: Instruction- driven 3d indoor scene synthesis with semantic graph prior,

    Chenguo Lin and Yadong Mu. Instructscene: Instruction- driven 3d indoor scene synthesis with semantic graph prior,

  15. [21]

    Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maxi- milian Nickel, and Matt Le. Flow matching for generative modeling. InInternational Conference on Learning Repre- sentations (ICLR), 2023. 1

  16. [22]

    Gabrielle Littlefair, Niladri Shekhar Dutt, and Niloy J. Mitra. Flairgpt: Repurposing llms for interior designs.Computer Graphics Forum, 44(2), 2025. 2

  17. [23]

    Eureka: Human-level reward design via coding large language models, 2024

    Yecheng Jason Ma, William Liang, Guanzhi Wang, De-An Huang, Osbert Bastani, Dinesh Jayaraman, Yuke Zhu, Linxi Fan, and Anima Anandkumar. Eureka: Human-level reward design via coding large language models, 2024. 2, 3, 4

  18. [24]

    Atiss: Autoregres- sive transformers for indoor scene synthesis, 2021

    Despoina Paschalidou, Amlan Kar, Maria Shugrina, Karsten Kreis, Andreas Geiger, and Sanja Fidler. Atiss: Autoregres- sive transformers for indoor scene synthesis, 2021. 1, 2, 3, 5, 6

  19. [25]

    Scalable diffusion models with transformers

    William Peebles and Saining Xie. Scalable diffusion models with transformers. InIEEE/CVF International Conference on Computer Vision (ICCV), 2023. 1

  20. [27]

    Qi, Hao Su, Kaichun Mo, and Leonidas J

    Charles R. Qi, Hao Su, Kaichun Mo, and Leonidas J. Guibas. Pointnet: Deep learning on point sets for 3d classification and segmentation, 2017. 12

  21. [28]

    Human-centric indoor scene synthesis us- ing stochastic grammar, 2018

    Siyuan Qi, Yixin Zhu, Siyuan Huang, Chenfanfu Jiang, and Song-Chun Zhu. Human-centric indoor scene synthesis us- ing stochastic grammar, 2018. 2

  22. [29]

    Learning transferable visual models from natural language supervision, 2021

    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, 2021. 6

  23. [30]

    Infinigen indoors: Photorealistic indoor scenes using procedural generation, 2024

    Alexander Raistrick, Lingjie Mei, Karhan Kayan, David Yan, Yiming Zuo, Beining Han, Hongyu Wen, Meenal Parakh, Stamatis Alexandropoulos, Lahav Lipson, Zeyu Ma, and Jia Deng. Infinigen indoors: Photorealistic indoor scenes using procedural generation, 2024. 2

  24. [31]

    A general framework for inference-time scaling and steering of diffusion models, 2025

    Raghav Singhal, Zachary Horvitz, Ryan Teehan, Mengye Ren, Zhou Yu, Kathleen McKeown, and Rajesh Ranganath. A general framework for inference-time scaling and steering of diffusion models, 2025. 3 11

  25. [32]

    Denois- ing diffusion implicit models

    Jiaming Song, Chenlin Meng, and Stefano Ermon. Denois- ing diffusion implicit models. InInternational Conference on Learning Representations (ICLR), 2021. 1, 3, 6

  26. [33]

    Behavior-1k: A benchmark for embodied ai with 1,000 ev- eryday activities and realistic simulation.arXiv preprint arXiv:2403.09227, 2024

    Sanjana Srivastava, Aishwarya Padmakumar, Theophile Gervet, Dustin Schwenk, Shubham Mahi, Tejas Gokhale, Jaya Dharanipragada, Ilija Radosavovic, Roberto Mart’in- Mart’in, Li Fei-Fei, Silvio Savarese, Hyowon Gweon, Juan Carlos Niebles, Yuke Zhu, and Siddharth Karamcheti. Behavi...

  27. [34]

    Going deeper with convolutions, 2014

    Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, and Andrew Rabinovich. Going deeper with convolutions, 2014. 6

  28. [35]

    Habitat 2.0: Training home assistants to rearrange their habitat.Ad- vances in Neural Information Processing Systems, 34:251– 266, 2021

    Andrew Szot, Alexander Clegg, Eric Undersander, Erik Wi- jmans, Yili Zhao, Jack Turner, Nathan Maestre, Mustafa Mukadam, Oleksandr Maksymets, Li Anqi, et al. Habitat 2.0: Training home assistants to rearrange their habitat.Ad- vances in Neural Information Processing Systems, 3...

  29. [36]

    Diffuscene: Denoising diffu- sion models for generative indoor scene synthesis, 2024

    Jiapeng Tang, Yinyu Nie, Lev Markhasin, Angela Dai, Justus Thies, and Matthias Nießner. Diffuscene: Denoising diffu- sion models for generative indoor scene synthesis, 2024. 1, 2, 5, 6

  30. [37]

    Gemini: A family of highly capable multi- modal models, 2025

    Gemini Team. Gemini: A family of highly capable multi- modal models, 2025. 3

  31. [38]

    Rearrange indoor scenes for human-robot co-activity, 2023

    Weiqi Wang, Zihang Zhao, Ziyuan Jiao, Yixin Zhu, Song- Chun Zhu, and Hangxin Liu. Rearrange indoor scenes for human-robot co-activity, 2023. 2

  32. [39]

    Sceneformer: Indoor scene generation with transformers,

    Xinpeng Wang, Chandan Yeshwanth, and Matthias Nießner. Sceneformer: Indoor scene generation with transformers,

  33. [40]

    Lego-net: Learning regular rearrangements of ob- jects in rooms, 2023

    Qiuhong Anna Wei, Sijie Ding, Jeong Joon Park, Rahul Sajnani, Adrien Poulenard, Srinath Sridhar, and Leonidas Guibas. Lego-net: Learning regular rearrangements of ob- jects in rooms, 2023. 12

  34. [42]

    Holodeck: Language guided generation of 3d embodied ai environ- ments, 2024

    Yue Yang, Fan-Yun Sun, Luca Weihs, Eli VanderBilt, Al- varo Herrasti, Winson Han, Jiajun Wu, Nick Haber, Ranjay Krishna, Lingjie Liu, Chris Callison-Burch, Mark Yatskar, Aniruddha Kembhavi, and Christopher Clark. Holodeck: Language guided generation of 3d embodied ai environ- ...

  35. [43]

    Op- tiscene: Llm-driven indoor scene layout generation via scaled human-aligned data synthesis and multi-stage prefer- ence optimization, 2025

    Yixuan Yang, Zhen Luo, Tongsheng Ding, Junru Lu, Mingqi Gao, Jinyu Yang, Victor Sanchez, and Feng Zheng. Op- tiscene: Llm-driven indoor scene layout generation via scaled human-aligned data synthesis and multi-stage prefer- ence optimization, 2025. 2

  36. [44]

    Commonscenes: Generating commonsense 3d indoor scenes with scene graph diffusion, 2023

    Guangyao Zhai, Evin Pınar ¨Ornek, Shun-Cheng Wu, Yan Di, Federico Tombari, Nassir Navab, and Benjamin Busam. Commonscenes: Generating commonsense 3d indoor scenes with scene graph diffusion, 2023. 2, 3

  37. [45]

    Large-scale reinforcement learning for diffusion models,

    Yinan Zhang, Eric Tzeng, Yilun Du, and Dmitry Kislyuk. Large-scale reinforcement learning for diffusion models,

  38. [2024]

    3 Appendix A. Base Diffusion Model Object and Floor Plan Encoding.Following MiDiffu- sion [16], we encode object features by processing geo- metric attributes through an MLP and combining them with learnable class label embeddings. For floor plan condition- ing, we sample 256 ...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.