Context-aware Diversity Enhancement for Neural Multi-Objective Combinatorial Optimization
Yongfan Lu, Zixiang Di, Bingdong Li, Shengcai Liu, Hong Qian, Peng Yang, Ke Tang, Aimin Zhou
TL;DR
This work tackles multi-objective combinatorial optimization (MOCO) by introducing Context-aware Diversity Enhancement (CDE), which combines node-level sequence modeling with autoregressive node embeddings and solution-level hypervolume expectation maximization to couple preferences to diverse Pareto fronts. A Hypervolume Residual Update (HRU) strategy preserves both local and non-local Pareto information, while Explicit and Implicit Dual Inference (EI^2) paired with Local Subset Selection Acceleration (LSSA) enhances convergence and efficiency. The approach employs a hypernetwork to condition decoder parameters on polar-angle preferences, guiding solution generation toward high hypervolume with reduced duplicates. Across MOTSP, MOCVRP, and MOKP, CDE consistently outperforms state-of-the-art baselines in hypervolume and diversity, with competitive runtimes and strong generalization to larger instances.
Abstract
Multi-objective combinatorial optimization (MOCO) problems are prevalent in various real-world applications. Most existing neural MOCO methods rely on problem decomposition to transform an MOCO problem into a series of singe-objective combinatorial optimization (SOCO) problems and train attention models based on a single-step and deterministic greedy rollout. However, inappropriate decomposition and undesirable short-sighted behaviors of previous methods tend to induce a decline in diversity. To address the above limitation, we design a Context-aware Diversity Enhancement algorithm named CDE, which casts the neural MOCO problems as conditional sequence modeling via autoregression (node-level context awareness) and establishes a direct relationship between the mapping of preferences and diversity indicator of reward based on hypervolume expectation maximization (solution-level context awareness). Based on the solution-level context awareness, we further propose a hypervolume residual update strategy to enable the Pareto attention model to capture both local and non-local information of the Pareto set/front. The proposed CDE can effectively and efficiently grasp the context information, resulting in diversity enhancement. Experimental results on three classic MOCO problems demonstrate that our CDE outperforms several state-of-the-art baselines.
