透過您的圖書館登入
IP:3.12.71.237
  • 學位論文

以GPU實現最鄰近特徵向量空間演算法應用於高光譜影像分類

GPU-Acceleration of Nearest Feature Space Classifier for Hyperspectral Images

指導教授 : 方志鵬 張陽郎
若您是本文的作者,可授權文章由華藝線上圖書館中協助推廣。

摘要


近年來遙測技術進步,地表資訊被高光譜儀器大量的擷取,並透過分析光譜數值特徵獲取地表物質辨識結果;物質分析的方法以圖形識別(Pattern Recognition, PR)分類演算法進行,常見的分類演算法為最鄰近分類(k-Nearest Neighbor, k-NN)演算法,主要是以測試樣本為中心,計算最鄰近的訓練樣本數量,對測試樣本進行特徵分類。然而k-NN演算法在不同類別的訓練樣本交疊情況下容易分類錯誤,所以本論文使用最鄰近特徵向量空間(Nearest Feature Space, NFS)演算法來保留測試樣本類別群聚關係,計算測試樣本至訓練樣本特徵空間的最短距離,以提升辨識效果。 由於高光譜資料量龐大,配合NFS演算法,以一般電腦運算相當耗時,因此,本論文以實現 NFS演算法平行化為主軸,透過統一計算架構(Compute Unified Device Architecture, CUDA)實現訓練樣本為基底的平行化,將不同的訓練樣本特徵空間的運算指定到各個計算核心,並分散測試樣本至對應核心同步執行,配合記憶體資料調配來減少主機與GPU資料傳輸延遲,提升NFS演算法的運算速度。

並列摘要


Recently, the information of ground surface has been recode with Hyperspectral device massively and recognition the ground material by analysis the spectral data. The k-Nearest Neighbor(k-NN) algorithm is widely used in classify, the main idea of k-NN algorithm is that find the k nearest neighbor and voting by their class ID. However, the overlapping of different training sample groups will cause false classification. For overcome this problem, we trying to use Nearest Feature Space(NFS) algorithm to keep the structure of training samples and calculate the nearest distance between test sample and the feature space of training samples. Although, NFS can get a better correctness rate of classification, it will spend a huge time when the training sample is too much. For this reason, we propose a parallelism method of NFS algorithm based on training samples, distributing different feature space to corresponding core of GPUs thought Compute Unified Device Architecture(CUDA). For reduce the transform delay between Host and Device, adapting data between different memories in GPU carefully is needed.

並列關鍵字

NFS CUDA Parallel Computing Classification

參考文獻


[13] 徐斌峰,一個維度優先權方法應用於粒子群優法在高維度影像特徵抽取,國立台北科技大學電機工程研究所,台北,2011。
[1] Richard O. Duda, Peter E. Hart and David G. Stork, Pattern Classification, 2nded.Wiley-Interscience, pp. 114-116, 119-124, 2001.
[5] Trevor Hastie, Rolbert Tibshirani, “Discriminant Adaptive Nearest Neighbor Classification,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 18, no. 6, pp.607-616, June 1996.
[6] Matthew Turk and Alex Pentland, “Eigenfaces for Recognition” , Journal of Cognitive Neuroscience, vol. 3, no. 1, pp.71-86, 1991.
[7] Matthew A. Turk, Alex P. Pentland, “Face Recognition Using Eigenfaces”, pp.586-591.

被引用紀錄


趙顯堂(2014)。以GPU實現最鄰近特徵內切圓演算法應用於高光譜影像分類〔碩士論文,國立臺北科技大學〕。華藝線上圖書館。https://doi.org/10.6841/NTUT.2014.00275
陳履洋(2013)。以GPU實現最近特徵空間演算法應用於多源遙測資料融合影像分類〔碩士論文,國立臺北科技大學〕。華藝線上圖書館。https://www.airitilibrary.com/Article/Detail?DocID=U0006-2907201314543400

延伸閱讀