L-SNI: A Language-Driven Semantic Navigation System for Inspection Tasks
Jiawang Ma, Weichen Guo, Xuan Wu, Zinan Zhuang, Rongxiang Zeng, Yongliang Shi, Gang Ma
Abstract
For inspection robots to achieve generalizability, stability, and ease of use, it is crucial that they understand natural language commands and navigate accurately to specified target objects. We propose L-SNI, a semantic navigation system adapted for inspection tasks, offering generalizability, robust stability, and practical ease of use. In the perception phase, L-SNI constructs a precise geometric depth map of the environment using LiDAR, while RGB images are employed to extract object categories, which are then combined with depth data to generate a semantic map. To enable the large language model (LLM) to interpret the environment, L-SNI encodes the 3D semantic map into a plain text representation. During single-task execution, L-SNI decodes human commands into inspection primitives using an LLM constrained by system initial prompts. These inspection primitives guide the robot’s low-level planner for task execution. To address the challenge of traditional 3D LiDAR localization and navigation systems in accurately positioning the robot around target objects during inspection tasks, we propose a target cost gradient to assist in optimizing the robot’s target point selection and attitude control in maps with semantic information. Upon reaching the target, L-SNI uses a visual language model (VLM) to describe the scene, which is simplified by the LLM into a user-friendly response. Through testing on 18 indoor scenes from the Matterport 3D dataset, L-SNI achieves a 46.9% improvement in Success Rate (SR) and a 58.3% increase in Success weighted by Path Length (SPL) over existing state-of-the-art (SOTA) solutions, while also demonstrating superior target image understanding. Moreover, it can be easily deployed on real-world robots without complex initialization.
BibTeX
@inproceedings{iros2025_lsnialanguagedri,
title = {L-SNI: A Language-Driven Semantic Navigation System for Inspection Tasks},
author = {Jiawang Ma and Weichen Guo and Xuan Wu and Zinan Zhuang and Rongxiang Zeng and Yongliang Shi and Gang Ma},
booktitle = {IROS 2025},
year = {2025}
}