paper-with-me

Papers

Clustering by Sum of Norms: Stochastic Incremental Algorithm, Convergence and Cluster Recovery

2017-08-01 · ICML 2017 8 · Ashkan Panahi, Devdatt Dubhashi, Fredrik D. Johansson, Chiranjib Bhattacharyya

Standard clustering methods such as K-means, Gaussian mixture models, and hierarchical clustering are beset by local minima, which are sometimes drastically suboptimal. Moreover the number of clusters K must be known in advance. The recently introduced the sum-of-norms (SON) or Clusterpath convex relaxation of k-means and hierarchical clustering shrinks cluster centroids toward one another and ensure a unique global minimizer. We give a scalable stochastic incremental algorithm based on proximal iterations to solve the SON problem with convergence guarantees. We also show that the algorithm recovers clusters under quite general conditions which have a similar form to the unifying proximity condition introduced in the approximation algorithms community (that covers paradigm cases such as Gaussian mixtures and planted partition models). We give experimental results to confirm that our algorithm scales much better than previous methods while producing clusters of comparable quality.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

An Adaptive Incremental Gradient Method With Support for Non-Euclidean Norms

2022-04-28 · Binghui Xie, Chenhan Jin, Kaiwen Zhou, James Cheng 외

Stochastic variance reduced methods have shown strong performance in solving finite-sum problems. However, these methods usually require the users to manually tune the step-size, which is time-consuming or even infeasibl…

Certifying clusters from sum-of-norms clustering

2020-06-19 · Tao Jiang, Stephen Vavasis

Sum-of-norms clustering is a clustering formulation based on convex optimization that automatically induces hierarchy. Multiple algorithms have been proposed to solve the optimization problem: subgradient descent by Hock…

Clustering

On the Global Convergence of (Fast) Incremental Expectation Maximization Methods

2019-10-28 · NeurIPS 2019 12 · Belhal Karimi, Hoi-To Wai, Eric Moulines, Marc Lavielle

The EM algorithm is one of the most popular algorithm for inference in latent data models. The original formulation of the EM algorithm does not scale to large data set, because the whole data set is required at each ite…

Local versions of sum-of-norms clustering

2021-09-20 · Alexander Dunlap, Jean-Christophe Mourrat

Sum-of-norms clustering is a convex optimization problem whose solution can be used for the clustering of multivariate data. We propose and study a localized version of this method, and show in particular that it can sep…

Clustering

On Almost Sure Convergence Rates of Stochastic Gradient Methods

2022-02-09 · Jun Liu, Ye Yuan

The vast majority of convergence rates analysis for stochastic gradient methods in the literature focus on convergence in expectation, whereas trajectory-wise almost sure convergence is clearly important to ensure that a…