AI robotics news — Page 2

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

ResearchOfficialarXiv Robotics

Linear Attention Policy Outperforms Transformers for Open-Vocabulary Object Goal Navigation

A new policy architecture called LANav, based on linear attention, has been proposed for open-vocabulary object goal navigation. LANav achieves a 36.4% success rate on the HM3D-OVON benchmark, outperforming Transformer-based baselines by 6.3 percentage points. The method also demonstrates an 82% success rate in real-world tests on a Unitree Go2 robot, indicating strong sim-to-real transfer and practical feasibility.

Why it matters: This work demonstrates that structured linear attention mechanisms can surpass Transformer architectures for navigation tasks, potentially leading to more efficient and effective robotic navigation systems.

ResearchOfficialarXiv Robotics

Cognitive Dual-Process Planning Framework for Autonomous Driving with Structured Scene Knowledge

A new dual-process planning framework for autonomous driving leverages a structured chain-of-thought (S-CoT) schema to represent scene knowledge. The system uses a lightweight Arbiter to route routine scenes to fast meta-action prediction and complex scenes to slower, structured reasoning, with a rule-based validator ensuring consistency between reasoning and actions. On the NAVSIM benchmark, the approach achieves 80.14% planning accuracy, 97.20% logical consistency, and reduces latency by 17.39% compared to always using slow reasoning. The framework also demonstrates strong annotation quality and identifies scenarios where performance may degrade.

Why it matters: This work demonstrates a practical advance in autonomous driving planning by enabling adaptive, verifiable reasoning with reduced manual annotation and improved efficiency.

ResearchOfficialarXiv Robotics

RAPT: Model-Predictive OOD Detection and Failure Diagnosis for Sim-to-Real Humanoid Deployment

Researchers introduce RAPT, a lightweight, self-supervised deployment monitor operating at 50Hz that learns nominal execution from simulation and detects out-of-distribution (OOD) states in real-time during sim-to-real transfer for humanoid robots. In simulation, RAPT improves true positive rate by 37% over the strongest baseline at a 0.5% false positive rate, and on hardware, it achieves 89% TPR with 75% semantic failure diagnosis accuracy across 21 categories. The system also provides interpretable, per-dimension predictive deviation signals and post-hoc semantic failure diagnosis using LLM-based reasoning.

Why it matters: This work advances safety and reliability in deploying learned control policies on humanoid robots by enabling high-frequency, accurate OOD detection and interpretable failure diagnosis during real-world operation.

ResearchOfficialarXiv Multiagent Systems

Assistax: A Multi-Agent Hardware-Accelerated RL Benchmark for Assistive Robotics

Assistax is a new GPU-accelerated reinforcement learning benchmark for assistive robotics, built on JAX and MuJoCo-MJX. It supports multi-agent RL with a simulated human partner and introduces an ad-hoc teamwork pipeline for evaluating robot policies with unseen human policies. The benchmark achieves up to 412x faster simulation than comparable CPU-based environments and provides pre-trained humanoid policies for research use.

Why it matters: Assistax enables high-throughput, multi-agent RL research in assistive robotics, addressing a key bottleneck in developing and evaluating human-robot interaction policies.

ResearchOfficialarXiv Computer Vision

Recti-Q: Feature-Space Rectification for Robust Quantized Perception in Edge Robotics

A new preprint demonstrates that post-training quantization (PTQ) of vision models for edge robotics can significantly reduce robustness to real-world distribution shifts, such as sensor noise and severe weather, even when in-distribution accuracy is maintained. The authors introduce Recti-Q, a lightweight feature-space rectification framework that restores much of the lost robustness with minimal parameter and compute overhead, and supports efficient over-the-air patching for deployed robotic fleets.

Why it matters: This work highlights and addresses a critical robustness gap in quantized perception models for edge robotics, improving reliability in unpredictable real-world environments.

ResearchOfficialHugging Face Blog

The State of Simulation for Physical AI: An Overview

A new blog post from Hugging Face provides an overview of simulation technologies for Physical AI, discussing key platforms and methodologies. The post emphasizes the role of simulation in training and evaluating AI systems for real-world physical tasks.

Why it matters: Simulation is essential for advancing Physical AI, allowing for safer and more efficient development of robots and autonomous systems.

Open SourceOfficialHugging Face Blog

Grabette: an open system to record robot-manipulation data

Hugging Face has introduced Grabette, an open system designed for recording robot-manipulation data. The platform is intended to make it easier for researchers and developers to collect and share data for robotics research.

Why it matters: Grabette aims to streamline the collection of high-quality robot manipulation data, which is essential for progress in robotic learning and control.

Products & AgentsReportedSemafor / AI

Applied Intuition launches Dana service for natural language robotics development

Applied Intuition has introduced Dana, a service that allows developers to build and test physical intelligence using natural language. The company aims to make robotics development more accessible and intuitive.

Why it matters: This could lower the barrier to entry for robotics development, enabling more developers to create physical AI systems without deep expertise.

ModelsReportedMarkTechPost / AI

NVIDIA Releases Cosmos 3 Edge: A 4B-Parameter Open World Model That Reasons and Generates Robot Actions On-Device

NVIDIA has released Cosmos 3 Edge, a 4-billion-parameter open world model designed for on-device deployment. It enables robots and vision AI agents to understand their surroundings, reason in real time, and generate actions locally. The Cosmos 3 family also includes Cosmos 3 Nano (16B) and Cosmos 3 Super (64B), which shipped on May 31, 2026 at GTC Taipei.

Why it matters: This model brings real-time reasoning and action generation to edge devices, expanding the capabilities of robotics and vision AI without relying on cloud connectivity.

ResearchReportedThe Decoder

Xiaomi-Robotics-1: More Data Outperforms Larger Models in Robot Motion Training

Xiaomi trained its Robotics-1 model on over 100,000 hours of motion data collected by humans using camera-equipped handheld grippers. The results show that increasing the amount of training data led to greater performance improvements than increasing model size, although overall success rates are still low.

Why it matters: This challenges the common focus on scaling model size in robotics, highlighting the importance of data quantity for improving robot motion.

ResearchOfficialarXiv Robotics

Seg2Grasp: A Robust Modular Suction Grasping Pipeline for Bin Picking

Seg2Grasp is a modular pipeline for suction-based grasping in cluttered bin picking scenarios. It combines a Transformer-based segmentation module, surface normal-based grasp planning, and open-vocabulary classification using Mask-CLIP. Real-world experiments indicate that Seg2Grasp achieves higher success rates and greater adaptability compared to existing methods.

Why it matters: This work demonstrates a significant advance in robotic bin picking by introducing a modular approach that improves robustness and adaptability over end-to-end learning methods.

ResearchOfficialarXiv Robotics

Test-Time Scaling for World Action Models via Zero-Shot Geometric Evaluation

Researchers introduce a training-free, selective test-time scaling framework for World Action Models (WAMs) in robotics. Their method uses cross-view depth reprojection consistency to rank sampled rollouts, improving task success rates across several benchmarks. With a gating mechanism, the approach recovers 74.8% of the performance gain achieved by always-on scaling, while only using extra computation at 26.2% of decision points.

Why it matters: This work offers a practical way for robots to allocate computational resources more efficiently during inference, enhancing task performance without requiring task-specific labels.

ResearchOfficialarXiv Robotics

VLN-AVP: Zero-Shot Vision-Language Navigation for Autonomous Valet Parking

Researchers introduce VLN-AVP, a zero-shot navigation framework for autonomous valet parking that integrates a Bird's-Eye-View model with vision-language models, removing the need for pre-built maps. The system features a hybrid memory mechanism combining short-term perception and long-term topological memory. In simulation, VLN-AVP achieves over 25% higher success rates than prior vision-language navigation methods and demonstrates leading performance in real-world vehicle experiments.

Why it matters: This work advances autonomous vehicle navigation in parking garages by enabling map-free operation guided by natural language, improving scalability and practical deployment.

ResearchOfficialarXiv Robotics

GeoWorldAD: Geometry World Action Model for Autonomous Driving

GeoWorldAD is a geometry-based action model for autonomous driving that grounds trajectory planning in ego-aligned 3D space and anticipates short-horizon scene evolution using latent future geometry tokens. The model achieves state-of-the-art performance on the NAVSIM v1 and v2 benchmarks, effectively balancing collision avoidance with driving progress by leveraging explicit 3D geometry and future scene modeling.

Why it matters: This work shows that incorporating explicit 3D geometry and future scene evolution into planning can significantly improve both safety and efficiency in autonomous driving systems.

ResearchOfficialarXiv Robotics

Open-Vocabulary Shared Autonomy Framework for Robotic Manipulation

Researchers have developed a shared-autonomy framework for robotic manipulation that uses a single RGB-D camera to track operator arm motion and hand gestures without wearables or calibration. The system grounds free-form text prompts for target specification using a vision-language model, and employs a GPU-accelerated model-predictive controller for collision avoidance and a potential field for assisted grasping. Validation on a quadruped mobile manipulator in industrial tasks showed improved safety and task success compared to ablated versions.

Why it matters: This work demonstrates a novel integration of vision-language models and real-time control, enabling safer and more intuitive teleoperation in complex industrial environments.

ResearchOfficialarXiv Robotics

LAG-Fusion: Asynchronous Multimodal Diffusion Policy for Robotics

Researchers introduce LAG-Fusion, a latency-aware guidance fusion framework that enables multimodal diffusion policies in robotics to operate asynchronously, with each modality running at its native inference rate. The approach uses a reference-frame rebasing rule to align delayed guidance from different modalities before fusion. In experiments on contact-rich manipulation tasks, LAG-Fusion demonstrates improved responsiveness and task performance compared to synchronous fusion and force-aware baselines.

Why it matters: This work addresses a key challenge in robotic imitation learning by enabling efficient and flexible fusion of modalities with differing sensing rates and latencies, which is important for real-world manipulation tasks.

ResearchOfficialarXiv Robotics

PRISM: Multimodal Terrain Mapping for Rover Navigation in Unstructured Environments

Researchers introduce PRISM, a multimodal perception system that fuses RGB, depth, and thermal imagery to improve terrain mapping in unstructured environments. The system employs a vision transformer-based network, OmniUnet, for semantic segmentation and is validated on two new datasets as well as through field experiments. PRISM operates on a resource-constrained embedded computer and produces traversability maps to support autonomous rover navigation.

Why it matters: Integrating thermal sensing with standard vision in terrain mapping enhances hazard detection and safety for autonomous rovers in challenging environments.

ResearchOfficialarXiv Robotics

Foresight Residual RL Improves Long-Horizon Robot Manipulation with VLA Policies

A new method called Foresight Residual RL is proposed to improve long-horizon robot manipulation tasks by optimizing the quality of handoffs between subtasks. The approach augments sparse success rewards with an offline-estimated foresight value that predicts the likelihood of future subtask success, leading to a significant increase in full-task success rates on a challenging nut-tightening assembly benchmark (85.6%), compared to standard residual RL (54.5%) and VLA baselines.

Why it matters: This work demonstrates that optimizing terminal state quality across subtasks is crucial for improving the performance of chained vision-language-action policies in complex, contact-rich robotic assembly tasks.

ResearchOfficialarXiv Robotics

PhyAgentOS: A Self-Evolving Operating System for Embodied Agents with Decoupled Cognitive Planning and Physical Execution

PhyAgentOS is a runtime foundation for embodied agents that provides system-level services such as scheduling, verification, memory, benchmarking, and safety. It introduces a Session-Centered Runtime that decouples cognitive planning from physical execution using a file-system-based protocol, enabling unified cognitive state management. The system is validated on over 19 simulated and physical embodiments and demonstrates gains on several benchmarks, including LIBERO, Calvin, and RoboCasa365.

Why it matters: PhyAgentOS represents a significant advance by providing a unified, self-evolving operating system that separates cognition from physical execution, potentially improving the reliability and scalability of embodied agent systems.

ResearchOfficialarXiv Robotics

G2-Nav: Grounded and Guarded Vision-Language Costmaps for Robot Social Navigation

Researchers introduce G2-Nav, a framework that leverages vision-language models to generate interpretable costmaps for socially compliant robot navigation. The system grounds abstract social reasoning in the navigation process and incorporates safety checks to mitigate risks from system latency. Real-world experiments show that G2-Nav enables safe, efficient, and socially compliant autonomous navigation in unstructured environments.

Why it matters: This work advances robot navigation by integrating interpretable social reasoning from vision-language models with robust safety mechanisms, addressing limitations of black-box and instruction-following approaches.