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.
Researchers have developed OptiTac, a biomimetic tactile sensor that uses optical fibers paired with mechanical pins to emulate the mechanoreceptor-to-nerve architecture of human touch. This design enables routing of tactile information away from the sensing surface while maintaining high spatial resolution. The system uses simple analytical methods, rather than deep learning, to infer contact properties such as location, size, and shape, resulting in interpretable tactile intelligence.
Why it matters: OptiTac offers a scalable and interpretable approach to distributed tactile sensing in robots, advancing the development of human-like touch perception.
Researchers introduce a fast-slow architecture for autonomous driving that separates a frozen 7B vision-language model (operating at 5 Hz) from a lightweight action expert (operating at 20 Hz). The slow model provides a cached scene representation, while the fast expert uses this cache and the current camera frame to generate waypoints at every simulation tick. In CARLA simulations on LangAuto-Short routes, this approach achieves 94% route completion compared to 37% for a frame-skipping baseline, and per-tick freshness reduces red-light violations by a third. The system also demonstrates strong zero-shot transfer to unseen towns and significantly lowers waypoint error compared to the backbone model's own action head.
Why it matters: This work offers a practical solution to bridging the latency gap between large language model inference and real-time control in autonomous driving, enabling substantial improvements in closed-loop performance and generalization.
Researchers introduce AC-VLA, a plug-and-play framework designed to improve out-of-distribution (OOD) generalization in Vision-Language-Action (VLA) models for robotics. The approach addresses two key failure modes—trajectory overfitting and perceptual shortcuts—by combining an LLM-driven instruction decomposer with a state-conditioned masking strategy. AC-VLA achieves approximately 28% absolute improvement on compositional OOD tasks in benchmark tests, while maintaining strong in-distribution performance.
Why it matters: Improving OOD generalization in VLA models is crucial for enabling robots to reliably perform novel task combinations in real-world environments.
AEGIS is a two-layer system for open-source liquid handlers such as the Opentrons OT-2. The first layer uses a large language model (LLM) combined with an assay rule database to detect protocol violations, achieving an F1 score of 0.97 on a multi-assay benchmark. The second layer applies PCA to pipette trajectories for runtime failure detection, reaching an average precision of 0.89. The system is open-source and demonstrates low-cost monitoring through cascade triage.
Why it matters: AEGIS enables reliable, low-cost detection of both protocol and runtime failures in open-source liquid handling robots, addressing a key gap in self-driving laboratory automation.
Researchers introduce a Generative Partially Specified Finite State Machine (GPSFSM) neurosymbolic architecture for robot behavior planning, combining the structure of FSMs with large language models. The system demonstrates higher plan-generation success rates than the state-of-the-art BTGenBot, especially in zero-shot scenarios, while maintaining comparable or lower planning latency. An open-source ROS2 stack implementing this approach is released.
Why it matters: This work presents the first generative FSM framework for robotics, offering a computationally efficient and interpretable alternative to existing behavior planning methods.
Researchers have introduced a comprehensive benchmark for the robotic arm reach-avoid task using deep reinforcement learning (DRL), employing MuJoCo MJX and Brax for parallelized simulation. The benchmark covers a diverse range of settings, achieving state-of-the-art success rates up to 98.8% for reach tasks and 95.2% for static reach-avoid tasks. However, the study finds that DRL agents' performance drops significantly in more realistic, complex scenarios, highlighting current limitations.
Why it matters: This work exposes the gap between DRL performance in simplified versus realistic robotic control tasks, emphasizing the need for further research to address real-world complexities.
Xiaomi has introduced Xiaomi-Robotics-1, a vision-language-action (VLA) model trained on more than 100,000 hours of real-world manipulation trajectories. The model demonstrates strong scaling behavior, achieving new state-of-the-art results on the RoboCasa365 benchmark (57.6% success rate) and RoboDojo (20.07 average score), surpassing previous bests. Xiaomi-Robotics-1 can also be efficiently fine-tuned for novel downstream tasks with minimal data.
Why it matters: This work establishes a new performance benchmark for robotics foundation models, highlighting the impact of large-scale real-world data and model scaling on generalization and adaptability.
A new preprint presents a reaction–diffusion framework to address oversmoothing in hypergraph neural networks (HGNNs), where deep propagation can cause loss of discriminative features. The proposed Hypergraph Neural Reaction–Diffusion (HNRD) model introduces a reaction mechanism to counteract diffusion-induced dissipation, stabilizing node representations even in deep architectures. Experimental results show that HNRD consistently outperforms existing hypergraph baselines and maintains robust performance under deep propagation and perturbations.
Why it matters: This work offers a principled approach for building deeper and more robust hypergraph neural networks, potentially expanding their practical use in complex relational data settings.
A new preprint addresses the paradox that score-based generative models can cover all modes of a multimodal distribution but may not learn the correct relative mode amplitudes (mixture weights). The authors show that generated samples can still recover mixture weights accurately if the score functions at intermediate noise levels are informative. They introduce the diffusion score sensitivity index (DSSI), which quantifies how changes in parameters affect the diffusion score matching loss and governs estimation accuracy. Empirical results demonstrate that DSSI predicts mixture weight recovery and that noise schedule choices can impact sensitivity and mode amplification.
Why it matters: This work provides a theoretical and empirical framework for predicting when diffusion models can accurately recover distribution parameters, informing model design and evaluation.
Researchers introduce ContinuityBench, a benchmark and systems study focused on maintaining conversational continuity during failover between large language model (LLM) providers. They propose a stateful proxy architecture that uses a History-Forwarding strategy to reconstruct conversational state across heterogeneous LLM endpoints, achieving a 99.20% Continuity Preservation Rate (CPR) compared to near-0% for stateless systems. The work also includes an open-source evaluation harness and new metrics for robust multi-provider LLM routing.
Why it matters: This work establishes a principled approach for building robust, state-preserving multi-model inference systems, which is critical for reliable production LLM deployments.
Researchers introduce a robust peak-cost constrained reinforcement learning (RL) framework that aims to control the maximum cost encountered along a trajectory, addressing the inability of standard constrained Markov decision processes (CMDPs) to handle catastrophic single violations. They demonstrate that peak-cost MDPs may not have zero duality gap and propose a surrogate optimization method with robust value estimation to address this. Experimental results indicate that their approach enforces safety constraints effectively even under dynamics perturbations.
Why it matters: This work advances safe RL by providing a method to handle catastrophic single violations, which is crucial for safety-critical applications.
Researchers introduce A*-Inspired Batch Selection (A*-BS), a lightweight, model-agnostic method that schedules mini-batches using a heuristic search to enhance convergence and maintain a strong learning signal during CNN training. On the MedMNIST-v2 benchmark, a simple CNN using A*-BS outperformed ResNet-18 and ResNet-50 on half of the twelve tasks, achieving up to 15% higher accuracy and AUC, and trained substantially faster. The method integrates into existing pipelines without modifying architectures or optimizers.
Why it matters: This work demonstrates that intelligent batch ordering can partially offset the need for deeper networks, providing a computationally efficient alternative for CNN training.
Researchers present drXAI, a method that leverages explainable AI (XAI) attribution techniques to reduce the amount of data needed for time series classification. By identifying and retaining only the most salient features, drXAI achieves 80–90% data reduction while maintaining classification accuracy on both synthetic and real-world datasets. This enables computationally intensive models, such as Transformers, to be applied to larger datasets that were previously inaccessible due to memory constraints.
Why it matters: This work demonstrates a novel and practical use of XAI for data reduction, enabling scalable time series analysis with advanced models on large datasets.
Researchers introduce FedGAMMA, a framework for federated learning on multimodal-attributed graphs, which enables collaborative model training across privacy-restricted data silos without sharing raw data. The approach uses a two-stage process involving federated pre-training and prompt-based fine-tuning, incorporating topology-aware alignment and semantic-structural disentanglement. Experiments on twelve datasets show FedGAMMA achieving up to 12.96% improvement over existing baselines.
Why it matters: This work enables effective federated learning on complex multimodal graph data while preserving privacy, advancing collaborative AI in sensitive domains.
Researchers introduce the Composite Tasks Challenge (CTC), a new benchmark suite specifically designed to test both division of labor and cooperation in multi-agent reinforcement learning (MARL). Experiments show that nine leading MARL methods fail to solve any CTC tasks, achieving zero test winning rates. A guiding solution demonstrates that the tasks are solvable but remains suboptimal, emphasizing the benchmark's difficulty.
Why it matters: CTC exposes a significant gap in current cooperative MARL capabilities, providing a challenging benchmark to drive advances in division of labor and cooperation mechanisms.
Researchers introduce QUADS, a method to stabilize NVFP4 low-precision reinforcement learning for Mixture-of-Experts (MoE) large language models. QUADS addresses activation quantization error, identified as the main source of instability in NVFP4 RL, by aligning quantization errors across training and rollout. The approach achieves BF16-level accuracy and approximately 16% higher rollout throughput than FP8 in MoE RL benchmarks.
Why it matters: This work enables more efficient and stable low-precision reinforcement learning for large MoE models, potentially reducing computational costs without sacrificing performance.
A new preprint introduces Transfer-Selective Replay (TSR), a method for continual learning that selectively replays past data predicted to benefit the current task, rather than replaying all past examples. TSR is guided by a task signature and uses distillation to maintain stability, showing improved forward transfer and outperforming existing replay baselines on both heterogeneous and homogeneous task streams.
Why it matters: This work reframes transfer as a primary objective in continual learning and provides both a theoretical framework and a practical method to achieve more effective transfer between tasks.
Crayotter is an open-source multi-agent system designed for prompt-driven long-form video editing, where all intermediate artifacts are made inspectable and resumable. In a 23-theme evaluation, it achieved the highest human overall score (3.40/5) among compared systems, with notable strengths in theme alignment, narrative coherence, and editing smoothness.
Why it matters: Crayotter demonstrates that long-horizon video editing agents can be made traceable and controllable through observable production artifacts, addressing a key challenge in multi-agent workflows.
A new preprint introduces Epistemic Byzantine Fault Tolerance (EBFT), a model that addresses a novel failure mode in consensus systems with agentic validators. The paper formalizes how protocol-compliant agents can collectively endorse semantically invalid transitions due to reasoning errors, a phenomenon termed the Honest Quorum Problem. EBFT extends traditional Byzantine fault tolerance by introducing confidence-indexed bounds for coherent invalid endorsements and unusable support, and derives new quorum-threshold conditions for safety and liveness.
Why it matters: This work identifies and formalizes a previously underappreciated risk in AI-driven consensus systems, where reasoning errors among honest agents can undermine the safety guarantees of distributed infrastructure.