Paper Overview
Field: Computer Vision / Industrial Process Control Author: Seshu K. Damarla Published: 2026-07-24 arXiv: 2607.22486
Introduction
Control valve stiction is a common cause of unwanted oscillations and poor control-loop performance in industrial processes. Data-driven methods can automatically detect stiction, but models trained purely on simulated data often struggle to generalize to real industrial control loops due to domain shift.
Proposed Method
To bridge this gap, the paper proposes a novel stiction detection methodology that combines an optimal transport (OT) imaging technique with the deep correlation alignment (Deep CORAL) algorithm:
- OT image representation: Closed-loop signals (controller output and process variable) are converted into two-dimensional OT images that capture the dynamic behaviour of control loops.
- CNN encoder: A convolutional neural network feature extractor is trained to learn domain-invariant representations by optimizing a combined objective:
- Cross-entropy loss on labeled simulated data
- Deep CORAL (covariance alignment) loss between simulated data and unlabeled target-domain industrial data
- Successfully diagnosed 18 of 20 benchmark loops
- 100% recall across all 13 stiction cases
- 90.00% accuracy, 92.86% F1 score
- Compared with standard handcrafted-feature baselines, the method significantly mitigates domain shift and provides robust, highly reliable stiction detection for real industrial control loops.
Evaluation
A downstream classifier trained on the domain-invariant target features was evaluated on independent test sets from 20 benchmark loops of an industrial stiction dataset.
Results
*Auto-collected on 2026-07-28. Originally posted on zhichai.net.*