The independent variable robot releases the world's first "event level prediction" embodied
Breaking the limitations of traditional frame by frame learning, the way robots understand tasks has entered a new stage
Breaking the limitations of traditional frame by frame learning, the way robots understand tasks has entered a new stage
On May 29th, the independent variable robot team officially released the world's first embodied intelligent world model based on "event level prediction" - WALL-WM. This model breaks through the limitations of traditional embodied models in mechanically learning actions based on time frames, completely switching the prediction unit of the world model to semantic events, marking a new stage in the ability of robots to understand and execute tasks.
In the current embodied intelligence industry, mainstream visual language action (VLA) models generally adopt a fixed pattern: given the current picture and instructions, predict fixed length action blocks.
This frame by frame fill in the blank training method has obvious flaws:
The independent variable team pointed out in relevant academic papers that text, vision, and action information naturally have different time scales and manifold geometries in the real world.. Forcefully aligning within a single shared space can easily compromise the pre trained geometric priors.
In response to this industry pain point, the WALL-WM world model has innovatively introduced an "event centered" training and execution mechanism.
Specifically:
Simple understanding: Traditional models are like copying a movie frame by frame, while WALL-WM is like understanding the plot paragraphs of a movie - knowing when to reach out.When to grab and when to shift.
In order to make this new architecture run stably in the real physical world, the independent variable robot team has carried out a series of hard core engineering reconstruction:
Achievement: WALL-WM not only leads in multiple indicators such as embodied video generation quality and 3D spatial perception, but also outperforms the real Core15L1 Achieved excellent task completion scores in the generalization scenario of benchmark testing.
Currently, the open source code and homepage of the project have been officially made public.