scispace - formally typeset
Journal ArticleDOI

CenterNet-based defect detection for additive manufacturing

Reads0
Chats0
TLDR
In this article, a defect detection model based on CenterNet is presented to extract the defect features, including type, location and count simultaneously, in which there are four output heads to predict heatmaps, object size, local offset, and density map, respectively.
Abstract
Additive manufacturing (AM) has been widely used in the fabrication of optical components. However, surface defects generated during the AM process have an adverse effect on surface quality. Although some studies have explored the defect features based on the processing of information including images, acoustic signals, thermal history, etc., they focus mainly on defect classification or one type of defect detection. Over recent years, convolution neural networks have displayed promising performance in object detection in images in various fields. Therefore, in this paper, to detect and characterize surface defects more comprehensively and accurately, a novel defect detection model based on CenterNet is presented to extract the defect features, including type, location and count simultaneously, in which there are four output heads to predict heatmaps, object size, local offset, and density map, respectively. Moreover, count loss is added in the original objective function to boost the detection performance. To perform the model validation, surface defect dataset is captured through scanning electron microscope on the surfaces of the workpiece made of 316L fabricated by AM. A series of experiments was conducted and the proposed model achieved better detection accuracy on defect dataset compared with other state-of-the-art models.

read more

Citations
More filters
Journal ArticleDOI

The study of coal gangue segmentation for location and shape predicts based on multispectral and improved Mask R-CNN

TL;DR: Wang et al. as mentioned in this paper proposed an improved Mask R-CNN combined with multispectral imaging for coal gangue instance segmentation, which can more precisely obtain the 2D shape of each gangUE instance, which allows to evaluate its relative size.
Journal ArticleDOI

Deep Learning Applied to Defect Detection in Powder Spreading Process of Magnetic Material Additive Manufacturing

TL;DR: Wang et al. as mentioned in this paper used a two-stage convolutional neural network (CNN) model to finish the detection and segmentation of defects during the selective laser melting (SLM) manufacturing process.
Journal ArticleDOI

A lightweight face-assisted object detection model for welding helmet use

TL;DR: Wang et al. as mentioned in this paper proposed a lightweight face-assisted model using YOLOv5s for the detection of welding helmet use (WHU-YOLO), which achieved a mean average precision (mAP) of 83.65%.
Journal ArticleDOI

A Synergic Approach of Deep Learning towards Digital Additive Manufacturing: A Review

TL;DR: In this article , a deep learning application of the additive manufacturing approach and application is presented, and the current issues of data privacy and security and potential solutions to provide a more significant dimension to future studies are discussed.
References
More filters
Proceedings Article

ImageNet Classification with Deep Convolutional Neural Networks

TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Proceedings Article

Very Deep Convolutional Networks for Large-Scale Image Recognition

TL;DR: This work investigates the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting using an architecture with very small convolution filters, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 weight layers.
Proceedings ArticleDOI

ImageNet: A large-scale hierarchical image database

TL;DR: A new database called “ImageNet” is introduced, a large-scale ontology of images built upon the backbone of the WordNet structure, much larger in scale and diversity and much more accurate than the current image datasets.
Book ChapterDOI

Microsoft COCO: Common Objects in Context

TL;DR: A new dataset with the goal of advancing the state-of-the-art in object recognition by placing the question of object recognition in the context of the broader question of scene understanding by gathering images of complex everyday scenes containing common objects in their natural context.
Proceedings ArticleDOI

You Only Look Once: Unified, Real-Time Object Detection

TL;DR: Compared to state-of-the-art detection systems, YOLO makes more localization errors but is less likely to predict false positives on background, and outperforms other detection methods, including DPM and R-CNN, when generalizing from natural images to other domains like artwork.