🤖 AI Summary
This paper addresses the efficient computation of the diameter of a point set in high-dimensional space. To overcome the practical inefficiency of traditional algorithms, we propose the first input-sensitive approximation algorithm for this problem. Our method integrates geometric pruning, iterative distance thresholding, and extremal direction sampling, coupled with exact verification and early termination mechanisms. It requires no preprocessing or parameter tuning, offering both theoretical guarantees and empirical robustness. Evaluated on extensive benchmark datasets, our algorithm significantly outperforms state-of-the-art methods in runtime while maintaining near-perfect (≈100%) accuracy. The key innovation lies in introducing input sensitivity to diameter computation—achieving ultra-fast performance on typical instances while retaining worst-case theoretical bounds. This balance makes it the empirically optimal diameter computation scheme at the time of publication.
📝 Abstract
We present an approximation algorithm for computing the diameter of a point-set in $d$-dimensions. The new algorithm is sensitive to the “hardness” of computing the diameter of the given input, and for most inputs it is able to compute the {em exact} diameter extremely fast. The new algorithm is simple, robust, has good empirical performance, and can be implemented quickly. As such, it seems to be the algorithm of choice in practice for computing/approximating the diameter.