๐ค AI Summary
This paper investigates clustering in edge-colored hypergraphsโi.e., partitioning vertices (nodes) into color classes based on the types of multi-way interactions they participate in. Unlike conventional approaches that minimize unsatisfied hyperedges (those containing vertices of conflicting colors), we systematically generalize the paradigm: (1) we design the first constant-factor approximation algorithm for maximizing satisfied hyperedges in hypergraphs; (2) we improve the best-known approximation ratio for the corresponding graph problem; and (3) we introduce a novel objective function balancing group-level balance and individual fairness, establishing its NP-hardness, constant-factor approximability, and fixed-parameter tractability (FPT). Our methodology integrates hypergraph theory, combinatorial optimization, approximation algorithms, and parameterized complexity analysis.
๐ Abstract
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 objective is to color nodes to minimize the number of unsatisfied hyperedges -- those containing one or more nodes whose color does not match the hyperedge color. We motivate and present advances for several directions that extend beyond this minimization problem. We first provide new algorithms for maximizing satisfied edges, which is the same at optimality but is much more challenging to approximate, with all prior work restricted to graphs. We develop the first approximation algorithm for hypergraphs, and then refine it to improve the best-known approximation factor for graphs. We then introduce new objective functions that incorporate notions of balance and fairness, and provide new hardness results, approximations, and fixed-parameter tractability results.