论文精选73°

Semigroup-JEPA模型实现零样本物理泛化

Semigroup-JEPA: Latent Dynamics Consistency for Zero-Shot Physics Generalization

精选理由

SG-JEPA模型通过创新方法提升物理预测能力,在多个基准测试中表现优异,特别适合需要物理模拟的应用场景。

Semigroup-JEPA(SG-JEPA)扩展了LeWorldModel框架,通过动作条件化将物理参数提供给时间模型,并通过自回归潜在滚动联合训练编码器和预测器。研究者在不同引力场下设计动态任务,SG-JEPA在二维数据集上比DINO-WM减少高达2倍的开放循环预测误差,在三维机器人数据集上提高2.5倍的控制成功率。研究团队开发了线性特征模型,发现性能提升主要来自编码器学习更好的特征,而非预测器学习更好的动态。

原文 · arXiv cs.LG

Semigroup-JEPA: Latent Dynamics Consistency for Zero-Shot Physics Generalization

Joint-Embedding Predictive Architecture (JEPA) world models learn a compact latent representation of the world that supports prediction and planning, but their capability to learn physics and generate physically realistic dynamics remains hitherto untested. In this work, we introduce SemiGroup-JEPA (SG-JEPA), which extends the LeWorldModel framework by supplying the parameter governing the physics to the temporal model via action-conditioning and jointly training an encoder and predictor through an autoregressive latent rollout. To evaluate the model's ability to generalize out of distribution, we design dynamical tasks under different gravitational fields that, despite obeying the same physical law, exhibit qualitatively different dynamics, ranging from floating motion in weak gravitational fields to rapid bouncing in strong ones. In contrast to DINO-WM, SG-JEPA reduces open-loop prediction error by up to 2 times on two-dimensional datasets, and increases control success rate up to 2.5 times for three-dimensional robotic datasets, for which we train independent diffusion policies. To explain this advantage, we develop a linear feature model that separates local law-conditioned error from its recursive amplification under rollout. Guided by this model, we find that back-propagating the multi-step rollout loss into the representation trains the encoder to keep the features that the predictor can carry forward, and that those are the features the dynamics depend on, so most of the gain comes from the encoder learning better features rather than from the predictor learning better dynamics. See project page at https://sg-jepa.github.io.