Diffusion Model-Based Multiobjective Optimization for Gasoline Blending Scheduling
Wenxuan Fang, Wei Du, Renchu He, Yang Tang, Yaochu Jin, Gary G. Yen
TL;DR
This work presents DMO, a diffusion-model-based framework for multiobjective optimization of gasoline blending scheduling, addressing the joint challenges of nonlinearity, integer constraints, and large decision spaces. DMO generates feasible, high-quality schedules by gradually transforming Gaussian noise into feasible scheduling representations while guiding objective improvement via gradient descent, and it outputs a Pareto front through standardized post-processing. Empirical results on real refinery data show that DMO consistently outperforms state-of-the-art MOEAs in efficiency and solution stability across small to large-scale problems, with notable gains in hypervolume as problem size grows. The method leverages GPU-accelerated CNNs (U-Net) to handle image-like scheduling data and demonstrates strong potential for extension to other scheduling and combinatorial optimization problems, albeit with considerations for selection mechanisms to prune non-Pareto solutions. Overall, DMO offers a scalable, flexible approach that couples generative diffusion with direct objective optimization for practical industrial scheduling tasks.
Abstract
Gasoline blending scheduling uses resource allocation and operation sequencing to meet a refinery's production requirements. The presence of nonlinearity, integer constraints, and a large number of decision variables adds complexity to this problem, posing challenges for traditional and evolutionary algorithms. This paper introduces a novel multiobjective optimization approach driven by a diffusion model (named DMO), which is designed specifically for gasoline blending scheduling. To address integer constraints and generate feasible schedules, the diffusion model creates multiple intermediate distributions between Gaussian noise and the feasible domain. Through iterative processes, the solutions transition from Gaussian noise to feasible schedules while optimizing the objectives using the gradient descent method. DMO achieves simultaneous objective optimization and constraint adherence. Comparative tests are conducted to evaluate DMO's performance across various scales. The experimental results demonstrate that DMO surpasses state-of-the-art multiobjective evolutionary algorithms in terms of efficiency when solving gasoline blending scheduling problems.
