博碩士論文 106525003 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:93 、訪客IP:3.149.249.68
姓名 林宛諭(Wan-Yu Lin)  查詢紙本館藏   畢業系所 軟體工程研究所
論文名稱 應用卷積神經網路進行雷達自動目標識別
(Applying Convolutional Neural Network to Automatic Recognition of Radar Targets)
相關論文
★ 使用視位與語音生物特徵作即時線上身分辨識★ 以影像為基礎之SMD包裝料帶對位系統
★ 手持式行動裝置內容偽變造偵測暨刪除內容資料復原的研究★ 基於SIFT演算法進行車牌認證
★ 基於動態線性決策函數之區域圖樣特徵於人臉辨識應用★ 基於GPU的SAR資料庫模擬器:SAR回波訊號與影像資料庫平行化架構 (PASSED)
★ 利用掌紋作個人身份之確認★ 利用色彩統計與鏡頭運鏡方式作視訊索引
★ 利用欄位群聚特徵和四個方向相鄰樹作表格文件分類★ 筆劃特徵用於離線中文字的辨認
★ 利用可調式區塊比對並結合多圖像資訊之影像運動向量估測★ 彩色影像分析及其應用於色彩量化影像搜尋及人臉偵測
★ 中英文名片商標的擷取及辨識★ 利用虛筆資訊特徵作中文簽名確認
★ 基於三角幾何學及顏色特徵作人臉偵測、人臉角度分類與人臉辨識★ 一個以膚色為基礎之互補人臉偵測策略
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2024-7-25以後開放)
摘要(中) 隨著雷達設備及訊號接收器的發展,微波信號在各種目標物的識別應用越來越廣泛,例如在海上環境中,對於船艦的識別有著諸多用途,包括:海岸警戒控制、海上救護、航道管理和軍事作戰。一般而言,在使用微波信號描述船艦的特徵方面,多使用衛星圖、紅外線圖、光學圖、合成孔徑雷達(Synthetic Aperture Radar, SAR)圖及逆合成孔徑雷達(Inverse Synthetic Aperture Radar, ISAR)圖作為辨識的輸入數據。相較於前敘的影像類型,高解析度距離輪廓圖(High Resolution Range Profile, HRRP)更能夠凸顯目標物的幾何特徵,所以不同於使用模擬數據的研究,本論文使用真實高解析度距離輪廓圖做為船艦辨識的輸入數據,並以卷積神經網路作為辨識的核心模型。
除了原始資料之高解析度距離輪廓圖,也使用二維灰階圖,另外由於高解析度距離輪廓圖在視覺上可以大致看出各分類間之區別,因此提出具視覺特性之二值圖,並使用經常應用於圖像識別之卷積神經網路進行分類,所以本論文除了使用一維卷積神經網路應用於辨識高解析度距離輪廓圖,並使用灰階圖以及二值圖做為二維卷積神經網路的輸入,針對訓練好的卷積神經網路模型進行測試,並計算單次預測單筆資料及多筆資料各自所需要的時間。實驗結果證明,卷積神經網路在雷達信號辨識上是可行的,能有效地減輕對雜波及目標方位面的敏感性,並能提升微波信號目標辨識能力,達到成功分類目標的目的,且在所有實驗中,測試集準確率皆可高達97%以上。
摘要(英) With the progress of radar devices and signal receiver, radio frequency has been used widely for target recognition applications such as military and civilian ship identification for coastal warnings, sea rescue, navigation management and naval warfare. Generally, satellite imagery, infrared image, optical image, Synthetic aperture radar (SAR) and Inverse synthetic aperture radar (ISAR) are usually used to extract signal features. Alternatively, the high-resolution range profile emphasizes the geometric feature of the target, and it is considered a one-dimensional signature of an object, in this paper, the real high-resolution range profiles are used as input data. Furthermore, Convolution Neural Network (CNN) model is adopted as the primary method for ship recognition.
Besides the original input one-dimensional high-resolution range profiles, two-dimensional Grayscale images are also used in this paper. Additionally, the high-resolution range profile can be roughly recognized by eyes. Hence, the high-resolution range profiles are also converted into a histogram in order to enhance the contrast of different signal and fed to the established CNN for classification as well. Experimental results exhibit that the CNN model achieves high performance in radar recognition. Furthermore, the CNN model can effectively reduce noise and aspect sensitivity of high-resolution range profiles, and also improves the ability of radio frequency recognition to achieve the goal of classification successfully. In all the experiments, accuracy for test case can reach more than 97%.
關鍵字(中) ★ 人工智慧
★ 卷積神經網路
★ 深度學習
★ 高解析度距離輪廓圖
關鍵字(英) ★ Artificial Intelligence
★ Convolution Neural Network
★ Deep Learning
★ HRRP
論文目次 摘要 i
Abstract ii
目錄 iii
表目錄 v
圖目錄 vi
第一章 緒論 1
1-1 研究背景與動機 1
1-2 研究目的 2
1-3 論文架構 2
第二章 相關文獻探討 3
2-1 高解析度距離輪廓圖 3
2-2 卷積神經網路 8
2-2-1 激活函數 10
2-2-2 損失函數 12
2-2-3 優化器 13
第三章 研究方法 15
3-1 系統架構 15
3-2 資料集 16
3-3 資料標籤 17
3-4 前處理-一維資料轉為圖像資料 19
3-4-1 高解析度距離輪廓圖-灰階圖 19
3-4-2 高解析度距離輪廓圖-二值圖 20
3-5 基礎網路架構 21
3-5-1 架構一(2C2F) 22
3-5-2 架構二(2C3F) 23
3-5-3 架構三(3C2F) 24
3-5-4 架構四(3C3F) 25
第四章 實驗結果與討論 26
4-1 實驗設備 26
4-2 實驗說明 27
4-3 架構參數量比較 29
4-4 資料結果分析 30
4-4-1 全部樣本隨機分配(7:3) 31
4-4-2 全部樣本隨機分配(5:5) 34
4-4-3 每一船艦種類隨機分配(7:3) 37
4-4-4 所有種類船艦訓練樣本數相同 40
4-4-5 神經網路架構與資料型態之準確率影響 44
4-4-6 神經網路模型測試時間比較 46
第五章 結論與未來工作 48
參考文獻 50
參考文獻 [1] P. Tait, Introduction to radar target recognition, 2005.
[2] Patricia López-Rodríguez , Raúl Fernández-Recio, Ignacio Bravo, Alfredo Gardel, José L. Lázaro and Elena Rufo, "Computational Burden Resulting from Image Recognition of High Resolution Radar Sensors," Sensors, 2013.
[3] H.-J. Li and S.-H. Yang, "Using range profiles as feature vectors to identify aerospace objects," IEEE Transactions on Antennas and Propagation, vol. 41, no. 3, pp. 261-268, 1993.
[4] Y. Wang, Y. Jiang, Y.-H. Wang, Y. Li and J. Xu, "Scattering center estimation of HRRP via atomic norm minimization," IEEE Radar Conference, pp. 135-139, 2017.
[5] D. Zhou, X. Shen, and W. Yang, "Radar target recognition based on fuzzy optimal transformation using high-resolution range profile," Pattern Recognition Letters, vol. 34, no. 3, pp. 256-264, 2013.
[6] J. Liu, N. Fang, Y.-J. Xie, and B.-F. Wang, "Multi-scale feature-based fuzzy-support vector machine classification using radar range profiles," IET Radar Sonar Navig, vol. 10, pp. 370-378, 2016.
[7] D. Zhou, "Radar target HRRP recognition based on reconstructive and discriminative dictionary learning," Signal Prodess, vol. 126, pp. 52-64, 2016.
[8] L. Du, H. He, L. Zhao and P.-H. Wang, "Noise robust radar HRRP targets recognition based on scatterer matching algorithm," IEEE Sensors Journal, vol. 16, pp.1743-1753, 2016.
[9] A. Zyweck and R. E. Bogner, "Radar target classification of commercial aircraft," IEEE Transactions on Aerospace and Electronic Systems, vol. 32, no. 2, pp. 598-606, 1996.
[10] J. Lundén and V. Koivunen, "Deep learning for HRRP-based target recognition in multistatic radar systems," IEEE Radar Conference, pp. 1-6, 2016.
[11] B. Pei and Z. Bao, "Multi-aspect radar target recognition method based on scattering centers and HMMs classifiers," IEEE Transactions on Aerospace and Electronic Systems, vol. 41, pp. 1067–1074, 2005.
[12] B. Feng, B. Chen, and H. Liu, "Radar HRRP target recognition with deep networks," Pattern Recognition, vol. 61, pp. 379-393, 2017.
[13] Jianbin Lu, Zemin Xi, Xianghui Yuan, Guishui Yu, Mingmin Zhang, "Ship target recognition using high resolution range profiles based on FMT and SVM," IEEE CIE International Conference on Radar, 2011.
[14] Lu Jianbin, Tian Shusen, Xi Zemin, "Frame segmentation and recognition algorithm for ship′s HRRPs based on hypothesis testing," CIE International Conference on Radar (RADAR), 2016.
[15] Osman Karabayır, Okan Mert Yücedağ, Mehmet Zahid Kartal, Hüseyin Avni Serim, "Convolutional neural networks-based ship target recognition using high resolution range profiles," International Radar Symposium, 2017.
[16] Jinwei Wan, BoChen, BinXu, HongweiLiu, Lin Jin, "Convolutional neural networks for radarHRRP target recognition and rejection," EURASIP Journal on Advances in Signal Processing, 2019.
[17] S. Team, "Convolutional Neural Networks (CNN): Step 4 - Full Connection,. Available: https://www.superdatascience.com/blogs/convolutional-neural-networks-cnn-step-4-full-connection.
[18] Gupta, Dishashree, "Fundamentals of Deep Learning – Activation Functions and When to Use Them?," Available: https://www.analyticsvidhya.com/blog/2017/10/fundamentals-deep-learning-activation-functions-when-to-use-them/.
[19] SHARMA, SAGAR, "Activation Functions in Neural Networks," Available: https://towardsdatascience.com/activation-functions-neural-networks-1cbd9f8d91d6.
[20] Chablani, Manish, "Deep learning concepts — PART 1," 7 Jun. 2017. Available: https://towardsdatascience.com/deep-learning-concepts-part-1-ea0b14b234c8.
[21] R. Parmar, "Common Loss functions in machine learning," 2 Sep. 2018. Available: https://towardsdatascience.com/common-loss-functions-in-machine-learning-46af0ffc 4d23?gi=e01c5fac5684.
[22] T. Huang, "機器/深度學習: 基礎介紹-損失函數(loss function)," 27 Sep. 2018. Available: https://medium.com/@chih.sheng.huang821/%E6%A9%9F%E5%99%A8-%E6%B7%B1%E5%BA%A6%E5%AD%B8%E7%BF%92-%E5%9F%BA%E7%A4%8E%E4%BB%8B%E7%B4%B9-%E6%90%8D%E5%A4%B1%E5%87%BD%E 6%95%B8-loss-function-2dcac5ebb6cb.
[23] Diederik P. Kingma and Jimmy Ba, "Adam: A Method for Stochastic Optimization," International Conference for Learning Representations, 2015.
[24] "[機器學習ML NOTE]SGD, Momentum, AdaGrad, Adam Optimizer," 4 Aug. 2018. Available: https://medium.com/%E9%9B%9E%E9%9B%9E%E8%88%87%E5%85%94%E5%85%94%E7%9A%84%E5%B7%A5%E7%A8%8B%E4%B8%96%E7%95%8C/%E6%A9%9F%E5%99%A8%E5%AD%B8%E7%BF%92ml-note-sgd-momentum-adagrad-adam-optimizer-f20568c968db.
指導教授 范國清(Kuo-Chin Fan) 審核日期 2019-7-24
推文 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聯絡  - 隱私權政策聲明