paper-with-me

홈 › Papers

Clustering in Partially Labeled Stochastic Block Models via Total Variation Minimization

2019-11-03 · Alexander Jung

A main task in data analysis is to organize data points into coherent groups or clusters. The stochastic block model is a probabilistic model for the cluster structure. This model prescribes different probabilities for the presence of edges within a cluster and between different clusters. We assume that the cluster assignments are known for at least one data point in each cluster. In such a partially labeled stochastic block model, clustering amounts to estimating the cluster assignments of the remaining data points. We study total variation minimization as a method for this clustering task. We implement the resulting clustering algorithm as a highly scalable message-passing protocol. We also provide a condition on the model parameters such that total variation minimization allows for accurate clustering.

📄 PDF Abstract BibTeX arXiv:1911.00958

Code (1)

alexjungaalto/ResearchPublic 공식 구현

Tasks

ClusteringStochastic Block Model

Similar Papers 제목 키워드 기반

Revisiting Instance-Optimal Cluster Recovery in the Labeled Stochastic Block Model

2023-06-18 · Kaito Ariu, Alexandre Proutiere, Se-Young Yun

In this paper, we investigate the problem of recovering hidden communities in the Labeled Stochastic Block Model (LSBM) with a finite number of clusters whose sizes grow linearly with the total number of nodes. We derive…

ClusteringStochastic Block Model

Robust Clustering on High-Dimensional Data with Stochastic Quantization

2024-09-03 · Anton Kozyriev, Vladimir Norkin

This paper addresses the limitations of conventional vector quantization algorithms, particularly K-Means and its variant K-Means++, and investigates the Stochastic Quantization (SQ) algorithm as a scalable alternative f…

ClusteringComputational Efficiencyimage-classificationImage Classification+2

Inference via Message Passing on Partially Labeled Stochastic Block Models

2016-03-22 · T. Tony Cai, Tengyuan Liang, Alexander Rakhlin

We study the community detection and recovery problem in partially-labeled stochastic block models (SBM). We develop a fast linearized message-passing algorithm to reconstruct labels for SBM (with $n$ nodes, $k$ blocks, …

Community Detection

Multiplex Dirichlet stochastic block model for clustering multidimensional compositional networks

2024-12-16 · Iuliia Promskaia, Adrian O'Hagan, Michael Fop

Network data often represent multiple types of relations, which can also denote exchanged quantities, and are typically encompassed in a weighted multiplex. Such data frequently exhibit clustering structures, however, tr…

ClusteringStochastic Block Model

Contrastive Mean-Shift Learning for Generalized Category Discovery

2024-04-15 · CVPR 2024 1 · Sua Choi, Dahyun Kang, Minsu Cho

We address the problem of generalized category discovery (GCD) that aims to partition a partially labeled collection of images; only a small part of the collection is labeled and the total number of target classes is unk…

ClusteringContrastive LearningImage Clustering