ACID: Action Consistency via Inverse Dynamics for Planning with World Models
Abstract
ACID is a decision-time planning framework that enhances action-conditioned world models by enforcing cycle action consistency to improve trajectory realism and reduce computational requirements.
Decision-time planning with action-conditioned world models has become a popular paradigm for embodied control. However, the standard planning cost judges a candidate solely by how close its predicted terminal state lies to the goal, leaving the realizability of the intermediate transitions unchecked -- a predicted trajectory can look convincing while the environment rollout drifts away from it. In this paper, we propose ACID, a decision-time planning framework that introduces cycle action consistency: the action inferred backward from a predicted transition by an inverse dynamics model should recover the one that was conditioned on. We fold this per-step residual into the planning cost via a scale-invariant adaptive weight. Across four action-conditioned world models and six tasks spanning rigid and deformable manipulation, articulated control, and visual navigation, ACID consistently improves planning and matches the baseline's accuracy with substantially less planning compute.
Community
TL;DR
Decision-time planning scores a candidate only by how close its predicted final state is to the goal, never checking that the route there is realizable. ACID adds cycle action consistency: an inverse dynamics model infers the action behind each predicted transition, and its mismatch with the conditioning action becomes a per-step planning cost — improving planning across four world models and six tasks with substantially less compute.
Overall architecture of ACID
(Left): Decision-time planning with an action-conditioned world model: an MPC with CEM searches over candidate action sequences to minimize the augmented planning cost. The current observation is encoded by to , and the world model unrolls a latent trajectory from . The inverse dynamics model then takes each predicted transition and infers the action that would explain it.
(Right): The augmented planning cost combines two terms: the goal cost, which prefers candidate action sequences whose predicted final latent is close to the goal, and the action consistency cost, which prefers candidate action sequences whose predicted trajectory is realizable in environment.
Get this paper in your agent:
hf papers read 2607.02403 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper