Sitemap
TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Member-only story

A Compact CNN for Weakly Supervised Textured Surface Anomaly Detection

--

Photo by Remy Gieling on Unsplash

In this article, I’ll be discussing a paper [1] that proposes a compact convolutional neural network (CNN) for detecting anomalies/defects from weakly/coarsely labelled data. The article is organized as follows.

  • Introduction
  • Methodology
    ◦ Segmentation Network
    ◦ Classification Network
    ◦ Architectural Specifications
  • Experimental Setup
    ◦ Loss functions
    ◦ Optimizer
    ◦ Dataset
    ◦ Training setup
  • Results
    ◦ Quantitative Results
    ◦ Qualitative Results
  • Discussion
    ◦ Classification Network Performance
    ◦ Segmentation Network Performance
  • Suggested Modifications
  • Conclusion
  • GitHub code
  • References

Introduction

Surface defect detection is an essential task in the manufacturing process to ensure that the end product meets the quality standards and works in the way it is intended. A common property of these surface defects is that their visual texture is inherently different from the defect-free surface [2]. That is why visual inspection systems are used for detecting these defects. The manual task of looking at objects and finding those anomalies is difficult and tedious. The…

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Manpreet Singh Minhas
Manpreet Singh Minhas

Written by Manpreet Singh Minhas

DL/CV Research Engineer | MASc UWaterloo | Follow and subscribe for DL/ML content | https://github.com/msminhas93 | https://www.linkedin.com/in/msminhas93

No responses yet