世界模型驱动的流程工业操作:基于条件扩散的离线强化学习解决方案

World model-driven process industry operations: An offline reinforcement learning solution based on conditional diffusion

Computers in Industry · 2026
被引 0
ABS 3

中文导读

针对流程工业生产控制中离线强化学习采样偏差问题,提出结合条件扩散模型的世界模型框架,生成虚拟轨迹训练智能体,在烟草加工线上使产品合格率提升约12%。

Abstract

Production control optimization in process industries is often challenged by complex physicochemical processes that are difficult to model mathematically. As a model-free approach, Reinforcement Learning (RL) offers a promising solution. However, online action exploration through trial-and-error risks compromising equipment safety and efficiency, while offline training suffers from sampling bias due to limited and imbalanced datasets, particularly the scarcity of faulty operation data. To address these issues, this study proposes a world model-driven operational framework that integrates conditional diffusion with offline RL. By leveraging the distribution approximation capability of diffusion models, we introduce a conditional trajectory generation mechanism constrained by operational parameters and historical state transitions. This allows the diffusion model to produce near-realistic state trajectories and reward signals, constructing an interactive virtual state–action–reward space. We further employ autoregressive generation of imagined trajectories to support RL agent training. During world model training, a spatiotemporal Transformer architecture is incorporated to capture dependencies along state–action trajectories. For offline agent training, a Twin-Delayed Deep Deterministic policy gradient-based RL model regularized by behavior cloning is adopted. Experiments on a tobacco leaf-processing line demonstrate that the proposed conditional diffusion-based offline RL method accurately constructs a virtual sample space with a mean squared error of 1.27e−4, significantly reducing policy acquisition costs. The resulting RL-driven parameter adjustment achieves an approximately 12% improvement in the product qualification rate compared to other state-of-the-art offline RL algorithms. Our algorithm implementation and evaluation dataset can be found here: https://github.com/sizizuo0076/WM-PIO-ORL . • A diffusion-based world model is proposed to guide offline decision agent training. • A spatiotemporal Transformer is used for noise prediction in the diffusion model. • Reinforcement learning with behavior cloning is designed for continuous control. • The proposed framework is validated on a real tobacco shredding production line. • The validation shows a 17.2% quality improvement for process production control.

流程工业强化学习扩散模型生产控制优化