CVLGSep 30, 2024

Machine Learning in Industrial Quality Control of Glass Bottle Prints

arXiv:2409.20132v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work provides an incremental solution for industrial partners to improve quality control of glass bottle prints, specifically addressing the detection of minor defects in challenging conditions.

This paper addresses the challenge of quality control for glass bottle prints in industrial manufacturing, where defects must be detected despite reflections and manufacturing deviations. The authors developed two machine learning approaches: one using filtered images and image quality metrics with supervised classifiers achieving 84% accuracy, and another fine-tuning pre-trained CNN models to achieve 87% accuracy.

In industrial manufacturing of glass bottles, quality control of bottle prints is necessary as numerous factors can negatively affect the printing process. Even minor defects in the bottle prints must be detected despite reflections in the glass or manufacturing-related deviations. In cooperation with our medium-sized industrial partner, two ML-based approaches for quality control of these bottle prints were developed and evaluated, which can also be used in this challenging scenario. Our first approach utilized different filters to supress reflections (e.g. Sobel or Canny) and image quality metrics for image comparison (e.g. MSE or SSIM) as features for different supervised classification models (e.g. SVM or k-Neighbors), which resulted in an accuracy of 84%. The images were aligned based on the ORB algorithm, which allowed us to estimate the rotations of the prints, which may serve as an indicator for anomalies in the manufacturing process. In our second approach, we fine-tuned different pre-trained CNN models (e.g. ResNet or VGG) for binary classification, which resulted in an accuracy of 87%. Utilizing Grad-Cam on our fine-tuned ResNet-34, we were able to localize and visualize frequently defective bottle print regions. This method allowed us to provide insights that could be used to optimize the actual manufacturing process. This paper also describes our general approach and the challenges we encountered in practice with data collection during ongoing production, unsupervised preselection, and labeling.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes