中文
相关论文

相关论文: Cluster deletion revisited

200 篇论文

In the Cluster Vertex Deletion problem the input is a graph $G$ and an integer $k$. The goal is to decide whether there is a set of vertices $S$ of size at most $k$ such that the deletion of the vertices of $S$ from $G$ results a graph in…

数据结构与算法 · 计算机科学 2019-01-24 Dekel Tsur

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…

数据结构与算法 · 计算机科学 2024-04-26 Vicente Balmaseda , Ying Xu , Yixin Cao , Nate Veldt

The Cluster Deletion problem takes a graph $G$ as input and asks for a minimum size set of edges $X$ such that $G-X$ is the disjoint union of complete graphs. An equivalent formulation is the Clique Partition problem, which asks to find a…

数据结构与算法 · 计算机科学 2025-09-26 Nicola Galesi , Tony Huynh , Fariba Ranjbar

In the family of clustering problems, we are given a set of objects (vertices of the graph), together with some observed pairwise similarities (edges). The goal is to identify clusters of similar objects by slightly modifying the graph to…

数据结构与算法 · 计算机科学 2013-06-18 Anudhyan Boral , Marek Cygan , Tomasz Kociumaka , Marcin Pilipczuk

In the Split to Block Vertex Deletion and Split to Threshold Vertex Deletion problems the input is a split graph $G$ and an integer $k$, and the goal is to decide whether there is a set $S$ of at most $k$ vertices such that $G-S$ is a block…

数据结构与算法 · 计算机科学 2019-07-26 Dekel Tsur

In the {\sc Cluster Deletion} problem the goal is to remove the minimum number of edges of a given graph, such that every connected component of the resulting graph constitutes a clique. It is known that the decision version of {\sc Cluster…

数据结构与算法 · 计算机科学 2019-04-23 Athanasios L. Konstantinidis , Charis Papadopoulos

In the Bicluter Editing problem the input is a graph $G$ and an integer $k$, and the goal is to decide whether $G$ can be transformed into a bicluster graph by adding and removing at most $k$ edges. In this paper we give an algorithm for…

数据结构与算法 · 计算机科学 2019-10-18 Dekel Tsur

In the {Claw,Diamond}-Free Edge Deletion problem the input is a graph $G$ and an integer $k$, and the goal is to decide whether there is a set of edges of size at most $k$ such that removing the edges of the set from $G$ results a graph…

数据结构与算法 · 计算机科学 2019-08-21 Dekel Tsur

A hedge graph is a graph whose edge set has been partitioned into groups called hedges. Here we consider a generalization of the well-known \textsc{Cluster Deletion} problem, named \textsc{Hedge Cluster Deletion}. The task is to compute the…

数据结构与算法 · 计算机科学 2025-12-05 Athanasios L. Konstantinidis , Charis Papadopoulos , Georgios Velissaris

In the Cograph Deletion (resp., Cograph Editing) problem the input is a graph $G$ and an integer $k$, and the goal is to decide whether there is a set of edges of size at most $k$ whose removal from $G$ (resp., removal and addition to $G$)…

数据结构与算法 · 计算机科学 2020-01-01 Dekel Tsur

In the Dominated Cluster Deletion problem, we are given an undirected graph $G$ and integers $k$ and $d$ and the question is to decide whether there exists a set of at most $k$ vertices whose removal results in a graph in which each…

离散数学 · 计算机科学 2025-08-20 Nicole Schirrmacher , Sebastian Siebertz , Alexandre Vigny

A 2-club is a graph of diameter at most two. In the decision version of the parametrized {\sc 2-Club Cluster Edge Deletion} problem, an undirected graph $G$ is given along with an integer $k\geq 0$ as parameter, and the question is whether…

数据结构与算法 · 计算机科学 2021-07-05 Faisal N. Abu-Khzam , Norma Makarem , Maryam Shehab

In the Split Vertex Deletion problem, given a graph G and an integer k, we ask whether one can delete k vertices from the graph G to obtain a split graph (i.e., a graph, whose vertex set can be partitioned into two sets: one inducing a…

数据结构与算法 · 计算机科学 2012-08-07 Marek Cygan , Marcin Pilipczuk

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

The class of graph deletion problems has been extensively studied in theoretical computer science, particularly in the field of parameterized complexity. Recently, a new notion of graph deletion problems was introduced, called deletion to…

数据结构与算法 · 计算机科学 2026-05-20 Ashwin Jacob , Diptapriyo Majumdar , Meirav Zehavi

A graph $G$ is called a \emph{block graph} if each maximal $2$-connected component of $G$ is a clique. In this paper we study the Block Graph Vertex Deletion from the perspective of fixed parameter tractable (FPT) and kernelization…

数据结构与算法 · 计算机科学 2015-10-29 Akanksha Agrawal , Sudeshna Kolay , Daniel Lokshtanov , Saket Saurabh

We present a polynomial-time algorithm for the cluster vertex deletion problem on chordal graphs, resolving an open question posed in different contexts by Cao et al. [Theoretical Computer Science, 2018], Aprile et al. [Mathematical…

数据结构与算法 · 计算机科学 2026-04-23 Yixin Cao , Peng Li

In the graph clustering problem with a planted solution, the input is a graph on $n$ vertices partitioned into $k$ clusters, and the task is to infer the clusters from graph structure. A standard assumption is that clusters induce…

This paper deals with the problem of finding, for a given graph and a given natural number k, a subgraph of k nodes with a maximum number of edges. This problem is known as the k-cluster problem and it is NP-hard on general graphs as well…

数据结构与算法 · 计算机科学 2011-11-09 George B. Mertzios

We use a cluster ensemble to determine the number of clusters, k, in a group of data. A consensus similarity matrix is formed from the ensemble using multiple algorithms and several values for k. A random walk is induced on the graph…

机器学习 · 统计学 2014-08-06 Shaina Race , Carl Meyer , Kevin Valakuzhy
‹ 上一页 1 2 3 10 下一页 ›