paper-with-me

홈 › Papers

Improved Algorithms for Overlapping and Robust Clustering of Edge-Colored Hypergraphs: An LP-Based Combinatorial Approach

2025-05-23 · Changyeol Lee, Yongho Shin, Hyung-Chan An

Clustering is a fundamental task in both machine learning and data mining. Among various methods, edge-colored clustering (ECC) has emerged as a useful approach for handling categorical data. Given a hypergraph with (hyper)edges labeled by colors, ECC aims to assign vertex colors to minimize the number of edges where the vertex color differs from the edge's color. However, traditional ECC has inherent limitations, as it enforces a nonoverlapping and exhaustive clustering. To tackle these limitations, three versions of ECC have been studied: Local ECC and Global ECC, which allow overlapping clusters, and Robust ECC, which accounts for vertex outliers. For these problems, both linear programming (LP) rounding algorithms and greedy combinatorial algorithms have been proposed. While these LP-rounding algorithms provide high-quality solutions, they demand substantial computation time; the greedy algorithms, on the other hand, run very fast but often compromise solution quality. In this paper, we present an algorithmic framework that combines the strengths of LP with the computational efficiency of combinatorial algorithms. Both experimental and theoretical analyses show that our algorithms efficiently produce high-quality solutions for all three problems: Local, Global, and Robust ECC. We complement our algorithmic contributions with complexity-theoretic inapproximability results and integrality gap bounds, which suggest that significant theoretical improvements are unlikely. Our results also answer two open questions previously raised in the literature.

📄 PDF Abstract BibTeX arXiv:2505.18043

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringComputational Efficiency

Similar Papers 제목 키워드 기반

Edge-Colored Clustering in Hypergraphs: Beyond Minimizing Unsatisfied Edges

2025-02-18 · Alex Crane, Thomas Stanley, Blair D. Sullivan, Nate Veldt

We consider a framework for clustering edge-colored hypergraphs, where the goal is to cluster (equivalently, to color) objects based on the primary type of multiway interactions they participate in. One well-studied obje…

ClusteringFairness

An approach to improving edge detection for facial and remotely sensed images using vector order statistics

2015-03-19 · B O. Sadiq, S. M. Sani, S. Garba

This paper presents an improved edge detection algorithm for facial and remotely sensed images using vector order statistics. The developed algorithm processes colored images directly without been converted to gray scale…

Edge Detection

Predictive Overlapping Co-Clustering

2014-03-08 · Chandrima Sarkar, Jaideep Srivastava

In the past few years co-clustering has emerged as an important data mining tool for two way data analysis. Co-clustering is more advantageous over traditional one dimensional clustering in many ways such as, ability to …

ClusteringCommunity DetectionRecommendation Systems

Functorial Clustering via Simplicial Complexes

2020-10-10 · NeurIPS Workshop TDA_and_Beyond 2020 12 · Dan Shiebler

We adapt previous research on topological unsupervised learning to characterize hierarchical overlapping clustering algorithms as functors that factor through a category of simplicial complexes. We first develop a pair o…

Clustering

Overlapping oriented imbalanced ensemble learning method based on projective clustering and stagewise hybrid sampling

2022-11-30 · Fan Li, Bo wang, Pin Wang, Yongming Li

The challenge of imbalanced learning lies not only in class imbalance problem, but also in the class overlapping problem which is complex. However, most of the existing algorithms mainly focus on the former. The limitati…

ClusteringEnsemble LearningTransfer Learning