中文
相关论文

相关论文: Correlation Clustering with Sherali-Adams

200 篇论文

Correlation clustering is a technique for aggregating data based on qualitative information about which pairs of objects are labeled 'similar' or 'dissimilar.' Because the optimization problem is NP-hard, much of the previous literature…

机器学习 · 计算机科学 2017-03-20 Nate Veldt , Anthony Wirth , David F. Gleich

Semi-supervised clustering is a basic problem in various applications. Most existing methods require knowledge of the ideal cluster number, which is often difficult to obtain in practice. Besides, satisfying the must-link constraints is…

最优化与控制 · 数学 2025-03-07 Wei Liu , Xin Liu , Michael K. Ng , Zaikun Zhang

We study the classic correlation clustering in the dynamic setting. Given $n$ objects and a complete labeling of the object-pairs as either similar or dissimilar, the goal is to partition the objects into arbitrarily many clusters while…

数据结构与算法 · 计算机科学 2025-07-15 Soheil Behnezhad , Moses Charikar , Vincent Cohen-Addad , Alma Ghafari , Weiyun Ma

Clustering is a fundamental task in unsupervised learning. The focus of this paper is the Correlation Clustering functional which combines positive and negative affinities between the data points. The contribution of this paper is two fold:…

计算机视觉与模式识别 · 计算机科学 2011-12-14 Shai Bagon , Meirav Galun

This paper considers correlation clustering on unweighted complete graphs. We give a combinatorial algorithm that returns a single clustering solution that is simultaneously $O(1)$-approximate for all $\ell_p$-norms of the disagreement…

数据结构与算法 · 计算机科学 2024-03-12 Sami Davies , Benjamin Moseley , Heather Newman

Correlation clustering is a widely-used approach for clustering large data sets based only on pairwise similarity information. In recent years, there has been a steady stream of better and better classical algorithms for approximating this…

数据结构与算法 · 计算机科学 2025-04-08 Sepehr Assadi , Sanjeev Khanna , Aaron Putterman

Graph clustering problems typically aim to partition the graph nodes such that two nodes belong to the same partition set if and only if they are similar. Correlation Clustering is a graph clustering formulation which: (1) takes as input a…

社会与信息网络 · 计算机科学 2021-10-19 Jimit Majmudar , Stephen Vavasis

Given a weighted and complete graph G = (V, E), V denotes the set of n objects to be clustered, and the weight d(u, v) associated with an edge (u, v) belonging to E denotes the dissimilarity between objects u and v. The diameter of a…

数据结构与算法 · 计算机科学 2012-06-22 Jiabing Wang , Jiaye Chen

Clustering is a long-standing research problem and a fundamental tool in AI and data analysis. The traditional k-center problem, a fundamental theoretical challenge in clustering, has a best possible approximation ratio of 2, and any…

机器学习 · 计算机科学 2026-04-28 Chaoqi Jia , Longkun Guo , Kewen Liao , Zhigang Lu , Chao Chen , Jason Xue

We give the first $2$-approximation algorithm for the cluster vertex deletion problem. This is tight, since approximating the problem within any constant factor smaller than $2$ is UGC-hard. Our algorithm combines the previous approaches,…

组合数学 · 数学 2021-10-19 Manuel Aprile , Matthew Drescher , Samuel Fiorini , Tony Huynh

We present an $(e^{O(p)} \frac{\log \ell}{\log\log\ell})$-approximation algorithm for socially fair clustering with the $\ell_p$-objective. In this problem, we are given a set of points in a metric space. Each point belongs to one (or…

数据结构与算法 · 计算机科学 2021-07-16 Yury Makarychev , Ali Vakilian

Clustering, a fundamental task in data science and machine learning, groups a set of objects in such a way that objects in the same cluster are closer to each other than to those in other clusters. In this paper, we consider a well-known…

计算几何 · 计算机科学 2018-11-07 Georgia Avarikioti , Alain Ryser , Yuyi Wang , Roger Wattenhofer

We show that a simple single-pass semi-streaming variant of the Pivot algorithm for Correlation Clustering gives a (3 + {\epsilon})-approximation using O(n/{\epsilon}) words of memory. This is a slight improvement over the recent results of…

数据结构与算法 · 计算机科学 2023-05-24 Sayak Chakrabarty , Konstantin Makarychev

We introduce fast algorithms for correlation clustering with respect to the Min Max objective that provide constant factor approximations on complete graphs. Our algorithms are the first purely combinatorial approximation algorithms for…

数据结构与算法 · 计算机科学 2023-01-31 Sami Davies , Benjamin Moseley , Heather Newman

The vertex cover problem is a fundamental and widely studied combinatorial optimization problem. It is known that its standard linear programming relaxation is integral for bipartite graphs and half-integral for general graphs. As a…

数据结构与算法 · 计算机科学 2023-07-28 Danish Kashaev , Guido Schäfer

This paper presents a fast and simple new 2-approximation algorithm for minimum weighted vertex cover. The unweighted version of this algorithm is equivalent to a well-known greedy maximal independent set algorithm. We prove that this…

数据结构与算法 · 计算机科学 2022-09-13 Nate Veldt

The study of approximate matching in the Massively Parallel Computations (MPC) model has recently seen a burst of breakthroughs. Despite this progress, however, we still have a far more limited understanding of maximal matching which is one…

数据结构与算法 · 计算机科学 2023-10-17 Soheil Behnezhad , MohammadTaghi Hajiaghayi , David G. Harris

With the aggressive scaling of VLSI technology, the explosion of layout patterns creates a critical bottleneck for DFM applications like OPC. Pattern clustering is essential to reduce data complexity, yet existing methods struggle with…

硬件体系结构 · 计算机科学 2025-12-16 Shuo Liu

We consider the problem of correlation clustering on graphs with constraints on both the cluster sizes and the positive and negative weights of edges. Our contributions are twofold: First, we introduce the problem of correlation clustering…

机器学习 · 计算机科学 2015-05-25 Gregory J. Puleo , Olgica Milenkovic

We study the online clustering problem where data items arrive in an online fashion. The algorithm maintains a clustering of data items into similarity classes. Upon arrival of v, the relation between v and previously arrived items is…

数据结构与算法 · 计算机科学 2010-02-03 Claire Mathieu , Ocan Sankur , Warren Schudy