paper-with-me

Papers

Combinatorial Approximations for Cluster Deletion: Simpler, Faster, and Better

2024-04-24 · Vicente Balmaseda, Ying Xu, Yixin Cao, Nate Veldt

Cluster deletion is an NP-hard graph clustering objective with applications in computational biology and social network analysis, where the goal is to delete a minimum number of edges to partition a graph into cliques. We first provide a tighter analysis of two previous approximation algorithms, improving their approximation guarantees from 4 to 3. Moreover, we show that both algorithms can be derandomized in a surprisingly simple way, by greedily taking a vertex of maximum degree in an auxiliary graph and forming a cluster around it. One of these algorithms relies on solving a linear program. Our final contribution is to design a new and purely combinatorial approach for doing so that is far more scalable in theory and practice.

📄 PDF Abstract BibTeX arXiv:2404.16131

Code (1)

vibalcam/combinatorial-cluster-deletion 공식 구현

Tasks

Graph Clustering

Similar Papers 제목 키워드 기반

Correlation Clustering via Strong Triadic Closure Labeling: Fast Approximation Algorithms and Practical Lower Bounds

2021-11-20 · Nate Veldt

Correlation clustering is a widely studied framework for clustering based on pairwise similarity and dissimilarity scores, but its best approximation algorithms rely on impractical linear programming relaxations. We pres…

Clustering

Faster Approximation Algorithms for Parameterized Graph Clustering and Edge Labeling

2023-06-08 · Vedangi Bengali, Nate Veldt

Graph clustering is a fundamental task in network analysis where the goal is to detect sets of nodes that are well-connected to each other but sparsely connected to the rest of the graph. We present faster approximation …

ClusteringGraph Clustering

Simpler Context-Dependent Logical Forms via Model Projections

2016-06-16 · ACL 2016 8 · Reginald Long, Panupong Pasupat, Percy Liang

We consider the task of learning a context-dependent mapping from utterances to denotations. With only denotations at training time, we must search over a combinatorially large space of logical forms, which is even large…

modelSemantic Parsing

Density Adaptive Parallel Clustering

2014-07-11 · Marcello La Rocca

In this paper we are going to introduce a new nearest neighbours based approach to clustering, and compare it with previous solutions; the resulting algorithm, which takes inspiration from both DBscan and minimum spannin…

Clustering

Faster Query Times for Fully Dynamic $k$-Center Clustering with Outliers

2023-09-21 · NeurIPS 2023 11

Given a point set $P\subseteq M$ from a metric space $(M,d)$ and numbers $k, z \in N$, the *metric $k$-center problem with $z$ outliers* is to find a set $C^\ast\subseteq P$ of $k$ points such that the maximum distance o…