Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

World Model-based Perception for Visual Legged Locomotion

arXiv 24.9 2024 57.3 method, application

TLDR

Proposes World Model-based Perception for legged locomotion, building a world model to learn policy, outperforming baselines in simulation and real-world.

Reasoning

Strengths: novel integration of world model for visual legged locomotion, demonstrated real-world transfer. Weaknesses: limited detail on world model architecture and training; reliance on simulation may limit generalization.

Read-first score

Read-first score 57.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 37.

Recency 8%
75.1

Uses a gentle age decay so recent papers surface without erasing older foundations. 2024

Methodology quality 25%
70

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=baseline,experiment

Topical relevance 42%
52.9

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Reproducibility 25%
46

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=code,github

Field roles

Methodology anchor

Rank sensitivity

Stability: volatile; rank range: 197.

Keyword Scores

world model
10
world dynamics prediction
9
model-based reinforcement learning world model
9
world simulator
5
interactive world model
2
generative world model
1
video world model
1

Deep Analysis

Innovations

  • World model-based perception for visual legged locomotion without requiring privileged information
  • Policy learned from world model predictions rather than through teacher-student imitation, addressing the information gap
  • Sim-to-real transfer of a world model that accurately predicts real-world trajectories despite being trained entirely in simulation

Methodology

The proposed World Model-based Perception (WMP) method builds a world model of the environment from proprioceptive and visual inputs, then learns a policy based on the world model's predictions. Training is conducted entirely in simulation, and the world model provides informative signals for the policy controller, avoiding the need for privileged information or a separate imitation learning stage.

Key Results

WMP outperforms state-of-the-art baselines in traversability and robustness in both simulated and real-world experiments, demonstrating effective sim-to-real transfer of the world model.

Limitations

  • The method is trained entirely in simulation, which may introduce a sim-to-real gap despite the demonstrated accurate real-world trajectory predictions.
  • The world model's performance may depend on the fidelity and diversity of the simulation environment used during training.

Tags