CVIVFeb 15, 2022

Deep Learning-based Anomaly Detection on X-ray Images of Fuel Cell Electrodes

arXiv:2202.07361v1
Originality Synthesis-oriented
AI Analysis

This work addresses quality control optimization for fuel cell manufacturing at Serenergy, but it is incremental as it applies existing methods to a new domain-specific dataset.

The paper tackled anomaly detection in X-ray images of fuel cell electrodes by creating a labeled dataset and using deep learning with transfer learning, achieving a balanced accuracy of 85.18%.

Anomaly detection in X-ray images has been an active and lasting research area in the last decades, especially in the domain of medical X-ray images. For this work, we created a real-world labeled anomaly dataset, consisting of 16-bit X-ray image data of fuel cell electrodes coated with a platinum catalyst solution and perform anomaly detection on the dataset using a deep learning approach. The dataset contains a diverse set of anomalies with 11 identified common anomalies where the electrodes contain e.g. scratches, bubbles, smudges etc. We experiment with 16-bit image to 8-bit image conversion methods to utilize pre-trained Convolutional Neural Networks as feature extractors (transfer learning) and find that we achieve the best performance by maximizing the contrasts globally across the dataset during the 16-bit to 8-bit conversion, through histogram equalization. We group the fuel cell electrodes with anomalies into a single class called abnormal and the normal fuel cell electrodes into a class called normal, thereby abstracting the anomaly detection problem into a binary classification problem. We achieve a balanced accuracy of 85.18\%. The anomaly detection is used by the company, Serenergy, for optimizing the time spend on the quality control of the fuel cell electrodes

Foundations

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

Your Notes