paper-with-me

Papers

MirrorCBO: A consensus-based optimization method in the spirit of mirror descent

2025-01-21 · Leon Bungert, Franca Hoffmann, Doh Yeon Kim, Tim Roith

In this work we propose MirrorCBO, a consensus-based optimization (CBO) method which generalizes standard CBO in the same way that mirror descent generalizes gradient descent. For this we apply the CBO methodology to a swarm of dual particles and retain the primal particle positions by applying the inverse of the mirror map, which we parametrize as the subdifferential of a strongly convex function $\phi$. In this way, we combine the advantages of a derivative-free non-convex optimization algorithm with those of mirror descent. As a special case, the method extends CBO to optimization problems with convex constraints. Assuming bounds on the Bregman distance associated to $\phi$, we provide asymptotic convergence results for MirrorCBO with explicit exponential rate. Another key contribution is an exploratory numerical study of this new algorithm across different application settings, focusing on (i) sparsity-inducing optimization, and (ii) constrained optimization, demonstrating the competitive performance of MirrorCBO. We observe empirically that the method can also be used for optimization on (non-convex) submanifolds of Euclidean space, can be adapted to mirrored versions of other recent CBO variants, and that it inherits from mirror descent the capability to select desirable minimizers, like sparse ones. We also include an overview of recent CBO approaches for constrained optimization and compare their performance to MirrorCBO.

📄 PDF Abstract BibTeX arXiv:2501.12189

Code (1)

TimRoith/MirrorCBX 공식 구현

Similar Papers 제목 키워드 기반

Distributed Online Optimization in Dynamic Environments Using Mirror Descent

2016-09-09 · Shahin Shahrampour, Ali Jadbabaie

This work addresses decentralized online optimization in non-stationary environments. A network of agents aim to track the minimizer of a global time-varying convex function. The minimizer evolves according to a known dy…

Distributed Optimization

Linear Convergence of Distributed Mirror Descent with Integral Feedback for Strongly Convex Problems

2020-11-24 · Youbang Sun, Shahin Shahrampour

Distributed optimization often requires finding the minimum of a global objective function written as a sum of local functions. A group of agents work collectively to minimize the global function. We study a continuous-t…

Distributed Optimization

Mirror descent of Hopfield model

2022-11-29 · Hyungjoon Soh, Dongyeob Kim, Juno Hwang, Junghyo Jo

Mirror descent is an elegant optimization technique that leverages a dual space of parametric models to perform gradient descent. While originally developed for convex optimization, it has increasingly been applied in th…

model

Distributed Online Optimization over a Heterogeneous Network

2020-01-01 · ICML 2020 1 · Nima Eshraghi, Ben Liang

In distributed online optimization over a computing network with heterogeneous nodes, slow nodes can adversely affect the progress of fast nodes, leading to drastic slowdown of the overall convergence process. To address…

Mirror Descent Search and its Acceleration

2017-09-08 · Megumi Miyashita, Shiro Yano, Toshiyuki Kondo

In recent years, attention has been focused on the relationship between black-box optimiza- tion problem and reinforcement learning problem. In this research, we propose the Mirror Descent Search (MDS) algorithm which is…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)