A Generative Neural Annealer for Black-Box Combinatorial Optimization

arXiv:2505.09742v21 citationsh-index: 50
Originality Incremental advance
AI Analysis

This addresses the problem of efficient optimization in NP-hard combinatorial tasks for researchers and practitioners, though it appears incremental as it builds on annealing-based algorithms.

The paper tackled black-box combinatorial optimization by proposing a generative neural annealer that models the Boltzmann distribution to improve sample efficiency and solution quality, achieving competitive performance against state-of-the-art methods on NP problems.

We propose a generative, end-to-end solver for black-box combinatorial optimization that emphasizes both sample efficiency and solution quality on NP problems. Drawing inspiration from annealing-based algorithms, we treat the black-box objective as an energy function and train a neural network to model the associated Boltzmann distribution. By conditioning on temperature, the network captures a continuum of distributions--from near-uniform at high temperatures to sharply peaked around global optima at low temperatures--thereby learning the structure of the energy landscape and facilitating global optimization. When queries are expensive, the temperature-dependent distributions naturally enable data augmentation and improve sample efficiency. When queries are cheap but the problem remains hard, the model learns implicit variable interactions, effectively "opening" the black box. We validate our approach on challenging combinatorial tasks under both limited and unlimited query budgets, showing competitive performance against state-of-the-art black-box optimizers.

Foundations

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

Your Notes