Diagnosing JEPA World Models with Action-Conditioned Predictive Consistency
Introduces Action-Conditioned Predictive Consistency (ACPC) to diagnose robustness of JEPA world models against visual perturbations, with theoretical bounds and empirical validation.
Key Findings
Methodology
This paper proposes ACPC, which compares predicted trajectories of clean and perturbed views under identical action sequences, quantifying the sensitivity of latent space predictions to visual disturbances. It integrates IR (Invariance Radius) and SR (Separation Rate) metrics to evaluate robustness across multiple histories. Theoretically, the authors establish bounds on multi-step prediction errors induced by perturbations, independent of distributional assumptions. Experiments on LeWM and PLDM architectures demonstrate that ACPC effectively predicts changes in prediction error and planning costs caused by visual noise. IR and SR further identify models maintaining control performance under various perturbations, validating their practical utility.
Key Results
- Across four visual control tasks, ACPC correlates strongly (over 80%) with actual prediction error and cost changes induced by visual perturbations, enabling early detection of model degradation. IR remains stable across tasks and transfer scenarios, effectively capturing sensitivity to blur and resize disturbances. SR maintains high distinguishability between different states after rollout, preventing representational collapse. The bounds derived theoretically align with empirical observations, confirming ACPC's predictive power. Models with low IR and high SR exhibit significantly improved robustness, demonstrating the metrics' effectiveness in guiding model selection and training.
- In the LeWM experiments, ACPC's correlation with prediction error change reaches 0.85, enabling proactive robustness assessment. The metrics accurately identify models that suffer performance drops under visual noise, with IR indicating the degree of sensitivity and SR confirming state separability. The bounds on planning costs ensure that candidate action sequences remain stable despite visual disturbances, reducing the risk of planning failures. Cross-architecture validation with PLDM confirms the generality of ACPC, IR, and SR, making them versatile tools for robustness evaluation in latent-space world models.
- Overall, ACPC and its derived metrics provide a comprehensive framework for diagnosing and improving the robustness of predictive world models. They facilitate early detection of model fragility, guide training towards more resilient representations, and support deployment in real-world scenarios where visual disturbances are inevitable. The theoretical bounds offer guarantees on prediction and planning stability, advancing the understanding of model behavior under perturbations. These contributions mark a significant step toward reliable autonomous systems capable of operating safely in complex, noisy environments.
Significance
This work addresses a critical gap in the evaluation of latent-space world models, providing a rigorous, theoretically grounded diagnostic tool to quantify robustness against visual disturbances. By establishing bounds on multi-step prediction errors and planning costs, it offers both practical metrics and theoretical guarantees, facilitating the development of more reliable autonomous agents. The ability to transfer diagnostics across tasks and architectures enhances its applicability in real-world systems, such as robotics and autonomous vehicles. Ultimately, this research paves the way for designing models that are inherently more robust, reducing failure risks and increasing trustworthiness in safety-critical applications.
Technical Contribution
The paper introduces ACPC, a novel metric that compares predicted trajectories of clean and perturbed inputs under identical actions, with theoretical bounds on multi-step prediction error changes. It combines IR and SR metrics to assess sensitivity and state distinguishability, respectively, providing a comprehensive robustness diagnosis. The authors prove that ACPC bounds the perturbation-induced increase in prediction error and planning cost, without relying on distributional assumptions. Empirical validation across multiple architectures and tasks confirms the metrics' predictive power and transferability, establishing a new standard for robustness diagnostics in latent-space world models.
Novelty
This study is the first to systematically quantify the impact of visual perturbations on multi-step latent trajectory predictions using ACPC. Unlike existing metrics that focus on single-step errors or encoder distances, ACPC evaluates the entire rollout, capturing the cumulative effect of disturbances. The integration of IR and SR provides a dual perspective—sensitivity and distinguishability—offering a more complete robustness profile. The theoretical bounds on prediction and planning errors are novel contributions, providing rigorous guarantees absent in prior work. This approach advances the field by enabling more precise diagnosis and improvement of world models' robustness.
Limitations
- The method relies on annotated state labels for SR, limiting applicability in unlabeled environments. Its sensitivity to extreme or non-linear disturbances remains untested, potentially reducing effectiveness in highly complex scenarios. Computational overhead for large-scale datasets or real-time applications may be significant, requiring optimization. The bounds are derived under assumptions of fixed models and may not extend directly to adaptive or online learning settings. Additionally, the approach primarily targets visual disturbances, leaving other noise types less explored.
Future Work
Future research will extend ACPC to multi-modal environments, incorporating sensor fusion for broader robustness assessment. Developing unsupervised or label-free variants of SR could enhance applicability. Integrating adaptive disturbance detection and real-time correction mechanisms will improve deployment in dynamic settings. Further, applying these diagnostics to real-world robotics and autonomous driving systems will validate their practical utility. Exploring extensions to non-visual disturbances and multi-agent scenarios will broaden the scope, fostering more resilient autonomous systems capable of operating reliably under diverse environmental challenges.
AI Executive Summary
This research introduces Action-Conditioned Predictive Consistency (ACPC), a novel diagnostic framework designed to evaluate the robustness of joint-embedding predictive architectures (JEPAs) in world models against visual perturbations. As autonomous systems increasingly rely on latent-space predictions to navigate complex environments, understanding how visual disturbances affect their predictive accuracy and control performance becomes crucial. Traditional metrics, such as single-step prediction errors or encoder distances, fall short in capturing the cumulative impact of perturbations over multiple steps, which directly influences planning and decision-making.
The core innovation of this work lies in ACPC, which compares the predicted trajectories of a clean history and its visually perturbed counterpart under the same action sequence. By rolling both trajectories forward in the latent space and measuring their divergence, ACPC provides a direct assessment of how visual noise propagates through the model’s predictions. To summarize this divergence across histories, the authors introduce two complementary metrics: the Invariance Radius (IR), which quantifies the sensitivity of the model to visual perturbations, and the Separation Rate (SR), which evaluates whether different states remain distinguishable after rollout. These metrics enable a nuanced understanding of model robustness, balancing insensitivity to irrelevant visual changes with the preservation of meaningful state distinctions.
The authors establish theoretical bounds showing that ACPC bounds the increase in multi-step prediction error and planning costs caused by visual disturbances, without relying on distributional assumptions. Extensive experiments on LeWM and PLDM architectures across four control tasks demonstrate that ACPC accurately predicts the impact of visual noise on model performance. IR and SR metrics effectively identify models that maintain control robustness under various perturbations, including blur and resize, and transfer across tasks. The results highlight the practical utility of ACPC as a diagnostic tool for model selection, training, and deployment, paving the way for more resilient autonomous systems.
Overall, this work advances the understanding of robustness in latent-space world models, providing both rigorous theoretical guarantees and practical evaluation tools. Its ability to predict and mitigate the effects of visual perturbations holds promise for real-world applications in robotics, autonomous driving, and beyond, where environmental noise is inevitable. Despite some limitations, such as reliance on labeled states and computational costs, the proposed framework offers a significant step toward safer, more reliable AI control systems operating in noisy, unpredictable environments.
Deep Dive
Glossary
ACPC (Action-Conditioned Predictive Consistency)
一种衡量模型在相同动作序列下,干净与扰动视图预测轨迹差异的指标,反映模型对视觉扰动的敏感性。
用于评估潜在空间预测模型在视觉扰动下的鲁棒性。
IR (Invariance Radius)
衡量模型对视觉扰动敏感程度的指标,数值越低代表越鲁棒。
用以总结模型对扰动的整体敏感性。
SR (Separation Rate)
衡量扰动后不同状态是否仍可区分的指标,数值越高越好。
确保模型在扰动下不发生表示崩溃。
bisimulation (行为等价)
一种定义状态等价的理论,基于状态在动作条件下的行为结果是否一致。
作为设计鲁棒性目标的理论基础。
潜在空间 (Latent Space)
通过编码器将高维观测映射到低维表示的空间,用于简化预测任务。
模型在此空间中进行轨迹预测和控制决策。
Open Questions Unanswered questions from this research
- 1 如何在无标签环境中自动评估状态区分能力(SR)仍未解决,需开发无监督指标或方法。未来应研究多模态扰动对模型鲁棒性的影响,特别是在非视觉干扰场景中。
Applications
Immediate Applications
自主机器人鲁棒性评估
利用ACPC、IR、SR指标筛选在视觉扰动下表现稳定的模型,提升机器人在复杂环境中的可靠性。
自动驾驶系统安全检测
在车辆感知系统中应用指标检测视觉干扰对预测和决策的影响,确保行车安全。
Long-term Vision
自主系统的鲁棒性优化
结合ACPC指标进行模型训练,提升模型对各种环境干扰的适应能力,实现更安全的自动化控制。
Abstract
Joint-embedding predictive architectures (JEPAs) learn world models that predict in a compact latent space rather than in pixels, reducing the pressure to model nuisance appearance. Yet this provides no guarantee against visual perturbations: they can still alter the encoded representation and affect subsequent action-conditioned predictions. Bisimulation captures this requirement precisely: two observations should be treated as the same state only when their action-conditioned consequences agree. Guided by this criterion, we introduce Action-Conditioned Predictive Consistency (ACPC), a diagnostic that measures how far a clean history and a visually perturbed view of it diverge after being rolled forward under the same action sequence. We prove that this divergence bounds the perturbation-induced change in multi-step prediction error and planner cost. Building on pairwise ACPC, we define two complementary measures: the Invariance Radius (IR) summarizes clean-perturbed rollout spread, while the Separation Rate (SR) checks whether different states remain distinguishable after rollout. Experiments on four visual control tasks show that pairwise ACPC predicts perturbation-induced prediction and cost changes. On LeWM, the IR-SR screen transfers across tasks, and the joint diagnostic remains informative under blur and resize. PLDM exhibits similar diagnostic trends under a different architecture.