Papers for

automation system designers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Memory grounded planning improves real robot manipulation tasks

Memory as Plans: World-Action Modeling with Memory-Grounded Planning

Abstract: Mainstream robotic policies often adopt a Markovian formulation, but many complex real-world manipulation tasks are inherently non-Markovian, requiring long-horizon memory beyond the current observation. Existing memory mechanisms often rely on language summaries, growing visual windows, or their combinations, and may therefore lose fine-grained visual evidence or face a trade-off between history coverage and execution efficiency. We introduce MaP-WAM, a Memory-as-Plans framework that decomposes memory-dependent world-action modeling into memory-grounded planning and plan-conditioned execution, and uses long-term multimodal episodic context as planning-time evidence rather than repeatedly conditioning the executor on the full history. MaP-WAM represents memory as completed segment records containing language instructions and sparse visual context, and converts this episodic memory into compact plans comprising the next segment-level language plan and corresponding visual guidance. A World-Action-Progress (WAP) model executes each plan over an unknown duration by jointly predicting action chunks and corresponding execution progress at inference time, calibrating predicted progress through plan-observation alignment for adaptive segment transitions and closed-loop context updates. MaP-WAM keeps the executor context length fixed, while structured attention further enables key-value caching in both planning and execution. MaP-WAM achieves state-of-the-art performance on RMBench with an 83.3% success rate and attains 78.0% success on real-robot tasks, while maintaining approximately constant executor inference latency as task history grows.

Thu 10 SeptRobotics
The gist
Robots often struggle with tasks that require remembering lots of past details, because their usual methods only look at what’s happening right now. The authors present MaP-WAM, a way for robots to store past experiences as short plans, which helps them remember important details without getting overwhelmed. This new approach lets robots plan better and act more precisely over longer tasks, making memory use more efficient and improving success rates both in tests and on real robots. Their system keeps the amount of information the robot uses during actions fixed, so it stays fast even as tasks get longer.
Open 2609.11561v1

Robot adapts shared control to human behavior for better cooperation

Adaptive Shared Control with Online Bounded-Rational Human Behavior Estimation

Abstract: This work considers adaptive shared human-robot control for nonlinear control-affine systems, where the assumption of a fully rational human is relaxed and the robot adapts its assistance to observed boundedly rational human behavior. We use a level-k bounded-rationality model of the two-player game to construct a finite bank of candidate human and robot policies through alternating best-response computations, with the associated value functions and policies approximated using adaptive dynamic programming. During the shared-control interaction, state-transition residuals compare the measured system evolution with the trajectories predicted by the candidate human policies. The residuals are accumulated using a forgetting factor and mapped to a probabilistic human-behavior model over the finite candidate bank. Rather than selecting a single candidate or averaging stored robot policies, the robot computes a distribution-aware one-step best response by minimizing an expected cooperative cost over the complete estimated human behavior distribution. For a quadratic terminal-value approximation and Euler state propagation, this response admits a closed-form solution expressed in terms of the expected human input. The proposed methods are evaluated in simulations of a benchmark nonlinear system stabilization task, and of a planar manipulator shared control setup. The reported results show decreasing Kullback-Leibler divergence between the estimated and simulated human behavior distributions, and a lower accumulated running cost for the robot agent over the shared control interaction period, than the maximum-probability and probability-weighted alternative policies baseline.

Wed 9 SeptRobotics
The gist
Robots and humans sometimes work together to control machines, but humans don’t always act perfectly logically. The authors developed a way for a robot to guess what kind of thinking a human partner might have during control, using patterns of past actions. Instead of trusting just one guess, the robot considers a range of possible human behaviors to decide how to assist. This approach helps the robot provide better support, shown in tests where the robot’s actions matched the human’s style more closely and reduced errors.
Open 2609.10215v1

Hallucination-aware world model improves general robot manipulation success

HaWMPO: Hallucination-Aware World Model-based Policy Optimization for Generalist Robot Policy

Abstract: Generalist robot policies have demonstrated strong generalization across robotic manipulation tasks, yet their success rates remain limited in com- plex long-horizon scenarios. Recent methods improve Visual-Language-Action (VLA) policies through online reinforcement learning on real robots, but such training relies on costly physical interactions, suffers from low sample efficiency, and may introduce hardware and safety risks. World models offer a promising alternative by enabling policy optimization with imagined rollouts. However, long-horizon rollouts generated by world models often suffer from prediction hal- lucinations, producing biased state transitions that can mislead policy learning. To address this issue, we propose Hallucination-aware World Model-based Pol- icy Optimization (HaWMPO), a closed-loop reinforcement learning pipeline for VLA policy post-training with world models. Specifically, HaWMPO introduces an action-conditioned hallucination-aware model to estimate the reliability of gen- erated image sequences, and incorporates hallucination scores into group relative policy optimization through a Reward-Soft mechanism, suppressing unreliable ac- tion chunks during training. On the LIBERO benchmark, HaWMPO achieves the best average success rate, with gains of 15.0% over the base model and 2.8% over the strongest baseline; real-world experiments on a G1 robot further validate its effectiveness, raising the average success rate on two manipulation tasks from 67.5% to 80.0%.

Wed 9 SeptRobotics
The gist
Robots that can do many tasks often struggle with long and complex sequences of actions. The authors found that training robots using imagined experiences called world models can help, but these imaginations sometimes have mistakes, called hallucinations, that confuse the robot. They created a new method called HaWMPO that watches out for these hallucinations and lowers their influence on learning. This approach improved robot success rates significantly in tests and real-world tasks.
Open 2609.09941v1

Safe multi-agent robot navigation with changing communication links

Graph-Based Safe Reinforcement Learning for Multi-Agent Systems with Time-Varying Topology

Abstract: This paper presents a graph-based safe multi-agent reinforcement learning (MARL) framework for cooperative navigation with time-varying topology. To address the critical challenge of ensuring safety in environments with sensing constraints, a safety-decoupled mechanism is introduced through a Control Barrier-Like Function (CBLF) action screening layer. This mechanism bridges the gap between discrete LiDAR perception and continuous safety constraints, ensuring that physical safety constraints are strictly satisfied regardless of the learning progress. Building upon this safety foundation, a unified structural architecture is proposed, integrating a attention-based actor and a Graph Attention Network (GAT) centralized critic. The actor utilizes a value vector reconstruction mechanism that explicitly encodes relative geometric relations through a collaborative tracking error matrix, enabling scale-insensitive policy learning under time-varying communication topologies. Meanwhile, the GAT-based critic models evolving interaction structures for accurate global value estimation. The proposed framework is validated on real differential-drive robot platforms, and experimental results demonstrate superior stability and safety in dynamic scenarios with limited fields-of-view.

Tue 8 SeptRobotics
The gist
Keeping multiple robots safe while they navigate together can be tricky when their communication changes over time. The authors created a new system that uses a graph-based approach to safely control robot actions even when robots have limited sensing abilities. Their method screens actions to always meet safety rules and uses smart networks to help robots learn better navigation despite shifting communication. They tested this on real robots and found it helped keep the robots stable and safe in dynamic environments.
Open 2609.08802v1

Decentralized shielding improves safety of multi robot systems

Decentralized Safe Multi-Agent Reinforcement Learning via Predictive Shielding

Abstract: Environments are increasingly populated by multiple robots performing independent tasks with limited prior knowledge of each other. Deploying such multi-agent systems presents significant challenges. Specifically, shifts in deployment states compared to training data can lead to poor policy performance and compromised safety. While safety shields exist to mitigate these risks, they are typically reactive, which degrades performance near unseen obstacles,and centralized, limiting their scalability. To address this, we propose a decentralized framework that integrates predictive shielding with model-based finite horizon Q-learning. This approach allows agents to safely adapt their pre-trained policies during deployment. Furthermore, to mitigate livelocks in symmetric scenarios, we introduce a communication- free protocol for conflict resolution

Mon 7 SeptArtificial IntelligenceMultiagent SystemsRobotics
The gist
Many robots work together in shared spaces but often don’t know much about each other beforehand, which makes it hard for them to avoid accidents especially if the environment changes. The authors propose a method that helps each robot predict and avoid future dangers on its own, rather than reacting only when problems arise or relying on a central controller. This approach also includes a way for robots to resolve conflicts without needing to communicate, which is useful when they behave similarly and might get stuck. Overall, this method helps robots safely adapt to new situations while working alongside others.
Open 2609.07618v1