paper-with-me

Papers

Effective Defect Detection Using Instance Segmentation for NDI

2025-01-24 · Ashiqur Rahman, Venkata Devesh Reddy Seethi, Austin Yunker, Zachary Kral, Rajkumar Kettimuthu, Hamed Alhoori

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 inspection or machine learning models. Using computer vision techniques to identify defects from ultrasonic scans is an evolving research area. In this study, we used instance segmentation to identify the presence of defects in the ultrasonic scan images of composite panels that are representative of real components manufactured in aerospace. We used two models based on Mask-RCNN (Detectron 2) and YOLO 11 respectively. Additionally, we implemented a simple statistical pre-processing technique that reduces the burden of requiring custom-tailored pre-processing techniques. Our study demonstrates the feasibility and effectiveness of using instance segmentation in the NDI pipeline by significantly reducing data pre-processing time, inspection time, and overall costs.

📄 PDF Abstract BibTeX arXiv:2501.14149

Code (0)

등록된 구현이 없습니다.

Tasks

Defect DetectionInstance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Advancing SEM Based Nano-Scale Defect Analysis in Semiconductor Manufacturing for Advanced IC Nodes

2024-09-06 · Bappaditya Dey, Matthias Monden, Victor Blanco, Sandip Halder 외

In this research, we introduce a unified end-to-end Automated Defect Classification-Detection-Segmentation (ADCDS) framework for classifying, detecting, and segmenting multiple instances of semiconductor defects for adva…

Box-supervised Instance SegmentationDefect DetectionInstance SegmentationSegmentation+1

Multi-class Road Defect Detection and Segmentation using Spatial and Channel-wise Attention for Autonomous Road Repairing

2024-02-06 · Jongmin Yu, Chen Bene Chi, Sebastiano Fichera, Paolo Paoletti 외

Road pavement detection and segmentation are critical for developing autonomous road repair systems. However, developing an instance segmentation method that simultaneously performs multi-class defect detection and segme…

Defect DetectionDiversityInstance SegmentationSegmentation+1

The Second-place Solution for CVPR VISION 23 Challenge Track 1 -- Data Effificient Defect Detection

2023-06-25 · Xian Tao, Zhen Qu, Hengliang Luo, Jianwen Han 외

The Vision Challenge Track 1 for Data-Effificient Defect Detection requires competitors to instance segment 14 industrial inspection datasets in a data-defificient setting. This report introduces the technical details of…

Defect DetectionInstance SegmentationSegmentationSemantic Segmentation

Semi-supervised Anomaly Detection using AutoEncoders

2020-01-06 · Journal of Computational Vision and Imaging Systems 2020 1 · Manpreet Singh Minhas, John Zelek

Anomaly detection refers to the task of finding unusual instances that stand out from the normal data. In several applications, these outliers or anomalous instances are of greater interest compared to the normal ones. S…

Anomaly DetectionAsset ManagementDefect DetectionManagement+2

Deep Learning based Defect classification and detection in SEM images: A Mask R-CNN approach

2022-11-03 · Bappaditya Dey, Enrique Dehaerne, Kasem Khalil, Sandip Halder 외

In this research work, we have demonstrated the application of Mask-RCNN (Regional Convolutional Neural Network), a deep-learning algorithm for computer vision and specifically object detection, to semiconductor defect i…

Defect DetectionInstance Segmentationobject-detectionObject Detection+1