AILGOCOct 15, 2024

Unsupervised Training of Diffusion Models for Feasible Solution Generation in Neural Combinatorial Optimization

arXiv:2411.00003v42 citationsh-index: 3
Originality Highly original
AI Analysis

This addresses the limitation of existing neural combinatorial optimization methods that require expert-crafted heuristics for commonly solved problems like TSP, making it more applicable to domain-specific optimization tasks.

The paper tackles the problem of generating feasible solutions in neural combinatorial optimization without relying on problem-specific human expertise or search processes, by introducing an unsupervised framework called IC/DC that trains a diffusion model from scratch to minimize cost while adhering to constraints, achieving state-of-the-art performance on the Parallel Machine Scheduling Problem and Asymmetric Traveling Salesman Problem.

Recent advancements in neural combinatorial optimization (NCO) methods have shown promising results in generating near-optimal solutions without the need for expert-crafted heuristics. However, high performance of these approaches often rely on problem-specific human-expertise-based search after generating candidate solutions, limiting their applicability to commonly solved CO problems such as Traveling Salesman Problem (TSP). In this paper, we present IC/DC, an unsupervised CO framework that directly trains a diffusion model from scratch. We train our model in a self-supervised way to minimize the cost of the solution while adhering to the problem-specific constraints. IC/DC is specialized in addressing CO problems involving two distinct sets of items, and it does not need problem-specific search processes to generate valid solutions. IC/DC employs a novel architecture capable of capturing the intricate relationships between items, and thereby enabling effective optimization in challenging CO scenarios. IC/DC achieves state-of-the-art performance relative to existing NCO methods on the Parallel Machine Scheduling Problem (PMSP) and Asymmetric Traveling Salesman Problem (ATSP).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes