博碩士論文 975302018 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:85 、訪客IP:3.141.8.247
姓名 呂建鋒(Chien-Feng Lu)  查詢紙本館藏   畢業系所 通訊工程學系在職專班
論文名稱 建構半導體晶圓針測圖樣分類辨識模型
(Development Pattern Recognition Model for Classification of Circuit Probe Wafer Maps on Semiconductor)
相關論文
★ miRCSC : miRNA表現量伴隨癌症改變狀態的文獻證明搜尋引擎★ 利用上下文感知最大化邊界神經網路提取疾病與疾病的關聯
★ 應用嵌入式系統於呼吸肌肉群訓練儀之系統開發★ 勃起障礙與缺血性心臟病的雙向研究: 以台灣全人口基礎的世代研究
★ 基質輔助雷射脫附飛行時間式串聯質譜儀 微生物抗藥性資料視覺化工具★ 使用穿戴式裝置分析心律變異及偵測心律不整之應用程式
★ 建立一個自動化分析系統用來分析任何兩種疾病之間的關聯性透過世代研究設計以及使用承保抽樣歸人檔★ 青光眼病患併發糖尿病,使用Metformin及Sulfonylurea治療得到中風之風險:以台灣人口為基礎的觀察性研究
★ 利用組成識別和序列及空間特性構成之預測系統來針對蛋白質交互作用上的特殊區段點位進行分析及預測辨識★ 新聞語意特徵擷取流程設計與股價變化關聯性分析
★ 藥物與疾病關聯性自動化分析平台設計與實作★ 建立財務報告自動分析系統進行股價預測
★ 建立一個分析疾病與癌症關聯性的自動化系統★ 基於慣性感測器虛擬鍵盤之設計與實作
★ 一個醫療照護監測系統之實作★ 應用手機開發手握球握力及相關資料之量測
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在半導體業界中,晶圓針測 (Circuit Probe) 屬於生產過程中的後段測試,其測試結果包含了晶圓良率的好壞及追溯異常製程與設備所需之重要資訊,並且產生圖形化的故障圖樣分佈於晶圓上,此資訊為製程錯誤診斷及機台故障檢視提供很多有用的線索。因此,了解晶圓針測圖樣所代表的意義及造成故障圖樣的原因,在工程資料關聯性分析中是件非常重要的工作。為了減少以往人為檢視方式所消耗的時間,一個準確的晶圓自動化分類系統在工程資料分析中是不可或缺的一套工具。本論文使用影像處理中偵測直線之霍夫轉換(Hough transform)及偵測圓形之圓形霍夫轉換(Circular Hough transform)演算法擷取直線及圓形分佈故障圖樣之特徵,並且使用了數種常見的特徵擷取技巧來取得其它不同的故障圖樣。研究中提出一套結構化系統,將晶圓特徵擷取出後透過數種資料探勘分類演算法建立不同的分類器(classifier),並且驗證所提出之數種特徵可有效消除雜訊對晶圓分類準確度的影響。最後以實際半導體資料及模擬資料評估不同資料勘分類演算法對於本研究所提出的特徵擷取方法有最佳的準確度。
摘要(英) Abstract- Circuit probe test is an end of line testing that the individual die has been measured at wafer level in modern semiconductor manufacturing. The test results are visualized as a spatial distribution of the failures on the wafer which can provide some valuable information for the production of failures. In order to reduce time consumption by human operation, a great accuracy of automatic classification system is clear needed for engineering analysis. In this paper, we demonstrate how a robust feature extraction procedure using by classical Hough transform (HT) and circular Hough transform (CHT) can be adapted to detect lines and rounds spatial patterns on circuit probe wafer map. In addition, we also used several technique to detect others spatial patterns. These features which are effectively eliminate the influence of noise to perform pattern classification. The presented methodology is validated with real fabrication data and several data mining classification algorithms are presented to evaluate the advantage of this methodology.
關鍵字(中) ★ 半導體晶圓分類
★ 晶圓針測
★ 霍夫轉換
★ 特徵擷取
★ 資料探勘
關鍵字(英) ★ semiconductor wafer classification
★ circuit probe test
★ data mining
★ Hough transform
★ features extraction
論文目次 摘要............................................................................................................................... I
Abstract........................................................................................................................ II
Chapter 1 Introduction...................................................................................................1
1.1 Background ..........................................................................................................1
1.2 Motivation............................................................................................................2
1.3 Goals ....................................................................................................................3
Chapter 2 Related Works ...............................................................................................4
2.1 Introduction to semiconductor manufacturing.....................................................4
2.1.1 Semiconductor process sequences ................................................................4
2.1.2 Circuit probe maps........................................................................................6
2.2 Literature review................................................................................................10
2.3 Related tools.......................................................................................................14
2.3.1 Noise reduction ...........................................................................................14
2.3.2 Canny edge detector ...................................................................................17
2.3.3 The Hough Transform.................................................................................19
2.4 Classification of data mining .............................................................................23
2.4.1 10-fold cross-validation ..............................................................................25
2.4.1 Classification algorithms............................................................................27
2.5 The WEKA data mining workbench..................................................................31
Chapter 3 Materials and Methods................................................................................32
3.1 Materials ............................................................................................................32
3.2 System flow .......................................................................................................34
3.3 Methods..............................................................................................................34
3.3.1 Pattern definition ........................................................................................34
3.3.2 Data preprocessing .....................................................................................35
3.3.3 Feature extraction.......................................................................................37
Chapter 4 Results .........................................................................................................46
4.1 Implementation ..................................................................................................46
4.2 Classification results ..........................................................................................50
Chapter 5 Discussion ...................................................................................................53
Reference .....................................................................................................................54
Appendix......................................................................................................................56
參考文獻 1.Palma, F.D., et al., Process diagnosis via electrical-wafer-sorting maps classification, IEEE International Conference on Data Mining, 2005.
2.Chen, F.-L. and S.-F. Liu, A neural-network approach to recognize defect spatial pattern in semiconductor fabrication, IEEE Transactions on Semiconductor Manufacturing, 2000. Vol. 13, No. 3.
3.Shino, W., et al., Effective excursion detection by defect type grouping in in-line inspection and classification, IEEE Trans. Semiconduct. Manufact. 1999. Vol. 12, p. 3-9.
4.Palma, F.D., et al., Unsupervised algorithms for the automatic classification of ews maps: a comparison, ISSM International Simposium on Semiconductor Manufactoring, 2005.
5.White, K.P., et al., Classification of defect clusters on semiconductor wafer via the Hough transformation, IEEE Transactions on Semiconductor Manufacturing, 2008. Vol. 23, No. 2.
6.Liming, W., et al., Shape feature extraction for IC circuit, IEEE International Conference on Information and Multimedia Technology, 2000.
7.Lee, F., A. Chatterjee, and D. Croley, Advanced yield enhancement: computer-based spatial pattern analysis part 1., IEEE/SEMI Advance Semiconductors Manufacturing conference, 2002. p. 202-205.
8.Cheng, J.W., et al., Evaluating theperformance of different classification algorithms for fabricated semiconductor wafers, IEEE International Symposium on Electric Design, Test & Applications, 2010.
9.Guise, M., et al., Automated defect pattern recognition: an approach to defect classification and lot characterization, IEEE Systems and Information Design Symposium, 2002. p. 63-67.
10.Martins, R., On the design of very low power integrated circuits. 1998, Ingereicht an Der Technischen University.
11.Friedman, D.J., et al., Model-free estimation of defect clustering in integrated circuit fabrication, IEEE Transactions on Semiconductor Manufacturing, 1997.
12.Wei, L.J., Development of wafer bin map pattern recognition model – using neural network approach. 2006, National Tsing Hua University.
13.Open Source Computer Vision Library. 1999-2001: Intel Corporation issued in USA.
14.Hough Transform 2008: HERIOT WATT University.
15.Rizon, M., et al., Object detection using circular Hough transform, American Journal of Applied Sciences, 2005. p. 1606-1609.
16.Pedersen, S.J.K., Circular Hough transform, Alborg University, Vision, Graphics, and Interactive Systems, 2007.
17.Smerkea, M. and I. Duleba, Circular object diction using a modified Hough transform, Int. J. Appl. Math. Comput. Sci, 2008: 18. p. 85-91.
18.Witten, I.H. and E. Frank, Data Mining: Practical machine learning tools and techniques. 2005: Elsevier Second Edition.
19.Hall, M., et al., The WEKA Data Mining Software: An update, SIGKDD Explorations, 2003. p. 10-18.
20.G. De Nicolao, E. Pasquinetti, et al., Unsupervised spatial pattern classification of electrical failures in semiconductor manufacturing, Artificial neural networks in pattern recognition, 2005. Vol. 26. Issue 12.
21.Gary S. May and Costas J. Spanos, Fundamentals of semiconductor manufacturing and process control, A JOHN WILEY & SONS, INC., PUBLICATION, 2006.
22.William R. Mann A , Frederick L. et al., The leading edge of production wafer probe test technology, IEEE International Test Conference, 2004. p. 1168-1193.
23.Ooi, M.P.-L.; Ye Chow Kang et al., Accurate defect cluster detection and localisation on fabricated semiconductor wafers using Joint Count Statistics, IEEE Quality Electronic Design, 2009. p. 225-232.
24.Qiang Zhou; Li Zeng et al., Statistical detection of defect patterns using Hough transform, IEEE Transactions on Semiconductor Manufacturing, 2010. p. 370-380.
25.Shu Fan Liu; Fei Long Chen et al., Wavelet transform based wafer defect map pattern recognition system in semiconductor manufacturing, Proceedings of the International MultiConference of Engineers and Computer Scientists, 2008. Vol. 2.
指導教授 洪炯宗(Jorng-Tzong Horng) 審核日期 2012-4-30
推文 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聯絡  - 隱私權政策聲明