🤖 AI Summary
This work addresses the challenge of jointly optimizing solution quality and diversity in combinatorial optimization. We propose the Generative Flow Ant Colony Sampler (GFACS), the first framework to deeply integrate amortized multimodal prior modeling from Generative Flow Networks (GFlowNets) with the parallel stochastic search and pheromone-based reinforcement mechanism of Ant Colony Optimization (ACO). Specifically, GFlowNets efficiently learn a multimodal posterior distribution over high-quality solutions, while ACO performs parallel sampling and iterative feedback grounded in this learned distribution, enabling synergistic exploration of the solution space. Evaluated on seven standard combinatorial optimization benchmarks, GFACS significantly outperforms existing baselines: it maintains near-optimal solution quality while substantially improving both solution diversity and stability across runs. GFACS thus establishes a scalable, interpretable paradigm for multimodal combinatorial optimization.
📝 Abstract
We present the Generative Flow Ant Colony Sampler (GFACS), a novel meta-heuristic method that hierarchically combines amortized inference and parallel stochastic search. Our method first leverages Generative Flow Networks (GFlowNets) to amortize a emph{multi-modal} prior distribution over combinatorial solution space that encompasses both high-reward and diversified solutions. This prior is iteratively updated via parallel stochastic search in the spirit of Ant Colony Optimization (ACO), leading to the posterior distribution that generates near-optimal solutions. Extensive experiments across seven combinatorial optimization problems demonstrate GFACS's promising performances.