(ブロック)座標の最小化は、反復の最適化手法であり、すべての反復で、残りの変数を一定に保ちながら、変数または変数のサブセットに対する目的のグローバルな最小値を見つけます。一部の問題については、座標の最小化は大域的最小値(たとえば、凸微分可能目標)に収束しますが、一般的な(微分不可能な)凸問題についてはそうではない場合があります。この欠点にもかかわらず、(ブロック)座標の最小化は、大規模な微分不可能な凸問題の受け入れ可能なオプションです。例としては、離散エネルギー最小化問題の線形計画法緩和を解く方法があります(グラフィカルモデルでのMAP推論)。ブロック座標の最小化が一般的な凸問題に適用される場合、すべての反復で、現在の座標ブロックの最小化子が一意である必要はないため、単一の最小化子を選択する必要があります。このミニマイザーは、現在のブロック上のすべてのミニマイザーのセットの相対的な内部から選択することを提案します。この規則は、特定の正確な意味で他のどの規則よりも悪くないことを示します。
(Block-)coordinate minimization is an iterative optimization method which in every iteration finds a global minimum of the objective over a variable or a subset of variables, while keeping the remaining variables constant. While for some problems, coordinate minimization converges to a global minimum (e.g., convex differentiable objective), for general (non-differentiable) convex problems this may not be the case. Despite this drawback, (block-)coordinate minimization can be an acceptable option for large-scale non-differentiable convex problems; an example is methods to solve the linear programming relaxation of the discrete energy minimization problem (MAP inference in graphical models). When block-coordinate minimization is applied to a general convex problem, in every iteration the minimizer over the current coordinate block need not be unique and therefore a single minimizer must be chosen. We propose that this minimizer be chosen from the relative interior of the set of all minimizers over the current block. We show that this rule is not worse, in a certain precise sense, than any other rule.