Source note
Certified World Models as Sensing Clocks: Drift-Aware Deadlines for Active Perception
Summary
The paper turns a certified world model's validity horizon into a re-sensing deadline for agents that coast on open-loop predictions. Its strongest claim is a drift-aware clock that controls interval certificate violations on a frozen 3D VN-JEPA model, with clear limits on spectral-term benefits.
Problem
- Agents that use a world model need a rule for when to sense again during open-loop coasting; late sensing can break the prediction certificate, and early sensing wastes sensing budget.
- Fixed sensing periods ignore the model's current reliability, while residual monitors fire after error has already grown.
- The target metric is interval-simultaneous certificate violation: the chance that prediction error exceeds a certified tolerance anywhere inside a coasting interval.
Approach
- The method treats the certified prediction horizon as a sensing deadline: after sensing resets belief, the agent coasts until the certified clock expires, then senses again.
- A naive spectral deadline uses a Lyapunov-style expansion rate, roughly
T ~ log(epsilon/e0) / lambda, to estimate how long prediction error stays below tolerance. - The deployed rule adds a calibrated native rollout-drift envelope:
b_h^UCB + C exp(lambda h) e0 + eta_h <= epsilon_cert. The deadline is the largest horizonhsatisfying that bound. - In the full re-sensing VN-JEPA setting, post-sense error is near zero, so the deployed deadline reduces to a drift-envelope clock with horizons around 2 to 3 steps.
- Calibration fixes the certificate tolerance, drift envelope, and slack on a calibration split, then evaluates once on held-out intervals.
Results
- On frozen 3D VN-JEPA, three held-out tests met the pre-registered interval-ICV upper-bound target of
<= 0.15: r2 shard 000 to 001 hadepsilon_cert=1.15,T_eq=3,U95=0.092; r1 shard 000 to 001 hadepsilon_cert=1.10,T_eq=2,U95=0.139; r2 shard 000 to 002 hadepsilon_cert=0.95,T_eq=2,U95=0.095. - On the synthetic oracle deadline bench, interval-ICV upper bounds were
U95=0.040and0.073, both below the0.15target. - With finite-data spectral audits, validity survived estimation error with
U95 <= 0.073and budget ratio<= 1.11, down to aboutn=5audit samples. - In the cue-conditioned reactive-contrast bench at matched sensing budget around
0.068, the certified clock had overall ICVU95=0.042and eventful-tail ICV0.163; MB-EIG had0.062overall and0.364in the eventful tail; Uniform had0.131overall and0.715in the tail. - MB-EIG needed about
3xmore sensing budget to recover the tail protection; risk-sensitive MB-CVaR (0.165tail ICV) and MB-WorstCase (0.169tail ICV) tracked the certified clock closely. - The paper reports limits: on VN-JEPA, a non-spectral empirical conformal horizon matched the deployed clock on validity and budget across all 3 confirmed splits, the lead-time bench returned a null result (
0.955Eq-spec vs0.957Uniform), and the spectral term showed no clean budget-matched advantage in partial-reset exploration.