Researchers present Acc-CBF-QP, an acceleration-based Quadratic Program safety filter leveraging Control Barrier Functions to enforce safety constraints on reinforcement learning (RL) policies in real time, without altering the training process. The method is demonstrated on both a Kinova Gen3 manipulator and a Unitree H1 humanoid robot, achieving up to 92% reduction in constraint violations on hardware and fully eliminating violations on the Kinova Gen3. The approach maintains nominal RL task performance in safe regimes and prevents constraint-induced shutdowns under aggressive commands.
Why it matters: This work offers a practical and effective solution for safely deploying RL policies on real-world robots, addressing a major challenge in robotic control.
A new empirical study evaluates six quantization methods on two large code model families, Qwen2.5-Coder and CodeLlama, using multilingual benchmarks. The results show that AQLM consistently matches or exceeds the full-precision baseline in functional correctness, while QuIP# leads to the largest degradation, especially on complex prompts. Security attributes remain stable across quantization methods, but robustness to prompt complexity varies. These findings offer practical guidance for deploying code models on resource-constrained hardware.
Why it matters: The study provides actionable insights for developers choosing quantization techniques to deploy large code models efficiently without sacrificing code correctness or security.
A new framework combines a Joint Probability Tree with a Causal Circuit to diagnose and correct robot action failures efficiently. In simulation experiments, the method reduced failed attempts by up to 37% under degraded conditions and provided interpretable causal reports for each failure. The approach operates without retraining or additional data collection, supporting both autonomous recovery and operator oversight.
Why it matters: This work introduces a tractable, interpretable method for safer robot action testing and failure recovery, potentially improving the reliability and deployment of physical AI systems.
SoftNav introduces a method for injecting entity-level 3D continuous representations as soft tokens into the hidden space of vision-language models (VLMs), enabling goal-directed navigation with minimal training. The approach achieves state-of-the-art results on the HM3D-OVON benchmark and demonstrates zero-shot transfer to other navigation benchmarks and real-world robot deployment, all without retraining or architectural changes.
Why it matters: This work bridges the gap between 3D scene understanding and VLMs, enabling efficient and transferable embodied navigation with minimal data and parameters.
AHEAD is a real-time VR teleoperation system that predicts operator intent from hand and head signals to enable proactive robot control. In user studies, it reduced robot reaction latency by 0.6–1.4 seconds compared to baselines and lowered reported operator workload during pick-and-place tasks. The system uses an attention-based classifier to anticipate grasp and placement intentions, allowing the robot to begin actions earlier while maintaining stability.
Why it matters: This work shows that intent prediction can make teleoperation more efficient and less fatiguing, which could improve productivity in repetitive robotic tasks.
A new preprint introduces VeriHarness, a code-controlled agent loop designed to test how structured feedback affects LLM agent performance. In experiments with 50 TextWorld games, providing feedback that included failure location, observed value, and admissible alternatives significantly improved task completion rates for both Qwen2.5-Coder-14B and Llama-3.1-8B models. The study found that the admissible alternatives field was the main contributor to these gains, and that presenting feedback in prose was nearly as effective as using JSON format.
Why it matters: This work offers empirical evidence on optimizing feedback mechanisms for LLM agents, which could enhance their reliability in automated code generation and complex task execution.
Researchers introduce a framework that translates natural-language descriptions into SysMLv2 models suitable for use in industrial modeling environments. The system employs a conformance checker within a generate-check-repair loop, ensuring that generated models achieve production-level acceptance. In evaluation on 151 prompts, the approach achieved 100% production conformance, compared to 51.16% for single-shot generation.
Why it matters: This work enables engineers to reliably generate deployable SysMLv2 artifacts directly from natural language, bridging the gap between informal requirements and formal system models.
Open-AoE is an open, community-oriented dataset and toolchain for egocentric manipulation, featuring approximately 2,000 hours of video collected by over 500 contributors using more than 400 smartphones. The dataset includes structured annotations such as text labels, MANO-based hand poses, camera trajectories, and temporally localized atomic actions. It also provides a full pipeline for data processing, including temporal action segmentation, semantic annotation, hand and camera trajectory reconstruction, as well as downstream tools for visualization, cross-embodiment retargeting, and model training. This resource is designed to facilitate embodied AI research and human-to-robot transfer by lowering barriers to data contribution and reuse.
Why it matters: Open-AoE provides a large-scale, practical infrastructure for embodied AI research, potentially accelerating advances in manipulation tasks and world modeling.
A pre-registered experiment involving 44 meta-analyses in economics found that authors preferred feedback from a single-pass AI report over two multi-agent debate tools, even though the debate tools used up to 30 times more tokens. The single-pass approach was favored by 0.66 and 0.57 rank points over the two debate tools, respectively. The study also cautions against replacing human authors with AI judges, as AI judges' preferences differed from those of the authors.
Why it matters: This challenges the assumption that multi-agent debate improves AI feedback, raising questions about the effectiveness of such methods in peer review and research evaluation.
StructureClaw introduces an artifact-centered workbench for evaluating LLM agents in structural engineering, emphasizing governed skills, typed tools, and shared artifact state. The accompanying StructureClaw-Bench provides 150 executable scenarios that test standard workflow execution, robustness, and multimodal reconstruction, requiring all assertions to pass for success. Results show that average agent success rates improved from 56.8% with generic skills to 88.6% with full automation, and the benchmark reveals key challenges in handling invalid inputs and model reconstruction.
Why it matters: This work establishes a rigorous, workflow-level evaluation framework for structural engineering agents, enabling the identification of failures that are missed by traditional final-response checks.
Researchers introduce a multi-modal framework that enables humanoid robots to autonomously select and execute motion skills in real time based on audio input. The system processes both music and speech, using audio fingerprinting and semantic embeddings for music, and a discrete skill library for speech, to guide motion policy selection. Validation is performed both in simulation and on a Unitree G1 humanoid robot, demonstrating robust transfer from simulation to real-world operation.
Why it matters: This work represents a meaningful advance in humanoid robot autonomy, enabling more natural and responsive interactions with dynamic audio cues.
Researchers developed a mixed-agent museum tour guide system that combines a physical robot with a projected virtual agent. In a study with 30 participants, the mixed-agent setup led to improved learning performance for female participants, while engagement and experience quality were consistent across all groups. Participants of all genders expressed a preference for the mixed-agent team, highlighting the richer interaction it provided.
Why it matters: This research demonstrates that mixed-agent human-robot interaction can help address gender disparities in learning outcomes, informing the design of more inclusive educational robotics.
Researchers introduce Contrastive Policy Optimization (CPO), a method that leverages token-level contrastive disagreement between reference-guided and vanilla generation distributions for correctness-aware advantage shaping in reinforcement learning with verifiable rewards. The study presents both theoretical and empirical evidence that CPO provides a more reliable correctness signal than traditional entropy-based methods. Experiments show that CPO outperforms entropy-based approaches on both in-domain and out-of-domain benchmarks while maintaining strong generalization.
Why it matters: This work offers a novel approach to improving the reliability and effectiveness of reinforcement learning from verifiable rewards, potentially advancing the field's practical capabilities.
Researchers introduce CARPRT, a training-free method that assigns class-specific weights to prompts for zero-shot image classification using vision-language models. Unlike previous approaches that use the same prompt weights for all classes, CARPRT captures dependencies between prompts and class labels, leading to improved classification accuracy. The method is evaluated on standard benchmarks and shows superior performance over class-independent reweighting. Code is available on GitHub.
Why it matters: CARPRT addresses a key limitation in zero-shot image classification by modeling prompt-class dependencies, resulting in more accurate predictions.
Researchers present The Energy Society, a minimal simulation environment where LLM-based agents expend energy proportional to their model size when generating tokens and are deactivated if their energy runs out. Experiments reveal that larger models consistently consume more energy than they gain, cooperative incentives prompt donation behaviors (sometimes at personal cost), and agents rarely engage in direct sabotage but display self-serving tendencies in competitive scenarios. The environment also demonstrates how features like memory and inter-agent recommendations influence coordination and risk-taking.
Why it matters: This work offers a novel, compact testbed for analyzing how inference costs and group incentives drive emergent cooperation and competition among LLM agents.
A new preprint introduces 'within-range regret' as a key concept for understanding when it is optimal for a principal to honestly communicate their preferences to an automated proxy, such as a language model or autobidder. The authors prove a trilemma: no guardrail on the proxy can be simultaneously binding, truthful, and capability-preserving. Empirical tests on production language models show that honest reporting often leaves surplus unclaimed, which can be recovered by strategically inflating the report.
Why it matters: This work formalizes the incentive structure behind prompt engineering and jailbreaking, revealing fundamental trade-offs in aligning AI proxies.
PolyQ is a CPU-oriented compiler and quantization co-design that enables fractional-bit large language model (LLM) inference on edge CPUs by assigning per-channel bit-widths and applying compile-time optimizations. The framework achieves 2.4–32.1% perplexity improvement over prior methods at a 3-bit target and reduces activation reorder traffic by up to 70.8%. End-to-end measurements on various CPUs show that PolyQ enables practical, predictable, and energy-efficient low-bit LLM inference across diverse edge devices.
Why it matters: This work demonstrates that fine-grained, low-bit LLM inference is feasible and efficient on widely available CPUs, broadening the accessibility of on-device AI.
A new preprint rigorously evaluates an adaptive Runge-Kutta variant of Adam (RK-Adam) under a strict compute-matched protocol, finding that it underperforms plain Adam on training loss, with its adaptive step size mechanism largely inactive. When the method is repaired, it achieves much lower training loss in full-batch settings, but this improvement is fragile and does not translate to better test accuracy. The study also finds that while higher-order adaptive integration can provide deeper minimization and a small regularization effect, these benefits are matched or exceeded by cheaper, well-tuned first-order optimizers like Adam, RMSprop, or NAdam.
Why it matters: This work challenges the value of higher-order adaptive optimizers for neural network training, showing that their practical benefits over standard first-order methods are limited under fair compute budgets.
A new preprint introduces interleaved noise injection—alternating between noisy and clean data phases during training—instead of the standard monotonic decay schedule. This approach, combined with a gradient-norm stabilization technique, leads to improved robustness and test performance on clean, corrupted, and out-of-distribution datasets. The method outperforms common augmentations on CIFAR-100-C, ImageNet-C, and ImageNet-R benchmarks for both ResNet and ViT architectures, and is shown to be computationally efficient.
Why it matters: This technique provides a simple and computationally efficient way to enhance model robustness to distribution shifts and data corruption, with theoretical insights into its regularization effects.
Researchers introduce LyaGuide, a Lyapunov-guided framework that formulates flow guidance as a control problem, unifying classifier, reward, and energy-based guidance methods with explicit stability guarantees. The approach uses a pseudo-projection operator to enforce Lyapunov conditions and supports both model-driven and data-driven settings. Experiments on synthetic benchmarks, image inverse problems, reinforcement learning, and energy-based modeling show consistent improvements in sample quality, guidance fidelity, and robustness, with minimal computational overhead.
Why it matters: This work provides a theoretical and practical foundation for reliably guiding pretrained flow models, potentially enabling more stable and efficient adaptation of generative models to new tasks without retraining.