paper-with-me

Papers

Bipartite Correlation Clustering -- Maximizing Agreements

2016-03-09 · Megasthenis Asteris, Anastasios Kyrillidis, Dimitris Papailiopoulos, Alexandros G. Dimakis

In Bipartite Correlation Clustering (BCC) we are given a complete bipartite graph $G$ with +' and -' edges, and we seek a vertex clustering that maximizes the number of agreements: the number of all +' edges within clusters plus all -' edges cut across clusters. BCC is known to be NP-hard. We present a novel approximation algorithm for $k$-BCC, a variant of BCC with an upper bound $k$ on the number of clusters. Our algorithm outputs a $k$-clustering that provably achieves a number of agreements within a multiplicative ${(1-\delta)}$-factor from the optimal, for any desired accuracy $\delta$. It relies on solving a combinatorially constrained bilinear maximization on the bi-adjacency matrix of $G$. It runs in time exponential in $k$ and $\delta^{-1}$, but linear in the size of the input. Further, we show that, in the (unconstrained) BCC setting, an ${(1-\delta)}$-approximation can be achieved by $O(\delta^{-1})$ clusters regardless of the size of the graph. In turn, our $k$-BCC algorithm implies an Efficient PTAS for the BCC objective of maximizing agreements.

📄 PDF Abstract BibTeX arXiv:1603.02782

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar 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 neces…

Clusteringgraph partitioning

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

Variance Reduction in Bipartite Experiments through Correlation Clustering

2019-12-01 · NeurIPS 2019 12 · Jean Pouget-Abadie, Kevin Aydin, Warren Schudy, Kay Brodersen 외

Causal inference in randomized experiments typically assumes that the units of randomization and the units of analysis are one and the same. In some applications, however, these two roles are played by distinct entities …

Causal InferenceClustering

Fair Correlation Clustering

2020-02-10 · Saba Ahmadi, Sainyam Galhotra, Barna Saha, Roy Schwartz

In this paper we study the problem of correlation clustering under fairness constraints. In the classic correlation clustering problem, we are given a complete graph where each edge is labeled positive or negative. The g…

ClusteringFairness

Correlation Clustering with Adaptive Similarity Queries

2019-05-28 · NeurIPS 2019 12 · Marco Bressan, Nicolò Cesa-Bianchi, Andrea Paudice, Fabio Vitale

In correlation clustering, we are given $n$ objects together with a binary similarity score between each pair of them. The goal is to partition the objects into clusters so to minimise the disagreements with the scores. …

Active LearningClustering