paper-with-me

Papers

Extracting Semantics: LLM-Guided Automatic Population of Robot Ontology from URDF

2026-06-10 · Bastien Dussard, Guillaume Sarthou arxiv

While commonsense knowledge may suffice for virtual agents, embodied robots interacting with humans require grounded and semantically rich representations of both their environment and their own physical embodiment. In cognitive robotics, ontologies are effective for integrating such heterogeneous knowledge to enable explainable reasoning, even during continuous knowledge updates. Yet, their manual construction remains a bottleneck. We present a preliminary approach for the automatic generation of robot semantic abstractions by transforming Unified Robot Description Format (URDF) models into populated ontologies. Although URDF files provide structural and kinematic descriptions, their identifiers often require commonsense interpretation to recover meaningful semantics, a task at which Large Language Models (LLMs) excel. Our pipeline leverages LLMs to infer semantic relationships by prompting them with concepts from an existing ontology, ensuring the final classification remains aligned with the formal model. To improve reliability, the pipeline combines majority voting across multiple LLM queries along with syntactic and schema-level validation to ensure that generated outputs conform to the expected representation format and ontology constraints. We evaluate the approach on multiple robot descriptions and discuss the generated abstractions. Initial results indicate that the proposed method can effectively bridge the gap between low-level robot descriptions and the structured, grounded knowledge representations required for human-robot interaction.

📄 PDF Abstract BibTeX arXiv:2606.17073

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SFD2: Semantic-guided Feature Detection and Description

2023-04-28 · CVPR 2023 1 · Fei Xue, Ignas Budvytis, Roberto Cipolla

Visual localization is a fundamental task for various applications including autonomous driving and robotics. Prior methods focus on extracting large amounts of often redundant locally reliable features, resulting in lim…

2k4kAutonomous DrivingVisual Localization

Populations of Spiking Neurons for Reservoir Computing: Closed Loop Control of a Compliant Quadruped

2020-04-09 · Alexander Vandesompele, Gabriel Urbain, Francis wyffels, Joni Dambre

Compliant robots can be more versatile than traditional robots, but their control is more complex. The dynamics of compliant bodies can however be turned into an advantage using the physical reservoir computing frame-wor…

Lifelong update of semantic maps in dynamic environments

2020-10-17 · Manjunath Narayana, Andreas Kolling, Lucio Nardelli, Phil Fong

A robot understands its world through the raw information it senses from its surroundings. This raw information is not suitable as a shared representation between the robot and its user. A semantic map, containing high-l…

SpatialActor: Exploring Disentangled Spatial Representations for Robust Robotic Manipulation

2025-11-12 · Hao Shi, Bin Xie, Yingfei Liu, Yang Yue 외 arxiv

Robotic manipulation requires precise spatial understanding to interact with objects in the real world. Point-based methods suffer from sparse sampling, leading to the loss of fine-grained semantics. Image-based methods …

Experience-Guided Reflective Co-Evolution of Prompts and Heuristics for Automatic Algorithm Design

2025-09-29 · Yihong Liu, Junyi Li, Wayne Xin Zhao, Hongyu Lu 외 arxiv

Combinatorial optimization problems are traditionally tackled with handcrafted heuristic algorithms, which demand extensive domain expertise and significant implementation effort. Recent progress has highlighted the pote…