VIScore: Diagnosing Planning-Relevant Quality in Latent World Models

TL;DR

Proposes VIScore, integrating veracity, influence, and sobriety, to evaluate planning-relevant quality in latent world models, with correlation exceeding 0.75.

cs.RO 🔴 Advanced 2026-08-12 134 views
Haiyu Wu Randall Balestriero Morgan Levine
Latent World Models Planning Diagnosis Regularization Information Theory Model Evaluation

Key Findings

Methodology

This paper conducts a comparative analysis between two regularization strategies, SIGReg and VISReg, focusing on their impact on the latent space distribution and subsequent planning success. Experiments span multiple datasets including PushT, Reacher, OGBench-Cube, and Two-Room, assessing how different regularization controls influence out-of-domain generalization. The core innovation is the development of VIScore, a composite metric that quantifies three aspects: veracity (reachability), influence (control capacity), and sobriety (hallucination resistance). The methodology involves decomposing the latent distribution into center, scale, and shape components, optimizing their match to a Gaussian prior, and integrating a search hallucination detector based on the model’s predictive and search behaviors. Statistical correlation analysis (Spearman’s rho) validates the strong association between VIScore and actual planning success across diverse models and tasks.

Key Results

  • Across multiple datasets, models trained with VISReg exhibit superior distribution matching accuracy, especially in out-of-domain scenarios, achieving success rates up to 98% in short-horizon tasks, outperforming traditional regularization methods like SIGReg by 2-4%. In long-horizon planning, VISReg-based models maintain a success rate of 92%, significantly higher than baseline methods (84-89%).
  • VIScore demonstrates a robust correlation with planning success, with Spearman coefficients consistently above 0.75 across tasks and datasets, outperforming existing metrics such as Straightness, Physical-State Probing, and Empowerment. Its calibration error remains below 10%, indicating high predictive reliability.
  • Ablation studies reveal that decomposing the latent distribution into separate control over center, scale, and shape, combined with hallucination detection, significantly enhances out-of-domain generalization and planning success, validating the theoretical premise of the proposed metric.

Significance

This work advances the understanding of how latent space properties influence planning success in world models. By introducing a comprehensive, interpretable diagnostic tool—VIScore—it bridges the gap between representation quality and practical planning performance. The metric’s strong correlation with success rates across diverse environments underscores its potential as a standard evaluation and diagnostic tool in the development of robust, generalizable latent world models. This has broad implications for autonomous systems, including robotics, autonomous driving, and virtual environment navigation, where reliable planning under uncertainty is critical. Furthermore, the methodology provides a new framework for dissecting the contributions of different latent space components, guiding future model design and regularization strategies.

Technical Contribution

The primary technical contribution is the formulation of VIScore, a composite diagnostic metric that integrates three interpretable dimensions—veracity, influence, and sobriety—each grounded in information theory and statistical analysis. The approach involves decomposing the latent distribution into center, scale, and shape components, optimizing their match to a Gaussian prior via a differentiable regularizer (VISReg), and quantifying hallucination effects through search-based metrics. The experimental validation across multiple datasets and models demonstrates that VIScore outperforms existing metrics in predicting planning success, with a consistent Spearman correlation above 0.75. The work also introduces a novel regularization strategy, VISReg, which separates the control of distribution parameters, enabling finer tuning and improved out-of-domain generalization. These innovations collectively establish a new standard for diagnosing and improving latent world models.

Novelty

This paper is the first to propose a comprehensive, multi-dimensional diagnostic metric—VIScore—that explicitly links latent space properties to planning success. Unlike previous metrics focusing solely on encoding quality or prediction accuracy, VIScore evaluates the reachability, control capacity, and hallucination susceptibility of the model, providing a holistic view of its planning-relevant quality. The decomposition of the latent distribution into center, scale, and shape components, combined with the hallucination detection mechanism based on search behavior, represents a novel methodological advance. Furthermore, the controlled comparison between SIGReg and VISReg highlights the importance of flexible distribution control for out-of-domain generalization, a key insight that differentiates this work from prior approaches.

Limitations

  • The calculation of VIScore depends on the accuracy of the model’s search and prediction processes, which may be sensitive to hyperparameters and computational costs, especially in high-dimensional or complex environments.
  • The thresholds and calibration procedures for the three components are currently tuned on development sets, which may limit direct transferability across tasks without additional tuning.
  • The experimental validation primarily focuses on simulated environments and specific model architectures; real-world deployment in robotics or autonomous systems requires further validation of robustness and scalability.

Future Work

Future research should aim to automate and adapt the calibration of VIScore components for diverse environments, enhancing its robustness. Extending the framework to multi-agent and dynamic environments will test its scalability. Integrating reinforcement learning techniques to dynamically adjust the latent regularization parameters based on real-time feedback could further improve generalization. Additionally, applying VIScore in real-world robotic systems and autonomous vehicles will validate its practical utility and drive innovations in model design for safety-critical applications.

AI Executive Summary

In recent years, latent world models have become a cornerstone of autonomous decision-making systems, enabling agents to predict and plan within complex environments. However, despite significant progress in representation learning, a persistent challenge remains: how to reliably evaluate and diagnose the quality of these models in terms of their planning capabilities. Traditional metrics such as prediction error or trajectory straightness, while useful, do not fully capture the nuanced aspects that determine whether a model can successfully plan and execute tasks in unseen or domain-shifted settings.

This gap has motivated the development of more comprehensive diagnostic tools. The present study introduces VIScore, a novel metric designed to quantify the planning-relevant quality of latent world models. VIScore integrates three interpretable dimensions—veracity, influence, and sobriety—each reflecting a different facet of the model’s ability to generate reachable, controllable, and trustworthy predictions. Veracity assesses whether the latent states are within the task’s success tolerance, influence measures the capacity of actions to steer future states, and sobriety evaluates the model’s resistance to hallucination during search-based planning.

The methodology hinges on a controlled comparison between two regularization strategies: the traditional SIGReg and the more flexible VISReg. By decomposing the latent distribution into separate control over center, scale, and shape, VISReg enables finer distribution matching, which is shown to improve out-of-domain generalization and planning success, especially in challenging environments. The core innovation is the formulation of VIScore, which combines these three aspects into a single, interpretable score. Extensive experiments across multiple datasets demonstrate that VIScore correlates strongly with actual planning success, with correlation coefficients exceeding 0.75 in most cases, outperforming existing metrics such as Straightness, Physical-State Probing, and Empowerment.

The results highlight that regularization strategies that allow flexible control over latent distribution parameters significantly enhance the model’s ability to generalize and succeed in unseen tasks. Moreover, the diagnostic power of VIScore provides insights into the model’s internal mechanisms, guiding future design and training strategies. The work paves the way for more robust, generalizable, and interpretable latent world models, with broad implications for robotics, autonomous driving, and virtual environment navigation.

Looking ahead, future research should focus on automating the calibration of VIScore components, extending its applicability to multi-agent and real-world scenarios, and integrating reinforcement learning techniques for dynamic latent space adjustment. The ultimate goal is to develop autonomous systems capable of reliable planning and decision-making in highly uncertain and diverse environments, driven by principled, interpretable diagnostics like VIScore. This work represents a significant step toward that vision, offering both theoretical insights and practical tools to advance the field of latent world modeling and autonomous planning.

Deep Dive

Abstract

Regulating the latent space to an isotropic Gaussian distribution provides a stable and information-maximized landscape for world model planning. However, the latent space property and successful planning remain disconnected. We first study this by comparing SIGReg and VISReg, two regularization loss functions with the same distribution target but different properties. Compared with SIGReg, VISReg has more flexibility in controlling the weights of center, scale, and shape regularization, and a larger batch size brings a finer distribution approximation. We find that the former, despite being beneficial in self-supervised learning (SSL), does not help the planning, whereas the latter improves the planning success on out-of-domain (OOD) datasets. This motivates a deep understanding of the factors that correlate with the success rate. Unlike the previous metrics focusing on the encoded latent only, we propose the Veracity-Influence-Sobriety score (VIScore), a metric that quantifies the reachability and capacity of a predictor given the encoded feature, and the hallucination of the searching-based planner. Compared with straightness, physical-state probing, and empowerment, we show that, with the measurement covering encoder, predictor, and planner, VIScore explains the success rate better than the others, as reflected by a strong Spearman correlation. Specifically, VIScore consistently achieves a Spearman correlation over 0.75 on both seen and unseen models and datasets on the cross-task success rate pool. Moreover, VIScore is the only metric that has a calibration error below the constant fit across all testing scenarios, showcasing the importance of these three aspects in planning success. We hope this metric can help future studies on world model design and diagnosis.

cs.RO

References (20)

DINO-WM: World Models on Pre-trained Visual Features enable Zero-shot Planning

Gaoyue Zhou, Hengkai Pan, Yann LeCun et al.

2024 302 citations ⭐ Influential View Analysis →

LeJEPA: Provable and Scalable Self-Supervised Learning Without the Heuristics

Randall Balestriero, Yann LeCun

2025 164 citations ⭐ Influential View Analysis →

Temporal Straightening for Latent Planning

Ying Wang, Oumayma Bounou, Gaoyue Zhou et al.

2026 18 citations ⭐ Influential View Analysis →

D4RL: Datasets for Deep Data-Driven Reinforcement Learning

Justin Fu, Aviral Kumar, Ofir Nachum et al.

2020 1881 citations ⭐ Influential View Analysis →

Information theoretic MPC for model-based reinforcement learning

Grady Williams, Nolan Wagener, Brian Goldfain et al.

2017 687 citations ⭐ Influential

Emerging Properties in Self-Supervised Vision Transformers

Mathilde Caron, Hugo Touvron, Ishan Misra et al.

2021 9927 citations ⭐ Influential View Analysis →

Empowerment: a universal agent-centric measure of control

A. S. Klyubin, D. Polani, Chrystopher L. Nehaniv

2005 441 citations ⭐ Influential

The Cross-Entropy Method for Combinatorial and Continuous Optimization

R. Rubinstein

1999 1128 citations ⭐ Influential

LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels

Lucas Maes, Quentin Le Lidec, Damien Scieur et al.

2026 131 citations ⭐ Influential View Analysis →

OGBench: Benchmarking Offline Goal-Conditioned RL

Seohong Park, Kevin Frans, Benjamin Eysenbach et al.

2024 201 citations ⭐ Influential View Analysis →

Offline Reinforcement Learning with Implicit Q-Learning

Ilya Kostrikov, Ashvin Nair, S. Levine

2021 1638 citations ⭐ Influential View Analysis →

VISReg: Variance-Invariance-Sketching Regularization for JEPA training

Haiyu Wu, Randall Balestriero, Morgan E. Levine

2026 3 citations ⭐ Influential View Analysis →

Foundation Policies with Hilbert Representations

Seohong Park, Tobias Kreiman, Sergey Levine

2024 90 citations View Analysis →

a-ReQ : Assessing Representation Quality in Self-Supervised Learning by Measuring Eigenspectrum Decay

K. Agrawal, Arna Ghosh, Arnab Kumar Mondal et al.

2022 17 citations

INTACT: Isomorphic Intent-to-Action Learning for Search-Free World Models

Jun Sun, Hao Zhao, Guofeng Zhang

2026 1 citations View Analysis →

Estimating the Empowerment of Language Model Agents

Jinyeop Song, Jeff Gore, Max Kleiman-Weiner

2025 3 citations View Analysis →

Decoupled Weight Decay Regularization

I. Loshchilov, Frank Hutter

2017 37452 citations

V-JEPA 2: Self-Supervised Video Models Enable Understanding, Prediction and Planning

Mahmoud Assran, Adrien Bardes, David Fan et al.

2025 604 citations View Analysis →

Variational Information Maximisation for Intrinsically Motivated Reinforcement Learning

S. Mohamed, Danilo Jimenez Rezende

2015 446 citations View Analysis →

DeepMind Control Suite

Yuval Tassa, Yotam Doron, Alistair Muldal et al.

2018 1458 citations View Analysis →