REVIEW 5 major objections 7 minor 22 references
From Scan to Action: Leveraging Realistic Scans for Embodied Scene Understanding
T0 review · 5 major / 7 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Real-world 3D scene scans, converted into two flavors of USD, can replace synthetic assets for both LLM-driven scene editing and robot manipulation training, with 80% and 87% success rates respectively.
desk verdict A clearly-written USD pipeline for turning real scene scans into usable simulation assets, but the headline numbers hide a 0% bathroom category and an unreplicated PPO run. 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 object is the dual-flavor USD representation. Universal Scene Description (USD) is a hierarchical 3D scene format in which objects, parts, and attributes can be nested and annotated. The descriptive flavor omits geometry and keeps labels, bounding boxes, hierarchies, and articulation annotations, giving an LLM a compact symbolic scene to reason over. The geometry-focused flavor keeps mesh data but flattens part hierarchies into separate objects, using articulation annotations to encode relationships, and applies convex decomposition for collision detection, ground-fixing for stabilization, mesh decimation (10% of faces for walls, floors, and ceilings, 30% for other static objects, and full resolution for the manipulated object), and mesh merging for static objects. This split is what lets one scan dataset serve both an LLM planner and a physics simulator.
What would settle it
Deploy the PPO drawer-opening policy trained on the real-scan office scene on a physical robot facing the same cabinet from the same starting pose, and run 20 episodes; if the success rate falls well below the simulated 87% or the robot cannot grasp the handle, then the processed scans do not preserve the contact and mass properties the simulation assumed.
Extended reading notes
Core claim
The central claim is that application-specific USD flavors make real-world full-scene scans usable for both semantic and physical downstream tasks, and that this is the first large-scale training of manipulation policies on real-world scene scans inside a robotics simulator. Concretely, the paper reports that a descriptive USD containing labels, bounding boxes, hierarchies, and articulation data lets two recent LLMs decide where and how to place an object, yielding 80% successful insertions over 100 user-evaluated cases, with failures concentrated in bathroom scenes and rare labels. It further reports that a geometry-focused USD, built by treating parts as separate objects, merging static meshes, and applying convex decomposition and decimation, supports PPO drawer-opening at 87% success and planner-based pick-and-place at 100% success.
Load-bearing premise
The simulation pipeline assumes that convex decomposition, mesh decimation, ground-fixing, and mesh merging preserve the real objects' physical behavior, such as contacts, friction, and mass distribution, so that a policy trained in these processed USD scenes would transfer to a real robot; the paper validates only inside simulation and notes that even adjusted grasping points failed on the real cabinet.
Editorial extensions
If this is right
- If the approach holds, any richly annotated real-scan dataset can be converted into simulation-ready USD assets, removing a key bottleneck in using real-world data for robot learning.
- LLM-driven scene editing becomes a practical way to extend real-scan scenes with new objects, since 80% of insertions were judged successful and failures were concentrated in one object category and rare labels.
- Planner-based policies on full real scenes can collect diverse trajectories and realistic images, supporting large-scale data collection for downstream imitation or evaluation.
- The reward-ablation result implies that real-scan geometry changes learned behavior, so sim-to-real tuning must account for geometric differences, not just appearance.
- The dual USD flavors establish a shared representation for semantic reasoning and physics, so the same underlying scene data can be reused across disparate embodied tasks.
Reading between the lines
- The absence of real-robot trials means the 87% figure is a simulation metric; the paper's own difficulty fixing grasping points on the real cabinet hints that the sim-to-real gap could be large, so the strongest supported reading is that scans are usable for simulation, not yet that policies transfer to reality.
- The same USD-conversion recipe could be applied to other scan datasets with object- and part-level annotations, turning annotation unification into a general bridge rather than a single-dataset trick.
- The descriptive USD could power other LLM 3D tasks such as spatial question answering or rearrangement planning, because it exposes a compact symbolic scene graph without mesh noise.
- A testable extension is to supply the LLM with detected planar support surfaces or affordance priors for hard geometries like sinks; the bathroom category's zero successes suggest the bottleneck is geometric affordance detection rather than semantic reasoning.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a methodology for converting richly annotated real-world 3D scans (Articulate3D, built on ScanNet++) into USD representations with two application-specific flavors: a descriptive USD for LLM-based scene editing and a geometry-focused USD for robot simulation. The authors present an LLM-driven object-insertion pipeline evaluated by a user study at 80% success, and a simulation pipeline in IsaacLab/IsaacSim where a PPO policy achieves 87% success on a drawer-opening task and planner-based policies achieve 100% on the evaluated interactions. The central claim is that holistic real-world scene scans can support embodied scene understanding and manipulation policy learning at scale.
Significance. If the quantitative claims held, the paper would provide a useful bridge from real-world scan datasets to training environments for embodied agents, with practical recipes for dealing with incomplete meshes, collision geometry, and articulation annotations. The paper is honest about the challenges encountered and offers concrete mitigation strategies, and the two USD flavors are a sensible design idea that could be reused by the community. However, the evidence base is narrow: there is no real-robot validation, no comparison to prior methods, no baselines in the user study, and the RL result is a single run with an internal inconsistency. The headline numbers are therefore not yet established, and the paper should be read primarily as a system description whose quantitative claims require substantial additional support.
major comments (5)
- [Sec. 3.2, Table 1] The PPO result is reported inconsistently and without statistical support. The text states an 87% success rate for drawer opening, while Table 1 lists 88% for the same 'Real [9]' reward configuration; no seeds, standard deviations, or repeated runs are reported. A single PPO training run, even with 1024 environments, is not enough to support the headline 87%; the authors should report mean and standard deviation over at least 3-5 seeds and reconcile the 87%/88% discrepancy.
- [Sec. 3.1] The user study has no baseline condition, and the 80% overall number masks a complete failure in one category. The evaluation used 100 insertions (20 per category), but the bathroom category achieved 0/20, so the 80% result is entirely carried by the other four categories. Without a comparison condition (e.g., LLM operating on plain text scene graphs, random placement, or a prior insertion method), the claim that the descriptive USD representation enables the pipeline's performance is unsupported. The authors should provide a per-category breakdown with confidence intervals and at least one baseline.
- [Sec. 2.3 and Sec. 3.2] The physical fidelity of the simulation pipeline is load-bearing for the 'Scan to Action' claim, and the paper does not validate it. Convex decomposition, mesh decimation, ground-fixing of manipulated objects, and merging of static meshes can all alter contact, friction, mass distribution, and articulation dynamics. The paper itself reports that Franka frequently grasps the drawer from the side, bypassing the handle, and that manual grasping-point corrections did not resolve the issue; since success is defined only as drawer opening of at least 0.2 m, a side-grasp on decimated geometry can count as success in IsaacSim while failing on a real cabinet. The authors should provide real-robot validation or, at minimum, cross-simulator validation (e.g., deploying the same policy in a second physics engine such as MuJoCo or PyBullet) to show that the 87% result reflects robust manipulation rather than an artifact of the processed simulation geometry.
- [Sec. 1 and Sec. 3.2] The claim of being 'the first to enable large-scale training for manipulation tasks using real-world scene scans within robotics simulation' is not supported by any comparison. The closest prior work, ReAL [19], is cited as the basis for the asset structure and ground-fixing approach, but there is no quantitative or even structural comparison against it or against any other manipulation-simulation pipeline. The authors should either provide a direct comparison or carefully qualify the novelty claim relative to [19] and related work.
- [Sec. 3.2, Results] The statement that 'planner-based policies achieved 100% success rate on all objects interacted with, both rigid and deformable' is not backed by a task list, success criteria, or failure analysis. The experiments described are one drawer-opening task and one pick-and-place task with a teddy bear; no definition of success for the pick-and-place task is given. The 100% claim should be scoped to the specific evaluated tasks or removed.
minor comments (7)
- [Sec. 1] There is a typo in the contributions list: 'aggregation appraoch' should be 'aggregation approach'.
- [Sec. 2.2] The abbreviations 'USD-Core' and 'RANSAC' are used without definition or citation; they should be introduced at first use.
- [Sec. 2.2] The security mechanism is described only as an allowlist of USD-Core operations with import-statement checks; more detail on how the allowlist is constructed and enforced would make the safety claim credible.
- [Sec. 2.3] The sentence 'The decimation strategy is solely applied for policy learning to enable faster learning' is repetitive and would benefit from rewording.
- [Table 1] The reward-component columns 'Opening' and 'Finger' are ambiguous; the reward terms should be explicitly defined in the text or caption, and the table should be reformatted for readability.
- [References] Reference [7] is malformed: 'Kawana Y . et al.' is missing the full author list and should be corrected.
- [Fig. 2] The qualitative insertion results do not indicate which LLM (GPT-4o or GPT-4o mini) generated each example; labeling each row or column would help the reader interpret the comparison.
Circularity Check
No significant circularity: the downstream evaluations are empirical outcomes of a pipeline built on the authors' own Articulate3D dataset, but no prediction reduces by construction to a fitted input or self-citation.
full rationale
The paper's contribution is a conversion methodology (USD flavors, mesh decimation, convex decomposition, ground fixing) applied to Articulate3D scans. The two headline results (80% LLM insertion, 87% PPO drawer opening) are measured outcomes of user studies and simulator rollouts, not quantities derived from the dataset's annotations. The grasping position is computed as the mean of annotated grasp regions (Sec. 2.3), but the success rate is not an algebraic consequence of that computation; it depends on trained policy behavior. Reliance on the authors' own Articulate3D dataset is a dependency, not circular reasoning: the cited dataset is an input asset with stated annotations, and the evaluations are external to its content. The only self-citation is reference [9], and it is load-bearing as data source, not as a uniqueness theorem or ansatz. The asset structure is cited from an independent prior work [19], not from the authors. The paper's Table 1 even reports a fidelity gap (87%/88% vs 98% synthetic), showing the result is not forced by construction. Therefore no circular step can be exhibited; score 0.
Assumptions & free parameters
assumptions (2)
- domain assumption Articulate3D annotations (object and part-level segmentations, articulation parameters, grasping regions) are accurate and complete for the scanned scenes.
- domain assumption IsaacSim / IsaacLab correctly simulate the physical behavior of the processed USD assets, including contacts, articulation, and gravity compensation.
Cite this review
Pith. "Pith review of From Scan to Action: Leveraging Realistic Scans for Embodied Scene Understanding." pith.science (2026). https://pith.science/paper/R6KVEKMN
@misc{pith2026250717585,
author = {Pith},
title = {Pith review of: From Scan to Action: Leveraging Realistic Scans for Embodied Scene Understanding},
year = {2026},
howpublished = {\url{https://pith.science/paper/R6KVEKMN}},
note = {Machine review of arXiv:2507.17585}
}
read the original abstract
Real-world 3D scene-level scans offer realism and can enable better real-world generalizability for downstream applications. However, challenges such as data volume, diverse annotation formats, and tool compatibility limit their use. This paper demonstrates a methodology to effectively leverage these scans and their annotations. We propose a unified annotation integration using USD, with application-specific USD flavors. We identify challenges in utilizing holistic real-world scan datasets and present mitigation strategies. The efficacy of our approach is demonstrated through two downstream applications: LLM-based scene editing, enabling effective LLM understanding and adaptation of the data (80% success), and robotic simulation, achieving an 87% success rate in policy learning.
Figures
Reference graph
Works this paper leans on
-
[9]
Holistic understanding of 3d scenes as universal scene description
Anna-Maria Halacheva, Yang Miao, Jan-Nico Zaech, Xi Wang, Luc Van Gool, and Danda Pani Paudel. Holistic understanding of 3d scenes as universal scene description. arXiv preprint arXiv:2412.01398, 2024. 1, 3, 4
arXiv 2024
-
[19]
Rec- onciling Reality through Simulation: A Real-To-Sim-to-Real Approach for Robust Manipulation
Marcel Torne Villasevil, Anthony Simeonov, Zechu Li, April Chan, Tao Chen, Abhishek Gupta, and Pulkit Agrawal. Rec- onciling Reality through Simulation: A Real-To-Sim-to-Real Approach for Robust Manipulation. In Robotics: Science and Systems (RSS), 2024. 1, 2, 3
work page 2024
-
[1]
Command-driven articulated object understanding and manipulation
Ruihang Chu, Zhengzhe Liu, Xiaoqing Ye, Xiao Tan, Xi- aojuan Qi, Chi-Wing Fu, and Jiaya Jia. Command-driven articulated object understanding and manipulation. In Inter- national Conference on Computer Vision and Pattern Recog- nition (CVPR), pages 8813–8823, 2023. 2
work page 2023
-
[2]
Chang, Manolis Savva, Maciej Hal- ber, Thomas Funkhouser, and Matthias Nießner
Angela Dai, Angel X. Chang, Manolis Savva, Maciej Hal- ber, Thomas Funkhouser, and Matthias Nießner. Scannet: Richly-annotated 3d reconstructions of indoor scenes. In International Conference on Computer Vision and Pattern Recognition (CVPR), 2017. 1, 2
work page 2017
-
[3]
ProcTHOR: Large-Scale Embodied AI Using Procedural Generation
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 Generation. In International Conference on Neural Infor- mation Processing Systems (NeurIPS), 2022. 2
work page 2022
-
[4]
Objaverse-xl: A universe of 10m+ 3d objects
Matt Deitke, Ruoshi Liu, Matthew Wallingford, Huong Ngo, Oscar Michel, Aditya Kusupati, Alan Fan, Christian Laforte, Vikram V oleti, Samir Yitzhak Gadre, et al. Objaverse-xl: A universe of 10m+ 3d objects. International Conference on Neural Information Processing Systems (NeurIPS) , 36: 35799–35813, 2023. 3
work page 2023
-
[5]
SceneFun3D: Fine-Grained Functionality and Affordance Understanding in 3D Scenes
Alexandros Delitzas, Ayca Takmaz, Federico Tombari, Robert Sumner, Marc Pollefeys, and Francis Engelmann. SceneFun3D: Fine-Grained Functionality and Affordance Understanding in 3D Scenes. In International Conference on Computer Vision and Pattern Recognition (CVPR), 2024. 1
work page 2024
-
[6]
SpotLight: Robotic Scene Understanding through Interaction and Affordance Detection
Tim Engelbracht, Ren ´e Zurbr¨ugg, Marc Pollefeys, Hermann Blum, and Zuria Bauer. Spotlight: Robotic scene under- standing through interaction and affordance detection. arXiv preprint arXiv:2409.11870, 2024. 1
work page Pith review arXiv 2024
Show all 22 references
-
[7]
Kawana Y . et al. Detection based part-level articulated object reconstruction from single rgbd image.International Confer- ence on Neural Information Processing Systems (NeurIPS) ,
-
[8]
Shepherd, and Saurabh Gupta
Arjun Gupta, Max E. Shepherd, and Saurabh Gupta. Pre- dicting motion plans for articulating everyday objects. In In- ternational Conference on Robotics and Automation (ICRA),
-
[10]
Chang, and Manolis Savva
Mukul Khanna, Yongsen Mao, Hanxiao Jiang, Sanjay Haresh, Brennan Shacklett, Dhruv Batra, Alexander Clegg, Eric Undersander, Angel X. Chang, and Manolis Savva. Habitat synthetic scenes dataset (hssd-200): An analysis of 3d scene scale and realism tradeoffs for objectgoal naviga...
2024
-
[11]
Multiscan: Scalable rgbd scan- ning for 3d environments with articulated objects
Yongsen Mao, Yiming Zhang, Hanxiao Jiang, Angel X Chang, and Manolis Savva. Multiscan: Scalable rgbd scan- ning for 3d environments with articulated objects. In Inter- national Conference on Neural Information Processing Sys- tems (NeurIPS), 2022. 2
2022
-
[12]
Orbit: A unified simulation framework for interactive robot learning environments
Mayank Mittal, Calvin Yu, Qinxi Yu, Jingzhou Liu, Nikita Rudin, David Hoeller, Jia Lin Yuan, Ritvik Singh, Yun- rong Guo, Hammad Mazhar, Ajay Mandlekar, Buck Babich, Gavriel State, Marco Hutter, and Animesh Garg. Orbit: A unified simulation framework for interactive robot lear...
2023
-
[13]
Robocasa: Large-scale simulation of every- day tasks for generalist robots
Soroush Nasiriany, Abhiram Maddukuri, Lance Zhang, Adeet Parikh, Aaron Lo, Abhishek Joshi, Ajay Mandlekar, and Yuke Zhu. Robocasa: Large-scale simulation of every- day tasks for generalist robots. In Robotics: Science and Systems (RSS), 2024. 2
2024
-
[14]
Where2explore: Few-shot affordance learning for unseen novel categories of articulated objects
Chuanruo Ning, Ruihai Wu, Haoran Lu, Kaichun Mo, and Hao Dong. Where2explore: Few-shot affordance learning for unseen novel categories of articulated objects. Inter- national Conference on Neural Information Processing Sys- tems (NeurIPS), 2024. 1, 2
2024
-
[15]
GPT-4o mini: advancing cost-efficient intelligence
OpenAI. GPT-4o mini: advancing cost-efficient intelligence. https : / / openai . com / index / gpt - 4o - mini - advancing - cost - efficient - intelligence/,
-
[16]
Hello GPT-4o
OpenAI. Hello GPT-4o. https : / / openai . com / index/hello-gpt-4o/ , 2024. Accessed: 2024-14-11. 3
2024
-
[17]
Articulate anymesh: Open-vocabulary 3d articulated objects modeling
Xiaowen Qiu, Jincheng Yang, Yian Wang, Zhehuan Chen, Yufei Wang, Tsun-Hsuan Wang, Zhou Xian, and Chuang Gan. Articulate anymesh: Open-vocabulary 3d articulated objects modeling. arXiv:2502.02590, 2025. 2
2025 arXiv
-
[18]
Proximal policy optimiza- tion algorithms
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimiza- tion algorithms. Computing Research Repository (CoRR) , abs/1707.06347, 2017. 4
2017 arXiv
-
[20]
Neural implicit representation for building digital twins of unknown articulated objects
Yijia Weng, Bowen Wen, Jonathan Tremblay, Valts Blukis, Dieter Fox, Leonidas Guibas, and Stan Birchfield. Neural implicit representation for building digital twins of unknown articulated objects. In International Conference on Com- puter Vision and Pattern Recognition (CVPR), 2024. 3
2024
-
[21]
Scannet++: A high-fidelity dataset of 3d indoor scenes
Chandan Yeshwanth, Yueh-Cheng Liu, Matthias Nießner, and Angela Dai. Scannet++: A high-fidelity dataset of 3d indoor scenes. In International Conference on Computer Vi- sion (ICCV), 2023. 1, 2
2023
-
[2024]
Accessed: 2024-14-11. 3
2024
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.