A Sequential Computation Algorithm for the Center of the Smallest Enclosing Ball
Kenji Nakagawa, Yoshinori Takei

TL;DR
This paper introduces a simple, sequential algorithm for computing the center of the smallest enclosing ball in high-dimensional space, leveraging the Arimoto-Blahut algorithm for efficient convergence.
Contribution
It develops a novel recurrence formula for barycentric coordinates of the SEB center, applicable even when an equidistant point does not exist, with proven convergence and practical efficiency.
Findings
Algorithm converges with complexity O(κ n^2 log(1/ε))
Performs well compared to conventional methods in speed and accuracy
Simple formula makes it practical for high-dimensional data
Abstract
In this paper, we consider the problem of finding the center of the SEB (smallest enclosing ball) for points in -dimensional Euclidean space. One application of the SEB is SVDD (support vector data description) in support vector machines. Our objective is to develop a sequential computation algorithm for determining the barycentric coordinate of . To achieve it, we apply the concept of the Arimoto-Blahut algorithm, which is a sequential computation algorithm used to compute the channel capacity. We first consider the case in which an equidistant point from the points exists, and construct a recurrence formula that converges to the barycentric coordinate of . When lies within the convex hull of the points, coincides with , hence in this case, the recurrence…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms
