Semantic Intelligence: Integrating GPT-4 with A Planning in Low-Cost Robotics
Jesse Barkley, Abraham George, and Amir Barati Farimani

TL;DR
This paper presents a hybrid robot navigation system combining GPT-4's semantic reasoning with traditional A* path planning, enabling low-cost robots to interpret high-level instructions and environmental cues for more intelligent navigation.
Contribution
It introduces a novel framework integrating GPT-4 with A* for semantic-aware navigation on low-cost robots without explicit FSM coding or fine-tuning.
Findings
GPT-4 can perform multi-step reasoning for sequential tasks.
The hybrid system achieves 96-100% success on semantic navigation tasks.
A* remains superior in speed and basic obstacle avoidance.
Abstract
Classical robot navigation often relies on hardcoded state machines and purely geometric path planners, limiting a robot's ability to interpret high-level semantic instructions. In this paper, we first assess GPT-4's ability to act as a path planner compared to the A* algorithm, then present a hybrid planning framework that integrates GPT-4's semantic reasoning with A* on a low-cost robot platform operating on ROS2 Humble. Our approach eliminates explicit finite state machine (FSM) coding by using prompt-based GPT-4 reasoning to handle task logic while maintaining the accurate paths computed by A*. The GPT-4 module provides semantic understanding of instructions and environmental cues (e.g., recognizing toxic obstacles or crowded areas to avoid, or understanding low-battery situations requiring alternate route selection), and dynamically adjusts the robot's occupancy grid via obstacle…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputability, Logic, AI Algorithms · Distributed and Parallel Computing Systems · AI-based Problem Solving and Planning
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Dense Connections · Dropout · Layer Normalization · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Softmax · Absolute Position Encodings
