LGCVSESep 13, 2024

Trimming the Risk: Towards Reliable Continuous Training for Deep Learning Inspection Systems

arXiv:2409.09108v11 citationsh-index: 48
Originality Incremental advance
AI Analysis

This work addresses the risk of model degradation in industrial inspection systems, offering a practical solution for maintaining reliability in manufacturing applications, though it is incremental as it builds on existing continuous training methods.

The paper tackles the problem of silent performance degradation in deep learning inspection systems during continuous training by developing a two-stage filtering approach to select reliable data for model updates, resulting in less than 9% erroneous self-labeled data retained and up to 14% performance improvement on production data.

The industry increasingly relies on deep learning (DL) technology for manufacturing inspections, which are challenging to automate with rule-based machine vision algorithms. DL-powered inspection systems derive defect patterns from labeled images, combining human-like agility with the consistency of a computerized system. However, finite labeled datasets often fail to encompass all natural variations necessitating Continuous Training (CT) to regularly adjust their models with recent data. Effective CT requires fresh labeled samples from the original distribution; otherwise, selfgenerated labels can lead to silent performance degradation. To mitigate this risk, we develop a robust CT-based maintenance approach that updates DL models using reliable data selections through a two-stage filtering process. The initial stage filters out low-confidence predictions, as the model inherently discredits them. The second stage uses variational auto-encoders and histograms to generate image embeddings that capture latent and pixel characteristics, then rejects the inputs of substantially shifted embeddings as drifted data with erroneous overconfidence. Then, a fine-tuning of the original DL model is executed on the filtered inputs while validating on a mixture of recent production and original datasets. This strategy mitigates catastrophic forgetting and ensures the model adapts effectively to new operational conditions. Evaluations on industrial inspection systems for popsicle stick prints and glass bottles using critical real-world datasets showed less than 9% of erroneous self-labeled data are retained after filtering and used for fine-tuning, improving model performance on production data by up to 14% without compromising its results on original validation data.

Foundations

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

Your Notes