arXiv:2603.02462cs.LGcs.AI2026-03中稿 · ICML

用可计算约化思想提升图组合优化模型的迁移能力

Can Computational Reducibility Lead to Transferable Models for Graph Combinatorial Optimization?

  • 设计基于能量约束的GNN编码器,实现强表达力的消息传递
  • 预训练+微调策略在MVC、MIS等任务间实现有效迁移
  • 多任务学习中预训练几乎总加速收敛,避免负迁移

开发统一神经求解器的关键挑战在于如何让模型从已知任务高效泛化到未见任务。为此,我们提出一种新型图神经网络编码器,结合具有表达力的消息传递机制(GCON模块)与基于能量的无监督损失函数,在单任务训练下即达到多项图组合优化任务的竞争力表现。进一步借鉴计算可约化理论,设计预训练-微调策略,成功实现从最小顶点覆盖(MVC)、最大独立集(MIS)到最大团(MaxClique)间的有效迁移,并在包含最大割(MaxCut)、最小度排序(MDS)和图着色的多任务设置中验证了可行性。在留一法多任务实验中,仅在除一个任务外的所有任务上预训练,几乎总能加快剩余任务的微调收敛速度,且无负迁移现象。结果表明,通过强表达消息传递与受可约化理论启发的预训练策略,学习跨多个图组合优化问题的通用表征是可行的,为构建神经组合优化基础模型迈出关键一步。代码已开源:https://github.com/semihcanturk/COPT-MT。

原文摘要 · Abstract (English)

A key challenge in developing unified neural solvers for combinatorial optimization (CO) is the efficient generalization of models from a given set of tasks to new tasks unseen during initial training. To address this, we first establish a new GNN encoder, which uses a GCON module as a form of expressive message passing together with energy-based unsupervised loss functions. This model achieves highly competitive performance across multiple CO tasks when trained individually on each task. We then leverage knowledge from the computational reducibility literature to propose pretraining and fine-tuning strategies that transfer effectively (a) between MVC, MIS and MaxClique, and (b) in a multi-task learning setting that additionally incorporates MaxCut, MDS and graph coloring. Additionally, in a leave-one-out, multi-task learning setting, we observe that pretraining on all but one task almost always leads to faster convergence on the remaining task when fine-tuning, while avoiding negative transfer. Our findings indicate that learning common representations across multiple graph CO problems is viable through the use of expressive message passing coupled with pretraining strategies that are informed by the polynomial reducibility literature, thereby taking an important step towards enabling the development of foundational models for neural CO. We provide an open source implementation of our work at https://github.com/semihcanturk/COPT-MT.

图神经网络组合优化模型迁移

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