arXiv:2503.06396cs.AI2025-03被引 1

用图神经网络指导搜索,高效求解大规模最小点覆盖问题

GRALS: GCN-Guided Redundancy-Aware Local Search for Minimum Vertex Cover

  • 结合图卷积网络预测顶点重要性,引导搜索方向
  • 提出动态去冗余操作,显著提升解的质量
  • 在346个基准上335次达成最优,适合大规模图优化

最小点覆盖(MVC)问题旨在寻找覆盖无向图中所有边的最小顶点集。作为基础的NP难组合优化问题,MVC在网络安全分析与系统设计中具有广泛应用。针对大规模实例,局部搜索启发式算法是兼顾解质量与计算效率的有效方法。现有高性能算法多采用破坏-修复框架,其中修复过程主要恢复可行性,对解结构改进有限。本文提出GRALS,一种融合图卷积网络学习的顶点概率先验与扩展揭示消除(ERE)算子的局部搜索框架。先验信息引导搜索聚焦有潜力区域,而ERE算子动态识别并移除冗余顶点以进一步优化解。在346个基准实例上的实验表明,GRALS在335个实例上达到已知最佳解,优于最强基线(302个)。该优势在不同时间限制下持续存在,尤其在含百万级顶点的大规模图上表现突出。

原文摘要 · Abstract (English)

The minimum vertex cover (MVC) problem seeks to identify the smallest set of vertices that cover all edges in an undirected graph. As a fundamental NP-hard combinatorial optimization problem, MVC has been widely studied due to its applications in network analysis and system design. For large-scale instances, local search heuristics are among the most effective approaches, offering a practical trade-off between solution quality and computational efficiency. Most existing high-performance local search algorithms adopt a break-and-repair framework, where the repair process mainly restores feasibility but provides limited opportunities for enhancing the current solution's structure. We introduce GRALS, a local search framework that integrates vertex probability priors learned from a graph convolutional network with an expansion revelation elimination (ERE) operator. The learned priors guide the search toward promising regions, while the ERE operator dynamically identifies and eliminates redundant vertices to further enhance solution quality. Experiments conducted on 346 benchmark instances demonstrate that GRALS achieves the best-known solution for 335 instances, compared to 302 instances achieved by the strongest baseline. The advantage of GRALS is maintained across different time limits and is particularly evident on large-scale graphs with millions of vertices.

组合优化图神经网络局部搜索顶点覆盖

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。