
Tech • AI • Robotics
Google DeepMind is advancing robotics with Gemini-powered models that enable machines to perceive, reason, and act in complex real-world environments.
Artificial intelligence is expanding beyond text and data processing into real-world applications where uncertainty and physical interaction dominate. Robotics presents challenges such as interpreting messy environments, recognizing hazards like spills, and navigating dynamic spaces. DeepMind’s approach focuses on enabling machines to operate reliably outside controlled settings.
The Gemini Robotics ER 1.6 model is designed specifically for robotics, combining vision and language understanding with spatial reasoning. Unlike traditional models, it functions as a robot’s “logic unit,” supporting perception and planning in the standard robotics pipeline of perceive, plan, and actuate.
The system replaces fixed-label vision models with vision-language models (VLMs) that understand natural language descriptions. Robots can identify objects based on abstract queries such as “the tool most used” without predefined datasets. This reduces the need for custom training and allows flexible deployment across environments.
The model incorporates physical reasoning, enabling robots to infer properties like weight, fragility, and structural constraints. It can decide not to lift a heavy object or to handle fragile items carefully. It also interprets ambiguous human instructions, using environmental context to infer intent, such as determining where “away” means when storing tools.
Built on the Gemini 3 Flash architecture, the system supports multi-frame and video input for long-horizon reasoning. Robots can analyze sequences of events, such as verifying whether a grasp succeeded, improving task validation without complex rule-based systems.
A feature known as “Gentic vision” allows the model to generate code to preprocess images, such as cropping or rotating them for better analysis. This improves tasks like reading component labels, inspecting gauges, or detecting anomalies in industrial environments.
The system translates high-level instructions into sequences of executable steps. For example, “put the blue block in the orange bowl” is broken into discrete actions like grasping, moving, and releasing. It also supports trajectory planning, generating intermediate waypoints and obstacle avoidance strategies.
DeepMind introduced VLA models that directly map visual input and language commands to motor actions. These models enable real-time control, allowing robots to perform tasks such as cleaning or object manipulation without explicit programming for each scenario.
The models aim to support diverse hardware, including humanoid and non-humanoid robots, while improving fine motor skills for tasks like plugging cables. Demonstrations include handling novel tasks, such as placing a ball into a hoop without prior training.
The Gemini Live API enables low-latency, bidirectional communication, combining voice, vision, and function calling. This allows natural conversation to trigger real-world actions, creating more intuitive human-robot collaboration.
DeepMind emphasizes layered safety systems inspired by the Swiss cheese model, combining multiple safeguards. The Asimov benchmarks incorporate real injury data from the National Electronic Injury Surveillance System and align with industrial ISO standards to evaluate risk in physical environments.
DeepMind’s integration of reasoning, perception, and action into unified Gemini-based systems marks a significant step toward autonomous robots capable of operating safely and effectively in real-world conditions.
Explain this