Efficient Sensor Fusion Through Covariance-Constrained Observation Decimation (CCOD)
arXiv:2609.02010
2026
Dynamics
1 ideas extracted · analyzed Sep 3, 2026
What the math gives to ML
The paper provides a constructive covariance-growth mechanism for skipping intermediate observations: over a decimation interval of length d, the dynamics become A^d and accumulated process noise becomes Q_d = sum from j=0 to d-1 of A^j Q (A^j)^T. A single Riccati solve then predicts the steady-state uncertainty of the decimated estimator, enabling selection of the largest d satisfying a prescribed covariance bound. This transfers naturally to neural state-space models and recurrent world models by using a local Jacobian for A, learned residual covariance for Q, and an observation-head Jacobian for H. The resulting controller can adaptively skip encoder, sensor, or cross-attention updates while retaining a falsifiable uncertainty boundary.
Ideas from this paper
✗ Mechanism failed
2026
Add an uncertainty-aware observation scheduler to a neural state-space model or recurrent world model. Between expensive observation-encoder updates, propagate the latent state using the learned dynamics; periodically compute a decimated Riccati prediction and choose the largest skip length whose predicted covariance remains below a task-specific bound. This replaces a fixed observation stride with a principled, state-dynamics-dependent schedule.
Useful7/10
Difficulty6/10
Novelty7/10