中文
相关论文

相关论文: Parameterized mixed cluster editing via modular de…

200 篇论文

We explore Cluster Editing and its generalization Correlation Clustering with a new operation called permissive vertex splitting which addresses finding overlapping clusters in the face of uncertain information. We determine that both…

数据结构与算法 · 计算机科学 2024-08-30 Matthias Bentert , Alex Crane , Pål Grønås Drange , Felix Reidl , Blair D. Sullivan

The aim of edge editing or modification problems is to change a given graph by adding and deleting of a small number of edges in order to satisfy a certain property. We consider the Edge Editing to a Connected Graph of Given Degrees problem…

数据结构与算法 · 计算机科学 2014-06-05 Petr A. Golovach

Graph clustering is a challenging pattern recognition problem whose goal is to identify vertex partitions with high intra-group connectivity. This paper investigates a bi-objective problem that maximizes the number of intra-cluster edges of…

社会与信息网络 · 计算机科学 2019-09-10 Camila P. S. Tautenhain , Mariá C. V. Nascimento

Editing a graph to obtain a disjoint union of s-clubs is one of the models for correlation clustering, which seeks a partition of the vertex set of a graph so that elements of each resulting set are close enough according to some given…

数据结构与算法 · 计算机科学 2025-06-06 Faisal N. Abu-Khzam , Tom Davot , Lucas Isenmann , Sergio Thoumi

In the Colored Clustering problem, one is asked to cluster edge-colored (hyper-)graphs whose colors represent interaction types. More specifically, the goal is to select as many edges as possible without choosing two edges that share an…

数据结构与算法 · 计算机科学 2023-02-02 Leon Kellerhals , Tomohiro Koana , Pascal Kunz , Rolf Niedermeier

The BiCluster Editing problem aims at editing a given bipartite graph into a disjoint union of bicliques via a minimum number of edge deletion or addition operations. As a graph-based model for data clustering, the problem aims at a…

数据结构与算法 · 计算机科学 2025-11-18 Faisal N. Abu-Khzam , Lucas Isenmann , Zeina Merchad

Graph modification problems are typically asked as follows: is there a small set of operations that transforms a given graph to have a certain property. The most commonly considered operations include vertex deletion, edge deletion, and…

数据结构与算法 · 计算机科学 2014-06-02 Yixin Cao , Dániel Marx

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 parameters in order to…

数据结构与算法 · 计算机科学 2020-06-22 Nate Veldt , Anthony Wirth , David F. Gleich

This work aims at improving the quality of structural variant prediction from the mapped reads of a sequenced genome. We suggest a new model based on cluster editing in weighted graphs and introduce a new heuristic algorithm that allows to…

数据结构与算法 · 计算机科学 2013-10-15 Thomas Bellitto , Tobias Marschall , Alexander Schönhuth , Gunnar W. Klau

We study two clustering problems, Starforest Editing, the problem of adding and deleting edges to obtain a disjoint union of stars, and the generalization Bicluster Editing. We show that, in addition to being NP-hard, none of the problems…

数据结构与算法 · 计算机科学 2015-07-30 Pål Grønås Drange , Felix Reidl , Fernando Sánchez Villaamil , Somnath Sikdar

Graph modification problems are computational tasks where the goal is to change an input graph $G$ using operations from a fixed set, in order to make the resulting graph satisfy a target property, which usually entails membership to a…

离散数学 · 计算机科学 2025-05-19 Ivo Koch , Nina Pardal , Vinicius F. dos Santos

We study the parameterized complexity of a variant of the $F$-free Editing problem: Given a graph $G$ and a natural number $k$, is it possible to modify at most $k$ edges in $G$ so that the resulting graph contains no induced subgraph…

离散数学 · 计算机科学 2019-11-14 René van Bevern , Vincent Froese , Christian Komusiewicz

This work considers clustering nodes of a largely incomplete graph. Under the problem setting, only a small amount of queries about the edges can be made, but the entire graph is not observable. This problem finds applications in…

机器学习 · 计算机科学 2021-10-04 Shahana Ibrahim , Xiao Fu

Clustering is a well-known and important problem with numerous applications. The graph-based model is one of the typical cluster models. In the graph model, clusters are generally defined as cliques. However, such an approach might be too…

数据结构与算法 · 计算机科学 2017-06-30 Ivan Bliznets , Nikolai Karpov

In the correlation clustering problem for complete signed graphs, the input is a complete signed graph with edges weighted as $+1$ (denote recommendation to put this pair in the same cluster) or $-1$ (recommending to put this pair of…

数据结构与算法 · 计算机科学 2022-11-15 Ali Shakiba

A graph operation that {\em contracts edges} is one of the fundamental operations in the theory of graph minors. Parameterized Complexity of editing to a family of graphs by contracting $k$ edges has recently gained substantial scientific…

数据结构与算法 · 计算机科学 2020-06-19 Spoorthy Gunda , Pallavi Jain , Daniel Lokshtanov , Saket Saurabh , Prafullkumar Tale

We study the problem of transforming bipartite graphs into bicluster graphs. Abu-Khzam, Isenmann, and Merchad [IWOCA '25] introduced two variants of this problem. In both problems, the goal is to transform a bipartite graph into a bicluster…

数据结构与算法 · 计算机科学 2025-12-02 Matthias Bentert , Pål Grønås Drange , Erlend Haugen

We study the parameterized and kernelization complexity of the s-Club Cluster Edge Deletion problem, a distance-bounded generalization of Cluster Edge Deletion. Given a graph G = (V, E) and integers k and s, the goal is to delete at most k…

离散数学 · 计算机科学 2025-11-04 Ajinkya Gaikwad

Golovach, Paulusma and Song (Inf. Comput. 2014) asked to determine the parameterized complexity of the following problems parameterized by $k$: (1) Given a graph $G$, a clique modulator $D$ (a clique modulator is a set of vertices, whose…

数据结构与算法 · 计算机科学 2019-07-30 Gregory Gutin , Diptapriyo Majumdar , Sebastian Ordyniak , Magnus Wahlström

In the Correlation Clustering, also known as Cluster Editing, we are given an undirected n-vertex graph G and a positive integer k. The task is to decide if G can be transformed into a cluster graph, i.e., a disjoint union of cliques, by…

计算复杂性 · 计算机科学 2015-03-19 Fedor V. Fomin , Stefan Kratsch , Marcin Pilipczuk , Michał Pilipczuk , Yngve Villanger