paper-with-me

Papers

Inference-Time Robot Behavior Steering through Physically-Aware Reconfiguration of Task-Structure

2026-06-25 · Yiyuan Pan, Hanjiang Hu, Shangtao Li, Xusheng Luo, Changliu Liu arxiv

A central challenge in deploying learned robot policies is inference-time behavior steering: redirecting a policy at test time to satisfy user preferences not anticipated during training, without retraining. Existing methods fail in two modes: end-to-end methods require fine-tuning or expert-level guidance, while neuro-symbolic methods rely on predefined symbols whose edits can result in logically reasonable but physically infeasible plans. To address this challenge, we propose ReStruct, which builds upon a neural automaton policy that decomposes a visuomotor policy into a high-level state-machine skeleton capturing task structure and a low-level continuous controller represented as a residual policy. Specifically, ReStruct adopts the automaton to represent the preference and incorporates it into the skeleton through a synchronous product, thereby reconfiguring the task structure. With the controller kept frozen, the action priors provided by the skeleton are updated accordingly to enable physically-aware control under a modified task structure. Extensive experiments from simulation and real-world show that ReStruct steers a wide range of preferences, from object-centric specifications to temporal-logic constraints, and after steering surpasses existing methods, exceeding VLA models in both task success and preference-following by up to 25%.

📄 PDF Abstract BibTeX arXiv:2606.26588

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Steering Multirobot Behavior via Closed-Loop Affine Activation Editing

2026-06-09 · Satyajeet Das, Darren Chiu, Shashank Hegde, Gaurav S. Sukhatme arxiv

Real-world robots need to adapt their behavior beyond the envelope of their pre-trained policy. Policy finetuning or retraining are options, but they risk catastrophic forgetting, degrading the pretrained policy's base p…

Behavior Uncloning: Distilling Mode Redirection into Policy Weights without Inference-Time Steering

2026-06-28 · Hao Wang, Jiuzhou Lei, Dayou Li, Bangya Liu 외 arxiv

Behavior-cloned policies often learn multiple behavior modes from demonstration datasets, including modes that are unsafe or otherwise undesired at deployment. For example, a policy trained on diverse handover demonstrat…

VLS: Steering Pretrained Robot Policies via Vision-Language Models

2026-02-03 · Shuo Liu, Ishneet Sukhvinder Singh, Yiqing Xu, Jiafei Duan 외 arxiv

Why do pretrained diffusion or flow-matching policies fail when the same task is performed near an obstacle, on a shifted support surface, or amid mild clutter? Such failures rarely reflect missing motor skills; instead,…

WAM-TTT: Steering World-Action Models by Watching Human Play at Test Time

2026-07-08 · Yusen Feng, Bingchen Han, Jiangran Lyu, Kai Liu 외 arxiv

Steering robot foundation models (RFMs) toward new task variants or user-preferred behaviors remains challenging, often requiring additional robot demonstrations, task-specific fine-tuning, or long-context conditioning. …

Video Prediction

Inference-time Policy Steering via Vision and Touch

2026-06-12 · Yilin Wu, Zilin Si, Zeynep Temel, Oliver Kroemer 외 arxiv

Inference-time steering adapts pre-trained generative robot policies during deployment by verifying candidate actions before execution. While prior methods typically perform this verification only with visual observation…