ECPv2: Fast, Efficient, and Scalable Global Optimization of Lipschitz Functions
By: Fares Fourati, Mohamed-Slim Alouini, Vaneet Aggarwal
Potential Business Impact:
Finds best answers faster, even for hard problems.
We propose ECPv2, a scalable and theoretically grounded algorithm for global optimization of Lipschitz-continuous functions with unknown Lipschitz constants. Building on the Every Call is Precious (ECP) framework, which ensures that each accepted function evaluation is potentially informative, ECPv2 addresses key limitations of ECP, including high computational cost and overly conservative early behavior. ECPv2 introduces three innovations: (i) an adaptive lower bound to avoid vacuous acceptance regions, (ii) a Worst-m memory mechanism that restricts comparisons to a fixed-size subset of past evaluations, and (iii) a fixed random projection to accelerate distance computations in high dimensions. We theoretically show that ECPv2 retains ECP's no-regret guarantees with optimal finite-time bounds and expands the acceptance region with high probability. We further empirically validate these findings through extensive experiments and ablation studies. Using principled hyperparameter settings, we evaluate ECPv2 across a wide range of high-dimensional, non-convex optimization problems. Across benchmarks, ECPv2 consistently matches or outperforms state-of-the-art optimizers, while significantly reducing wall-clock time.
Similar Papers
ECLipsE-Gen-Local: Efficient Compositional Local Lipschitz Estimates for Deep Neural Networks
Machine Learning (CS)
Makes AI more reliable and faster to check.
Improved Scalable Lipschitz Bounds for Deep Neural Networks
Machine Learning (CS)
Makes AI smarter and safer for computers.
Near-optimal delta-convex estimation of Lipschitz functions
Machine Learning (Stat)
Finds hidden patterns in messy data.