The cosine measure of a function at a point
arXiv:2608.07716
2026
Optimization
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper introduces a function-dependent analogue of the cosine measure: instead of asking whether a direction set covers the unit sphere geometrically, it asks how much directional coverage is required to guarantee a descent direction for a particular smooth or nonsmooth function at a point. This is potentially useful for neural optimization near flat or nonsmooth regions, where the gradient is zero, unreliable, or unavailable, and ordinary gradient descent provides no escape direction. The most direct transfer is a blockwise directional-search optimizer that maintains a positively spanning perturbation set, estimates its directional descent coverage from minibatch loss evaluations, and invokes it only when gradient progress stalls.
Ideas from this paper
Unverified
2026
Augment gradient descent with a directional-search step when the gradient norm is small or the loss has stalled. In each parameter block, evaluate a small positively spanning set of normalized perturbations, use their directional loss slopes to identify descent directions, and combine them through nonnegative coefficients so that the update remains inside their positive span. The cosine measure supplies a quantitative trigger: low directional coverage means the current perturbation pool is not…
Useful5/10
Difficulty5/10
Novelty6/10