paper-with-me

Papers

Semi-supervised K-means++

2016-02-01 · Jordan Yoder, Carey E. Priebe

Traditionally, practitioners initialize the {\tt k-means} algorithm with centers chosen uniformly at random. Randomized initialization with uneven weights ({\tt k-means++}) has recently been used to improve the performance over this strategy in cost and run-time. We consider the k-means problem with semi-supervised information, where some of the data are pre-labeled, and we seek to label the rest according to the minimum cost solution. By extending the {\tt k-means++} algorithm and analysis to account for the labels, we derive an improved theoretical bound on expected cost and observe improved performance in simulated and real data examples. This analysis provides theoretical justification for a roughly linear semi-supervised clustering algorithm.

📄 PDF Abstract BibTeX arXiv:1602.00360

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

A semi-supervised sparse K-Means algorithm

2020-03-16 · Avgoustinos Vouros, Eleni Vasilaki

We consider the problem of data clustering with unidentified feature quality and when a small amount of labelled data is provided. An unsupervised sparse clustering method can be employed in order to detect the subgroup …

Clustering

Generalized Matrix Means for Semi-Supervised Learning with Multilayer Graphs

2019-10-30 · NeurIPS 2019 12 · Pedro Mercado, Francesco Tudisco, Matthias Hein

We study the task of semi-supervised learning on multilayer graphs by taking into account both labeled and unlabeled observations together with the information encoded by each individual graph layer. We propose a regular…

Stochastic Block Model

Semi-supervised Text Categorization Using Recursive K-means Clustering

2017-06-24 · Harsha S. Gowda, Mahamad Suhil, D. S. Guru, Lavanya Narayana Raju

In this paper, we present a semi-supervised learning algorithm for classification of text documents. A method of labeling unlabeled text documents is presented. The presented method is based on the principle of divide an…

ClusteringGeneral ClassificationText Categorization

Latent Space Semi-Supervised Time Series Data Clustering

2021-01-01 · Andrew Hill, Katerina Kechris, Russell Bowler, Farnoush Kashani

Time series data is abundantly available in the real world, but there is a distinct lack of large, labeled datasets available for many types of learning tasks. Semi-supervised models, which can leverage small amounts of …

ClusteringTime SeriesTime Series AnalysisTime Series Clustering

Semi-Supervised Deep Learning for Fully Convolutional Networks

2017-03-17 · Christoph Baur, Shadi Albarqouni, Nassir Navab

Deep learning usually requires large amounts of labeled training data, but annotating data is costly and tedious. The framework of semi-supervised learning provides the means to use both labeled data and arbitrary amount…

Deep LearningDomain AdaptationImage SegmentationLesion Segmentation+2