paper-with-me

홈 › Papers

Graph Cuts with Arbitrary Size Constraints Through Optimal Transport

2024-02-07 · Chakib Fettal, Lazhar Labiod, Mohamed Nadif

A common way of partitioning graphs is through minimum cuts. One drawback of classical minimum cut methods is that they tend to produce small groups, which is why more balanced variants such as normalized and ratio cuts have seen more success. However, we believe that with these variants, the balance constraints can be too restrictive for some applications like for clustering of imbalanced datasets, while not being restrictive enough for when searching for perfectly balanced partitions. Here, we propose a new graph cut algorithm for partitioning graphs under arbitrary size constraints. We formulate the graph cut problem as a Gromov-Wasserstein with a concave regularizer problem. We then propose to solve it using an accelerated proximal GD algorithm which guarantees global convergence to a critical point, results in sparse solutions and only incurs an additional ratio of $\mathcal{O}(\log(n))$ compared to the classical spectral clustering algorithm but was seen to be more efficient.

📄 PDF Abstract BibTeX arXiv:2402.04732

Code (1)

chakib401/OT-cut 공식 구현 pytorch

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Graph-based Clustering under Differential Privacy

2018-03-10 · Rafael Pinot, Anne Morvan, Florian Yger, Cédric Gouy-Pailler 외

In this paper, we present the first differentially private clustering method for arbitrary-shaped node clusters in a graph. This algorithm takes as input only an approximate Minimum Spanning Tree (MST) $\mathcal{T}$ rele…

Clustering

Analysis and Optimization of Graph Decompositions by Lifted Multicuts

2017-08-01 · ICML 2017 8 · Andrea Horňáková, Jan-Hendrik Lange, Bjoern Andres

We study the set of all decompositions (clusterings) of a graph through its characterization as a set of lifted multicuts. This leads us to practically relevant insights related to the definition of classes of decom…

Semi-Supervised Normalized Cuts for Image Segmentation

2015-12-01 · ICCV 2015 12 · Selene E. Chew, Nathan D. Cahill

Since its introduction as a powerful graph-based method for image segmentation, the Normalized Cuts (NCuts) algorithm has been generalized to incorporate expert knowledge about how certain pixels or regions should be gr…

ClusteringImage SegmentationSegmentationSemantic Segmentation

Spectral Clustering with Imbalanced Data

2013-09-09 · Jing Qian, Venkatesh Saligrama

Spectral clustering is sensitive to how graphs are constructed from data particularly when proximal and imbalanced clusters are present. We show that Ratio-Cut (RCut) or normalized cut (NCut) objectives are not tailored …

Clusteringgraph partitioning

Clustering and Community Detection with Imbalanced Clusters

2016-08-26 · Cem Aksoylar, Jing Qian, Venkatesh Saligrama

Spectral clustering methods which are frequently used in clustering and community detection applications are sensitive to the specific graph constructions particularly when imbalanced clusters are present. We show that r…

ClusteringCommunity Detectiongraph partitioning