Data Reductions for the Strong Maximum Independent Set Problem in Hypergraphs
Ernestine Großmann, Christian Schulz, Darren Strash, Antonie Wagner
TL;DR
The paper tackles the strong Maximum Independent Set problem on hypergraphs and introduces nine exact data-reduction rules as a preprocessing step to shrink instances before solving. By integrating these reductions with ILP-based and graph-based solvers (via clique expansion), the authors demonstrate substantial empirical gains: on average reducing instance size to 22% in 6.76 seconds and achieving average speedups up to $3.84\times$ (with individual cases up to $53\times$) on the best configurations, as well as enabling one new solvable instance. The experimental evaluation across diverse hypergraph datasets shows consistent improvements across solvers, highlighting the practical value of reduction rules in accelerating MIS on hypergraphs. The work lays groundwork for further reductions, weighted generalizations, and heuristic strategies that can leverage preprocessing in large-scale hypergraph settings.
Abstract
This work addresses the well-known Maximum Independent Set problem in the context of hypergraphs. While this problem has been extensively studied on graphs, we focus on its strong extension to hypergraphs, where edges may connect any number of vertices. A set of vertices in a hypergraph is strongly independent if there is at most one vertex per edge in the set. One application for this problem is to find perfect minimal hash functions. We propose nine new data reduction rules specifically designed for this problem. Our reduction routine can serve as a preprocessing step for any solver. We analyze the impact on the size of the reduced instances and the performance of several subsequent solvers when combined with this preprocessing. Our results demonstrate a significant reduction in instance size and improvements in running time for subsequent solvers. The preprocessing routine reduces instances, on average, to 22% of their original size in 6.76 seconds. When combining our reduction preprocessing with the best-performing exact solver, we observe an average speedup of 3.84x over not using the reduction rules. In some cases, we can achieve speedups of up to 53x. Additionally, one more instance becomes solvable by a method when combined with our preprocessing.
