Automated Quality Control of Vacuum Insulated Glazing by Convolutional
Neural Network Image Classification
- URL: http://arxiv.org/abs/2110.08079v1
- Date: Fri, 15 Oct 2021 13:10:54 GMT
- Title: Automated Quality Control of Vacuum Insulated Glazing by Convolutional
Neural Network Image Classification
- Authors: Henrik Riedel and Sleheddine Mokdad and Isabell Schulz and Cenk Kocer
and Philipp Rosendahl and Jens Schneider and Michael A. Kraus and Michael
Drass
- Abstract summary: We develop, trained, and tested a deep learning computer vision system using convolutional neural networks.
The system flawlessly classified the test dataset with an area under the curve (AUC) for the receiver operating characteristic (ROC) of 100%.
We employ the state-of-the-art methods Grad-CAM and Score-CAM of explainable Artificial Intelligence (XAI) to provide an understanding of the internal mechanisms.
- Score: 5.2183907457242915
- License: http://creativecommons.org/licenses/by-nc-nd/4.0/
- Abstract: Vacuum Insulated Glazing (VIG) is a highly thermally insulating window
technology, which boasts an extremely thin profile and lower weight as compared
to gas-filled insulated glazing units of equivalent performance. The VIG is a
double-pane configuration with a submillimeter vacuum gap between the panes and
therefore under constant atmospheric pressure over their service life. Small
pillars are positioned between the panes to maintain the gap, which can damage
the glass reducing the lifetime of the VIG unit. To efficiently assess any
surface damage on the glass, an automated damage detection system is highly
desirable. For the purpose of classifying the damage, we have developed,
trained, and tested a deep learning computer vision system using convolutional
neural networks. The classification model flawlessly classified the test
dataset with an area under the curve (AUC) for the receiver operating
characteristic (ROC) of 100%. We have automatically cropped the images down to
their relevant information by using Faster-RCNN to locate the position of the
pillars. We employ the state-of-the-art methods Grad-CAM and Score-CAM of
explainable Artificial Intelligence (XAI) to provide an understanding of the
internal mechanisms and were able to show that our classifier outperforms
ResNet50V2 for identification of crack locations and geometry. The proposed
methods can therefore be used to detect systematic defects even without large
amounts of training data. Further analyses of our model's predictive
capabilities demonstrates its superiority over state-of-the-art models
(ResNet50V2, ResNet101V2 and ResNet152V2) in terms of convergence speed,
accuracy, precision at 100% recall and AUC for ROC.
Related papers
- Task-Oriented Real-time Visual Inference for IoVT Systems: A Co-design Framework of Neural Networks and Edge Deployment [61.20689382879937]
Task-oriented edge computing addresses this by shifting data analysis to the edge.
Existing methods struggle to balance high model performance with low resource consumption.
We propose a novel co-design framework to optimize neural network architecture.
arXiv Detail & Related papers (2024-10-29T19:02:54Z) - Edge AI-Enabled Chicken Health Detection Based on Enhanced FCOS-Lite and Knowledge Distillation [10.91854762223235]
AIoT technology has become a crucial trend in modern poultry management, offering the potential to optimize farming operations and reduce human workloads.
This paper presents a real-time and compact edge-AI enabled detector designed to identify chickens and their healthy statuses using frames captured by a lightweight and intelligent camera equipped with an edge-AI enabled CMOS sensor.
arXiv Detail & Related papers (2024-07-03T10:21:07Z) - FaultGuard: A Generative Approach to Resilient Fault Prediction in Smart Electrical Grids [53.2306792009435]
FaultGuard is the first framework for fault type and zone classification resilient to adversarial attacks.
We propose a low-complexity fault prediction model and an online adversarial training technique to enhance robustness.
Our model outclasses the state-of-the-art for resilient fault prediction benchmarking, with an accuracy of up to 0.958.
arXiv Detail & Related papers (2024-03-26T08:51:23Z) - An Improved Anomaly Detection Model for Automated Inspection of Power Line Insulators [0.0]
Inspection of insulators is important to ensure reliable operation of the power system.
Deep learning is being increasingly exploited to automate the inspection process.
This article proposes the use of anomaly detection along with object detection in a two-stage approach for incipient fault detection.
arXiv Detail & Related papers (2023-11-14T11:36:20Z) - A Computer Vision Enabled damage detection model with improved YOLOv5
based on Transformer Prediction Head [0.0]
Current state-of-the-art deep learning (DL)-based damage detection models often lack superior feature extraction capability in complex and noisy environments.
DenseSPH-YOLOv5 is a real-time DL-based high-performance damage detection model where DenseNet blocks have been integrated with the backbone.
DenseSPH-YOLOv5 obtains a mean average precision (mAP) value of 85.25 %, F1-score of 81.18 %, and precision (P) value of 89.51 % outperforming current state-of-the-art models.
arXiv Detail & Related papers (2023-03-07T22:53:36Z) - Classification of structural building damage grades from multi-temporal
photogrammetric point clouds using a machine learning model trained on
virtual laser scanning data [58.720142291102135]
We present a novel approach to automatically assess multi-class building damage from real-world point clouds.
We use a machine learning model trained on virtual laser scanning (VLS) data.
The model yields high multi-target classification accuracies (overall accuracy: 92.0% - 95.1%)
arXiv Detail & Related papers (2023-02-24T12:04:46Z) - A lightweight network for photovoltaic cell defect detection in
electroluminescence images based on neural architecture search and knowledge
distillation [9.784061533539822]
convolutional neural network (CNN) has been widely used in the existing automatic defect detection of PV cells.
We propose a novel lightweight high-performance model for automatic defect detection of PV cells based on neural architecture search and knowledge distillation.
The proposed lightweight high-performance model can be easily deployed to the end devices of the actual industrial projects and retain the accuracy.
arXiv Detail & Related papers (2023-02-15T04:00:35Z) - Automated Defect Recognition of Castings defects using Neural Networks [2.4999739879492084]
CNN model achieves 94.2% accuracy (mAP@IoU=50%) when applied to an automotive aluminium castings dataset (GDXray)
On an industrial environment, its inference time is less than 400 ms per DICOM image, so it can be installed on production facilities with no impact on delivery time.
arXiv Detail & Related papers (2022-09-06T08:10:48Z) - The KFIoU Loss for Rotated Object Detection [115.334070064346]
In this paper, we argue that one effective alternative is to devise an approximate loss who can achieve trend-level alignment with SkewIoU loss.
Specifically, we model the objects as Gaussian distribution and adopt Kalman filter to inherently mimic the mechanism of SkewIoU.
The resulting new loss called KFIoU is easier to implement and works better compared with exact SkewIoU.
arXiv Detail & Related papers (2022-01-29T10:54:57Z) - DAAIN: Detection of Anomalous and Adversarial Input using Normalizing
Flows [52.31831255787147]
We introduce a novel technique, DAAIN, to detect out-of-distribution (OOD) inputs and adversarial attacks (AA)
Our approach monitors the inner workings of a neural network and learns a density estimator of the activation distribution.
Our model can be trained on a single GPU making it compute efficient and deployable without requiring specialized accelerators.
arXiv Detail & Related papers (2021-05-30T22:07:13Z) - Multi-Task Neural Networks with Spatial Activation for Retinal Vessel
Segmentation and Artery/Vein Classification [49.64863177155927]
We propose a multi-task deep neural network with spatial activation mechanism to segment full retinal vessel, artery and vein simultaneously.
The proposed network achieves pixel-wise accuracy of 95.70% for vessel segmentation, and A/V classification accuracy of 94.50%, which is the state-of-the-art performance for both tasks.
arXiv Detail & Related papers (2020-07-18T05:46:47Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.