arXiv:2607.26924  ·  Preprint

Temporally Centered SIGReg Improves Multi-Task LeWorldModel Learning: From Analysis to Method

Graduate School of Engineering, The University of Tokyo  ·  Corresponding author
{chang.liu,yaonan.zhu}[at]weblab.t.u-tokyo.ac.jp

Overview of TC-LeWM. The encoder and action-conditioned predictor learn latent dynamics. TC-LeWM decomposes each latent into a local temporal mean and a centered residual, and applies SIGReg to the residual. Marginal SIGReg exerts contractive pressure on task-dependent structure, whereas residual regularization removes this direct pressure.
Overview of TC-LeWM. The encoder and action-conditioned predictor learn latent dynamics, while TC-LeWM decomposes each latent as zt = t + rt and applies SIGReg to the centered residual rt. Marginal SIGReg exerts contractive pressure on task-dependent structure; TC-SIGReg removes this direct pressure while retaining anti-collapse regularization.

Overview

LeWorldModel (LeWM) enables end-to-end joint-embedding world-model learning directly from pixels. It uses the Sketched Isotropic Gaussian Regularizer (SIGReg) to prevent representation collapse by encouraging the latent marginal to follow an isotropic Gaussian.

We find that this marginal target does not extend reliably to multi-task training. Marginal Gaussianization compresses the separation between task-dependent latent clusters relative to within-cluster variation, which can introduce representation aliasing across tasks and states despite global non-collapse.

We introduce Temporally-Centered LeWorldModel (TC-LeWM). TC-LeWM applies SIGReg to temporally centered residuals rather than to the full latent marginal. This removes direct regularization pressure on low-frequency cluster centers while retaining the anti-collapse effect of SIGReg.

Across the four LIBERO suites, TC-LeWM raises the suite-wise 10-task average success rate from 53.2% to 73.6%. Under unified 40-task training, it maintains 73.5% average success, compared with 44.4% for Raw LeWM.

Multi-task degradation in Raw LeWM

We compare independent single-task training with joint training on the same ten LIBERO-Long tasks. Raw LeWM achieves 40.0% average downstream success when a separate pipeline is trained for each task, but only 29.9% when all ten tasks share one encoder, predictor, and task-conditioned policy. Eight of the ten tasks deteriorate under joint training.

The latent representation remains statistically non-collapsed, but global non-collapse alone does not ensure that the representation preserves the state distinctions required by a shared downstream behavior-cloning policy.

Why marginal SIGReg can degrade multi-task learning

We decompose each latent into a local temporal mean and a complementary short-timescale residual, zt = t + rt. For a random one-dimensional projection, linearity gives x = c + ε, where c represents low-frequency task- and context-dependent structure and ε represents complementary short-timescale variation.

We model c as a balanced, homoscedastic K-component Gaussian mixture and vary the normalized global component-center spread, ρ = stdkk] / σ. We evaluate K ∈ {2, 5, 10, 20} over ρ ∈ {0, 0.1, …, 4.0}, using 500 randomized center configurations for each mixture size.

Monte Carlo analysis of the Epps–Pulley objective on randomized multi-component mixtures. Excess loss rises with normalized component-center spread, radial pressure is positive outside the small-rho weak-gradient region, and detectable contractive pressure becomes common as rho increases. The residual-target control remains near zero.
Monte Carlo analysis of the EP objective. (a) Excess EP loss increases with normalized component-center spread ρ. (b) Positive radial pressure indicates that gradient descent reduces ρ and contracts the global center spread. (c) The fraction of randomized configurations with detectable contractive pressure increases with ρ. The residual-target control remains close to zero as ρ varies.

Explore how the projected mixture and the EP response change with the normalized spread ρ:

Projected latent density for a two-component mixture
Density of the projected latent for two clusters at the selected separation, against the isotropic Gaussian the regularizer targets.

EP response across mixture sizes
The selected Monte Carlo quantity against separation, one curve per number of mixture components, plus the residual-target control.

Excess loss at ρ = 0.74

The left panel shows the analytic density of a standardized K = 2 mixture. The right panel uses the Monte Carlo results reported in the paper: 500 randomized configurations, each estimated from 20 batches of 128 samples. Values between the evaluated ρ grid points are interpolated for visualization.

As ρ approaches 1 or below, the global center spread becomes comparable to the within-component standard deviation, making component overlap and representation aliasing likely. On LIBERO-Long, Raw LeWM yields ρ = 0.74, whereas TC-LeWM yields ρ = 2.54. This contrast is consistent with the latent geometries examined below.

For a task-conditioned behavior-cloning policy π(at | zt, i), the task identity can resolve ambiguity attributable solely to the task label, but it cannot recover within-task state distinctions already aliased in zt. Similar latent codes may therefore correspond to incompatible actions.

TC-LeWM: from marginal to residual

TC-LeWM retains the LeWM encoder and action-conditioned latent predictor. For each latent sequence, it computes a local temporal mean t and the centered residual rt = ztt. Raw LeWM and TC-LeWM differ only in the target of SIGReg:

Method Objective
Raw LeWM L_pred + λ · SIGReg( { z_t } )
TC-LeWM (ours) L_pred + λ · SIGReg( { r_t } ),   r_t = z_t − z̄_t

No direct pressure on low-frequency separation. In the projected mixture model, changing ρ scales the component centers of c while leaving the residual distribution ε unchanged. The residual EP objective is therefore invariant to ρ under this construction. TC-SIGReg avoids the center-contraction mechanism of marginal SIGReg without explicitly forcing task-dependent clusters apart.

Anti-collapse is retained. If the latent becomes constant within a temporal window, then rt ≡ 0 and every residual projection becomes a degenerate point mass, which EP penalizes. The prediction and residual-regularization objectives together favor non-degenerate, predictable temporal variation without directly Gaussianizing low-frequency multi-task structure.

Quantitative results

Method Spatial Object Goal Long Mean
Diffusion Policy (scratch) 78.392.568.350.572.4
Octo (fine-tuned) 78.985.784.651.175.1
OpenVLA (fine-tuned) 84.788.479.253.776.5
Raw LeWM 61.6±4.3 46.4±12.8 74.8±6.2 29.9±8.3 53.2
TC-LeWM (ours) 68.6±1.8 87.8±3.2 86.0±1.1 51.8±9.2 73.6

Closed-loop success rates (%) under suite-wise 10-task training. Raw LeWM and TC-LeWM are reported as mean±std over three full-pipeline training seeds. Diffusion Policy, Octo, and OpenVLA are published mean results reported in Kim et al. (2025) and are included as contextual references.

Under suite-wise 10-task training, TC-LeWM improves success over Raw LeWM across all four suites, raising the average from 53.2% to 73.6%. The largest improvements occur on LIBERO-Object and LIBERO-Long: +41.4 and +21.9 percentage points.

As task scale increases, Raw LeWM degrades while TC-LeWM remains stable. On LIBERO-Long, Raw LeWM changes from 40.0% under single-task training to 29.9% under 10-task joint training, whereas TC-LeWM changes from 49.6% to 51.8%. From suite-wise 10-task training to unified 40-task training, Raw LeWM decreases from 53.2% to 44.4%, while TC-LeWM remains nearly unchanged at 73.6% to 73.5%.

Method Spatial Object Goal Long Mean vs. 10-task
Raw LeWM 40.8±12.0 49.2±7.6 58.6±11.0 28.8±2.0 44.4 −8.8
TC-LeWM (ours) 72.3±0.9 83.6±5.1 84.9±1.3 53.3±1.5 73.5 −0.1

Closed-loop success rates (%) under unified 40-task training. All four LIBERO suites share one encoder, predictor, and task-conditioned policy. Results are mean±std over three full-pipeline training seeds; the final column reports the change from suite-wise 10-task training.

Closed-loop rollouts

Examples from the suite-wise 10-task setting, comparing Raw LeWM and TC-LeWM on the same tasks under the same evaluation protocol.

4× speed, looping
Raw LeWM 47.6% success (450 rollouts)
Raw LeWM rollout 1 in example 1, ending in failureFAIL
Raw LeWM rollout 2 in example 1, ending in successSUCCESS
Raw LeWM rollout 3 in example 1, ending in successSUCCESS
Raw LeWM rollout 4 in example 1, ending in failureFAIL
TC-LeWM (ours) 69.1% success (450 rollouts)
TC-LeWM rollout 1 in example 1, ending in failureFAIL
TC-LeWM rollout 2 in example 1, ending in successSUCCESS
TC-LeWM rollout 3 in example 1, ending in successSUCCESS
TC-LeWM rollout 4 in example 1, ending in successSUCCESS

Within a column both models are evaluated from the same initial scene, so the clip above and the clip below it are directly comparable.

Latent structure and perturbation robustness

We examine how changing the SIGReg target affects latent-space organization, short-timescale variation, and robustness to visual perturbations.

Latent representation analysis on LIBERO-Long. Raw LeWM is shown above and TC-LeWM below. The panels compare frame-level and window-mean latent norms, global PCA colored by task, and per-task PCA colored by normalized task progress.
Latent geometry and temporal stability. Raw LeWM concentrates latent norms on a thin shell, consistent with its isotropic-Gaussian marginal constraint, whereas TC-LeWM exhibits a broader and clearly multimodal distribution. The residual-energy fraction is 2% for TC-LeWM, compared with 24% for Raw LeWM and 4–5% for demonstrated robot joint positions. Global PCA reveals extensive task overlap under Raw LeWM, while TC-LeWM forms contiguous task- and scene-related structures along a curved low-dimensional manifold; the top two components explain 93% of its variance.
Per-task PCA projections for all ten LIBERO-Long tasks. Points are colored by normalized episode progress, comparing fragmented Raw LeWM trajectories with more continuous and progress-aligned TC-LeWM trajectories.
Intra-task temporal structure. Per-task PCA projections are fitted independently for each task and colored by normalized episode progress. Raw LeWM exhibits fragmented trajectories with substantial overlap between progress stages. TC-LeWM exhibits a more continuous and progress-aligned organization; the first two components explain 90% of the variance on average, compared with 31% for Raw LeWM.
Relative latent displacement under translation, pixel noise, brightness, contrast, rotation, zoom, blur, and occlusion, comparing Raw LeWM and TC-LeWM over three training seeds.
Robustness to visual perturbations. Relative latent displacement is normalized by each encoder's median distance between distinct clean observations, so s = 1 denotes the typical clean-state separation. TC-LeWM exhibits smaller relative displacement across all eight perturbation families, with the largest differences under geometric transformations such as translation and rotation.

BibTeX

@misc{liu2026tcsigreg,
  title         = {Temporally Centered SIGReg Improves Multi-Task LeWorldModel Learning: From Analysis to Method},
  author        = {Chang Liu and Fei Suo and Yanzhou Jin and Yusuke Iwasawa and Yutaka Matsuo and Yaonan Zhu},
  year          = {2026},
  eprint        = {2607.26924},
  archivePrefix = {arXiv},
  primaryClass  = {cs.LG},
  url           = {https://arxiv.org/abs/2607.26924}
}