AI robotics news

New developments in robots, embodied AI, autonomous machines, and the models that connect intelligence with the physical world.

ResearchOfficialarXiv Robotics

HiFi-UMI Enables Zero-Robot Post-Training for Deployable Manipulation Policies

A new arXiv preprint introduces HiFi-UMI, a portable system for collecting high-fidelity robot manipulation data without using real robots or external tracking. The study demonstrates that policies trained solely on HiFi-UMI data can be deployed directly on real robots, achieving performance comparable to teleoperation baselines across several policy architectures. The authors also release a large, open-source dataset of synchronized, wide-field demonstrations to support further research.

Why it matters: This work suggests that high-fidelity, robot-free data collection could significantly reduce the cost and logistical barriers to training deployable robotic manipulation policies.

InfrastructureReportedAI Business

Neura Robotics to Open Physical AI Training Center

Neura Robotics is opening a new Physical AI Training Center in collaboration with RWTH Aachen University. The facility will become part of Neura's global network of sites that provide robotic training data.

Why it matters: The center aims to support the generation of training data for physical AI, which could advance robotics capabilities.

Companies & FundingReportedTechCrunch / AI

Enigma raises $70M to make robot control more intuitive

Enigma has raised a $70 million seed round led by Index Ventures and Ribbit Capital, with participation from Conviction Partners. The company aims to make controlling robots as intuitive as adjusting the volume.

Why it matters: The significant seed funding highlights investor confidence in efforts to make robotics more accessible and user-friendly.

ResearchOfficialarXiv Robotics

Physical Agency Orchestrator Significantly Improves Generalist Robot Task Performance Without Retraining

A new arXiv preprint introduces Pigey, a closed-loop orchestrator that decomposes complex robotic tasks into subgoals, directs low-level policies, and recovers from failures, all without additional training. In experiments, Pigey improved performance on the LIBERO-PRO benchmark from 12.8% to 53.3% and increased real-world policy success rates from near-zero to over 90% on tasks requiring reasoning, using existing vision-language-action policies. The approach highlights the potential of separating high-level planning from low-level control in generalist robots.

Why it matters: This result suggests a practical path to dramatically improving generalist robot performance without retraining, which could accelerate real-world deployment and flexibility of robotic systems.

ResearchReportedIEEE Spectrum / AI

Optical Tech Could Update a Robot’s AI on the Fly

Cornell Tech researchers have developed an optical receiver that can directly alter its own memory using photocurrents generated by a beamed array of light, bypassing the need for power-hungry analog conversion. This technology could reduce energy costs for AI systems in data centers, self-driving cars, and robots by enabling direct optical updates of AI model parameters.

Why it matters: This optical approach could help lower the energy and cost bottlenecks of moving AI model data between memory and processors, enabling more efficient edge AI and robotics.

Companies & FundingReportedAI Business

UK Robot Maker Humanoid Valued at $1.35 Billion

UK-based robotics company Humanoid has reached a valuation of $1.35 billion after a recent funding round. This development highlights the company's emergence as a notable European player in a robotics sector largely led by Chinese and U.S. firms.

Why it matters: This signals the rise of a significant European competitor in the global robotics market, which has been dominated by Chinese and American companies.

Companies & FundingReportedTechCrunch / AI

Travis Kalanick’s robotics company Atoms raises $1.7B, led by a16z

Travis Kalanick's robotics company Atoms has raised $1.7 billion in a funding round led by a16z, with Uber also participating. The company has made broad claims about using industrial AI to modernize the world.

Why it matters: This large funding round highlights significant investor interest in industrial AI and robotics, even as the company's specific plans remain unclear.

Companies & FundingReportedAI Business

Google Cloud and Nvidia Partner With German Startup Microagi for AI Robotics

German startup Microagi is working with Google Cloud and Nvidia to train task-specific embodied AI models. The company will leverage Google Cloud’s AI infrastructure and Nvidia Blackwell systems as part of this collaboration.

Why it matters: This partnership demonstrates the integration of cloud computing and advanced hardware to support the development of embodied AI in robotics.

Products & AgentsReportedAI Business

Agibot Expands Embodied AI Portfolio With Four New Products

Chinese robotics company Agibot has launched four new products aimed at commercial, industrial, and research applications. The company is seeking to move embodied AI from one-off demonstrations to full-scale applications.

Why it matters: This expansion reflects efforts to advance the practical, large-scale use of embodied AI in real-world environments.

ResearchOfficialarXiv Software Engineering

New Metrics for Evaluating Vision-Language-Action Robots Beyond Binary Success Rates

Researchers have introduced eight uncertainty and five quality metrics tailored for evaluating Vision-Language-Action (VLA) robots, moving beyond traditional binary success rates. In a large-scale study involving 908 successful task executions from three state-of-the-art VLA models, these metrics demonstrated moderate to strong correlation with human expert judgments. The findings suggest that these metrics can better capture task quality and model confidence, and can distinguish between varying levels of execution quality even when binary success is achieved.

Why it matters: This work offers a more nuanced and informative evaluation framework for VLA robots, supporting improved real-time monitoring and adaptive system improvement.

ResearchOfficialarXiv Robotics

Scaling Cross-Embodiment World Models for Dexterous Manipulation

Researchers introduce a method for representing both human and robot hands as sets of 3D particles, with actions defined as end-effector particle displacement fields, to facilitate cross-embodiment learning. They train a graph-based world model on diverse simulated and real hand data, and show that this model, combined with model-predictive control, enables effective dexterous manipulation on previously unseen robotic hands with different kinematics. The study demonstrates that increasing the diversity of training embodiments improves generalization, and that mixing simulated and real data yields better performance than using either alone.

Why it matters: This work provides a shared geometric representation that could accelerate the development of generalist robots capable of learning manipulation skills across a wide range of hand morphologies.

ResearchOfficialarXiv Robotics

Report Identifies Twelve Key Technical Challenges for Scaling Drone Computing

A new preprint report envisions a future where drones transport goods and medical supplies at a scale comparable to highways and the electric grid, but highlights a significant 'capability gap' between current hardware and the software needed for safe, large-scale operations. The report details twelve technical challenges, including scaling to millions of drones, AI assurance, edge-cloud coordination, and regulatory issues, outlining a roadmap for overcoming these barriers.

Why it matters: Addressing these challenges is crucial for enabling transformative applications of drone technology in logistics, disaster response, and infrastructure inspection.

ResearchOfficialarXiv Robotics

The Open Ant: A Physical Robot Platform for Reinforcement Learning Research

Researchers have introduced the Open Ant, a physical robot platform modeled after the popular Gymnasium Ant environment, to facilitate reinforcement learning (RL) research beyond simulation. The platform enables learning walking policies from scratch in about one hour using either SARSA(λ) or Soft Actor-Critic algorithms, and supports successful transfer of policies trained in simulation to the real robot. Open-source hardware and software are provided to encourage broader adoption and experimentation in real-world RL.

Why it matters: The Open Ant platform makes it significantly easier for RL researchers to test and validate algorithms on real robots, helping to bridge the gap between simulation and real-world deployment.

ResearchOfficialarXiv Robotics

RoboInspector: Unveiling the Unreliability of Policy Code for LLM-enabled Robotic Manipulation

A new preprint introduces RoboInspector, a pipeline designed to systematically identify and characterize unreliable behaviors in policy code generated by large language models (LLMs) for robotic manipulation. The study analyzes 216 combinations of tasks, instructions, and LLMs, uncovering four main types of unreliable behaviors that can lead to manipulation failures. The authors also propose a refinement approach, guided by feedback from failed policy code, which improves reliability by up to 35% in both simulated and real-world robotic environments.

Why it matters: This work exposes critical reliability challenges in LLM-driven robotic manipulation and demonstrates a practical method to significantly reduce failures, which is important for real-world deployment.

ResearchOfficialarXiv Robotics

STeP: Using Signal Temporal Logic to Improve Precision of VLM-Based Robot Action Generation

Researchers introduce a hierarchical framework that employs Signal Temporal Logic (STL) as a shared representation to bridge high-level language understanding and low-level robot execution. The system uses a vision-language model to decompose instructions into subtasks with STL specifications, enabling enforcement of precise spatial, temporal, and logical constraints. Real-world tabletop experiments demonstrate that this approach improves the precision, reliability, and interpretability of language-conditioned robot planning compared to standard vision-language-action models.

Why it matters: This work demonstrates that integrating formal specifications like STL can address key limitations of vision-language-action models, enabling more reliable and interpretable robot planning from natural language instructions.

ResearchOfficialarXiv Robotics

FARO: Feasibility-Aware Robot Motion Optimization

Researchers introduce FARO, a nested kino-dynamic framework designed for rapid feasibility checking and trajectory generation in humanoid loco-manipulation tasks. The system combines a feasibility-guided tree search with a large language model (LLM)-based contact plan sampling strategy to improve search efficiency. Generated trajectories are shown to be trackable by a reinforcement learning (RL)-based controller, enabling execution in real-world scenarios.

Why it matters: This work demonstrates a novel integration of LLM-based sampling, feasibility checking, and RL control to advance fast and practical planning for humanoid robots in previously unseen environments.

ResearchOfficialarXiv Robotics

Fly0: Persistent Metric Anchoring for Zero-Shot Aerial Vision-Language Navigation

Fly0 introduces a framework that separates semantic reasoning from geometric planning for aerial vision-language navigation (VLN). It uses a multimodal large language model (MLLM) to interpret instructions into 2D coordinates, then leverages depth data for 3D localization and generates collision-free trajectories. Experiments show Fly0 improves success rate by over 20% and reduces navigation error by about 50% compared to state-of-the-art baselines in unstructured environments.

Why it matters: Fly0 enables more robust and efficient zero-shot aerial navigation by reducing reliance on continuous MLLM inference, which lowers latency and enhances stability for real-world drone operations.

ResearchOfficialarXiv Robotics

Agentic Real2Sim: Physics-based World Modeling with Vision-Language Agents

Researchers introduce Agentic Real2Sim, a framework that leverages vision-language agents to automate the conversion of real-world recordings of object-robot interactions into simulatable digital twins. The system is demonstrated on tasks involving rigid objects, deformable objects, and humanoid motions, domains typically requiring separate pipelines. Agentic Real2Sim achieves conversion success rates comparable to leading models but at a lower computational cost, supporting downstream robotics tasks such as policy learning and evaluation.

Why it matters: This framework could streamline and scale the creation of realistic physics simulations from real-world robot interactions, potentially accelerating robotics research and development.

ResearchOfficialarXiv Robotics

ImplicitRDP: End-to-End Visual-Force Diffusion Policy for Contact-Rich Manipulation

Researchers introduce ImplicitRDP, an end-to-end diffusion policy that unifies visual planning and reactive force control for contact-rich robotic manipulation. The approach leverages Structural Slow-Fast Learning to process asynchronous visual and force signals, and Virtual-target-based Representation Regularization to improve modality integration. Experiments show that ImplicitRDP outperforms vision-only and hierarchical baselines in terms of reactivity and success rates on challenging manipulation tasks.

Why it matters: This work demonstrates a significant advance in integrating visual and force modalities for robust, reactive robotic manipulation in contact-rich environments.

ResearchOfficialarXiv Robotics

Masked Visual Actions for Unified World Modeling

Researchers propose Masked Visual Actions, a pixel-space control interface that represents robotic actions as partially revealed trajectories in video. A single model, finetuned on 15 hours of real and simulated data, demonstrates strong visual fidelity and controllability across various scenes and robot embodiments. The approach enables forward dynamics prediction, model-based planning, and inverse modeling within a unified framework.

Why it matters: This method offers a new way to connect video models and robotic control without explicit action tokens, potentially simplifying and unifying world modeling for manipulation tasks.