a国产,中文字幕久久波多野结衣AV,欧美粗大猛烈老熟妇,女人av天堂

當(dāng)前位置:主頁 > 碩博論文 > 信息類博士論文 >

圖像特征表示的學(xué)習(xí)算法研究

發(fā)布時(shí)間:2018-08-14 16:32
【摘要】:在眾多計(jì)算機(jī)視覺任務(wù)中,本質(zhì)的難題之一是生成具有良好判別性的圖像表示,即高性能的圖像特征。由于圖像特征不僅應(yīng)對(duì)類內(nèi)變化有足夠的魯棒性,而且應(yīng)對(duì)類間變化有足夠的判別性,因此設(shè)計(jì)優(yōu)秀的圖像特征是一項(xiàng)極具挑戰(zhàn)性的工作。圖像特征總體分為圖像塊層次特征和圖像層次的特征(即局部特征和全局特征),前者用于描述一個(gè)圖像塊,后者用于描述一幅完整的圖像。本文研究圖像特征表示的學(xué)習(xí)方法,并分別提出了生成圖像塊特征和生成圖像特征的新算法,用于提高場(chǎng)景/對(duì)象識(shí)別的性能。現(xiàn)將主要研究成果總結(jié)如下:(1)首先,本文提出了一種新的圖像層特征表示,并用于圖像分類。傳統(tǒng)的詞包(Bag-of-Words)模型完全丟棄了特征的空間分布信息,喪失了一定的判別能力。為此,我們提出了空間相關(guān)圖(Spatial Correlogram)特征表示法,它通過捕獲視覺詞對(duì)在空間范圍內(nèi)共同出現(xiàn)的頻率,描述了局部特征的空間分布信息,從而提高了圖像識(shí)別的判別能力。然而該方法仍缺少對(duì)圖像特征整體空間結(jié)構(gòu)的描述,為了進(jìn)一步提高該特征的區(qū)分度,我們又將相關(guān)圖特征與空間金字塔模型結(jié)合,生成一種混合特征。在場(chǎng)景/對(duì)象數(shù)據(jù)庫上的詳細(xì)實(shí)驗(yàn)對(duì)比表明,本文提出的相關(guān)圖特征和混合特征能取得相對(duì)于傳統(tǒng)的詞包模型更高的圖像分類準(zhǔn)確率。(2)其次,本文提出了一種新的圖像塊特征表示——高效的核描述子(Efficient Kernel Descriptor, EKD)。圖像塊特征的設(shè)計(jì)同樣屬于計(jì)算機(jī)視覺領(lǐng)域內(nèi)的基本研究?jī)?nèi)容,優(yōu)秀的圖像塊特征表示能夠有效地提高圖像分類、對(duì)象識(shí)別等相關(guān)算法的性能,但人為設(shè)計(jì)圖像塊特征間的差異往往不能足夠理想地反映圖像塊間的相似性。核描述子(Kernel Descriptor, KD)方法提供了一種新的方式生成圖像塊特征,在圖像塊間匹配核函數(shù)基礎(chǔ)上應(yīng)用核主成分分析(Kernel Principal Component Analysis,KPCA)方法進(jìn)行特征表示且在圖像分類應(yīng)用上獲得不錯(cuò)的性能。然而,該方法需要利用所有聯(lián)合基向量去生成核描述子特征,導(dǎo)致算法時(shí)間復(fù)雜度較高。為此,我們?cè)O(shè)計(jì)了高效的核描述子算法。算法建立在不完整Cholesky分解基礎(chǔ)上自動(dòng)選擇少量的標(biāo)志性(Pivot)聯(lián)合基向量以提高算法效率,實(shí)驗(yàn)結(jié)果表明高效的核描述子(EKD)在圖像/場(chǎng)景分類應(yīng)用中相對(duì)原始核描述子(KD)獲得了更加優(yōu)秀的性能。(3)再次,在構(gòu)建高效的核描述子(EKD)思路基礎(chǔ)上,我們又提出了一種新的圖像層特征表示——高效的層次化核描述子(Efficient Hierarchical Kernel Descriptor, EHKD)。原始核描述子(KD)特征只能用于描述圖像塊,因此Bo等在核描述子(KD)算法框架上提出了層次化核描述子(Hierarchical Kernel Descriptor, HI KD)用于描述整幅圖像。但由于層次化核描述子(HKD)構(gòu)造過程與核描述子(KD)構(gòu)造過程類似,所以生成層次化核描述子(HKD)算法也會(huì)遇到生成核描述子(KD)算法中的計(jì)算效率問題。為了克服這個(gè)問題,我們?cè)O(shè)計(jì)了高效的層次化核描述子算法。該算法同樣依賴不完整Cholesky分解,采用逐層遞歸方式調(diào)用計(jì)算高效核描述子(EKD)過程形成圖像層次的特征表示。實(shí)驗(yàn)結(jié)果表明,高效的層次化核描述子(EHKD)相對(duì)于層次化核描述子(HKD)具有計(jì)算效率以及特征表示能力上的優(yōu)勢(shì)。(4)最后,本文提出了一種監(jiān)督方式下的圖像塊特征表示——基于監(jiān)督學(xué)習(xí)的高效核描述子(Supervised Efficient Kernel Descriptor, SEKD)。之前提到的無論是核描述子(KD)方法還是高效的核描述子(EKD)方法,都屬于無監(jiān)督學(xué)習(xí)的范疇,它們通過圖像塊間的相似度來設(shè)計(jì)圖像塊層次的特征,并且展示出了相對(duì)于手工設(shè)計(jì)的圖像塊特征在對(duì)象識(shí)別等領(lǐng)域更加優(yōu)秀的性能。這兩種方法都是從核的角度給出了梯度朝向直方圖的解釋,利用像素點(diǎn)的信息“長(zhǎng)出”圖像塊層次特征。但這種方式最大的缺陷就是圖像塊間計(jì)算相似度時(shí)并沒有考慮圖像塊本身的類標(biāo)信息,因此設(shè)計(jì)一種監(jiān)督模式下融入圖像類標(biāo)信息的特征學(xué)習(xí)方法是非常必要的。為此,我們提出了基于監(jiān)督學(xué)習(xí)的高效核描述子算法,該算法以融合圖像類標(biāo)的不完整Cholesky分解算法為基礎(chǔ)。實(shí)驗(yàn)結(jié)果表明,基于監(jiān)督學(xué)習(xí)的高效核描述子(SEKD)相對(duì)于無監(jiān)督方式下學(xué)習(xí)得到的特征具有表示維度更短,判別能力更強(qiáng)的優(yōu)勢(shì)。
[Abstract]:In many computer vision tasks, one of the intrinsic difficulties is to generate well-discriminatory image representation, i.e. high-performance image features. Since image features are robust enough to deal with intra-class variations and discriminant enough to deal with inter-class variations, designing excellent image features is a challenging task. Image features are generally divided into image block hierarchical features and image level features (i.e. local features and global features), the former is used to describe an image block and the latter is used to describe a complete image. The main research results are summarized as follows: (1) Firstly, a new image layer feature representation is proposed for image classification. The traditional Bag-of-Words model completely discards the spatial distribution information of features and loses some discriminant power. Spatial Correlogram (SCR) is a feature representation method, which describes the spatial distribution of local features by capturing the frequency of common occurrence of visual word pairs in the spatial range, thus improving the discriminant ability of image recognition. In addition, we combine the correlation graph features with the spatial pyramid model to generate a hybrid feature. Detailed experiments on the scene/object database show that the proposed correlation graph features and hybrid features can achieve higher image classification accuracy than the traditional word packet model. (2) Secondly, this paper proposes a new image classification method. Efficient Kernel Descriptor (EKD) is a new feature representation of image blocks. The design of image block features also belongs to the basic research content in the field of computer vision. Excellent image block feature representation can effectively improve the performance of image classification, object recognition and other related algorithms, but artificially designed images. Kernel Descriptor (KD) method provides a new way to generate image block features. Kernel Principal Component Analysis (KPCA) method is applied to feature representation based on matching kernel functions between image blocks. However, this method needs all joint basis vectors to generate kernel descriptor features, which results in high time complexity. Therefore, we design an efficient kernel descriptor algorithm. The algorithm is based on the incomplete Cholesky decomposition and automatically selects a small number of Pivot associations. The experimental results show that the efficient kernel descriptor (EKD) achieves better performance than the original kernel descriptor (KD) in image / scene classification applications. (3) Thirdly, on the basis of constructing an efficient kernel descriptor (EKD), we propose a new image layer feature representation, which is efficient. Efficient Hierarchical Kernel Descriptor (EHKD). Primitive Kernel Descriptor (KD) features can only be used to describe image blocks, so Bo et al. proposed Hierarchical Kernel Descriptor (HI KD) to describe the whole image in the framework of kernel descriptor (KD) algorithm. The construction process is similar to that of the kernel descriptor (KD), so the generation hierarchical kernel descriptor (HKD) algorithm will also encounter the computational efficiency problem in the generation kernel descriptor (KD) algorithm. To overcome this problem, we design an efficient hierarchical kernel descriptor algorithm. The experimental results show that the efficient hierarchical kernel descriptor (EHKD) has advantages over the hierarchical kernel descriptor (HKD) in computational efficiency and feature representation ability. (4) Finally, a supervised image block feature representation is proposed. Supervised Efficient Kernel Descriptor (SEKD). The previously mentioned kernel descriptor (KD) methods and efficient kernel descriptor (EKD) methods belong to the category of unsupervised learning. They design block-level features through similarity between image blocks and display them. Compared with the hand-designed image block features, these two methods give the interpretation of gradient-oriented histogram from the point of view of kernel, and use the information of pixels to "grow" the image block hierarchical features. Considering the label information of the image block itself, it is necessary to design a feature learning method which integrates the label information of the image in supervised mode. For this reason, we propose an efficient kernel descriptor algorithm based on supervised learning. The algorithm is based on the incomplete Cholesky decomposition algorithm which integrates the label information of the image class. Supervised Learning Efficient Kernel Descriptor (SEKD) has the advantage of shorter representation dimension and stronger discriminant ability than unsupervised learning.
【學(xué)位授予單位】:北京交通大學(xué)
【學(xué)位級(jí)別】:博士
【學(xué)位授予年份】:2016
【分類號(hào)】:TP391.41

【相似文獻(xiàn)】

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

1 陳芳;一種基于錯(cuò)切原理的圖像旋轉(zhuǎn)方法[J];淮陰師范學(xué)院學(xué)報(bào)(自然科學(xué)版);2004年04期

2 李少芳;陳德禮;;數(shù)字圖像旋轉(zhuǎn)實(shí)現(xiàn)的探討[J];計(jì)算機(jī)與現(xiàn)代化;2007年09期

3 李峰;;交互式、可控制圖像旋轉(zhuǎn)[J];電腦編程技巧與維護(hù);2008年09期

4 趙琰;魏為民;;用于圖像認(rèn)證和竄改檢測(cè)的穩(wěn)健圖像摘要[J];計(jì)算機(jī)應(yīng)用研究;2011年05期

5 王濱海;許正飛;陳西廣;張海龍;邵瑞雪;;圖像旋轉(zhuǎn)算法的分析與對(duì)比[J];光學(xué)與光電技術(shù);2011年02期

6 陶德元,李舒平,周激流;消除圖像旋轉(zhuǎn)失真的方法[J];數(shù)據(jù)采集與處理;1991年04期

7 李偉青;圖像旋轉(zhuǎn)的快速顯示技術(shù)[J];計(jì)算機(jī)應(yīng)用研究;1994年03期

8 沈定剛,,戚飛虎;任意圖像的主方向定位[J];上海交通大學(xué)學(xué)報(bào);1995年04期

9 曹建;變換圖像及與其它圖像程序的結(jié)合使用技術(shù)[J];軟件世界;1996年06期

10 丁宏慶;數(shù)字圖像旋轉(zhuǎn)的硬件實(shí)現(xiàn)[J];電子技術(shù);1998年12期

相關(guān)會(huì)議論文 前4條

1 魯傳運(yùn);黃言平;季托;;圖像旋轉(zhuǎn)不變特征特性研究[A];第九屆全國光電技術(shù)學(xué)術(shù)交流會(huì)論文集(下冊(cè))[C];2010年

2 唐振軍;王朔中;魏為民;張新鵬;;利用分塊相似系數(shù)構(gòu)造感知圖像Hash[A];第八屆全國信息隱藏與多媒體安全學(xué)術(shù)大會(huì)湖南省計(jì)算機(jī)學(xué)會(huì)第十一屆學(xué)術(shù)年會(huì)論文集[C];2009年

3 王彥錕;劉方;;一種快速穩(wěn)健的圖像旋轉(zhuǎn)角度估計(jì)算法[A];計(jì)算機(jī)技術(shù)與應(yīng)用進(jìn)展·2007——全國第18屆計(jì)算機(jī)技術(shù)與應(yīng)用(CACIS)學(xué)術(shù)會(huì)議論文集[C];2007年

4 王炳健;樓紅斌;盧剛;劉上乾;;多模光電圖像配準(zhǔn)算法性能評(píng)估[A];2011西部光子學(xué)學(xué)術(shù)會(huì)議論文摘要集[C];2011年

相關(guān)重要報(bào)紙文章 前3條

1 奇妙天堂;PowerPoint XP玩轉(zhuǎn)圖象輕松做[N];中國電腦教育報(bào);2003年

2 曉峰;EPC圖像轉(zhuǎn)換專家:批量轉(zhuǎn)換的得力助手[N];中國攝影報(bào);2005年

3 小鴨;掃描一點(diǎn)通[N];電腦報(bào);2001年

相關(guān)博士學(xué)位論文 前4條

1 謝博捚;圖像特征表示的學(xué)習(xí)算法研究[D];北京交通大學(xué);2016年

2 林春雨;圖像/視頻的多描述編碼及傳輸[D];北京交通大學(xué);2010年

3 高光勇;基于混沌和圖像矩的魯棒零水印技術(shù)研究[D];南京郵電大學(xué);2012年

4 李長(zhǎng)松;空間太陽望遠(yuǎn)鏡穩(wěn)像系統(tǒng)中圖像相關(guān)器的研究[D];中國科學(xué)院研究生院(國家天文臺(tái));2008年

相關(guān)碩士學(xué)位論文 前10條

1 劉霞;基于尺度不變與視覺顯著特征的圖像感知哈希技術(shù)研究[D];西南大學(xué);2015年

2 史力如;圖像與思維及重疊圖像式繪畫的探索[D];天津美術(shù)學(xué)院;2015年

3 王開芳;照片/素描及跨年齡階段異質(zhì)人臉的識(shí)別研究[D];山東大學(xué);2015年

4 董愛萍;小尺度圖像旋轉(zhuǎn)失真分析與矯正方法研究[D];大連海事大學(xué);2015年

5 袁征帆;基于安卓的火車客票管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];南京大學(xué);2014年

6 黃韻;基于詞袋模型和詞匯樹的圖像檢索技術(shù)研究[D];西安電子科技大學(xué);2014年

7 王東旭;基于快速檢索的圖像溯源軟件平臺(tái)[D];西安電子科技大學(xué);2014年

8 孫潔;基于隱支持向量機(jī)模型的個(gè)性化圖像推薦和檢索[D];北京交通大學(xué);2014年

9 宋寶林;基于圖像特征的圖像哈希算法及實(shí)現(xiàn)[D];山東師范大學(xué);2014年

10 石晟;普通光照下葉片圖像特征信息抽取[D];北京林業(yè)大學(xué);2014年



本文編號(hào):2183454

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

本文鏈接:http://www.wukwdryxk.cn/shoufeilunwen/xxkjbs/2183454.html


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

版權(quán)申明:資料由用戶a88d1***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com
无码精品视频一区二区三区| 国产A级三级三级三级| 16videosex性欧美69| 饥渴老熟妇乱子伦视频| 久久婷婷五月综合97色直播| 337P日本大胆欧美裸体艺术| 欧美a一级| 国产精品久久久久乳精品爆| 亚洲精品亚洲人成在线| 小蜜桃3| 嗯啊h视频| 毛片毛片毛片毛片毛片毛片| 夜夜操夜夜| 日本加勒比在线观看| 韩国女同性做爰三级| 丰满少妇高潮惨叫久久久| 久久久久久久综合综合狠狠| 亚洲AV无码专区在线观看下载 | 美女高潮黄又色高清视频免费| 波多野结衣乳巨码无在线| 中文av网| 碰超在线| 午夜精品久久久久久久91蜜桃| 无码人妻一区二区三区兔费| 无码AⅤ精品一区二区三区浪潮| 亚洲欧洲无码AV电影在线观看| 久久久久人妻一区二区三区VR| 素人阁久久久久精品人妻| 国产精品久久久久久麻豆一区| 久久精品国产亚洲欧美| 国产精品成人一区无码| 日本日本乱码伦视频在线观看 | 97久久超碰| 久久精品免费| 蜜桃av| 亚洲一道本| 亚洲女人被黑人巨大猛进| 夫妻开放交友网站| 精品淑女少妇av久久免费| 99免费A级毛片18禁网站免费| 亚洲图区|