paper-with-me

홈 › Papers

TASKOGRAPHY: Evaluating robot task planning over large 3D scene graphs

2022-07-11 · Christopher Agia, Krishna Murthy Jatavallabhula, Mohamed Khodeir, Ondrej Miksik, Vibhav Vineet, Mustafa Mukadam, Liam Paull, Florian Shkurti

3D scene graphs (3DSGs) are an emerging description; unifying symbolic, topological, and metric scene representations. However, typical 3DSGs contain hundreds of objects and symbols even for small environments; rendering task planning on the full graph impractical. We construct TASKOGRAPHY, the first large-scale robotic task planning benchmark over 3DSGs. While most benchmarking efforts in this area focus on vision-based planning, we systematically study symbolic planning, to decouple planning performance from visual representation learning. We observe that, among existing methods, neither classical nor learning-based planners are capable of real-time planning over full 3DSGs. Enabling real-time planning demands progress on both (a) sparsifying 3DSGs for tractable planning and (b) designing planners that better exploit 3DSG hierarchies. Towards the former goal, we propose SCRUB, a task-conditioned 3DSG sparsification method; enabling classical planners to match and in some cases surpass state-of-the-art learning-based planners. Towards the latter goal, we propose SEEK, a procedure enabling learning-based planners to exploit 3DSG structure, reducing the number of replanning queries required by current best approaches by an order of magnitude. We will open-source all code and baselines to spur further research along the intersections of robot task planning, learning and 3DSGs.

📄 PDF Abstract BibTeX arXiv:2207.05006

Code (1)

taskography/taskography 공식 구현

Tasks

BenchmarkingRepresentation LearningRobot Task PlanningTask Planning

Similar Papers 제목 키워드 기반

Deep execution monitor for robot assistive tasks

2019-02-07 · Lorenzo Mauro, Edoardo Alati, Marta Sanzari, Valsamis Ntouskos 외

We consider a novel approach to high-level robot task execution for a robot assistive task. In this work we explore the problem of learning to predict the next subtask by introducing a deep model for both sequencing goal…

Evaluating VLMs' Spatial Reasoning Over Robot Motion: A Step Towards Robot Planning with Motion Preferences

2026-03-13 · Wenxi Wu, Jingjing Zhang, Martim Brandão arxiv

Understanding user instructions and object spatial relations in surrounding environments is crucial for intelligent robot systems to assist humans in various tasks. The natural language and spatial reasoning capabilities…

Spatial ReasoningMotion Planning

Bayesian Active Edge Evaluation on Expensive Graphs

2017-11-20 · Sanjiban Choudhury, Siddhartha Srinivasa, Sebastian Scherer

Robots operate in environments with varying implicit structure. For instance, a helicopter flying over terrain encounters a very different arrangement of obstacles than a robotic arm manipulating objects on a cluttered t…

Active LearningMotion Planningvalid

CLIMB: Language-Guided Continual Learning for Task Planning with Iterative Model Building

2024-10-17 · Walker Byrnes, Miroslav Bogdanovic, Avi Balakirsky, Stephen Balakirsky 외

Intelligent and reliable task planning is a core capability for generalized robotics, requiring a descriptive domain representation that sufficiently models all object and state information for the scene. We present CLIM…

Continual LearningDescriptiveRobot Task PlanningTask Planning

Mind and Motion Aligned: A Joint Evaluation IsaacSim Benchmark for Task Planning and Low-Level Policies in Mobile Manipulation

2025-08-21 · Nikita Kachaev, Andrei Spiridonov, Andrey Gorodetsky, Kirill Muravyev 외 arxiv

Benchmarks are crucial for evaluating progress in robotics and embodied AI. However, a significant gap exists between benchmarks designed for high-level language instruction following, which often assume perfect low-leve…

Instruction Following