ROAIFeb 16

PhyScensis: Physics-Augmented LLM Agents for Complex Physical Scene Arrangement

arXiv:2602.14968v12 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the need for scalable robotic data collection in simulation by generating complex physical scenes like tabletop arrangements or shelf organization, though it appears incremental as it builds on existing 3D layout generation with added physics modeling.

The paper tackles the problem of automatically generating physically plausible 3D environments for robotic manipulation by addressing physical relationships between objects, which prior work often overlooks. The result is PhyScensis, an LLM agent-based framework that outperforms prior approaches in scene complexity, visual quality, and physical accuracy.

Automatically generating interactive 3D environments is crucial for scaling up robotic data collection in simulation. While prior work has primarily focused on 3D asset placement, it often overlooks the physical relationships between objects (e.g., contact, support, balance, and containment), which are essential for creating complex and realistic manipulation scenarios such as tabletop arrangements, shelf organization, or box packing. Compared to classical 3D layout generation, producing complex physical scenes introduces additional challenges: (a) higher object density and complexity (e.g., a small shelf may hold dozens of books), (b) richer supporting relationships and compact spatial layouts, and (c) the need to accurately model both spatial placement and physical properties. To address these challenges, we propose PhyScensis, an LLM agent-based framework powered by a physics engine, to produce physically plausible scene configurations with high complexity. Specifically, our framework consists of three main components: an LLM agent iteratively proposes assets with spatial and physical predicates; a solver, equipped with a physics engine, realizes these predicates into a 3D scene; and feedback from the solver informs the agent to refine and enrich the configuration. Moreover, our framework preserves strong controllability over fine-grained textual descriptions and numerical parameters (e.g., relative positions, scene stability), enabled through probabilistic programming for stability and a complementary heuristic that jointly regulates stability and spatial relations. Experimental results show that our method outperforms prior approaches in scene complexity, visual quality, and physical accuracy, offering a unified pipeline for generating complex physical scene layouts for robotic manipulation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes