一种用于服装图像分割的改进DeepLab模型

Jue Wang, Xianfu Wan, Liqing Li, Jun Wang
{"title":"一种用于服装图像分割的改进DeepLab模型","authors":"Jue Wang, Xianfu Wan, Liqing Li, Jun Wang","doi":"10.1109/ICECE54449.2021.9674326","DOIUrl":null,"url":null,"abstract":"Image segmentation is an effective method to extract the clothing region from the image, which is especially suitable for the analysis and processing of the clothing image with the complex background. At present, the research of image segmentation mainly focuses on the field of deep learning, and image segmentation methods such as DeepLab sequence based on convolutional neural network have been widely used. However, their segmentation results are not good enough when there are the complex deformation and edges in the clothing images. In order to improve the performance of clothing image segmentation, an improved DeepLab model for clothing image segmentation is developed in this paper. Based on the DeepLabV3+ model, the receptive field module and the decoder are redesigned in the new model. For the receptive field module, the ASPP (Atrous Spatial Pyramid Pooling) is changed to an improved RFBs (Receptive Field Block), which performs much better in simulating the human visual perception. For the decoder, the interpolation upsampling is replaced with a transpose convolution one due to it’s deformation adaptability to the edges and corners in the images; the concatenations between the high-level and the low-level features are increased from two-stage to five-stage in order to obtain more low-level features. After training and testing on deepfashion2 dataset, the improved model achieved performance of 97.26% Accuracy, 93.23% mIoU, 90.56% AP75 and 44.80% AP95 which is significantly better compared with DeepLabv3+. It takes 93.806 ms for the improved DeepLab model to complete the inference of one image, which is only slightly slower than that (92. 09S ms) for DeepLabV3+. The improved DeepLab model has a stronger ability to obtain information such as clothing edges, which makes the performance of segmentation better.","PeriodicalId":166178,"journal":{"name":"2021 IEEE 4th International Conference on Electronics and Communication Engineering (ICECE)","volume":"168 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2021-12-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"2","resultStr":"{\"title\":\"An Improved DeepLab Model for Clothing Image Segmentation\",\"authors\":\"Jue Wang, Xianfu Wan, Liqing Li, Jun Wang\",\"doi\":\"10.1109/ICECE54449.2021.9674326\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Image segmentation is an effective method to extract the clothing region from the image, which is especially suitable for the analysis and processing of the clothing image with the complex background. At present, the research of image segmentation mainly focuses on the field of deep learning, and image segmentation methods such as DeepLab sequence based on convolutional neural network have been widely used. However, their segmentation results are not good enough when there are the complex deformation and edges in the clothing images. In order to improve the performance of clothing image segmentation, an improved DeepLab model for clothing image segmentation is developed in this paper. Based on the DeepLabV3+ model, the receptive field module and the decoder are redesigned in the new model. For the receptive field module, the ASPP (Atrous Spatial Pyramid Pooling) is changed to an improved RFBs (Receptive Field Block), which performs much better in simulating the human visual perception. For the decoder, the interpolation upsampling is replaced with a transpose convolution one due to it’s deformation adaptability to the edges and corners in the images; the concatenations between the high-level and the low-level features are increased from two-stage to five-stage in order to obtain more low-level features. After training and testing on deepfashion2 dataset, the improved model achieved performance of 97.26% Accuracy, 93.23% mIoU, 90.56% AP75 and 44.80% AP95 which is significantly better compared with DeepLabv3+. It takes 93.806 ms for the improved DeepLab model to complete the inference of one image, which is only slightly slower than that (92. 09S ms) for DeepLabV3+. The improved DeepLab model has a stronger ability to obtain information such as clothing edges, which makes the performance of segmentation better.\",\"PeriodicalId\":166178,\"journal\":{\"name\":\"2021 IEEE 4th International Conference on Electronics and Communication Engineering (ICECE)\",\"volume\":\"168 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2021-12-17\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"2\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2021 IEEE 4th International Conference on Electronics and Communication Engineering (ICECE)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ICECE54449.2021.9674326\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2021 IEEE 4th International Conference on Electronics and Communication Engineering (ICECE)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ICECE54449.2021.9674326","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 2

摘要

图像分割是从图像中提取服装区域的一种有效方法,特别适用于具有复杂背景的服装图像的分析和处理。目前,对图像分割的研究主要集中在深度学习领域,基于卷积神经网络的DeepLab序列等图像分割方法已得到广泛应用。然而,当服装图像中存在复杂的变形和边缘时,它们的分割效果不够好。为了提高服装图像分割的性能,本文提出了一种改进的DeepLab服装图像分割模型。在DeepLabV3+模型的基础上,对接收野模块和解码器进行了重新设计。在感受野模块中,将astrous空间金字塔池(ASPP)改为改进的RFBs (receptive field Block),可以更好地模拟人类的视觉感受。解码器利用其对图像边角形变的适应性,将插值上采样替换为转置卷积上采样;为了获得更多的低级特征,将高级特征和低级特征之间的连接从两级增加到五级。经过在deepfashion2数据集上的训练和测试,改进后的模型准确率为97.26%,mIoU为93.23%,AP75为90.56%,AP95为44.80%,明显优于DeepLabv3+。改进的DeepLab模型完成一幅图像的推理需要93.806 ms,只比(92)稍慢。09S ms)的DeepLabV3+。改进后的DeepLab模型对服装边缘等信息的获取能力更强,使得分割的性能更好。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
An Improved DeepLab Model for Clothing Image Segmentation
Image segmentation is an effective method to extract the clothing region from the image, which is especially suitable for the analysis and processing of the clothing image with the complex background. At present, the research of image segmentation mainly focuses on the field of deep learning, and image segmentation methods such as DeepLab sequence based on convolutional neural network have been widely used. However, their segmentation results are not good enough when there are the complex deformation and edges in the clothing images. In order to improve the performance of clothing image segmentation, an improved DeepLab model for clothing image segmentation is developed in this paper. Based on the DeepLabV3+ model, the receptive field module and the decoder are redesigned in the new model. For the receptive field module, the ASPP (Atrous Spatial Pyramid Pooling) is changed to an improved RFBs (Receptive Field Block), which performs much better in simulating the human visual perception. For the decoder, the interpolation upsampling is replaced with a transpose convolution one due to it’s deformation adaptability to the edges and corners in the images; the concatenations between the high-level and the low-level features are increased from two-stage to five-stage in order to obtain more low-level features. After training and testing on deepfashion2 dataset, the improved model achieved performance of 97.26% Accuracy, 93.23% mIoU, 90.56% AP75 and 44.80% AP95 which is significantly better compared with DeepLabv3+. It takes 93.806 ms for the improved DeepLab model to complete the inference of one image, which is only slightly slower than that (92. 09S ms) for DeepLabV3+. The improved DeepLab model has a stronger ability to obtain information such as clothing edges, which makes the performance of segmentation better.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
Design of Emergency Rescue Command Platform Based on Satellite Mobile Communication System Multi-Dimensional Spectrum Data Denoising Based on Tensor Theory Predicting COVID-19 Severe Patients and Evaluation Method of 3 Stages Severe Level by Machine Learning A Novel Stacking Framework Based On Hybrid of Gradient Boosting-Adaptive Boosting-Multilayer Perceptron for Crash Injury Severity Prediction and Analysis Key Techniques on Unified Identity Authentication in OpenMBEE Integration
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1