paper-with-me

Papers

Closed Loop Interactive Embodied Reasoning for Robot Manipulation

2024-04-23 · Michal Nazarczuk, Jan Kristof Behrens, Karla Stepanova, Matej Hoffmann, Krystian Mikolajczyk

Embodied reasoning systems integrate robotic hardware and cognitive processes to perform complex tasks, typically in response to a natural language query about a specific physical environment. This usually involves changing the belief about the scene or physically interacting and changing the scene (e.g. sort the objects from lightest to heaviest). In order to facilitate the development of such systems we introduce a new modular Closed Loop Interactive Embodied Reasoning (CLIER) approach that takes into account the measurements of non-visual object properties, changes in the scene caused by external disturbances as well as uncertain outcomes of robotic actions. CLIER performs multi-modal reasoning and action planning and generates a sequence of primitive actions that can be executed by a robot manipulator. Our method operates in a closed loop, responding to changes in the environment. Our approach is developed with the use of MuBle simulation environment and tested in 10 interactive benchmark scenarios. We extensively evaluate our reasoning approach in simulation and in real-world manipulation tasks with a success rate above 76% and 64%, respectively.

📄 PDF Abstract BibTeX arXiv:2404.15194

Code (0)

등록된 구현이 없습니다.

Tasks

MuJoCoRobot Manipulation

Methods 이 논문이 사용한 방법론

RoIPool 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…

Similar Papers 제목 키워드 기반

RoboMemory: A Brain-inspired Multi-memory Agentic Framework for Interactive Environmental Learning in Physical Embodied Systems

2025-08-02 · Mingcong Lei, Honghao Cai, Yuyuan Yang, Yimou Wu 외 arxiv

Embodied intelligence aims to enable robots to learn, reason, and generalize robustly across complex real-world environments. However, existing approaches often struggle with partial observability, fragmented spatial rea…

Spatial Reasoning

ExploreVLM: Closed-Loop Robot Exploration Task Planning with Vision-Language Models

2025-08-16 · Zhichen Lou, Kechun Xu, Zhongxiang Zhou, Rong Xiong arxiv

The advancement of embodied intelligence is accelerating the integration of robots into daily life as human assistants. This evolution requires robots to not only interpret high-level instructions and plan tasks but also…

CLEA: Closed-Loop Embodied Agent for Enhancing Task Execution in Dynamic Environments

2025-03-02 · Mingcong Lei, Ge Wang, Yiming Zhao, Zhixin Mai 외

Large Language Models (LLMs) exhibit remarkable capabilities in the hierarchical decomposition of complex tasks through semantic reasoning. However, their application in embodied systems faces challenges in ensuring reli…

Task Planning

Vidarc: Embodied Video Diffusion Model for Closed-loop Control

2025-12-19 · Yao Feng, Chendong Xiang, Xinyi Mao, Hengkai Tan 외 arxiv

Robotic arm manipulation in data-scarce settings is a highly challenging task due to the complex embodiment dynamics and diverse contexts. Recent video-based approaches have shown great promise in capturing and transferr…

HoloAgent-0: A Unified Embodied Agent Framework with 3D Spatial Memory

2026-06-22 · Xiaolin Zhou, Liu Liu, Tingyang Xiao, Wei Feng 외 arxiv

LLM agents follow a practical execution loop in digital environments: they reason over structured states, invoke tools, inspect feedback, and revise actions. Extending this loop to physical robots is difficult because ph…