paper-with-me

Papers

Scalable Clustering: Large Scale Unsupervised Learning of Gaussian Mixture Models with Outliers

2023-02-28 · Yijia Zhou, Kyle A. Gallivan, Adrian Barbu

Clustering is a widely used technique with a long and rich history in a variety of areas. However, most existing algorithms do not scale well to large datasets, or are missing theoretical guarantees of convergence. This paper introduces a provably robust clustering algorithm based on loss minimization that performs well on Gaussian mixture models with outliers. It provides theoretical guarantees that the algorithm obtains high accuracy with high probability under certain assumptions. Moreover, it can also be used as an initialization strategy for $k$-means clustering. Experiments on real-world large-scale datasets demonstrate the effectiveness of the algorithm when clustering a large number of clusters, and a $k$-means algorithm initialized by the algorithm outperforms many of the classic clustering methods in both speed and accuracy, while scaling well to large datasets such as ImageNet.

📄 PDF Abstract BibTeX arXiv:2302.14599

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Accurate Molecular-Orbital-Based Machine Learning Energies via Unsupervised Clustering of Chemical Space

2022-04-21 · Lixue Cheng, Jiace Sun, Thomas F. Miller III

We introduce an unsupervised clustering algorithm to improve training efficiency and accuracy in predicting energies using molecular-orbital-based machine learning (MOB-ML). This work determines clusters via the Gaussian…

BIG-bench Machine LearningClusteringGPRregression

Simple, Scalable, and Stable Variational Deep Clustering

2020-05-16 · Lele Cao, Sahar Asadi, Wenfei Zhu, Christian Schmidli 외

Deep clustering (DC) has become the state-of-the-art for unsupervised clustering. In principle, DC represents a variety of unsupervised methods that jointly learn the underlying clusters and the latent representation dir…

ClusteringDeep Clustering

Deep Variational Clustering Framework for Self-labeling of Large-scale Medical Images

2021-09-22 · Farzin Soleymani, Mohammad Eslami, Tobias Elze, Bernd Bischl 외

We propose a Deep Variational Clustering (DVC) framework for unsupervised representation learning and clustering of large-scale medical images. DVC simultaneously learns the multivariate Gaussian posterior through the pr…

ClusteringDecoderRepresentation Learning

Efficient Large-Scale Face Clustering Using an Online Mixture of Gaussians

2021-03-31 · David Montero, Naiara Aginako, Basilio Sierra, Marcos Nieto

In this work, we address the problem of large-scale online face clustering: given a continuous stream of unknown faces, create a database grouping the incoming faces by their identity. The database must be updated every …

ClusteringFace Clustering

Transformers can do Bayesian Clustering

2025-10-28 · Prajit Bhaskaran, Tom Viering arxiv

Bayesian clustering accounts for uncertainty but is computationally demanding at scale. Furthermore, real-world datasets often contain missing values, and simple imputation ignores the associated uncertainty, resulting i…