← Latest papers
💻 computer science

Semantic Planning with Large Language Models and Vision-Language Models for Collaborative Robots: A Review

This survey reviews semantic planning for collaborative robots by formalizing the challenge as a constrained grounding problem, proposing a taxonomy of architectures that balance capability with inspectability, and outlining a roadmap for enhancing reliability through improved uncertainty estimation, plan verification, and recovery mechanisms.

Original authors: Osama Ali Khan, Abuzar Ghaffari

Published 2026-09-01
📖 7 min read🧠 Deep dive

Original authors: Osama Ali Khan, Abuzar Ghaffari

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the factories of the past, robots lived behind fences. They worked in isolated cells, separated from humans by steel barriers and safety gates. If a robot made a mistake, the fence kept the error contained, and the robot's programming was a fixed, predictable thing. But the new generation of robots, known as collaborative robots, is designed to work right alongside people, sharing the same space without a fence. This shift moves the burden of safety from a physical barrier to the robot's own mind. Instead of following a rigid script, these machines are now being taught to understand natural language and visual cues, allowing a human to simply say, "Pick up that blue part," or "Help me assemble this," and expect the robot to figure out the rest. This capability relies on powerful computer systems that can read text and see images, turning vague human requests into a sequence of physical actions. Yet, as these machines become more conversational and capable, a critical question arises: can we trust them to do exactly what we mean, especially when the world is messy and unpredictable?

A new review of the field, led by researchers at the Southern University of Science and Technology and the University of Engineering and Technology Peshawar, examines the current state of this technology. The authors argue that while these robots are becoming remarkably good at understanding language and vision, they are failing at a more fundamental level: they cannot reliably connect their words to the physical reality around them. The problem is not that the robots are stupid; it is that they are too confident in their own guesses. When a human asks a robot to move a specific object, the robot's internal system might generate a perfect-sounding plan to do so. However, if that object is actually hidden behind a box, or if the robot's arm cannot physically reach it, the robot often proceeds anyway. It does not stop to check if its plan makes sense. Instead, it executes the motion, fails silently, and moves on to the next step, leaving the human to wonder why the task was not completed. This "silent failure" is the central danger the paper identifies. Unlike older robots that would simply stop and error out when they encountered a problem, these new systems generate fluent, logical-sounding plans that are physically impossible, and they offer no warning that they are about to fail.

The researchers analyzed dozens of recent systems that use large language models and vision-language models to control robots. They found that the field has been moving in a direction that makes these problems worse. Over the last few years, the architecture of these systems has shifted from generating text that humans could read and check, to generating code, and finally to generating direct action commands. While this change has made the robots faster and more general-purpose, it has also removed the "middleman" steps where a human or a safety system could inspect the plan before it was executed. The most capable robots today are the least transparent. They act as a black box, taking an instruction and producing a movement without revealing the reasoning in between. The review highlights that this lack of transparency is a major barrier to safety. If a robot cannot explain why it is doing something, or if it cannot admit when it is unsure, it cannot be a true partner. It becomes a hazard that happens to be polite.

To understand the scope of the issue, the authors broke down the requirements for a truly safe and reliable collaborative robot. They identified five key conditions that current systems struggle to meet simultaneously. First, the robot must be "grounded," meaning it must verify that the objects it is talking about actually exist in the room and are where it thinks they are. Second, the plan must be "feasible," ensuring the robot's arm can physically perform the motion without hitting its own limits. Third, it must be "safe," adhering to strict rules about speed and force when near a human. Fourth, the robot's actions must be "legible," meaning a human partner should be able to guess what the robot is trying to do just by watching its movements. Finally, and perhaps most importantly, the robot must be able to "abstain," or admit when it is not confident enough to act, and ask for help. The review found that while some systems are good at one or two of these, almost none are good at all of them. Most systems are excellent at generating a plan that sounds right but fail to check if it is actually possible, and they rarely have a mechanism to stop and ask a human for clarification when things get uncertain.

The paper proposes a way to fix this by changing how we think about reliability. The authors suggest that it is better to have a robot that is slightly less accurate but very good at detecting its own mistakes than a robot that is highly accurate but blind to its errors. They argue that in a long sequence of tasks, a single undetected error can ruin the entire job. Therefore, the priority should be on building systems that constantly check their own work. If a robot sees that an object is missing or that a grasp is unlikely to succeed, it should stop and ask the human for help rather than trying to force the action. This approach requires a shift in how these systems are built. Instead of letting the artificial intelligence model make all the decisions, the model should act as a generator of ideas, while a separate, simpler, and more reliable system acts as a verifier to check those ideas before they are executed. This "verifier-in-the-loop" approach would allow the robot to keep its ability to understand complex language while ensuring that every action is physically safe and grounded in reality.

The researchers also point out that the way these robots are tested is part of the problem. Most studies evaluate performance in simulations or on simple, clean tabletop tasks where everything is perfectly visible and arranged. These tests do not capture the chaos of a real factory floor, where lighting changes, objects are cluttered, and humans move unpredictably. The review calls for a new standard of testing that includes real humans working alongside the robots in real environments. Without this kind of rigorous testing, the field cannot know if the robots are truly ready for the real world. The authors emphasize that the technology to build safe, collaborative robots already exists; what is missing is the discipline to verify it properly and the willingness to prioritize safety and transparency over raw speed and generalization.

Ultimately, the paper concludes that the future of collaborative robotics depends on humility. The most advanced robots today are often the most overconfident, generating fluent plans that ignore physical constraints. The path forward requires building systems that know when they do not know. A robot that can pause, look at a human, and say, "I am not sure I can reach that, can you help?" is a true collaborator. A robot that blindly executes a flawed plan is a hazard, no matter how well it speaks. The review serves as a roadmap for engineers and researchers to move beyond the current limitations, urging them to build systems that are not just smart, but also careful, transparent, and safe enough to work side-by-side with people.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →