← Latest papers
🤖 machine learning

LpWM: A Case for Sparse Representations in World Models

This paper introduces LpWM, a Joint-embedding predictive architecture that utilizes sparse, non-negative latent representations regularized by Rectified Distribution Matching to significantly reduce predictor complexity and improve planning success compared to traditional dense representations, while simultaneously revealing interpretable, mode-factored dynamical structures.

Original authors: Yilun Kuang, Yash Dagade, Quentin Le Lidec, Lucas Maes, Randall Balestriero, Yann LeCun

Published 2026-08-25
📖 5 min read🧠 Deep dive

Original authors: Yilun Kuang, Yash Dagade, Quentin Le Lidec, Lucas Maes, Randall Balestriero, Yann LeCun

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

To understand how a machine learns to move through the world, imagine teaching a child to navigate a room. The child does not just memorize a static map; they build a mental model of how the room changes when they push a chair or open a door. In the field of artificial intelligence, this mental model is called a "world model." For a computer to plan a path or perform a task, it needs to predict what will happen next based on its current state and the actions it takes. A common approach involves translating the complex visual world into a simpler, internal language of numbers, known as a "latent space." In this hidden space, the computer predicts the future by moving these numbers forward. However, a persistent problem has been that these internal representations often become too dense, with every single number in the set holding some value, making the prediction task incredibly difficult and prone to errors.

Researchers have long wondered if there is a better way to structure this internal language. What if, instead of filling every slot with information, the computer used a sparse language, where most of the numbers are zero and only a few carry the meaning? This idea suggests that by forcing the system to be selective, the rules governing how the world changes might become simpler to learn. This is the central question explored in a new study by a team of researchers from institutions including NYU, Duke University, and Brown University. They set out to test whether this sparse approach could make it easier for an artificial intelligence to understand and control its environment, specifically looking at how the geometry of these internal numbers affects the difficulty of the task.

The team introduced a new system called LpWorldModel, designed to learn these sparse representations. Unlike previous methods that encouraged every part of the internal code to be active, this system uses a specific mathematical constraint to ensure that most of the numbers in the code remain exactly zero. They trained this system on two different environments: a simple navigation task where a dot moves through a doorway, and a more complex manipulation task where a robotic arm must push a T-shaped block to a target location. In the simpler environment, the system worked well regardless of whether the internal code was dense or sparse, because the rules of movement were straightforward enough for even a basic predictor to handle. However, the results changed dramatically in the more difficult pushing task.

When the researchers tested the system with predictors of varying complexity, they found that the sparse approach offered a distinct advantage. In the middle range of complexity, where the predictive model was not powerful enough to handle the dense, cluttered representations, the sparse system succeeded where the dense one failed. Specifically, on the pushing task, the sparse system improved the success rate of planning by up to 57 percent compared to the dense system when using predictors with intermediate capacity. This suggests that by organizing the information into a sparse format, the system reduced the complexity required to model the dynamics of the world. The dense system struggled because it had to learn a complicated web of interactions, whereas the sparse system could rely on a simpler, more direct set of rules.

Beyond just improving performance, the researchers discovered that the sparse representations organized the information in a way that was surprisingly interpretable. The system naturally separated the "mode" of the world from the specific details of the state. In a test environment where the physics changed depending on which zone the agent was in, the system used the presence or absence of specific numbers (the "support") to identify which zone it was in, effectively acting as a switch for the type of physics being applied. The actual values of the non-zero numbers then captured the continuous details, such as the exact position of the agent within that zone. This separation allowed the system to understand that the rules of the world had changed, rather than just seeing a jumble of changing pixels.

In a more complex scenario involving a robotic arm interacting with a cube, the researchers found that the sparse system could track the physical state of the object, such as whether the arm was touching the cube. However, without additional guidance, the system tended to focus on the fastest-moving parts of the scene, like the arm itself, rather than the slower, more significant event of contact. By adding a simple constraint that encouraged the system to be stable over time, they were able to shift the focus so that the sparse code tracked the contact between the arm and the cube. This demonstrated that the sparse representation could be tuned to highlight the most physically meaningful events, turning the internal code into a readable map of the world's dynamics.

The study concludes that sparse representations offer a powerful alternative to the dense methods currently used in artificial intelligence. By forcing the system to be selective, the researchers showed that it is possible to make the task of predicting the future significantly easier, allowing simpler models to achieve better results. The findings suggest that the geometry of the internal language matters deeply; a sparse, structured approach can reveal the underlying rules of a system more clearly than a dense, unstructured one. While the system still requires careful tuning to ensure it tracks the right physical events, the results indicate that sparsity is a promising path toward more efficient and interpretable world models, potentially allowing machines to learn complex behaviors with less computational power.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →