Department of Metallurgical and Material Engineering, Jadavpur University, Kolkata, West Bengal, 700032, India.
Department of Computer Science and Engineering, Jadavpur University, Kolkata, West Bengal, 700032, India.
Sci Rep. 2023 Apr 7;13(1):5737. doi: 10.1038/s41598-023-32318-9.
Metallographic images or often called the microstructures contain important information about metals, such as strength, toughness, ductility, corrosion resistance, which are used to choose the proper materials for various engineering applications. Thus by understanding the microstructures, one can determine the behaviour of a component made of a particular metal, and can predict the failure of that component in certain conditions. Image segmentation is a powerful technique for determination of morphological features of the microstructure like volume fraction, inclusion morphology, void, and crystal orientations. These are some key factors for determining the physical properties of metal. Therefore, automatic micro-structure characterization using image processing is useful for industrial applications which currently adopts deep learning-based segmentation models. In this paper, we propose a metallographic image segmentation method using an ensemble of modified U-Nets. Three U-Net models having the same architecture are separately fed with color transformed imaged (RGB, HSV and YUV). We improvise the U-Net with dilated convolutions and attention mechanisms to get finer grained features. Then we apply the sum-rule-based ensemble method on the outcomes of U-Net models to get the final prediction mask. We achieve the mean intersection over union (IoU) score of 0.677 on a publicly available standard dataset, namely MetalDAM. We also show that the proposed method obtains results comparable to state-of-the-art methods with fewer number of model parameters. The source code of the proposed work can be found at https://github.com/mb16biswas/attention-unet .
金相图像(通常称为微观结构)包含有关金属的重要信息,例如强度、韧性、延展性、耐腐蚀性,这些信息用于为各种工程应用选择合适的材料。因此,通过了解微观结构,可以确定由特定金属制成的部件的行为,并可以预测该部件在某些条件下的失效。图像分割是一种强大的技术,用于确定微观结构的形态特征,如体积分数、夹杂物形态、空隙和晶体取向。这些是确定金属物理性能的关键因素。因此,使用图像处理进行自动微观结构特征描述对于采用基于深度学习的分割模型的工业应用非常有用。在本文中,我们提出了一种使用修改后的 U-Net 集合的金相图像分割方法。三个具有相同架构的 U-Net 模型分别使用颜色转换后的图像(RGB、HSV 和 YUV)进行馈送。我们使用扩张卷积和注意力机制来改进 U-Net 以获取更精细的特征。然后,我们在 U-Net 模型的输出上应用基于和规则的集合方法来获得最终的预测掩模。我们在一个名为 MetalDAM 的公开标准数据集上实现了 0.677 的平均交并比 (IoU) 得分。我们还表明,该方法在使用较少模型参数的情况下可以获得与最先进方法相当的结果。拟议工作的源代码可在 https://github.com/mb16biswas/attention-unet 找到。