CADO: From Imitation to Cost Minimization for Heatmap-based Solvers in Combinatorial Optimization

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Combinatorial Optimization · Depth: Expert, extended

Summary

CADO (Cost-Aware Diffusion models for Optimization) introduces a Reinforcement Learning (RL) fine-tuning framework to overcome the fundamental "objective mismatch" in Supervised Learning (SL) for heatmap-based Combinatorial Optimization (CO) solvers. This mismatch, termed Decoder-Blindness and Cost-Blindness, means minimizing imitation loss does not guarantee optimal solution cost. CADO formulates the diffusion denoising process as a Markov Decision Process (MDP) to directly optimize post-decoded solution cost. It incorporates a novel Label-Centered Reward (LCR) that uses ground-truth labels as unbiased baselines, and Hybrid Fine-Tuning (Hybrid-FT) for stable, parameter-efficient adaptation of large-scale GNNs. CADO achieves state-of-the-art performance on TSP (100-10k nodes) and MIS (SATLIB, Erdős-Rényi) benchmarks, reducing optimality gaps by up to 85% and demonstrating robustness even with low-quality training data.

Key takeaway

For Machine Learning Engineers developing heatmap-based Combinatorial Optimization solvers, recognize that traditional supervised learning's imitation objective is insufficient for true cost minimization. You should integrate reinforcement learning fine-tuning, like CADO's framework, to directly optimize post-decoded solution costs. This approach, leveraging techniques such as Label-Centered Reward and Hybrid Fine-Tuning, will significantly improve solution quality and robustness across diverse problem scales and even with suboptimal training data, moving beyond mere structural imitation.

Key insights

Objective mismatch in heatmap-based CO solvers is resolved by RL fine-tuning that directly optimizes post-decoded solution cost.

Principles

Method

CADO formulates diffusion denoising as an MDP, optimizing post-decoded solution cost via Label-Centered Reward and Hybrid Fine-Tuning (LoRA + Selective-FT).

In practice

Topics

Best for: AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.