scispace - formally typeset
Search or ask a question
Journal ArticleDOI

Application of supervised machine learning for defect detection during metallic powder bed fusion additive manufacturing using high resolution imaging.

01 May 2018-Additive manufacturing (Elsevier BV)-Vol. 21, pp 517-528
TL;DR: In this article, an in- situ defect detection strategy for powder bed fusion (PBF) AM using supervised machine learning is described, where multiple images were collected at each build layer using a high resolution digital single-lens reflex (DSLR) camera.
Abstract: Process monitoring in additive manufacturing (AM) is a crucial component in the mission of broadening AM industrialization. However, conventional part evaluation and qualification techniques, such as computed tomography (CT), can only be utilized after the build is complete, and thus eliminate any potential to correct defects during the build process. In contrast to post-build CT, in situ defect detection based on in situ sensing, such as layerwise visual inspection, enables the potential for in-process re-melting and correction of detected defects and thus facilitates in-process part qualification. This paper describes the development and implementation of such an in situ defect detection strategy for powder bed fusion (PBF) AM using supervised machine learning. During the build process, multiple images were collected at each build layer using a high resolution digital single-lens reflex (DSLR) camera. For each neighborhood in the resulting layerwise image stack, multi-dimensional visual features were extracted and evaluated using binary classification techniques, i.e. a linear support vector machine (SVM). Through binary classification, neighborhoods are then categorized as either a flaw, i.e. an undesirable interruption in the typical structure of the material, or a nominal build condition. Ground truth labels, i.e. the true location of flaws and nominal build areas, which are needed to train the binary classifiers, were obtained from post-build high-resolution 3D CT scan data. In CT scans, discontinuities, e.g. incomplete fusion, porosity, cracks, or inclusions, were identified using automated analysis tools or manual inspection. The xyz locations of the CT data were transferred into the layerwise image domain using an affine transformation, which was estimated using reference points embedded in the part. After the classifier had been properly trained, in situ defect detection accuracies greater than 80% were demonstrated during cross-validation experiments.
Citations
More filters
Journal ArticleDOI
18 Mar 2021
TL;DR: The proposed approach works by decomposing the original spatio-temporal data into random natural events, sparse spatially clustered and temporally consistent anomalous events, and random noise and was applied to the analysis of high-sped video-imaging data to detect and locate local hot-spots during a metal additive manufacturing process.
Abstract: The use of video-imaging data for in-line process monitoring applications has become popular in industry. In this framework, spatio-temporal statistical process monitoring methods are needed to cap...

12 citations


Cites background from "Application of supervised machine l..."

  • ...The fourth group (Gobert et al., 2018; Kwon et al., 2018; Okaro et al., 2019; Scime & Beuth, 2018; Sergin & Yan, 2019) of works in the literature focuses on using deep learning methodology for pattern recognition in the spatio-temporal data streams....

    [...]

  • ...The fourth group of papers in the literature is focused on using the deep learning methodology for pattern recognition in spatio-temporal data streams (Gobert et al., 2018; Scime and Beuth, 2018; Okaro et al., 2019; Sergin and Yan, 2019; Kwon et al., 2020)....

    [...]

Journal ArticleDOI
TL;DR: In this paper, a modified analytical process model based on powder-bed-fusion techniques was used to predict quality build parameters by incorporating the effects of three key parameters: laser power, scanning speed, and powder flowrate.
Abstract: Process optimization for directed-energy-deposition, an industrial laser-based additive manufacturing technique, is a time-intensive endeavor for manufacturers Herein we investigate the use of a modified analytical process-model based on powder-bed-fusion techniques, to predict quality build parameters by incorporating the effects of three key parameters: laser-power, scanning-speed, and powder flowrate Titanium alloy (Ti6Al4V) tracks of varying parameters were built, studied, and used to predict parameters for quality builds used at different parameters The model agreed well with experimental build quality at powder flowrates less than 65 g/min, whereas, higher flowrates created significant unmelted-particle regions, despite optimal parameter predictions Processing of multi-layer bulk samples revealed that parameters in the optimal range account for relative densities >99%, indicating quality bulk processing parameters Our results indicate that process modeling with the incorporation of powder feedrate as a key parameter is possible using a commercial laser-based additive manufacturing system

12 citations

Journal ArticleDOI
TL;DR: This review paper is focused on various ideas on the ML applications of 3D printing and bioprinting to optimize parameters and procedures.
Abstract: The need for organ transplants has risen, but the number of available organ donations for transplants has stagnated worldwide. Regenerative medicine has been developed to make natural organs or tissue-like structures with biocompatible materials and solve the donor shortage problem. Using biomaterials and embedded cells, a bioprinter enables the fabrication of complex and functional three-dimensional (3D) structures of the organs or tissues for regenerative medicine. Moreover, conventional surgical 3D models are made of rigid plastic or rubbers, preventing surgeons from interacting with real organ or tissue-like models. Thus, finding suitable biomaterials and printing methods will accelerate the printing of sophisticated organ structures and the development of realistic models to refine surgical techniques and tools before the surgery. In addition, printing parameters (e.g., printing speed, dispensing pressure, and nozzle diameter) considered in the bioprinting process should be optimized. Therefore, machine learning (ML) technology can be a powerful tool to optimize the numerous bioprinting parameters. Overall, this review paper is focused on various ideas on the ML applications of 3D printing and bioprinting to optimize parameters and procedures.

12 citations

References
More filters
Journal ArticleDOI
TL;DR: High generalization ability of support-vector networks utilizing polynomial input transformations is demonstrated and the performance of the support- vector network is compared to various classical learning algorithms that all took part in a benchmark study of Optical Character Recognition.
Abstract: The support-vector network is a new learning machine for two-group classification problems. The machine conceptually implements the following idea: input vectors are non-linearly mapped to a very high-dimension feature space. In this feature space a linear decision surface is constructed. Special properties of the decision surface ensures high generalization ability of the learning machine. The idea behind the support-vector network was previously implemented for the restricted case where the training data can be separated without errors. We here extend this result to non-separable training data. High generalization ability of support-vector networks utilizing polynomial input transformations is demonstrated. We also compare the performance of the support-vector network to various classical learning algorithms that all took part in a benchmark study of Optical Character Recognition.

37,861 citations

Journal ArticleDOI
01 Jun 2010
TL;DR: A brief overview of clustering is provided, well known clustering methods are summarized, the major challenges and key issues in designing clustering algorithms are discussed, and some of the emerging and useful research directions are pointed out.
Abstract: Organizing data into sensible groupings is one of the most fundamental modes of understanding and learning. As an example, a common scheme of scientific classification puts organisms into a system of ranked taxa: domain, kingdom, phylum, class, etc. Cluster analysis is the formal study of methods and algorithms for grouping, or clustering, objects according to measured or perceived intrinsic characteristics or similarity. Cluster analysis does not use category labels that tag objects with prior identifiers, i.e., class labels. The absence of category information distinguishes data clustering (unsupervised learning) from classification or discriminant analysis (supervised learning). The aim of clustering is to find structure in data and is therefore exploratory in nature. Clustering has a long and rich history in a variety of scientific fields. One of the most popular and simple clustering algorithms, K-means, was first published in 1955. In spite of the fact that K-means was proposed over 50 years ago and thousands of clustering algorithms have been published since then, K-means is still widely used. This speaks to the difficulty in designing a general purpose clustering algorithm and the ill-posed problem of clustering. We provide a brief overview of clustering, summarize well known clustering methods, discuss the major challenges and key issues in designing clustering algorithms, and point out some of the emerging and useful research directions, including semi-supervised clustering, ensemble clustering, simultaneous feature selection during data clustering, and large scale data clustering.

6,601 citations

Journal ArticleDOI
TL;DR: The state-of-the-art of additive manufacturing (AM) can be classified into three categories: direct digital manufacturing, free-form fabrication, or 3D printing as discussed by the authors.
Abstract: This paper reviews the state-of-the-art of an important, rapidly emerging, manufacturing technology that is alternatively called additive manufacturing (AM), direct digital manufacturing, free form fabrication, or 3D printing, etc. A broad contextual overview of metallic AM is provided. AM has the potential to revolutionize the global parts manufacturing and logistics landscape. It enables distributed manufacturing and the productions of parts-on-demand while offering the potential to reduce cost, energy consumption, and carbon footprint. This paper explores the material science, processes, and business consideration associated with achieving these performance gains. It is concluded that a paradigm shift is required in order to fully exploit AM potential.

4,055 citations

Journal ArticleDOI
TL;DR: Future directions such as the "print-it-all" paradigm, that have the potential to re-imagine current research and spawn completely new avenues for exploration are pointed out.
Abstract: Additive manufacturing (AM) is poised to bring about a revolution in the way products are designed, manufactured, and distributed to end users. This technology has gained significant academic as well as industry interest due to its ability to create complex geometries with customizable material properties. AM has also inspired the development of the maker movement by democratizing design and manufacturing. Due to the rapid proliferation of a wide variety of technologies associated with AM, there is a lack of a comprehensive set of design principles, manufacturing guidelines, and standardization of best practices. These challenges are compounded by the fact that advancements in multiple technologies (for example materials processing, topology optimization) generate a "positive feedback loop" effect in advancing AM. In order to advance research interest and investment in AM technologies, some fundamental questions and trends about the dependencies existing in these avenues need highlighting. The goal of our review paper is to organize this body of knowledge surrounding AM, and present current barriers, findings, and future trends significantly to the researchers. We also discuss fundamental attributes of AM processes, evolution of the AM industry, and the affordances enabled by the emergence of AM in a variety of areas such as geometry processing, material design, and education. We conclude our paper by pointing out future directions such as the "print-it-all" paradigm, that have the potential to re-imagine current research and spawn completely new avenues for exploration. The fundamental attributes and challenges/barriers of Additive Manufacturing (AM).The evolution of research on AM with a focus on engineering capabilities.The affordances enabled by AM such as geometry, material and tools design.The developments in industry, intellectual property, and education-related aspects.The important future trends of AM technologies.

1,792 citations

Journal ArticleDOI
TL;DR: In this article, a review of additive manufacturing (AM) techniques for producing metal parts are explored, with a focus on the science of metal AM: processing defects, heat transfer, solidification, solid-state precipitation, mechanical properties and post-processing metallurgy.
Abstract: Additive manufacturing (AM), widely known as 3D printing, is a method of manufacturing that forms parts from powder, wire or sheets in a process that proceeds layer by layer. Many techniques (using many different names) have been developed to accomplish this via melting or solid-state joining. In this review, these techniques for producing metal parts are explored, with a focus on the science of metal AM: processing defects, heat transfer, solidification, solid-state precipitation, mechanical properties and post-processing metallurgy. The various metal AM techniques are compared, with analysis of the strengths and limitations of each. Only a few alloys have been developed for commercial production, but recent efforts are presented as a path for the ongoing development of new materials for AM processes.

1,713 citations