paper-with-me

Papers

Ultra Fast Medoid Identification via Correlated Sequential Halving

2019-06-11 · Tavor Z. Baharav, David N. Tse

The medoid of a set of n points is the point in the set that minimizes the sum of distances to other points. It can be determined exactly in O(n^2) time by computing the distances between all pairs of points. Previous works show that one can significantly reduce the number of distance computations needed by adaptively querying distances. The resulting randomized algorithm is obtained by a direct conversion of the computation problem to a multi-armed bandit statistical inference problem. In this work, we show that we can better exploit the structure of the underlying computation problem by modifying the traditional bandit sampling strategy and using it in conjunction with a suitably chosen multi-armed bandit algorithm. Four to five orders of magnitude gains over exact computation are obtained on real data, in terms of both number of distance computations needed and wall clock time. Theoretical results are obtained to quantify such gains in terms of data parameters. Our code is publicly available online at https://github.com/TavorB/Correlated-Sequential-Halving.

📄 PDF Abstract BibTeX arXiv:1906.04356

Code (2)

NEURIPS-anonymous-2019/Correlated-Sequential-Halving 공식 구현
TavorB/Correlated-Sequential-Halving 공식 구현

Similar Papers 제목 키워드 기반

Ultra Fast Medoid Identification via Correlated Sequential Halving

2019-12-01 · NeurIPS 2019 12 · Tavor Baharav, David Tse

The medoid of a set of n points is the point in the set that minimizes the sum of distances to other points. It can be determined exactly in O(n^2) time by computing the distances between all pairs of points. Previous wo…

Hyperparameter-Free Approach for Faster Minimum Bayes Risk Decoding

2024-01-05 · Yuu Jinnai, Kaito Ariu

Minimum Bayes-Risk (MBR) decoding is shown to be a powerful alternative to beam search decoding for a wide range of text generation tasks. However, MBR requires a huge amount of time for inference to compute the MBR obje…

Image CaptioningMachine TranslationText GenerationText Summarization+1

OneBatchPAM: A Fast and Frugal K-Medoids Algorithm

2025-01-31 · Antoine de Mathelin, Nicolas Enrique Cecchi, François Deheeger, Mathilde Mougeot 외

This paper proposes a novel k-medoids approximation algorithm to handle large-scale datasets with reasonable computational time and memory complexity. We develop a local-search algorithm that iteratively improves the med…

BanditPAM++: Faster $k$-medoids Clustering

2023-09-21 · NeurIPS 2023 11

Clustering is a fundamental task in data science with wide-ranging applications. In $k$-medoids clustering, cluster centers must be actual datapoints and arbitrary distance metrics may be used; these features allow for g…

Faster k-Medoids Clustering: Improving the PAM, CLARA, and CLARANS Algorithms

2018-10-12 · Erich Schubert, Peter J. Rousseeuw

Clustering non-Euclidean data is difficult, and one of the most used algorithms besides hierarchical clustering is the popular algorithm Partitioning Around Medoids (PAM), also simply referred to as k-medoids. In Euclide…

Clustering