Cramér transform, half-space depth and threshold phenomena for convex bodies

arXiv:2608.29972 2026 Regularization 2 ideas extracted · analyzed Sep 1, 2026

What the math gives to ML

The paper supplies a computable bridge between a large-deviation energy, the Cramér transform \(\Lambda^*\), and geometric centrality measured by Tukey half-space depth. The key transferable asset is that \(\exp(\Lambda^*(x))\) estimates the number of independent samples needed for a point to appear in a random convex hull, while the depth comparison provides an interpretable geometric calibration up to a dimension-dependent factor. A practical neural use is to equip embedding models with a Cramér-energy confidence score and train or sample examples according to this score, rather than relying only on Euclidean distance or softmax confidence. The method is most suitable for bounded, approximately log-concave embedding distributions and should first be tested as an OOD detector and hard-example curriculum.

Ideas from this paper

Unverified 2026

Cramer-energy embedding confidence

Use the Legendre-dual Cramér transform of the minibatch embedding distribution as a geometry-aware novelty and confidence score. Add a penalty that separates correctly classified embeddings from high-Cramér-energy examples, or use the energy directly for OOD detection and hard-example mining; unlike squared distance, it adapts to anisotropic and non-Gaussian convex support.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Cramér transform, half-space depth and threshold phenomena for convex bodies arXiv:2608.29972
Unverified 2026

Convex-hull difficulty curriculum

Interpret the Cramér energy of an embedding as the logarithm of the number of random in-distribution samples required to reach it through a convex hull. Use this quantity to stratify training data into geometric difficulty levels and schedule exposure from low-energy central points toward high-energy boundary points, or preferentially replay high-energy points after the model has learned the core distribution.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Cramér transform, half-space depth and threshold phenomena for convex bodies arXiv:2608.29972