Papers for

chemical plant operators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Bayesian optimization speeds up industrial process design with fewer simulations

Reduced-Space Multi-Fidelity Bayesian Optimization of Process Simulation Models

Abstract: Optimizing industrial process flowsheets is often computationally prohibitive due to the high cost of rigorous simulations and the curse of dimensionality inherent in complex design spaces. To address these challenges, we present a reduced-space multi-fidelity Bayesian optimization (RS-MFBO) framework designed for high-dimensional, expensive black-box functions. The approach integrates Global Sensitivity Analysis (GSA) for dimensionality reduction with a fidelity-augmented Gaussian process that captures correlations between low-cost approximations and expensive high-fidelity evaluations. A cost-aware acquisition strategy, augmented with cooldown and promotion mechanisms, adaptively guides the allocation of samples across fidelities. The framework is validated on two distinct industrial process simulators: a plasmid DNA bioprocess in SuperPro Designer and a green fuel synthesis plant in Aspen HYSYS. Results across diverse economic and physical objectives demonstrate that the proposed method substantially reduces the number of high-fidelity simulator evaluations while maintaining competitive optimization performance compared to single-fidelity baselines. These results highlight RS-MFBO as a scalable, simulator-agnostic approach for cost-constrained black-box optimization.

Tue 15 SeptMachine Learning
The gist
Improving complex industrial processes often requires running many slow and expensive simulations, which can take a lot of time and computing power. To tackle this, the authors created a new method that learns which parts of the process matter most and uses cheaper, simpler models to guide the search for the best design. This approach balances detailed and approximate simulations to find efficient solutions faster. They tested it on two real-world industrial examples and showed it reduces the need for costly simulations while still finding good designs.
Open 2609.17440v1

Vfnet predicts gas volume in liquid flows using multi-view video

VFNet: Multi-View Spatio-Temporal Model for Void Fraction Estimation in Gas-Liquid Two-Phase Flow

Abstract: Void fraction, which quantifies the proportion of the fluid flow volume occupied by the gas phase, is a key parameter in the characterization of gas-liquid two-phase flow. Existing estimation methods either rely on flow assumptions that do not generalize across different fluids or on intrusive sensing that disturbs the flow behavior. We propose VFNet, a dual-branch spatio-temporal neural network for void-fraction prediction from synchronized multi-view videos of two-phase flow. A local branch extracts features from confined spatial regions and fuses the synchronized dual views, while a spatio-temporal branch captures the global evolution of the flow across space and time to refine a coarse geometric estimate. Trained on simulated computational fluid dynamics (CFD) data with known ground-truth void fractions and evaluated against both learning-based and traditional baselines, VFNet achieves the best performance across a broad range of metrics and also improves downstream flow-pattern classification on real two-phase flow data.

Wed 9 SeptComputer Vision and Pattern Recognition
The gist
Measuring how much gas is in a moving mixture of gas and liquid is important but usually hard to do accurately without disturbing the flow. The authors developed VFNet, a computer program that looks at videos taken from two different angles at the same time to guess the amount of gas present. It studies both small areas and the overall movement over time to make a better prediction. Their program learns from simulated data and outperforms other methods, even improving the classification of flow types on real videos.
Open 2609.09711v1