TapSampling: Inference-Time Sampling with a Task-Progress-Understanding Verifier for Robotic Manipulation
2026-05-25 • Robotics
RoboticsComputer Vision and Pattern Recognition
AI summaryⓘ
The authors explore a new way to improve how robots decide what actions to take by focusing on how they choose actions during use, rather than just training bigger models or using more data. They introduce TapSampling, a method that generates multiple possible actions from a compressed representation and then selects the best one based on predicted task progress. This method works with different robot control policies without needing extra training. Their tests show TapSampling helps robots perform better in both simulated and real environments.
embodied controldiffusion modelsautoregressive modelsAction-VAElatent spacepolicy-agnosticinference-time samplingaction verificationrobotic datasetstask-progress prediction
Authors
Sizhe Zhao, Shengping Zhang, Shuo Yang, Weiyu Zhao, Shuigen Wang, Xiangyang Ji
Abstract
Existing embodied control research demonstrates remarkable performance improvements by scaling training data and model size. We instead explore inference-time strategy as an alternative axis. Non-deterministic generative models, such as diffusion and autoregressive models, have been widely adopted in the field of embodied control. However, the single-shot inference paradigm limits their performance. In this paper, we propose \textbf{TapSampling}, a plug-and-play framework for inference-time sampling. First, we introduce an Action-VAE that represents actions in a low-dimensional latent space by mapping policy-generated initial actions into a compressed posterior distribution, from which any number of latent samples can be drawn and decoded into candidate actions that approximate the true action distribution. Second, we formulate action verification as task-progress outcome prediction, using the intrinsic sequential structure of robotic datasets to train a semantically grounded verifier for interpretable action selection. Furthermore, TapSampling is a policy-agnostic framework. Extensive experiments in both simulated and real-world environments demonstrate that our method substantially improves multiple generalist policies without further policy finetuning. Code and models are available at the project page.