RDMM: Fine-Tuned LLM Models for On-Device Robotic Decision Making with Enhanced Contextual Awareness in Specific Domains
Shady Nasrat, Myungsu Kim, Seonil Lee, Jiho Lee, Yeoncheol Jang, Seung-joon Yi
TL;DR
RDMM addresses the challenge of enabling domain-specific, self-aware decision making for robots using fine-tuned, quantized LLMs that run entirely on-device. The approach combines 4-bit quantization with QLoRA adapters to produce RDMM models capable of self-knowledge grounded planning, accessible via a modular framework including a parser/controller, a Vision-Language Model, YOLO detectors, and on-device ASR. A RoboCup@Home–focused dataset (27k planning instances; 1.3k annotated images) and an open-source framework underpin the work, achieving high planning accuracy (up to 92.98% for RDMM-8B) and enabling operation on hardware with as little as 8 GB RAM. Real-world RoboCup@Home experiments demonstrate autonomous performance and natural human-robot interaction, underscoring the practicality of edge-enabled LLMs for domestic robotics.
Abstract
Large language models (LLMs) represent a significant advancement in integrating physical robots with AI-driven systems. We showcase the capabilities of our framework within the context of the real-world household competition. This research introduces a framework that utilizes RDMM (Robotics Decision-Making Models), which possess the capacity for decision-making within domain-specific contexts, as well as an awareness of their personal knowledge and capabilities. The framework leverages information to enhance the autonomous decision-making of the system. In contrast to other approaches, our focus is on real-time, on-device solutions, successfully operating on hardware with as little as 8GB of memory. Our framework incorporates visual perception models equipping robots with understanding of their environment. Additionally, the framework has integrated real-time speech recognition capabilities, thus enhancing the human-robot interaction experience. Experimental results demonstrate that the RDMM framework can plan with an 93\% accuracy. Furthermore, we introduce a new dataset consisting of 27k planning instances, as well as 1.3k text-image annotated samples derived from the competition. The framework, benchmarks, datasets, and models developed in this work are publicly available on our GitHub repository at https://github.com/shadynasrat/RDMM.
