Papers for

automation system integrators

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.

Uncertainty guided refinement improves robot action chunking success

Uncertainty-Guided Sparse Refinement for Action Chunking Transformer Policies

Abstract: Learning chunk-based visuomotor policies for long-horizon robot manipulation remains challenging. Recent action-chunking methods have shown promising performance by predicting temporally extended action sequences. However, their failures are often dominated by prediction errors at a small number of critical timesteps rather than uniformly poor predictions across the entire action chunk, making uniform refinement inefficient and insufficiently targeted. To address this bottleneck, we propose Uncertainty-Guided Refinement (UGR), a sparse refinement framework for chunk-based visuomotor policies. Specifically, UGR follows a coarse-to-refine design: it first predicts a full action chunk, estimates per-step temporal uncertainty from the coarse hidden states, and applies residual correction only to the most uncertain timesteps selected by a binary mask. The uncertainty branch is decoupled from the coarse action predictor, enabling clean attribution of the refinement gains to uncertainty-guided correction rather than additional predictor capacity. Extensive experiments on five dual-arm manipulation tasks from the RoboTwin benchmark show that UGR achieves the best success rate on four tasks, improves over the ACT baseline by up to 13% absolute, and outperforms both full-chunk and position-agnostic block refinement in ablation studies.

Mon 14 SeptRobotics
The gist
Robots often plan actions in chunks to handle complex tasks, but mistakes usually happen at just a few key moments, not evenly across the whole plan. The authors introduced a way to spot which steps are uncertain in a robot’s planned action and only fix those steps, instead of redoing the entire plan. This targeted approach made robot teamwork tasks more successful and efficient. Their tests showed better results compared to previous methods across multiple robot manipulation tasks.
Open 2609.15840v1

Touch sensing improves robot lifting success and force control

Compact Visuotactile World Models for Lifting: Prediction, Reward Alignment, and Force Constraints

Abstract: Accurate contact prediction is useful for robotic manipulation only if it supports effective decisions. We investigate this connection using a compact, randomly initialized visuotactile world model, trajectory-level uncertainty calibration, and behavior-initialized actor-critic learning in imagination. On 160 MuJoCo Lift episodes, adding touch reduces endpoint-force prediction error from 1.058 to 0.228 N and interval-peak error from 2.724 to 0.523 N across three training seeds. However, tactile persistence achieves lower errors of 0.095 and 0.498 N, respectively. Two exploratory control rounds comprise 680 executions on 40 independent test initial conditions. A matched reward revision on fresh test environments increases in-distribution 10 cm lifting success from 20.0% to 93.3%, while success within an 8 N per-finger budget reaches only 33.3%, compared with 70.0% for force feedback. Calibration margins reduce force violations at the cost of task completion. In a separate study of public GelSight recordings, a force regressor achieves 0.04234 N error, but frame-level calibration covers only 15.80% of complete trajectories; trajectory-level calibration raises this to 87.36% at nominal 90% coverage. Together, these findings distinguish improvements in sensing and task reward from improvements in force-constrained control. The evidence is limited to public sensing records and simulator execution, without a demonstrated transfer between them.

Wed 9 SeptRoboticsArtificial Intelligence
The gist
Robots need to predict when they will touch objects to grip and lift them effectively. The authors tested a model that uses both vision and touch to predict forces during lifting tasks in a simulator. They found that adding touch sensing greatly improves the accuracy of force predictions and helps the robot lift objects more successfully, especially when reward signals align with force constraints. However, controlling forces precisely while still completing the task remains challenging. Their tests were done in simulation and on recorded tactile data, without showing transfer to real robot systems.
Open 2609.09597v1

Proxy policy steering improves robot task adaptation without losing skills

Proxy Policy Steering

Abstract: Generalist robot policies carry broad manipulation priors from large-scale data, but specializing them to a new task remains the deployment bottleneck. This requires eliciting task-specific behavior from limited demonstrations without degrading their broad capabilities. We introduce Proxy Policy Steering (PPS), an inference-time adaptation method that resolves this challenge by training two lightweight proxy policies whose calibrated velocity-space difference steers the frozen base sampler. A reference proxy models the frozen base's behavior on target-task observations, and a task proxy, initialized from the reference, captures how this behavior changes under task supervision. Their difference forms a calibrated velocity-space residual that steers the frozen base sampler at every denoising step. We identify the conditions under which this residual isolates the change induced by task supervision, and validate them empirically. Because the base is never directly modified, its broad capabilities remain available at inference, including behaviors such as recovery from failure that the demonstrations themselves do not exercise. Adaptation requires only forward velocity predictions from the base, making PPS lightweight to train and applicable even without access to the base's parameters. On 8 real-world and 4 simulation manipulation tasks, PPS lifts the state-of-the-art pi 0.5 base policy by 53% absolute success rate on average, with zero-to-one gains on tasks the base never solves, while preserving the base's broad capabilities. PPS outperforms LoRA fine-tuning, from-scratch specialists, residual policies, and prior inference-time steering methods.

Tue 8 SeptRobotics
The gist
Robots trained on lots of data can do many tasks, but making them good at a new task often means they forget old skills. The authors propose a way to adjust a robot’s behavior for a new task by adding small corrections at decision time, without changing the original robot’s knowledge. This method keeps all the robot’s old skills while improving performance on the new task. They tested this approach on real robots and simulations, showing it works better than other ways to specialize robot behavior.
Open 2609.09148v1

Robot manipulation improves by learning actions across stages

CASD: Chunk-Aligned Semantic Distillation for Multi-StageRobot Manipulation

Abstract: An action chunk can span several stages of a manipulation task, yet a label for its first step describes only the current stage. We introduce Chunk-Aligned Semantic Distillation (CASD), which derives semantic targets for entire action chunks. An offline vision--language model segments demonstrations into described stages. Their occupancy within each action chunk determines a weighted semantic target, including transitions between stages. A CASD generator learns to predict this target from the current observation, robot state, and task instruction. We then freeze the generator and train a policy conditioned on its predictions. The semantic branch runs once per policy query, without online VLM calls or reasoning-trace decoding. Teacher matching on annotated LIBERO training episodes is above chance for both single-stage and boundary-crossing chunks. We evaluate three Fast-WAM variants and a DreamZero integration across four benchmarks, including distribution shifts on LIBERO-Plus. Compared with published references, IDM+CASD reaches 98.9\% versus 98.0\% average success on LIBERO, while Uncond falls below its reference. Joint+CASD reaches 93.0\% versus 90.6\% on RoboTwin 2.0, and DreamZero+CASD reaches a 47.9\% four-category MolmoSpaces manipulation average versus 40.7\%. Performance varies across backbone integrations.

Tue 8 SeptRoboticsArtificial Intelligence
The gist
Robots often need to perform tasks that happen in several steps, but labels usually describe only the current step, making learning harder. The authors propose a method called CASD that groups these steps into chunks and teaches the robot about the entire chunk using signals from a vision-language model. This helps the robot better understand transitions between stages and improves its ability to complete tasks. They test this approach on several robot benchmarks and show better success rates compared to previous methods.
Open 2609.08638v1