INTACT: Isomorphic Intent-to-Action Learning for Search-Free World Models
TLDR
INTACT learns an end-to-end isomorphic intent-to-action mapping for search-free world models, achieving high success on LeWM tasks.
Reasoning
Strengths include a novel isomorphic architecture that eliminates test-time search and strong empirical results on LeWM benchmarks. Weaknesses are the lack of real-world application and limited discussion of limitations.
Read-first score
Read-first score 37.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 35.
Field roles
Rank sensitivity
Stability: volatile; rank range: 179.
Keyword Scores
Deep Analysis
Innovations
- Search-free intent-to-action interface: INTACT directly maps intent to action without test-time search, using a distributional action law whose conditional mean serves as a policy.
- Isomorphic architecture with a four-slot grammar and shared parameters, making local and goal motion-intent processing structurally identical, and inducing action-law semantics from the same predictor.
- Asymmetric endpoint gradients that ground physical successors and anchor future goals, unifying representation learning and control without pointwise latent matching or globally linear dynamics.
- Intact transfer from RGB evidence to action-effective latent intent coordinates and from intent families to corresponding action-law families.
- One-epoch, zero-search training achieving high success rates on LeWM tasks, with optional local CEM that drastically reduces candidate sampling while improving pure CEM.
Methodology
INTACT is an end-to-end JEPA that learns from action-labeled, reward-free trajectories. It uses a four-slot grammar with shared parameters to process local and goal motion intents isomorphically, and asymmetric endpoint gradients to ground physical successors and fix future goals as anchors. The model produces a distributional action law; the conditional mean is used directly as a search-free policy, with sampling available for diversity or verification.
Key Results
On four official LeWM tasks, one-epoch, zero-search INTACT models achieve 85.78%, 100.00%, 97.67%, and 97.89% success. Optional local CEM centered on the Direct plan achieves 96.86% macro success using only 384 candidate sequences (23.44× reduction vs. 9,000), improving pure CEM by 16.00 points. A shared four-task encoder reaches 89.39% E5 Direct macro, and predicted-expert action-family kNN tracks Direct success at r=0.954. Direct inference takes 2.9–5.5 ms.