博碩士論文 953303015 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:96 、訪客IP:18.118.154.79
姓名 蔡孟頎(Meng-chi Tsai)  查詢紙本館藏   畢業系所 機械工程學系在職專班
論文名稱 倒傳遞類神經網路於多腳位元件影像對位最佳化之研究
(Multi-Pin Optimization of Image Registration using Back Propagation Neural Network)
相關論文
★ 應用於車身號碼打刻機之號碼辨識★ 複合式掌紋識別系統
★ 圓形偵測在OLED Panel 檢測上的應用★ MLCC薄膜厚度即時線上影像檢測技術之研發
★ 全自動微鑽針影像檢測系統之研究★ 應用類神經網路預測COG製程對於中小尺寸TFT-LCD產生之應力狀態
★ 應用機器視覺系統檢測高滲透壓刀輪切割 TFT-LCD 玻璃後斷面之研究★ 低成本輕量化機械手臂之研究
★ 應用在同軸電纜加工之雷射光斑導引機構設計與分析★ 表面電漿波共振-非旋轉方式的新機構設計理論
★ 網路協同式機械設計系統研發★ 軟膠囊自動辨識系統
★ 心電訊號之擷取與分析★ 盲人圖樣感知輔助裝置之研發設計
★ 非旋轉式表面電漿共振儀之改良與實現★ 可攜式無線心電訊號擷取器之設計
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 機器視覺應用於影像對位已屬於成熟技術,產業界大多採用商業化套裝模組,由軟體或硬體供應商出售專用擷取設備或賣出軟體程式碼與資料庫資及輔助開發服務,廠商各自擁有專門代理權或影像技術,由於處理影像基礎原理存有差異,以致不同軟體系統特性各有優劣,整體來說商業化系統使用者僅就業者所提供之限制功能範圍內開發銜接程式碼,並無從知悉系統核心,且軟體本身屬於線性結構,不能針對因多重影像物件組合造成非線性狀態求最佳化對位補正位置進行處理。本研究收集類神經相關應用文獻,選擇倒傳遞類神經網路進行多腳位元件影像對位最佳化找尋,分析理論原理後將其編寫為程式碼導入自製影像對位系統,並以隨機拍攝三腳位電子元件影像二百張,涵蓋90%腳位座落之整體與個別腳位座標,以平均差統計較佳之學習速率0.1與慣性因子0.1,以此組合教導系統學習最佳化,經過2000次學習與收斂,得到元件樣本影像對位最佳化非線性模擬函數,此函數即網路由經驗訓練而得之加權值與偏權值(閥值),倒傳遞類神經網路將無法量化與公式化處理的問題以非線性曲線表示,自此不論輸入允許範圍內之元件座標為何,網路皆得以直接進行正向傳遞將結果輸出。廣意言之,倒傳遞類神經網路為一經驗值策略輔助系統。
摘要(英) Image registration are skillful of machine vision, the commerce service package was adopted as the drawing of equipment most of the time , software source code library and database or image capture hardware and research assistant sold by professional vendor , they have unique authority of agency or own vision technique, there are differences as the basis principles of image processing, characteristics of different software systems that have merit and demerit , the system are linear programming could not to process non-linear problem of multi-pin interlace location optimizated .This research method combine Back Propagation Neural Network to image alignment software we design for multi-pin alignment optimization and capture two hundred pieces of sample image with random , that could be mantle over 90% whole and each of pin location , using MSE to find the best speed learn rate 0.1 and momentum coefficient 0.1 . During 2000 times training for BPNN , network showing convergence , than promote bias and weight , these could be drawing curve approach truely , the cruve solve non-linear phenomenon , input any grid in range the Neural network running forward counting and directly to output result with optimization .
關鍵字(中) ★ 倒傳遞類神經網路
★ 影像對位
★ 最佳化
關鍵字(英) ★ Registration
★ Opt
★ Back Propagation Neural Network
論文目次 摘要 ………………………………………………………… I
Abstract ………………………………………………………… II
誌謝 ………………………………………………………… III
目錄 ………………………………………………………… IV
圖目錄 ………………………………………………………… VII
表目錄 ………………………………………………………… X
第一章 緒論…………………………………………………… 1
1.1 前言…………………………………………………… 1
1.2 研究動機及目的……………………………………… 2
1.3 文獻回顧 ……………………………………………… 5
1.4 論文架構 ……………………………………………… 6
第二章 系統結構 ……………………………………………… 7
2.1 系統結構 ……………………………………………… 7
2.2 影像輸入裝置………………………………………… 9
2.2.1 工業攝影機 …………………………………………… 9
2.2.2 影像擷取卡 …………………………………………… 10
2.3 照明設備 ……………………………………………… 11
2.3.1 光源型式與種類……………………………………… 12
2.3.2 照明方式 ……………………………………………… 12
第三章 影像處理 ……………………………………………… 15
3.1 影像強化 ……………………………………………… 15
3.1.1 灰階轉換 ……………………………………………… 15
3.1.2 空間濾波 ……………………………………………… 16
3.2 二值化處理…………………………………………… 16
3.2.1 雙邊臨界值法………………………………………… 17
3.2.2 自動閥值找尋………………………………………… 17
3.3 影像型態學 …………………………………………… 16
3.3.1 膨脹 …………………………………………………… 16
3.3.2 侵蝕 …………………………………………………… 17
3.3.3 斷開與閉合…………………………………………… 17
3.4 邊緣檢測 ……………………………………………… 21
3.4.1 二階導函數Laplacian法 ………………………… 21
3.4.2 梯度函數Sobel法 …………………………………… 21
第四章 類神經網路 …………………………………………… 23
4.1. 類神經網路簡介……………………………………… 23
4.2 人工神經元模型……………………………………… 25
4.3 倒傳遞類神經網路基本架構………………………… 27
4.4 倒傳遞類神經網路演算法 …………………………… 31
4.5 網路學習效率的改進 ………………………………… 36
第五章 實驗方法、結果與探討 ……………………………… 37
5.1 實驗規劃 ……………………………………………… 37
5.1.1 SOT-323元件樣本影像 ……………………………… 39
5.1.2 建立最佳化對位找尋方式 …………………………… 40
5.1.3 倒傳遞類神經網路最佳化對位程式 ………………… 40
5.1.4 網路學習 ……………………………………………… 40
5.1.5 求加權值與偏權值 …………………………………… 41
5.1.6 商業化視覺軟體 ……………………………………… 41
5.1.7 輸出座標與角度 ……………………………………… 41
5.1.8 結果比較與探討 ……………………………………… 42
5.2 程式結構 ……………………………………………… 43
5.2.1 檢測元件中心及腳位座標 …………………………… 44
5.2.2 畫素尺寸比例校正 …………………………………… 45
5.2.3 比對回授收斂對位演算……………………………… 46
5.2.4 倒傳遞類神經網路學習 ……………………………… 47
5.2.5 加權值與偏權值處置 ………………………………… 48
5.2.6 倒傳遞類神經網路回想 ……………………………… 49
5.3 商業化EasyMatch影像軟體 ………………………… 50
5.3.1 元件中心檢測 ………………………………………… 52
5.3.2 腳位中心檢測 ………………………………………… 52
5.4 類神經較佳學習速率與慣性因子找尋 ……………… 53
5.4.1 均方差 ………………………………………………… 53
5.4.2 較佳參數組合類神經學習結果……………………… 54
5.5 類神經學習過程 ……………………………………… 56
5.6 影像基本對位 ………………………………………… 57
5.7 類神經回想運算對位最佳化 ………………………… 61
5.7.1 α=0.1 η=0.1 100次學習最佳化統計 …………… 61
5.7.2 α=0.1 η=0.1 300次學習最佳化統計 ……………… 65
5.7.3 α=0.1 η=0.1 500次學習最佳化統計 ……………… 68
5.7.4 α=0.1 η=0.1 2000次學習最佳化統計……………… 72
5.8 EasyMatch影像對位 ………………………………… 76
5.9 結果分析與討論 ……………………………………… 80
5.9.1 實驗數據分析 ………………………………………… 80
5.9.2 結果比較與討論……………………………………… 82
第六章 結論與未來展望 ……………………………………… 88
6.1 結論…………………………………………………… 88
6.2 未來展望 ……………………………………………… 89
參考文獻 ………………………………………………………… 90
參考文獻 [1] 連國珍,“ 數位影像處理”,儒林圖書有限公司,台北,2001.
[2] 葉怡成,“ 類神經網路模式應用與實作”,儒林圖書有限公司,台北,2003。
[3] 周政宏,“ 神經網路-理論與實務”,松崗電腦圖書資料股份有限公司,台北,1995。
[4] 張斐章、張麗秋、黃浩倫,“ 類神經網路理論與實務”,東華書局,台北,2003。
[5] Tonny.Espeset, “ Kick ass Java Programming”,The Coriolis Group,Inc.1996.
[6] C.A.Lindley, “ Practical image processing in C”,Big Apple Tuttle-Mori,1994.
[7] R.C.Gonzales,R.E.Woods, “ Digital image processing”,Addison-Wesley,1992.
[8] W.S.McCulloch,W.Pitts, “ A logical calculus of the ideas immanent in nervous activity”,Bulletin of Mathematical Biophysics,Vol.5 pp.115-133,1943.
[9] F.Rosenblatt, “ the perception:Aprobabilistic model for information storage and organization in the brain”,Psychological Review,Vol.65,pp.386-408,1958.
[10] J.J.Hopfielf,D.W.Tank, “ Neural Compotation of Decisions in Optimization Problem”,Biological Cybernetiv,Vol.33,pp.533-543,1986.
[11] David.E.Rumelhart,J.L.McClelland, “ Parallel Distribute processing:Exploration in the Microstructure of Cognition”,Cambridge,MA:MIT Press Cambridge,MA,USA,Vol.1,1986.
[12] M.D.Powell, “ Radial Basis functions for multivariable interpolation:A review”,In Algorithms for Approximation.Oxford University Press,pp.143-167,1987.
[13] R.A.Jacobs, “ Increased Rates of Convergence Through Learning Rate Adaptation”,Neural Network,Vol.1,pp.295-307.
[14] N.Baba, “ A New Approach for Finding the Global Minimum of Error Function of Neural Networks”,Neural Network,Vol.2,pp.367-373.
[15] D.Nguyen,B.Widrow, “ Improving the Learning Speed of 2-Layer Neural Network by Choosing Initial Values of the Adaptive Weights”,Proc.of IJCNN,San Diego,California,Vol.3,pp.22-26.
[16] Yolanda.M.Pirez,Dilip.Sarkar, “ Back-Propagation Algorithm with Controlled Oscillation of Weights”,Neural Networks,IEEE International Conference on,Vol.1,pp.21-26.
[17] F.Stager,M.Agarwal, “ Three Methods to Speed Up the Training of Feedforward and Feedback Perceptrons”,Neural Networks,Vol.10,no.8,pp.1435-1443,1997.
[18] J.Liang,X.Wen,S.Li, “ Optimum Cutting Parameter Selection Strategy Based on Neural Network and Artificial Intelligence”SPIE,Vol.2620,pp.458-462,1995.
[19] E.Nikolaids,M.Zhu, “ Design of Automotive Joints:Using Neural Networks and Optmization To Phsical Design Parameters”,Computer and Structure,Vol.60,No.6,pp.989-1001,1996.
[20] L.Berk,P.Hajela, “ Applications of Artificial Neural Nets in Structural Mechanics”,Structural Optimization,Vol.4,pp.90- 98,1992.
[21] G.C.Huang,S.C.Lin, “ A Stability Approach to Fuzzy Control Design for Nonlinear System”,Fuzzy Set and System.,Vol.48,Issue.3,pp.279-287,1992.
[22] C.Y.Chang,et al., “ Using a two-layer competitive hopfield neural network for semiconductor wafer defect detection. Paper presented”,International Conference on Automation Science and Engineering, Edmonton, Canada,2005.
[23] David.E.Goldberg, “ Genetic algorithms in Search Optimization & Machine learning”, Addison-Wesley Publishing Co,1989.
指導教授 黃衍任(Yean-ren Hwang) 審核日期 2008-7-3
推文 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聯絡  - 隱私權政策聲明