paper-with-me

홈 › Papers

Performance, Successes and Limitations of Deep Learning Semantic Segmentation of Multiple Defects in Transmission Electron Micrographs

2021-10-15 · Ryan Jacobs, Mingren Shen, YuHan Liu, Wei Hao, Xiaoshan Li, Ruoyu He, Jacob RC Greaves, Donglin Wang, Zeming Xie, Zitong Huang, Chao Wang, Kevin G. Field, Dane Morgan

In this work, we perform semantic segmentation of multiple defect types in electron microscopy images of irradiated FeCrAl alloys using a deep learning Mask Regional Convolutional Neural Network (Mask R-CNN) model. We conduct an in-depth analysis of key model performance statistics, with a focus on quantities such as predicted distributions of defect shapes, defect sizes, and defect areal densities relevant to informing modeling and understanding of irradiated Fe-based materials properties. To better understand the performance and present limitations of the model, we provide examples of useful evaluation tests which include a suite of random splits, and dataset size-dependent and domain-targeted cross validation tests. Overall, we find that the current model is a fast, effective tool for automatically characterizing and quantifying multiple defect types in microscopy images, with a level of accuracy on par with human domain expert labelers. More specifically, the model can achieve average defect identification F1 scores as high as 0.8, and, based on random cross validation, have low overall average (+/- standard deviation) defect size and density percentage errors of 7.3 (+/- 3.8)% and 12.7 (+/- 5.3)%, respectively. Further, our model predicts the expected material hardening to within 10-20 MPa (about 10% of total hardening), which is about the same error level as experiments. Our targeted evaluation tests also suggest the best path toward improving future models is not expanding existing databases with more labeled images but instead data additions that target weak points of the model domain, such as images from different microscopes, imaging conditions, irradiation environments, and alloy types. Finally, we discuss the first phase of an effort to provide an easy-to-use, open-source object detection tool to the broader community for identifying defects in new images.

📄 PDF Abstract BibTeX arXiv:2110.08244

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Mask3D: Mask Transformer for 3D Semantic Instance Segmentation

2022-10-06 · Jonas Schult, Francis Engelmann, Alexander Hermans, Or Litany 외

Modern 3D semantic instance segmentation approaches predominantly rely on specialized voting mechanisms followed by carefully designed geometric clustering techniques. Building on the successes of recent Transformer-base…

3D Instance Segmentation3D Semantic Instance SegmentationInstance SegmentationSegmentation+1

Cluster-to-adapt: Few Shot Domain Adaptation for Semantic Segmentation across Disjoint Labels

2022-08-04 · Tarun Kalluri, Manmohan Chandraker

Domain adaptation for semantic segmentation across datasets consisting of the same categories has seen several recent successes. However, a more general scenario is when the source and target datasets correspond to non-o…

ClusteringDomain AdaptationSegmentationSemantic Segmentation

Learning Object Interactions and Descriptions for Semantic Image Segmentation

2017-07-01 · CVPR 2017 7 · Guangrun Wang, Ping Luo, Liang Lin, Xiaogang Wang

Recent advanced deep convolutional networks (CNNs) achieved great successes in many computer vision tasks, because of their compelling learning complexity and the presences of large-scale labeled data. However, as obtain…

Image CaptioningImage SegmentationObjectSegmentation+1

Learning Deconvolution Network for Semantic Segmentation

2015-05-17 · ICCV 2015 12 · Hyeonwoo Noh, Seunghoon Hong, Bohyung Han

We propose a novel semantic segmentation algorithm by learning a deconvolution network. We learn the network on top of the convolutional layers adopted from VGG 16-layer net. The deconvolution network is composed of deco…

SegmentationSemantic Segmentation

OTSeg: Multi-prompt Sinkhorn Attention for Zero-Shot Semantic Segmentation

2024-03-21 · Kwanyoung Kim, Yujin Oh, Jong Chul Ye

The recent success of CLIP has demonstrated promising results in zero-shot semantic segmentation by transferring muiltimodal knowledge to pixel-level classification. However, leveraging pre-trained CLIP knowledge to clos…

Semantic SegmentationZero-Shot Semantic Segmentation