paper-with-me

홈 › Papers

Enhancing Interpretability and Interactivity in Robot Manipulation: A Neurosymbolic Approach

2022-10-03 · Georgios Tziafas, Hamidreza Kasaei

In this paper we present a neurosymbolic architecture for coupling language-guided visual reasoning with robot manipulation. A non-expert human user can prompt the robot using unconstrained natural language, providing a referring expression (REF), a question (VQA), or a grasp action instruction. The system tackles all cases in a task-agnostic fashion through the utilization of a shared library of primitive skills. Each primitive handles an independent sub-task, such as reasoning about visual attributes, spatial relation comprehension, logic and enumeration, as well as arm control. A language parser maps the input query to an executable program composed of such primitives, depending on the context. While some primitives are purely symbolic operations (e.g. counting), others are trainable neural functions (e.g. visual grounding), therefore marrying the interpretability and systematic generalization benefits of discrete symbolic approaches with the scalability and representational power of deep networks. We generate a 3D vision-and-language synthetic dataset of tabletop scenes in a simulation environment to train our approach and perform extensive evaluations in both synthetic and real-world scenes. Results showcase the benefits of our approach in terms of accuracy, sample-efficiency, and robustness to the user's vocabulary, while being transferable to real-world scenes with few-shot visual fine-tuning. Finally, we integrate our method with a robot framework and demonstrate how it can serve as an interpretable solution for an interactive object-picking task, both in simulation and with a real robot. We make our datasets available in https://gtziafas.github.io/neurosymbolic-manipulation.

📄 PDF Abstract BibTeX arXiv:2210.00858

Code (1)

gtziafas/hots 공식 구현 pytorch

Tasks

Referring ExpressionRobot ManipulationSystematic GeneralizationVisual GroundingVisual Question Answering (VQA)Visual Reasoning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

BANSAI: Towards Bridging the AI Adoption Gap in Industrial Robotics with Neurosymbolic Programming

2024-04-21 · Benjamin Alt, Julia Dvorak, Darko Katic, Rainer Jäkel 외

Over the past decade, deep learning helped solve manipulation problems across all domains of robotics. At the same time, industrial robots continue to be programmed overwhelmingly using traditional program representation…

Industrial RobotsProgram Synthesis

TabletopGen: Tabletop Scene Generation and Interactive Simulation for Robotic Manipulation

2025-12-01 · Ziqian Wang, Yonghao He, Licheng Yang, Wei Zou 외 arxiv

Simulation provides a low-cost, scalable pathway to large-scale robotic manipulation data collection. However, existing 3D scene generation methods can rarely be applied directly to manipulation data synthesis, as their …

Scene Generation

DexSIM: Real-time Dexterous Simulation with Unified Causal Video Diffusion

2026-05-23 · Adam Lee arxiv

Recent progress of video diffusion models have enabled extensive simulation of the physical world. While simulation with hand object interaction has been less explored. We propose DexSIM, a dexterous simulation framework…

Semantic Similarity3D Reconstruction

Interactive OT Gym: A Reinforcement Learning-Based Interactive Optical tweezer (OT)-Driven Microrobotics Simulation Platform

2025-05-27 · Zongcai Tan, Dandan Zhang

Optical tweezers (OT) offer unparalleled capabilities for micromanipulation with submicron precision in biomedical applications. However, controlling conventional multi-trap OT to achieve cooperative manipulation of mult…

Reinforcement Learning (RL)

Cross-Domain Demo-to-Code via Neurosymbolic Counterfactual Reasoning

2026-03-19 · Jooyoung Kim, Wonje Choi, Younguk Song, Honguk Woo arxiv

Recent advances in Vision-Language Models (VLMs) have enabled video-instructed robotic programming, allowing agents to interpret video demonstrations and generate executable control code. We formulate video-instructed ro…

Domain Adaptation