Mining Large Independent Sets on Massive Graphs
Yu Zhang, Witold Pedrycz, Chanjuan Liu, Enqiang Zhu

TL;DR
This paper introduces ARCIS, a novel algorithm combining adaptive restarts and consensus-guided vertex fixing to efficiently find large independent sets in massive graphs, outperforming existing heuristics.
Contribution
ARCIS is the first to integrate adaptive restart policies with consensus-guided vertex fixing for large-scale independent set mining, enhancing solution quality and robustness.
Findings
ARCIS achieves the best or tied-best solutions on most benchmark graphs.
ARCIS demonstrates competitive runtime and low variability.
Ablation studies confirm the effectiveness of each component.
Abstract
The Maximum Independent Set problem is fundamental for extracting conflict-free structure from large graphs, with applications in scheduling, recommendation, and network analysis. However, existing heuristics can stagnate when search schedules are fixed and information from past solutions is underused, leading to wasted effort in low-quality regions of the search space. We present ARCIS, an efficient algorithm for mining large independent sets on massive graphs. ARCIS couples two main components. The first is an adaptive restart policy that refreshes exploration when progress slows. The second is Consensus-Guided Vertex Fixing, which restricts the search to the non-consensus region of the graph by fixing vertices consistently observed within a round. The consensus is maintained as a running intersection within each round, and because it is recomputed at every restart, the fixing is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Complexity and Algorithms in Graphs · Constraint Satisfaction and Optimization
