Terra Daily — July 17, 2026
Research Worth Reading 📚🔍
Information-Theoretic Adaptive Cooling for Deterministic MPPI via Entropy Feedback — arXiv:2607.14245v1 Announce Type: new 🎯🔧 This paper investigates deterministic optimal control using Model Predictive Path Integral (MPPI) control, a sampling-based and derivative-free framework well suited for systems with complex dynamics and nonsmooth objectives. In deterministic MPPI, the control sequence is sampled from a Gaussian distribution and weighted by the cost-to-go, enabling entropy-based exploration strategies.
Learning reduced-order latent linear models for Kalman filtering of nonlinear systems — arXiv:2607.14273v1 Announce Type: new 🤖📊 We propose a filtering-oriented end-to-end learning framework to identify reduced-order models explicitly tailored for state estimation in high-dimensional nonlinear systems. An autoencoder (AE) neural network learns a low-dimensional latent representation of the system dynamics that can be efficiently processed by a linear Kalman filter.
Wasserstein Stability of Contracting Flows: Effective Rates, Euler Self-Correction, and Noise Tightening — arXiv:2607.14291v1 Announce Type: new 🧠🔬 Contraction theory guaranties exponential convergence between trajectories of a stable nonlinear system. When initial conditions are uncertain and represented as probability distributions, as in ensemble control, Bayesian estimation, and generative models, Wasserstein stability provides robustness guarantees under perturbations and numerical discretization.
Assessing Risks of Hydro-Generator Shaft Fatigue from Data Center Load Oscillations — arXiv:2607.14412v1 Announce Type: new ⚡⚙️ Large AI data center loads can introduce persistent sub-synchronous active-power oscillations that may impact nearby generators by exciting torsional modes and increasing shaft stress. This paper presents a model-based framework for evaluating hydro-generator fatigue risks caused by coordinated load modulation from distributed computing facilities.
A Distributed PI+Reset Scheme for Discrete-Time Economic Dispatch of A Grid-connected BESS Network — arXiv:2607.14508v1 Announce Type: new 🔋📈 This article investigates the discrete-time economic dispatch (ED) problem of a battery energy storage system (BESS) network with an energy router (ER). The continuous increase in operational cost of a BESS network is caused by the internal power consumption of power electronic converters, which this paper addresses through a distributed PI+reset control strategy.
Consistent Variance Estimation for Q-Function Estimators in Finite-Horizon MDP Tree Search — arXiv:2607.14555v1 Announce Type: new 🌲🎲 We study the variance of Q-function estimators in finite-horizon, finite-state Markov decision process (MDP) tree search. We show that the variance decomposes into three components attributed to the immediate reward collected, probabilistic state transitions, and the stochasticity of the action selection policy.
Today’s Synthesis
The papers on deterministic MPPI control , reduced-order latent models for Kalman filtering , and variance estimation for Q-function estimators point toward a practical approach: combining trajectory sampling with learned uncertainty quantification for real-time control. An engineer could build a system where MPPI generates control candidates, a latent Kalman filter tracks hidden states from sensor data, and Q-function variance estimates weight which trajectories to trust. This creates adaptive feedback loops without requiring full system gradients—useful for complex physical systems like building HVAC or grid-connected inverters where dynamics are costly to model but sensor data is available. The key is using entropy feedback from MPPI to drive exploration where the latent model is uncertain, then using variance-aware Q estimation to prune low-confidence paths. Start with simulation, then deploy on a small BESS network or data center cooling loop.