Graph-to-SFILES: Control structure prediction from process topologies using generative artificial intelligence
Lukas Schulze Balhorn, Kevin Degens, Artur M. Schweidtmann

TL;DR
This paper introduces Graph-to-SFILES, a generative AI model that predicts control structures from process topologies represented as graphs, showing promising accuracy improvements especially with limited data.
Contribution
The study proposes a novel graph-based AI approach for control structure prediction, including a new GNN architecture, outperforming sequence-based methods on small datasets.
Findings
Achieves 73.2% top-5 accuracy on 10,000 topologies.
GNN encoder outperforms other architectures.
Significant accuracy gain over sequence methods in small-data scenarios.
Abstract
Control structure design is an important but tedious step in P&ID development. Generative artificial intelligence (AI) promises to reduce P&ID development time by supporting engineers. Previous research on generative AI in chemical process design mainly represented processes by sequences. However, graphs offer a promising alternative because of their permutation invariance. We propose the Graph-to-SFILES model, a generative AI method to predict control structures from flowsheet topologies. The Graph-to-SFILES model takes the flowsheet topology as a graph input and returns a control-extended flowsheet as a sequence in the SFILES 2.0 notation. We compare four different graph encoder architectures, one of them being a graph neural network (GNN) proposed in this work. The Graph-to-SFILES model achieves a top-5 accuracy of 73.2% when trained on 10,000 flowsheet topologies. In addition, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Control Systems Optimization · Fault Detection and Control Systems · Business Process Modeling and Analysis
MethodsGraph Neural Network
