Computer-Vision- and Deep-Learning-Based Determination of Flow Regimes, Void Fraction, and Resistance Sensor Data in Microchannel Flow Boiling

Mark Schepperle,Shayan Junaid,Peter Woias
DOI: https://doi.org/10.3390/s24113363
IF: 3.9
2024-05-25
Sensors
Abstract:The aim of this article is to introduce a novel approach to identifying flow regimes and void fractions in microchannel flow boiling, which is based on binary image segmentation using digital image processing and deep learning. The proposed image processing pipeline uses adaptive thresholding, blurring, gamma correction, contour detection, and histogram comparison to separate vapor from liquid areas, while the deep learning method uses a customized version of a convolutional neural network (CNN) called U-net to extract meaningful features from video frames. Both approaches enabled the automatic detection of flow boiling conditions, such as bubbly, slug, and annular flow, as well as automatic void fraction calculation. Especially CNN demonstrated its ability to deliver fast and dependable results, presenting an appealing substitute to manual feature extraction. The U-net-based CNN was able to segment flow boiling images with a Dice score of 99.1% and classify the above flow regimes with an overall classification accuracy of 91%. In addition, the neural network was able to predict resistance sensor readings from image data and assign them to a flow state with a mean squared error (MSE) < 10−6.
engineering, electrical & electronic,chemistry, analytical,instruments & instrumentation
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to introduce a new method based on binary image segmentation techniques for identifying flow patterns and void fraction in microchannel boiling flows. Specifically, the method combines digital image processing and deep learning techniques. 1. **Image Processing Pipeline**: Adaptive thresholding, blurring, gamma correction, contour detection, and histogram comparison are used to separate gas and liquid phase regions. 2. **Deep Learning Approach**: A customized version of the convolutional neural network (U-net) is used to extract meaningful features from video frames. This method can automatically detect boiling flow conditions such as bubbly flow, slug flow, and annular flow, and automatically calculate the void fraction. In particular, convolutional neural networks (CNNs) have demonstrated their ability to produce fast and reliable results, making them an attractive alternative to manual feature extraction. The U-net-based CNN can achieve a Dice score of 99.1% in image segmentation tasks and classify the aforementioned flow patterns with an overall classification accuracy of 91%. Additionally, the neural network can predict resistance sensor readings from image data and assign them to specific flow states, with a mean squared error (MSE) < 10^(-6). In summary, the goal of this paper is to improve the accuracy of identifying flow patterns and void fraction in microchannel boiling flows by automatically analyzing high-speed video images using computer vision and deep learning techniques.