paper-with-me

홈 › Papers

A Simple and Efficient Smoothing Method for Faster Optimization and Local Exploration

2020-12-01 · NeurIPS 2020 12 · Kevin Scaman, Ludovic Dos Santos, Merwan Barlier, Igor Colin

This work proposes a novel smoothing method, called Bend, Mix and Release (BMR), that extends two well-known smooth approximations of the convex optimization literature: randomized smoothing and the Moreau envelope. The BMR smoothing method allows to trade-off between the computational simplicity of randomized smoothing (RS) and the approximation efficiency of the Moreau envelope (ME). More specifically, we show that BMR achieves up to a $\sqrt{d}$ multiplicative improvement compared to the approximation error of RS, where $d$ is the dimension of the search space, while being less computation intensive than the ME. For non-convex objectives, BMR also has the desirable property to widen local minima, allowing optimization methods to reach small cracks and crevices of extremely irregular and non-convex functions, while being well-suited to a distributed setting. This novel smoothing method is then used to improve first-order non-smooth optimization (both convex and non-convex) by allowing for a local exploration of the search space. More specifically, our analysis sheds light on the similarities between evolution strategies and BMR, creating a link between exploration strategies of zeroth-order methods and the regularity of first-order optimization problems. Finally, we evidence the impact of BMR through synthetic experiments.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

A Novel Evolution Strategy with Directional Gaussian Smoothing for Blackbox Optimization

2020-02-07 · Jiaxin Zhang, Hoang Tran, Dan Lu, Guannan Zhang

We propose an improved evolution strategy (ES) using a novel nonlocal gradient operator for high-dimensional black-box optimization. Standard ES methods with $d$-dimensional Gaussian smoothing suffer from the curse of di…

global-optimization

Global Sampling-Based Trajectory Optimization for Contact-Rich Manipulation via KernelSOS

2026-04-29 · Zhongqi Wei, Frederike Dümbgen arxiv

Contact-rich manipulation is challenging due to its high dimensionality, the requirement for long time horizons, and the presence of hybrid contact dynamics. Sampling-based methods have become a popular approach for this…

Fast Gibbs sampling for the local and global trend Bayesian exponential smoothing model

2024-06-29 · Xueying Long, Daniel F. Schmidt, Christoph Bergmeir, Slawek Smyl

In Smyl et al. [Local and global trend Bayesian exponential smoothing models. International Journal of Forecasting, 2024.], a generalised exponential smoothing model was proposed that is able to capture strong trends and…

Time Series

Gradient Smoothing: Coupling Layer-wise Updates for Improved Optimization

2026-06-29 · Haoming Meng, Anton Sugolov, Vardan Papyan arxiv

Deep neural networks with repeated architectural blocks, such as transformers, often exhibit structured relationships across layers that emerge during training. Motivated by this observation, we introduce \emph{Depth-wis…

Image Classification

AdaDGS: An adaptive black-box optimization method with a nonlocal directional Gaussian smoothing gradient

2020-11-03 · Hoang Tran, Guannan Zhang

The local gradient points to the direction of the steepest slope in an infinitesimal neighborhood. An optimizer guided by the local gradient is often trapped in local optima when the loss landscape is multi-modal. A dire…