Curvature Residual Geometry in Bregman Regression
arXiv:2608.05680
2026
Optimization
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper isolates a useful failure mode of Bregman regression: convexity of the scalar potential phi does not imply convexity of the parameterized objective because residuals enter the curvature coefficient. Its Hessian is a weighted Gram matrix, with weights determined jointly by phi'' at the prediction and phi''' multiplied by the residual. This gives a directly implementable curvature diagnostic for neural regression heads and a principled way to construct positive-semidefinite, residual-aware Gauss-Newton preconditioners rather than blindly applying the raw Hessian. The most promising transfer is a curvature-gated optimizer for nonquadratic regression or likelihood heads, where negative per-example curvature currently destabilizes second-order updates.
Ideas from this paper
Unverified
2026
Use the Bregman objective's exact residual-dependent curvature to build a positive-semidefinite Gauss-Newton preconditioner for a neural network's scalar regression head. Negative curvature weights are clipped or damped before solving the update, preserving the original gradient while preventing residual patterns from producing unstable parameter steps.
Useful6/10
Difficulty6/10
Novelty6/10