scispace - formally typeset
A

Andrea Vattani

Researcher at University of California, San Diego

Publications -  22
Citations -  1827

Andrea Vattani is an academic researcher from University of California, San Diego. The author has contributed to research in topics: Upper and lower bounds & Greedy algorithm. The author has an hindex of 12, co-authored 22 publications receiving 1662 citations. Previous affiliations of Andrea Vattani include Amazon.com.

Papers
More filters
Journal ArticleDOI

Scalable k-means++

TL;DR: In this article, the authors show how to reduce the number of passes needed to obtain, in parallel, a good initialization of k-means++ in both sequential and parallel settings.
Posted Content

Scalable K-Means++

TL;DR: It is proved that the proposed initialization algorithm k-means|| obtains a nearly optimal solution after a logarithmic number of passes, and Experimental evaluation on real-world large-scale data demonstrates that k-Means|| outperforms k- means++ in both sequential and parallel settings.
Proceedings ArticleDOI

k-means requires exponentially many iterations even in the plane

TL;DR: In this article, a super-polynomial worst-case lower bound for the k-means algorithm with running time O(nkd) was shown, where kd = Ω(n log n).
Journal ArticleDOI

Fast Greedy Algorithms in MapReduce and Streaming

TL;DR: A powerful sampling technique that aids in parallelization of sequential algorithms and yields efficient algorithms that run in a logarithmic number of rounds while obtaining solutions that are arbitrarily close to those produced by the standard sequential greedy algorithm.
Proceedings ArticleDOI

Fast greedy algorithms in mapreduce and streaming

TL;DR: This work uses a powerful sampling technique to adapt a broad class of greedy algorithms to the MapReduce paradigm, and yields efficient algorithms that run in a logarithmic number of rounds, while obtaining solutions that are arbitrarily close to those produced by the standard sequential greedy algorithm.