مشخصات مقاله | |
ترجمه عنوان مقاله | راه حل بازرسی درون برنامه ای برای کدهای با پس زمینه های پیچیده برای صنعت ظروف پلاستیکی |
عنوان انگلیسی مقاله | In-line inspection solution for codes on complex backgrounds for the plastic container industry |
انتشار | مقاله سال 2019 |
تعداد صفحات مقاله انگلیسی | 12 صفحه |
هزینه | دانلود مقاله انگلیسی رایگان میباشد. |
پایگاه داده | نشریه الزویر |
نوع نگارش مقاله |
مقاله پژوهشی (Research Article) |
مقاله بیس | این مقاله بیس نمیباشد |
نمایه (index) | Scopus – Master Journals List – JCR |
نوع مقاله | ISI |
فرمت مقاله انگلیسی | |
ایمپکت فاکتور(IF) |
3.335 در سال 2019 |
شاخص H_index | 70 در سال 2020 |
شاخص SJR | 0.724 در سال 2019 |
شناسه ISSN | 0263-2241 |
شاخص Quartile (چارک) | Q2 در سال 2019 |
مدل مفهومی | ندارد |
پرسشنامه | ندارد |
متغیر | ندارد |
رفرنس | دارد |
رشته های مرتبط | مهندسی مکانیک، مهندسی صنایع |
گرایش های مرتبط | برنامه ریزی و تحلیل سیستم ها، تولید صنعتی، تکنولوژی صنعتی، ساخت و تولید، مکاترونیک |
نوع ارائه مقاله |
ژورنال |
مجله | اندازه گیری – Measurement |
دانشگاه | College of Electrical and Information Engineering, Hunan University, Changsha 410082, China |
کلمات کلیدی | بازرسی کد، یادگیری عمیق، ShuffleNet، یادگیری انتقال |
کلمات کلیدی انگلیسی | Code inspection، Deep learning، ShuffleNet، Transfer learning |
شناسه دیجیتال – doi |
https://doi.org/10.1016/j.measurement.2019.106965 |
کد محصول | E14010 |
وضعیت ترجمه مقاله | ترجمه آماده این مقاله موجود نمیباشد. میتوانید از طریق دکمه پایین سفارش دهید. |
دانلود رایگان مقاله | دانلود رایگان مقاله انگلیسی |
سفارش ترجمه این مقاله | سفارش ترجمه این مقاله |
فهرست مطالب مقاله: |
Abstract
1- Introduction 2- System overview 3- Methodology 4- Experiments 5- Transfer learning 6- Conclusion References |
بخشی از متن مقاله: |
Abstract Machine vision technologies have been widely used for automating the product quality control, but the defect inspection for codes on complex backgrounds is still a challenging task in the plastic container industry. In this work, an efficient and accurate inspection solution based on deep learning was proposed aiming at the detection of codes on complex backgrounds for the plastic container such as beverage packages. Firstly, image processing algorithms such as the region translation method, morphological processing, and image matching technology based on SIFT (Scale Invariant Feature Transform) features were implemented to generate synthetic defective samples, which moderated the class-imbalance problem. Data augmentation strategies were used to increase the amount of training data. Secondly, the ShuffleNet V2 framework was adapted to inspect inkjet codes on complex backgrounds. Additionally, the transfer learning was used to transfer the trained model to other inspection tasks for different kinds of packages. Finally, the proposed approach was built onto an in-line code inspection apparatus for the plastic container industry, and an accuracy of 0.9988 was achieved. The in-line testing results of false detection and omission detection rates demonstrated that the proposed solution can fully meet the production requirements. To the best of our knowledge, this report describes the first time that deep learning has been applied to the industrial defect inspection for the plastic container industry. Introduction The plastic packaging technologies have been experiencing explosive growth in the beverage industry. In order to ensure the product traceability and quality control, batch number and data codes are marked on the curved plastic surfaces early in the production process. The inkjet printing process, as the most commonly used type of printer, has been widely adopted to spray a digital image of the expiration date and manufacturing date by propelling droplets of ink onto the container. The quality of characters is affected by the performance of code printer and other external factors, and Legible codes on the containers provide consumers with important information and confidence for the inside product. If containers or packages with defective codes such as missing, incorrect, or unreadable codes are not identified in time, the product quality and corporate reputation will be compromised. Therefore, the code inspection that verifies the presence, position, and formation of printed codes is a key checkpoint in the plastic container industry to ensure products meet specifications prior to release and shipment to customers. With the development of machine learning and image processing technologies [1], the Optical Character Recognition (OCR) technology has been widely used by companies in the field of automatic code inspection on product containers, which greatly improves the accuracy and efficiency of code detection, and reduces their production costs as well as increases their profits. The general code detection is a composite process that comprises several phases such as the preprocessing, segmentation, feature extraction, and classification. The principal purpose is to compare the recognized characters with the correct codes and judge whether they are qualified. The widely used pixel binarization method for the character segmentation is the threshold-based segmentation method, and characters are segmented by setting a fixed or dynamic threshold. |