AIMar 11, 2016

High-dimensional Black-box Optimization via Divide and Approximate Conquer

arXiv:1603.03518v288 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in optimization for researchers and practitioners dealing with high-dimensional, non-separable problems, though it appears incremental as it builds on the Divide and Conquer paradigm.

The paper tackles the challenge of interdependent sub-problems in high-dimensional black-box optimization by proposing Divide and Approximate Conquer (DAC), which reduces partial solution evaluation cost from exponential to polynomial time while guaranteeing global optimum convergence, as demonstrated empirically on non-separable high-dimensional problems.

Divide and Conquer (DC) is conceptually well suited to high-dimensional optimization by decomposing a problem into multiple small-scale sub-problems. However, appealing performance can be seldom observed when the sub-problems are interdependent. This paper suggests that the major difficulty of tackling interdependent sub-problems lies in the precise evaluation of a partial solution (to a sub-problem), which can be overwhelmingly costly and thus makes sub-problems non-trivial to conquer. Thus, we propose an approximation approach, named Divide and Approximate Conquer (DAC), which reduces the cost of partial solution evaluation from exponential time to polynomial time. Meanwhile, the convergence to the global optimum (of the original problem) is still guaranteed. The effectiveness of DAC is demonstrated empirically on two sets of non-separable high-dimensional problems.

Foundations

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

Your Notes