Search papers, labs, and topics across Lattice.
The paper introduces CompACT, a discrete tokenizer that compresses each observation into as few as 8 tokens for action-conditioned world models. This drastically reduces the computational cost of planning within latent world models, addressing a key bottleneck in real-time control applications. Experiments demonstrate that a world model using CompACT achieves competitive planning performance with orders-of-magnitude faster planning speeds.
Planning in latent world models just got 10x faster: CompACT compresses observations into only 8 tokens without sacrificing performance.
World models provide a powerful framework for simulating environment dynamics conditioned on actions or instructions, enabling downstream tasks such as action planning or policy learning. Recent approaches leverage world models as learned simulators, but its application to decision-time planning remains computationally prohibitive for real-time control. A key bottleneck lies in latent representations: conventional tokenizers encode each observation into hundreds of tokens, making planning both slow and resource-intensive. To address this, we propose CompACT, a discrete tokenizer that compresses each observation into as few as 8 tokens, drastically reducing computational cost while preserving essential information for planning. An action-conditioned world model that occupies CompACT tokenizer achieves competitive planning performance with orders-of-magnitude faster planning, offering a practical step toward real-world deployment of world models.