Gauss--Hermite Quadrature for Gaussian-Mixture Entropy with an Action-Space Hermite Surrogate
arXiv:2608.21467
2026
Regularization
2 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper provides a deterministic way to evaluate the differential entropy of a Gaussian mixture by standardizing each component and applying tensor-product Gauss--Hermite quadrature, avoiding noisy Monte Carlo estimates. This is directly transferable to mixture-density networks, uncertainty-aware world models, and entropy-regularized policies, where mixture parameters depend on network outputs and entropy must be differentiated repeatedly. Its second contribution is an action-space Hermite polynomial surrogate: objective evaluations at a symmetric local stencil estimate curvature without requiring analytic or autodifferentiated derivatives, which is useful for expensive neural simulators or model-predictive policies. The strongest experiments are to replace Monte Carlo mixture-entropy losses with deterministic quadrature and to benchmark the Hermite stencil as a cheap optimizer for a learned continuous-action objective.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Use componentwise Gauss--Hermite quadrature to compute the differential entropy of a Gaussian-mixture output head instead of estimating entropy with samples. This gives a low-variance, differentiable uncertainty regularizer for mixture-density networks, latent world models, or policies whose predictive distribution is multimodal.
Useful7/10
Difficulty4/10
Novelty6/10
Unverified
2026
Approximate an expensive neural objective as a local second-order Hermite polynomial over a symmetric action stencil, then optimize the fitted polynomial rather than repeatedly evaluating the original objective. Unlike a Taylor model, the coefficients are obtained from function values and do not require reliable action derivatives through a simulator or learned environment.
Useful6/10
Difficulty5/10
Novelty7/10