paper-with-me

Papers

3-Dimensional residual neural architecture search for ultrasonic defect detection

2023-11-03 · Shaun McKnight, Christopher MacKinnon, S. Gareth Pierce, Ehsan Mohseni, Vedran Tunukovic, Charles N. MacLeod, Randika K. W. Vithanage, Tom OHare

This study presents a deep learning methodology using 3-dimensional (3D) convolutional neural networks to detect defects in carbon fiber reinforced polymer composites through volumetric ultrasonic testing data. Acquiring large amounts of ultrasonic training data experimentally is expensive and time-consuming. To address this issue, a synthetic data generation method was extended to incorporate volumetric data. By preserving the complete volumetric data, complex preprocessing is reduced, and the model can utilize spatial and temporal information that is lost during imaging. This enables the model to utilise important features that might be overlooked otherwise. The performance of three architectures were compared. The first two architectures were hand-designed to address the high aspect ratios between the spatial and temporal dimensions. The first architecture reduced dimensionality in the time domain and used cubed kernels for feature extraction. The second architecture used cuboidal kernels to account for the large aspect ratios. The evaluation included comparing the use of max pooling and convolutional layers for dimensionality reduction, with the fully convolutional layers consistently outperforming the models using max pooling. The third architecture was generated through neural architecture search from a modified 3D Residual Neural Network (ResNet) search space. Additionally, domain-specific augmentation methods were incorporated during training, resulting in significant improvements in model performance for all architectures. The mean accuracy improvements ranged from 8.2% to 22.4%. The best performing models achieved mean accuracies of 91.8%, 92.2%, and 100% for the reduction, constant, and discovered architectures, respectively. Whilst maintaining a model size smaller than most 2-dimensional (2D) ResNets.

📄 PDF Abstract BibTeX arXiv:2311.01867

Code (0)

등록된 구현이 없습니다.

Tasks

Defect DetectionDimensionality ReductionNeural Architecture SearchSynthetic Data Generation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Effective Defect Detection Using Instance Segmentation for NDI

2025-01-24 · Ashiqur Rahman, Venkata Devesh Reddy Seethi, Austin Yunker, Zachary Kral 외

Ultrasonic testing is a common Non-Destructive Inspection (NDI) method used in aerospace manufacturing. However, the complexity and size of the ultrasonic scans make it challenging to identify defects through visual insp…

Defect DetectionInstance SegmentationSemantic Segmentation

Quantitative reconstruction of defects in multi-layered bonded composites using fully convolutional network-based ultrasonic inversion

2021-09-11 · Jing Rao, Fangshu Yang, Huadong Mo, Stefan Kollmannsberger 외

Ultrasonic methods have great potential applications to detect and characterize defects in multi-layered bonded composites. However, it remains challenging to quantitatively reconstruct defects, such as disbonds and kiss…

Generative adversarial network with object detector discriminator for enhanced defect detection on ultrasonic B-scans

2021-06-08 · Luka Posilović, Duje Medak, Marko Subasic, Marko Budimir 외

Non-destructive testing is a set of techniques for defect detection in materials. While the set of imaging techniques are manifold, ultrasonic imaging is the one used the most. The analysis is mainly performed by human i…

Data AugmentationDefect DetectionGenerative Adversarial Networkobject-detection+2

3-DUSSS: 3-Dimensional Ultrasonic Self Supervised Segmentation

2024-11-12 · Shaun McKnight, Vedran Tunukovic, Amine Hifi, Gareth Pierce 외

This study introduces a novel self-supervised learning approach for volumetric segmentation of defect indications captured by phased array ultrasonic testing data from Carbon Fiber Reinforced Polymers (CFRPs). By employi…

Defect DetectionSelf-Supervised Learning

Deep learning in automated ultrasonic NDE -- developments, axioms and opportunities

2021-12-07 · Sergio Cantero-Chinchilla, Paul D. Wilcox, Anthony J. Croxford

The analysis of ultrasonic NDE data has traditionally been addressed by a trained operator manually interpreting data with the support of rudimentary automation tools. Recently, many demonstrations of deep learning (DL) …

Deep LearningDefect Detection