paper-with-me

Papers

Correlation clustering with local objectives

2019-12-01 · NeurIPS 2019 12 · Sanchit Kalhan, Konstantin Makarychev, Timothy Zhou

Correlation Clustering is a powerful graph partitioning model that aims to cluster items based on the notion of similarity between items. An instance of the Correlation Clustering problem consists of a graph G (not necessarily complete) whose edges are labeled by a binary classifier as similar and dissimilar. Classically, we are tasked with producing a clustering that minimizes the number of disagreements: an edge is in disagreement if it is a similar edge and is present across clusters or if it is a dissimilar edge and is present within a cluster. Define the disagreements vector to be an n dimensional vector indexed by the vertices, where the v-th index is the number of disagreements at vertex v. Recently, Puleo and Milenkovic (ICML '16) initiated the study of the Correlation Clustering framework in which the objectives were more general functions of the disagreements vector. In this paper, we study algorithms for minimizing \ell_q norms (q >= 1) of the disagreements vector for both arbitrary and complete graphs. We present the first known algorithm for minimizing the \ell_q norm of the disagreements vector on arbitrary graphs and also provide an improved algorithm for minimizing the \ell_q norm (q >= 1) of the disagreements vector on complete graphs. We also study an alternate cluster-wise local objective introduced by Ahmadi, Khuller and Saha (IPCO '19), which aims to minimize the maximum number of disagreements associated with a cluster. We present an improved (2 + \eps) approximation algorithm for this objective.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringgraph partitioning

Similar Papers 제목 키워드 기반

Learning Embeddings for Image Clustering: An Empirical Study of Triplet Loss Approaches

2020-07-06 · Kalun Ho, Janis Keuper, Franz-Josef Pfreundt, Margret Keuper

In this work, we evaluate two different image clustering objectives, k-means clustering and correlation clustering, in the context of Triplet Loss induced feature space embeddings. Specifically, we train a convolutional …

Clusteringimage-classificationImage ClassificationImage Clustering+1

Parameterized Correlation Clustering in Hypergraphs and Bipartite Graphs

2020-02-21 · Nate Veldt, Anthony Wirth, David F. Gleich

Motivated by applications in community detection and dense subgraph discovery, we consider new clustering objectives in hypergraphs and bipartite graphs. These objectives are parameterized by one or more resolution param…

ClusteringCommunity DetectionGraph Clustering

Investigate the Correlation of Breast Cancer Dataset using Different Clustering Technique

2021-09-03 · Somenath Chakraborty, Beddhu Murali

The objectives of this paper are to explore ways to analyze breast cancer dataset in the context of unsupervised learning without prior training model. The paper investigates different ways of clustering techniques as we…

ClusteringPrognosis

Clustering performance analysis using a new correlation-based cluster validity index

2021-09-23 · Nathakhun Wiroonsri

There are various cluster validity indices used for evaluating clustering results. One of the main objectives of using these indices is to seek the optimal unknown number of clusters. Some indices work well for clusters …

Clustering

DeepCut: Unsupervised Segmentation using Graph Neural Networks Clustering

2022-12-12 · Amit Aflalo, Shai Bagon, Tamar Kashti, Yonina Eldar

Image segmentation is a fundamental task in computer vision. Data annotation for training supervised methods can be labor-intensive, motivating unsupervised methods. Current approaches often rely on extracting deep featu…

ClusteringGraph Neural NetworkImage SegmentationObject Localization+5