paper-with-me

홈 › Papers

Curvature-Aware Derivative-Free Optimization

2021-09-27 · Bumsu Kim, HanQin Cai, Daniel Mckenzie, Wotao Yin

The paper discusses derivative-free optimization (DFO), which involves minimizing a function without access to gradients or directional derivatives, only function evaluations. Classical DFO methods, which mimic gradient-based methods, such as Nelder-Mead and direct search have limited scalability for high-dimensional problems. Zeroth-order methods have been gaining popularity due to the demands of large-scale machine learning applications, and the paper focuses on the selection of the step size $\alpha_k$ in these methods. The proposed approach, called Curvature-Aware Random Search (CARS), uses first- and second-order finite difference approximations to compute a candidate $\alpha_{+}$. We prove that for strongly convex objective functions, CARS converges linearly provided that the search direction is drawn from a distribution satisfying very mild conditions. We also present a Cubic Regularized variant of CARS, named CARS-CR, which converges in a rate of $\mathcal{O}(k^{-1})$ without the assumption of strong convexity. Numerical experiments show that CARS and CARS-CR match or exceed the state-of-the-arts on benchmark problem sets.

📄 PDF Abstract BibTeX arXiv:2109.13391

Code (1)

bumsu-kim/CARS_Refactored

Similar Papers 제목 키워드 기반

Dynamic Anisotropic Smoothing for Noisy Derivative-Free Optimization

2024-05-02 · Sam Reifenstein, Timothee Leleu, Yoshihisa Yamamoto

We propose a novel algorithm that extends the methods of ball smoothing and Gaussian smoothing for noisy derivative-free optimization by accounting for the heterogeneous curvature of the objective function. The algorithm…

Bayesian OptimizationCombinatorial Optimization

Derivative-Free Methods for Policy Optimization: Guarantees for Linear Quadratic Systems

2018-12-20 · Dhruv Malik, Ashwin Pananjady, Kush Bhatia, Koulik Khamaru 외

We study derivative-free methods for policy optimization over the class of linear policies. We focus on characterizing the convergence rate of these methods when applied to linear-quadratic systems, and study various set…

MSINO: Curvature-Aware Sobolev Optimization for Manifold Neural Networks

2026-02-26 · Suresan Pareth arxiv

We introduce Manifold Sobolev Informed Neural Optimization (MSINO), a curvature aware training framework for neural networks defined on Riemannian manifolds. The method replaces standard Euclidean derivative supervision …

FlatCAD: Fast Curvature Regularization of Neural SDFs for CAD Models

2025-06-19 · Haotian Yin, Aleksander Plocharski, Michal Jan Wlodarczyk, Mikolaj Kida 외

Neural signed-distance fields (SDFs) have become a versatile backbone for geometric learning, yet enforcing developable, CAD-style behavior still hinges on Gaussian curvature penalties that require full Hessian evaluatio…

GPU

Curvature-aware Expected Free Energy as an Acquisition Function for Bayesian Optimization

2026-03-27 · Ajith Anil Meera, Wouter Kouw arxiv

We propose an Expected Free Energy-based acquisition function for Bayesian optimization to solve the joint learning and optimization problem, i.e., optimize and learn the underlying function simultaneously. We show that,…