MLLGSep 13, 2014

Parallel Distributed Block Coordinate Descent Methods based on Pairwise Comparison Oracle

arXiv:1409.3912v113 citations
Originality Incremental advance
AI Analysis

This addresses optimization problems where function evaluations are costly or gradients are unavailable, offering a parallelizable method, though it appears incremental as it builds on existing pairwise comparison techniques.

The paper tackles unconstrained optimization without needing function values or gradients, using only pairwise comparisons of function values, and presents a block coordinate descent algorithm that parallelizes efficiently and shows an upper bound on convergence rate.

This paper provides a block coordinate descent algorithm to solve unconstrained optimization problems. In our algorithm, computation of function values or gradients is not required. Instead, pairwise comparison of function values is used. Our algorithm consists of two steps; one is the direction estimate step and the other is the search step. Both steps require only pairwise comparison of function values, which tells us only the order of function values over two points. In the direction estimate step, a Newton type search direction is estimated. A computation method like block coordinate descent methods is used with the pairwise comparison. In the search step, a numerical solution is updated along the estimated direction. The computation in the direction estimate step can be easily parallelized, and thus, the algorithm works efficiently to find the minimizer of the objective function. Also, we show an upper bound of the convergence rate. In numerical experiments, we show that our method efficiently finds the optimal solution compared to some existing methods based on the pairwise comparison.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes