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.
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.
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.
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.
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.
SinD 2.0 is a large-scale drone-based dataset capturing six signalized intersections across four Chinese cities, featuring 32,682 safety-critical events and hierarchical semantic risk annotations. It includes a full-stack testing toolchain for scenario extraction and closed-loop testing, supporting cross-domain safety analysis of autonomous driving systems. The dataset addresses limitations of existing resources by providing greater geographical diversity and detailed risk labeling.
Why it matters: SinD 2.0 offers a standardized, diverse benchmark with rich risk annotations, enabling more robust and generalizable safety validation for autonomous driving systems at intersections.
The android robot Andrea was deployed autonomously for six days in a German museum, engaging visitors in multilingual conversations. Researchers tested three conditions: no emotion simulation, ChatGPT 4.1-driven emotions, and WASABI emotion simulation. Statistical analysis of visitor feedback found that neither form of emotion simulation significantly improved visitor ratings or was consciously detected by participants.
Why it matters: The findings indicate that current emotion simulation techniques in humanoid robots may not meaningfully enhance user acceptance or experience in real-world public settings.
Retriever is a new framework for building long-horizon robot agents, spanning an asynchronous decision model, programming model, runtime, and a sample closed-loop agent pipeline. It represents agents as graphs of stateful causal stream functions executed on explicit run clocks, which enables systematic debugging and deterministic replay. The system is evaluated through a real-robot case study and controlled studies of runtime overhead and replay behavior.
Why it matters: Retriever offers a unified solution for composing closed-loop robot systems with components running at different clocks and variable latency, improving reproducibility, debugging, and reuse.
VIDAR is a visual-inertial dense reconstruction framework that integrates SVO+IMU odometry with the Depth Anything 3 foundation model. The system uses visual-inertial odometry to provide camera poses, scale, and a consistent world frame, enabling accurate alignment of dense geometry predictions from the foundation model. On the EuRoC dataset, pose injection reduces scale error to about 1% and achieves a mean F@0.10 of 0.463, while a decoupled hybrid approach improves this to 0.676 without relying on ground-truth poses.
Why it matters: VIDAR offers a practical solution for achieving metric dense monocular reconstruction by combining visual-inertial odometry with a geometric foundation model.
BayesContact is a Simulation-Based Inference framework that combines depth and force/torque observations to estimate object pose during peg-in-hole insertion tasks. The method maintains a particle belief over pose, using a renderer and physics simulator to score hypotheses against real observations. In both simulated and real-robot experiments, BayesContact improves pose observability and increases insertion success by 30% compared to vision-only inference.
Why it matters: This work offers a practical approach to fusing vision and tactile sensing for precise pose estimation in contact-rich robotic manipulation, potentially reducing the need for retraining across different environments and geometries.
Researchers have introduced Handroid, a 27-degree-of-freedom (DoF) reconfigurable robot capable of switching between a dexterous hand and a desktop-scale humanoid form (0.33 m tall, 2.05 kg). The platform supports teleoperation, dexterous grasping, in-hand manipulation, humanoid locomotion, and long-horizon tasks that involve changing its embodiment. Handroid is validated through real-world manipulation, reinforcement-learning-based locomotion, and tasks requiring reconfiguration and coordinated actions.
Why it matters: Handroid enables unified research on dexterous manipulation and humanoid mobility within a single, compact, and reconfigurable platform, advancing the field of morphology-reconfigurable robotics and cross-embodiment learning.
Researchers introduce Orbis 2, a hierarchical world model for autonomous driving that separates future prediction into two levels: a high-level predictor for coarse scene structure over long time horizons and a low-level generator for detailed predictions. The model is trained in two stages, first with diffusion forcing pretraining to enhance internal representations, followed by teacher forcing fine-tuning for stable rollouts. Orbis 2 achieves state-of-the-art results on standard driving world model benchmarks, including long-horizon generation fidelity and steering responsiveness.
Why it matters: This work demonstrates a significant advance in autonomous driving world models by combining long-horizon spatial reasoning with high perceptual fidelity, leading to improved performance and internal representations.
A new preprint introduces DPNeXt, a lightweight multi-scale feature fusion decoder designed to replace the standard Dense Prediction Transformer (DPT) for multi-task dense prediction in robotics. DPNeXt employs dual depthwise separable inverted bottlenecks and a Multi-Task Boundary Guidance strategy to improve efficiency and mitigate negative transfer between tasks. The method reduces trainable parameters by 78.6% compared to DPT and achieves state-of-the-art results on Cityscapes and NYUv2 benchmarks, with faster inference on resource-constrained hardware.
Why it matters: This work advances efficient multi-task perception for robotics, enabling real-time scene understanding on devices with limited computational resources.
SLAC is a reinforcement learning method that uses a low-fidelity simulator to pretrain a task-agnostic latent action space through unsupervised skill discovery, enabling efficient and safe real-world learning for high-degree-of-freedom robots. The approach achieves state-of-the-art performance on bimanual mobile manipulation tasks, learning contact-rich, whole-body behaviors in under an hour of real-world interaction without demonstrations or hand-crafted priors.
Why it matters: SLAC advances the feasibility of real-world reinforcement learning for complex robots by combining simulation-based pretraining with safe, sample-efficient real-world learning.
Researchers introduce a method that focuses dense data collection on the critical, contact-rich segments of manipulation tasks, while using traditional planning for simpler free-space motions. By combining automated data collection with offline deep reinforcement learning, their approach achieves a 96% average success rate across four real-world tasks using only 2–2.5 hours of autonomous data, significantly outperforming the strongest baseline at 55%. The method also maintains high performance in out-of-distribution scenarios where end-to-end approaches typically struggle.
Why it matters: This work shows that targeted data collection can greatly improve the efficiency and generalization of robotic manipulation, reducing reliance on large datasets and teleoperation.
This paper presents an embodied active learning method that adapts object detectors to unknown environments while operating under constraints on both robot navigation time and annotation budget. The approach leverages spatial inconsistency to select informative trajectories and images, targeting failure cases to improve model performance. Experiments in both simulated (AI2-THOR) and real-world (Boston Dynamics Spot robot with YOLOv5) settings demonstrate that the method achieves higher detection accuracy than baseline approaches under the same resource constraints.
Why it matters: The work offers a practical solution for efficiently adapting robotic vision systems to new environments with limited resources, potentially improving real-world deployment of autonomous robots.
Researchers have introduced IMBench, a new benchmark designed to evaluate intuitive manipulation in robots by integrating perception, physical reasoning, action generation, and iterative execution. IMBench features 35 tasks and 14,000 filtered trajectories, requiring models to infer physical structure and generate feasible action sequences under explicit constraints. Initial experiments show that current vision-language and vision-language-action models struggle to combine reasoning with executable plans and to generalize across diverse manipulation scenarios.
Why it matters: IMBench highlights a significant gap in current AI and robotics systems' ability to integrate reasoning with action execution, which is crucial for developing more adaptive and capable robotic manipulation.
Researchers introduce PACE, a framework that enables humanoid robots to dynamically generate and adapt psychologically grounded personas through conversational interaction with users. The system employs an interactive elicitation pipeline to create structured identities, which are then expressed via multimodal behaviors on the Ameca robot. Empirical evaluation demonstrates that dynamically generated personas improve user trust, perceived anthropomorphism, and interaction quality compared to static, generic personas.
Why it matters: This work represents a significant advance in human-robot interaction by enabling robots to personalize their identities in real time, which can enhance trust and engagement in practical applications.
MemoGuard is a lightweight adaptive runtime system that validates episodic memories against safety contracts before reuse in communication-limited robot navigation. In simulation, MemoGuard reduced battery safety violations by 76.6% compared to similarity-only memory reuse and decreased fallback calls by 21.4% relative to always invoking local reasoning. The system was evaluated on an NVIDIA Jetson AGX Xavier and is open-sourced.
Why it matters: MemoGuard advances the safety and efficiency of autonomous robots operating in mission-critical, communication-limited environments by reducing unsafe memory reuse and computational overhead.
SkillNav is a new behavioral skill framework for vision-language model (VLM)-based navigation that leverages curiosity value maps as writable memory, enabling composable skills without retraining. The method introduces a tiered skill intervention system and achieves state-of-the-art SPL on MP3D (25.5), HM3D v0.1 (39.3), and HM3D v0.2 (43.2), with improvements of up to 6.0 SPL over previous methods. SkillNav also attains the highest reported Success Rate on HM3D v0.1 (69.7) and v0.2 (75.9).
Why it matters: SkillNav enables continual, training-free improvement of navigation agents by allowing new skills to be added without retraining, advancing the flexibility and practicality of embodied AI systems.