博碩士論文 107521085 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:27 、訪客IP:3.135.198.49
姓名 黃千祐(QIAN-YOU Huang)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 深度學習應用在不同情況條碼定位之研究
(An Application of a Deep Learning Medthod for Barcode Localization under different environment)
相關論文
★ 獨立成份分析法於真實環境中聲音訊號分離之探討★ 口腔核磁共振影像的分割與三維灰階值內插
★ 數位式氣喘尖峰氣流量監測系統設計★ 結合人工電子耳與助聽器對中文語音辨識率的影響
★ 人工電子耳進階結合編碼策略的中文語音辨識成效模擬--結合助聽器之分析★ 中文發聲之神經關聯性的腦功能磁振造影研究
★ 利用有限元素法建構3維的舌頭力學模型★ 以磁振造影為基礎的立體舌頭圖譜之建構
★ 腎小管之草酸鈣濃度變化與草酸鈣結石關係之模擬研究★ 口腔磁振影像舌頭構造之自動分割
★ 微波輸出窗電性匹配之研究★ 以軟體為基準的助聽器模擬平台之發展-噪音消除
★ 以軟體為基準的助聽器模擬平台之發展-回饋音消除★ 模擬人工電子耳頻道數、刺激速率與雙耳聽對噪音環境下中文語音辨識率之影響
★ 用類神經網路研究中文語音聲調產生之神經關聯性★ 教學用電腦模擬生理系統之建構
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著貿易越來越頻繁,每一個商品在製造、買賣的過程中都需要透過條碼來確保過程正確無誤,但條碼容易受光照不均、雜訊等因素影響,再加上條碼的種類十分多元,也讓條碼的定位更加困難。由於傳統方法只能找單一種類條碼且易受到雜訊的影響而使結果有誤,因此為了有效解決這些問題,本研究採用以深度學習為基礎的方法來研究多種類條碼的定位。本研究分為三個階段。第一階段訓練深度學習網路來找出條碼。考慮到FasterRCNN網路相較於RCNN等較舊的神經網路,其在物體辨識的領域中取得了更快更準的辨識結果,因此本研究採用FasterRCNN的架構進行神經網路的訓練。訓練所需資料採用CipherLab之條碼掃描器拍攝,總共包含10008張圖片,並以8:1:1比例分為訓練資料、驗證資料及測試資料。第二階段為提出2個有效的傳統影像處理演算法來辨識條碼。本研究先利用神經網路剪枝的方式試圖找出條碼的特徵,然而效果不佳,因此改採用Gradcam將神經網路的權重可視化方法,以獲得每層神經網路權重分別對圖片的哪些區域影響最大。藉此來幫助傳統影像處理演算法的優化。結果評估所採用的影像以CipherLab公司所提供之測試圖像作為依據,評估方法以辨識結果之precision及recall為主,其中又特別著重在recall值,本研究最終神經網路結果recall為0.89、precision為0.65,最終2種傳統影像方法模擬較佳者可達到recall數值為0.88、precision數值為0.52,顯示本研究對條碼辨識能夠有不錯的效果。第三階段會將傳統影像演算法較佳的結果實現在PDA模擬器上,其辨識速度約為1200ms。雖然在執行速度上有所不足,但本方法能夠成功的定位多種不同的條碼,並且擁有不錯的定位結果。
摘要(英) Abstract
As trade grows more and more frequently, every product needs to use a barcode to ensure that the process of manufacturing and shipping is correct. However, the recognition of barcodes can easily be affected by factors such as uneven lighting and noise. In addition, the numerous categories of barcodes also make the barcode localization difficult. Traditional methods are limited for the detection capability with different types of barcodes and for the detection accuracy under noisy conditions. In order to solve these problems, we apply deep learning to localize various types of barcodes.

This research consists of three parts. Firstly, a deep learning neural network was trained to find out barcodes. FasterRCNN was adopted in this research because of its faster and more accurate detection results compared to the older neural network such as RCNN. The training data used were captured by the barcode scanner made by CipherLab. A total of 10008 images were divided into the training data, the verification data and the test data by a ratio of 8:1:1 with the verification and the test date in a ratio.

Secondly, this research proposed two algorithms based on the results of FasterRCNN. Neural network pruning was used to find the feature of barcodes. However, the result was unsatisfactory. Hence, a weight visualization method, Gradcam, was used to get the saliency maps at some layers of the neural network. By using the result of Gradcam, two traditional image processing approaches was proposed for barcode detection. Method 1 used the image entropy to enhance the region of barcodes. Method 2 detected barcodes by morphology. Testing barcode images provided by CipherLab were used to validate the performance of the two methods. We used recall and precision for our evaluation method, and focused on the performance of recall.

The recall value of FasterRCNN was 0.89 and precision value was 0.65. Method 1 obtained the recall value of 0.86 and the precision value of 0.53, while Method 2 was with the recall value of 0.88 and the precision value of 0.52. The result showed that our method can detection barcode well.

Finally, we choose method 2 and implemented it on the PDA simulator. On PDA simulator we can detect all the barcodes of an image within 1.2 seconds. Although we do not have very good barcode detection speed, our method can successfully detect various kind of barcodes and achieve good detection results.
關鍵字(中) ★ 深度學習
★ 條碼
★ 物體定位
關鍵字(英) ★ Deep Learning
★ Barcode
★ Object Localization
論文目次 目錄
摘要 2
Abstract 4
目錄 I
表目錄 IX
第一章 緒論 1
1.1研究動機: 1
1.2 基本條碼介紹: 2
1.3 文獻探討: 5
1.3.1傳統條碼定位方法 5
1.3.2類神經條碼定位方法: 9
1.4 研究目的: 12
1.5 論文架構: 13
第二章 神經網路簡述 15
2.1 類神經網路概述 15
2.2類神經網路 18
2.2.1感知器(Perception) 18
2.2.2激活函數(Activation Function) 19
2.3.1 卷積神經網路(Convolutional Neural Networks) 20
2.3.2 ResNet殘差網路(Residual Networks) 23
2.4 FasterRCNN深度學習網路 24
2.4.1 Backbone網路 26
2.4.2 RPN網路 27
2.4.3 ROI Pooling(Region of Interest Pooling) 31
2.4.4 Classifier 33
第三章 FasterRCNN條碼定位結果及模擬 34
3.1軟硬體規格影像及數據準備介紹 34
3.1.1 軟硬體規格 34
3.1.2 數據準備介紹 35
3.2神經網路剪枝 41
3.3 深度神經網路之Gradcam結果 44
3.4 傳統常用之影像演算法介紹 48
3.4.1高斯函數與高斯濾波器(Gaussian Filter) 48
3.4.2影像模糊化(Image Blur) 49
3.4.3 形態學影像處理 50
3.4.4 大津二值化(Otsu Binarization) 53
3.4.5中值濾波(Median Filter) 54
3.4.6圖像熵(Image Entropy) 55
3.5神經網路模擬演算法 56
3.5.1演算法架構1 56
3.5.2演算法架構2 61
第四章 研究結果與評估 67
4.1 傳統影像演算法分割結果與評估 67
4.1.1 演算法架構1之條碼定位結果 67
4.1.2 演算法架構2之條碼定位結果 69
4.2 WinCE模擬器介紹及結果 71
4.2.1 WinCE模擬器使用者介面介紹 71
4.2.2 WinCE模擬器定位條碼的最終結果 72
第五章 結論與未來展望 78
5.1結論 78
5.2 未來展望 79
參考文獻 81
參考文獻 參考文獻
Sonam Wasule, Shilpa Metkar. (2016). “An effective approach to recover
corrupted or mobile captured 2D barcode images with improved accuracy,” 2016 Conference on Advances in Signal Processing (CASP)Cummins College of Engineering for Women, Pune, Jun 9-11.

Feng Liu, Anan Liu, Meng Wang, Zhaoxuan Yang. (2010). “Robust and Fast Localization Algorithm for Data Matrix Barcode,” 2010 International Conference on Optoelectronics and Image Processing, 356-359.

Anil K. Jain, Sushil K. Bhattacharjee and Yao Chen On (1992). “Texture In Document Images,” Proceedings 1992 IEEE Computer Society Conference on Computer Vision and Pattern Recognition 1992, 677-680.

YING-HONG LIANG, ZHI-YAN WANG (2006). “A SKEW DETECTION METHOD FOR 2D BAR CODE IMAGES BASED ON THE LEAST SQUARE METHOD,” 2006 International Conference on Machine Learning and Cybernetics, 3974-3977.

Alexander Tropf, Douglas Chai (2006). “LOCATING 1-D BAR CODES IN DCT-DOMAIN,” 2006 IEEE International Conference on Acoustics Speech and Signal Processing Proceedings, 741-744.

Leng Biao (2007). “A DataMatrix-based Mutant Code Design and Recognition Method Research,” Fourth International Conference on Image and Graphics (ICIG 2007), 570-574.

Ruwan Janapriya, Lasantha Kularatne, Kosala Pannipitiya, Anuruddha Gamakumara (2003). “A LOW COST OPTICAL BARCODE READER USING A WEBCAM”, Engineering Research Unit (ERU) Symposium, Sri Lanka.

Hock Chai, Douglas Florian (2005). “Locating and Decoding EAN-13 Barcodes from Images Captured by Digital Cameras,” International Conference on Information Communications & Signal Processing, Bangkok, Thailand, 6-9 Dec. 2005.
Chunhui Zhang, Jian Wang, Shi Han, Mo Yi, Zhengyou Zhang (2006). “AUTOMATIC REAL-TIME BARCODE LOCALIZATION IN COMPLEX SCENES,”International Conference on Image Processing, Atlanta, GA, USA,497-500.

Yue Liu, Bo Yang, Ju Yang (2008). “Bar Code Recognition in Complex Scenes by Camera Phones,”International Conference on Natural Computation, Jinan, China, 462-466.

Nan Guo, Xiaonian Wang, Zhuping Wang, Jin Zhu (2015). “GBVS based 1D and 2D barcodes Localization in complex scene,” 2015 International Conference on Computational Intelligence and Communication Networks, 352-356.

Alessandro Zamberletti, Ignazio Gallo, Simone Albertini (2013). “Robust Angle Invariant 1D Barcode Detection,” 2013 Second IAPR Asian Conference on Pattern Recognition, 160-164.

K. Han, M. Sun, X. Zhou, G. Zhang and H. Dang, Z. Liu (2017). “A New Method in Wheel Hub Surface Defect Detection: Object Detection Algorithm Based on Deep Learning,” International Conference on Advanced Mechatronic Systems, 335-338.

Y.-H. Byeon, K.-C. Kwak (2017). “A Performance Comparison of Pedestrian Detection Using Faster RCNN and ACF,” IIAI International Congress on Advanced Applied Informatics (IIAI-AAI), 858-863.

G. Chandan, A. Jain, H. Jain, Mohana (2018). “Real Time Object Detection and Tracking Using Deep Learning and OpenCV,” International Conference on Inventive Research in Computing Applications (ICIRCA), 1305-1308.

Hyeonwoo Noh, Seunghoon Hong, Bohyung Han (2015). “Learning Deconvolution Network for Semantic Segmentation,” 2015 IEEE International Conference on Computer Vision (ICCV),1520-1528.

Chengyang Li, Dan Song, Ruofeng Tong, Min Tang (2019). “
Illumination-aware faster R-CNN for robust multispectral pedestrian detection,” Pattern Recognition 85, 161–171

Tomas Björklund, Attilio Fiandrotti, Mauro Annarumma, Gianluca Francini, Enrico Magli (2019). “Robust license plate recognition using neural networks trained on synthetic images,” Pattern Recognition 93, 134–146

Otsu N. (1979). “A thresholding selection method from gray-level histograms”, IEEE Transactions on Systems, Man, and Cybernetics, Vol. 9, 62-66.

Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton, (2012). “ImageNet Classification with Deep Convolutional Neural Networks,” Advances in Neural Information Processing Systems, Vol.25, 1-9.
Hao Li, Asim Kadav, Igor Durdanovic, Hanan Samet, Hans Peter Graf, (2017). “Pruning Filters for Efficient ConvNets,” Computer Vision and Pattern Recognition, 1-13.

Ramprasaath R. Selvaraju, Michael Cogswell, Abhishek Das, Ramakrishna Vedantam, Devi Parikh, Dhruv Batra, (2019). “Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization,” International Journal of Computer Vision, 1-24.

Shaoqing Ren, Kaiming He, Ross Girshick, and Jian Sun, (2015). “Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks” Computer Vision and Pattern Recognition, 1-14.

Andy的條碼世界 (2012)。2021 年 1 月 7 日 取自http://www.appsbarcode.com/barcode-type.php
http://www.appsbarcode.com/Code%2039.php
指導教授 吳炤民(Chao-Min W) 審核日期 2021-1-26
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明