天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 管理論文 > 工程管理論文 >

基于GPU的高光譜圖像混合像元分解并行優(yōu)化研究

發(fā)布時(shí)間:2019-05-03 18:55
【摘要】:高光譜遙感由于其較高空間分辨率和光譜分辨率的特點(diǎn),被廣泛應(yīng)用于地球科學(xué)的各個(gè)領(lǐng)域。在整個(gè)高光譜圖像處理流程中,混合像元分解技術(shù)是其關(guān)鍵環(huán)節(jié)和研究熱點(diǎn)。但現(xiàn)有混合像元分解算法執(zhí)行效率低,無法滿足大數(shù)據(jù)量遙感圖像的實(shí)時(shí)處理需求,而GPU/CUDA架構(gòu)能夠?yàn)樗惴ㄌ峁┙咏?jì)算機(jī)集群的高計(jì)算能力,利用GPU高并行處理能力和高存儲(chǔ)帶寬的優(yōu)勢(shì)來提高混合像元分解算法的執(zhí)行效率是一種有效的研究思路。 針對(duì)上述科學(xué)問題,本文分析了高光譜遙感的成像機(jī)理與線性光譜混合模型,在研究并行計(jì)算發(fā)展現(xiàn)狀、GPGPU異構(gòu)編程模型和基于CUDA架構(gòu)的并行優(yōu)化模式的基礎(chǔ)上,結(jié)合GPU/CUDA架構(gòu),針對(duì)傳統(tǒng)高光譜混合像元分解和稀疏性高光譜混合像元分解進(jìn)行了并行優(yōu)化處理。 首先,分析了傳統(tǒng)高光譜端元提取算法的基本原理,結(jié)合算法中對(duì)不同像元處理的不相關(guān)性,設(shè)計(jì)了基于GPU并行計(jì)算的PPI和N-FINDR端元提取算法。將傳統(tǒng)PPI算法中的向量投影問題轉(zhuǎn)換為矩陣相乘進(jìn)行并行優(yōu)化,在保證精度的同時(shí),取得了最高百倍的加速比;同時(shí),提出了端元集并發(fā)替換方法對(duì)傳統(tǒng)N-FINDR算法進(jìn)行優(yōu)化,也取得了顯著的加速比。 其次,對(duì)基于非負(fù)矩陣分解的高光譜混合像元分解方法進(jìn)行了深入研究,針對(duì)其中代表性的約束非負(fù)矩陣分解算法,通過線程映射、存儲(chǔ)器優(yōu)化等方式設(shè)計(jì)其并行優(yōu)化方法,然后分別利用模擬和實(shí)際高光譜數(shù)據(jù)進(jìn)行實(shí)驗(yàn)測(cè)試分析,驗(yàn)證了其有效性。 最后,研究了基于GPU的稀疏性高光譜圖像混合像元分解的并行優(yōu)化方法。為了滿足算法實(shí)時(shí)性的要求,針對(duì)基于L1/2范數(shù)的非負(fù)矩陣分解高光譜混合像元分解算法(L1/2NMF)中正則化約束高復(fù)雜度的問題,采用合理的任務(wù)分配,設(shè)計(jì)CPU+GPU異構(gòu)并行計(jì)算方法,顯著提高了算法處理速度。同時(shí)針對(duì)一種新稀疏性約束的非負(fù)矩陣分解高光譜混合像元分解算法(CSNMF),利用大規(guī)模線程并行計(jì)算技術(shù),結(jié)合算法原理進(jìn)行了優(yōu)化設(shè)計(jì)與實(shí)現(xiàn),并在Telsa C2050平臺(tái)上進(jìn)行了實(shí)驗(yàn)測(cè)試,測(cè)試結(jié)果表明基于GPU的并行優(yōu)化方法能為高復(fù)雜度高精度的稀疏性高光譜圖像混合像元分解技術(shù)帶來極大的效率提升,為此類算法在實(shí)時(shí)性要求較高的遙感信息處理中應(yīng)用帶來可能。
[Abstract]:Hyperspectral remote sensing is widely used in various fields of earth science because of its high spatial resolution and spectral resolution. In the whole process of hyperspectral image processing, hybrid pixel decomposition is the key link and research focus. However, the existing hybrid pixel decomposition algorithms are inefficient and can not meet the real-time processing requirements of large amounts of remote sensing images. However, GPU/CUDA architecture can provide the algorithm with high computing power close to the cluster of computers. It is an effective research idea to improve the execution efficiency of hybrid pixel decomposition algorithm by using the advantages of high parallel processing ability and high memory bandwidth of GPU. In this paper, the imaging mechanism and linear spectral hybrid model of hyperspectral remote sensing are analyzed. On the basis of studying the development of parallel computing, GPGPU heterogeneous programming model and parallel optimization model based on CUDA architecture, this paper analyzes the imaging mechanism and linear spectral hybrid model of hyperspectral remote sensing. Combined with GPU/CUDA architecture, parallel optimization is carried out for traditional hyperspectral mixed pixel decomposition and sparse hyperspectral mixed pixel decomposition. Firstly, the basic principle of the traditional hyperspectral end element extraction algorithm is analyzed. Combined with the irrelevance of different pixel processing in the algorithm, the PPI and N-FINDR end element extraction algorithms based on GPU parallel computation are designed. The vector projection problem in the traditional PPI algorithm is transformed into matrix multiplication for parallel optimization. The precision is guaranteed and the acceleration ratio is up to 100 times. At the same time, an end-set concurrent replacement method is proposed to optimize the traditional N-FINDR algorithm, and a remarkable acceleration ratio is also obtained. Secondly, the hyperspectral mixed pixel decomposition method based on non-negative matrix decomposition is deeply studied. Aiming at the representative constrained non-negative matrix decomposition algorithm, the parallel optimization method is designed by thread mapping and memory optimization. Then the simulation and actual hyperspectral data are used to test and analyze the experimental results, and the validity of the proposed method is verified. Finally, the parallel optimization method of sparse hyperspectral image hybrid pixel decomposition based on GPU is studied. In order to meet the real-time requirements of the algorithm, a reasonable task allocation method is adopted to solve the problem of high complexity of regularization constraints in the non-negative matrix decomposition hyperspectral mixed pixel decomposition (L1/2NMF) algorithm based on L _ 1 ~ (2) ~ (2) norm. The CPU GPU heterogeneous parallel computing method is designed to improve the processing speed of the algorithm. At the same time, a new non-negative matrix decomposition hyperspectral mixed pixel decomposition algorithm (CSNMF),) with sparsity constraints is designed and implemented by using the massively threading parallel computing technology and combining with the algorithm principle. The experimental results on the Telsa C2050 platform show that the parallel optimization method based on GPU can greatly improve the efficiency of the high complexity and high precision hybrid pixel decomposition technique for sparse hyperspectral images, and the experimental results show that the parallel optimization method based on GPU can greatly improve the efficiency of the hybrid pixel decomposition technique for sparse and sparse hyperspectral images. It is possible for this algorithm to be used in remote sensing information processing with high real-time requirements.
【學(xué)位授予單位】:南京理工大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:TP751

【參考文獻(xiàn)】

相關(guān)期刊論文 前10條

1 陶欣;范聞捷;徐希孺;;高光譜數(shù)據(jù)組分信息的盲分解方法[J];北京大學(xué)學(xué)報(bào)(自然科學(xué)版)網(wǎng)絡(luò)版(預(yù)印本);2008年01期

2 陳偉;余旭初;劉偉;楊國(guó)鵬;;一種非監(jiān)督快速端元提取方法[J];測(cè)繪科學(xué);2009年05期

3 王立國(guó);張晶;;基于線性光譜混合模型的光譜解混改進(jìn)模型[J];光電子.激光;2010年08期

4 劉建軍;吳澤彬;韋志輝;肖亮;孫樂;;基于約束非負(fù)矩陣分解的高光譜圖像解混快速算法[J];電子學(xué)報(bào);2013年03期

5 李二森;張振華;趙國(guó)青;宋麗華;;改進(jìn)的MVC-NMF算法在高光譜圖像解混中的應(yīng)用[J];海洋測(cè)繪;2010年05期

6 翟艷堂;涂強(qiáng);郎顯宇;陸忠華;遲學(xué)斌;;基于CUDA的蛋白質(zhì)翻譯后修飾鑒定MS-Alignment算法加速研究[J];計(jì)算機(jī)應(yīng)用研究;2010年09期

7 陳國(guó)良;孫廣中;徐云;龍柏;;并行計(jì)算的一體化研究現(xiàn)狀與發(fā)展趨勢(shì)[J];科學(xué)通報(bào);2009年08期

8 劉赫男,羅霄,高曉東;并行計(jì)算的現(xiàn)狀與發(fā)展[J];煤;2001年01期

9 普晗曄;王斌;張立明;;基于Cayley-Menger行列式的高光譜遙感圖像端元提取方法[J];紅外與毫米波學(xué)報(bào);2012年03期

10 賈森;錢l勌,

本文編號(hào):2469183


資料下載
論文發(fā)表

本文鏈接:http://www.sikaile.net/guanlilunwen/gongchengguanli/2469183.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶5403d***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com