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

當前位置:主頁 > 科技論文 > 軟件論文 >

基于改進卷積神經(jīng)網(wǎng)絡(luò)的圖像分類研究

發(fā)布時間:2018-10-29 10:32
【摘要】:隨著多媒體技術(shù)、網(wǎng)絡(luò)技術(shù)以及存儲技術(shù)的快速發(fā)展,各個行業(yè)對圖像資料的運用越來越多,人們接觸到的數(shù)字圖像來源不斷擴大,因此如何從大規(guī)模的圖集中選取有用的圖像已經(jīng)成為當今一個亟需解決的課題。傳統(tǒng)的圖像分類方式大致包含兩個步驟:特征提取和分類算法。提取圖像特征是圖像分類識別的重要基礎(chǔ),圖像特征的表示也在某種程度上影響圖像分類的效果。在提取圖像特征之后,需要用分類算法對其進行分類。目前不斷涌現(xiàn)出新的圖像處理技術(shù)和分類方法,如深度學(xué)習(xí)。卷積神經(jīng)網(wǎng)絡(luò)(Convolutional Neural Networks,CNN)是深度學(xué)習(xí)中的新型神經(jīng)網(wǎng)絡(luò),已經(jīng)被廣泛應(yīng)用到多種圖像處理任務(wù)中。CNN在一些圖像分類任務(wù)中取得了很好的效果,但仍存在模型分類能力不強、訓(xùn)練樣本較少時準確率不高和收斂較慢等問題。針對這些問題,本文提出以下兩種改進的卷積神經(jīng)網(wǎng)絡(luò)算法模型。具體研究內(nèi)容如下:(1)提出了一種改進激活函數(shù)的卷積神經(jīng)網(wǎng)絡(luò)。主要改進是將LReLU函數(shù)和Softplus函數(shù)結(jié)合,提出新的LReLU-Softplus激活函數(shù)。LReLU函數(shù)缺乏光滑性,導(dǎo)致模型的平均性能較差;Softplus函數(shù)具有輸出偏移問題,這會影響網(wǎng)絡(luò)的收斂性。改進后的激活函數(shù)在小于0的部分繼承了 LReLU函數(shù)的優(yōu)點,解決了數(shù)值偏移和神經(jīng)元死亡問題;在大于0的部分繼承了 Softplus函數(shù)的光滑性。因此,本文提出改進的LReLU-Softplus激活函數(shù),使新的激活函數(shù)具有LReLU和Softplus的優(yōu)點,同時避免了兩者的缺點。從而提高模型的分類能力。(2)提出一種改進Fisher準則的卷積神經(jīng)網(wǎng)絡(luò)模型。主要改進是使用新的類間散布矩陣,將其定義為兩類樣本經(jīng)投影后的平方均值之差的絕對值,以此改進Fisher準則,再利用改進后的Fisher準則來改進CNN的代價函數(shù)。Fisher準則的思想是尋找一個最優(yōu)投影軸,使兩種類別的樣本在該軸的投影區(qū)間距離最大,因此能夠獲得最優(yōu)的分類效果。然而Fisher準則存在一個缺點是“秩限制”問題,它所獲得的判別信息的個數(shù)受到類別個數(shù)的限制,這影響了識別的性能。本文通過對Fisher準則的改進來緩解“秩限制”問題,并通過對CNN代價函數(shù)的修改,構(gòu)建基于改進Fisher準則的卷積神經(jīng)網(wǎng)絡(luò)模型,從而達到訓(xùn)練樣本較少時提高CNN的分類識別率和使模型快速收斂的目的。(3)本文所提的兩個方法分別在女裝商品圖像庫、Mnist手寫數(shù)字庫、ImageNet圖像庫以及Oxford flowers圖像庫上進行了實驗驗證。在實驗中,改進的LReLU-Softplus激活函數(shù)分別與Sigrmoid、Tanh、ReLU、LReLU以及Softplus函數(shù)進行驗證對比;基于改進Fisher準則的CNN算法(IFCNN)分別與CNN、SAE、FCNN算法進行驗證對比。實驗結(jié)果表明,改進后的方法是有效的和可行的。
[Abstract]:With the rapid development of multimedia technology, network technology and storage technology, more and more people are exposed to digital image sources. Therefore, how to select useful images from large-scale atlas has become an urgent task. Traditional image classification includes two steps: feature extraction and classification algorithm. Extraction of image features is an important basis of image classification and recognition, and the representation of image features also affects the effect of image classification to some extent. After extracting image features, we need to classify them with classification algorithm. At present, new image processing techniques and classification methods, such as depth learning, have been emerging. Convolutional neural network (Convolutional Neural Networks,CNN) is a new neural network in deep learning, which has been widely used in many image processing tasks. CNN has achieved good results in some image classification tasks. However, there are still some problems such as weak classification ability of models, low accuracy and slow convergence when training samples are small. In order to solve these problems, two improved convolution neural network algorithms are proposed in this paper. The main contents are as follows: (1) A convolutional neural network with improved activation function is proposed. The main improvement is to combine the LReLU function with the Softplus function and propose a new LReLU-Softplus activation function. The lack of smoothness of the LReLU function leads to poor average performance of the model and the Softplus function has the problem of output offset which will affect the convergence of the network. The improved activation function inherits the advantages of LReLU function in parts less than 0, solves the problem of numerical offset and neuron death, and inherits the smoothness of Softplus function in parts greater than 0. Therefore, an improved LReLU-Softplus activation function is proposed in this paper, which makes the new activation function have the advantages of LReLU and Softplus, while avoiding the disadvantages of both. In order to improve the classification ability of the model. (2) A convolutional neural network model with improved Fisher criterion is proposed. The main improvement is to use a new inter-class scatter matrix to define it as the absolute value of the square mean difference between two classes of samples after projection, so as to improve the Fisher criterion. Then the improved Fisher criterion is used to improve the cost function of CNN. The idea of Fisher criterion is to find an optimal projection axis, so that the distance between the two kinds of samples in the projection region of the axis is maximum, so that the optimal classification effect can be obtained. However, the Fisher criterion has a disadvantage of "rank limitation". The number of discriminant information obtained is limited by the number of categories, which affects the performance of recognition. In this paper, the "rank limitation" problem is alleviated by improving the Fisher criterion, and the convolution neural network model based on the improved Fisher criterion is constructed by modifying the CNN cost function. In order to improve the classification and recognition rate of CNN and make the model converge quickly when the training samples are small. (3) the two methods proposed in this paper are used in the women's merchandise image database, the Mnist handwritten number database, respectively. The ImageNet image library and the Oxford flowers image library are verified by experiments. In the experiment, the improved LReLU-Softplus activation function is verified and compared with the Sigrmoid,Tanh,ReLU,LReLU and Softplus functions, and the CNN algorithm (IFCNN) based on the improved Fisher criterion is compared with the CNN,SAE,FCNN algorithm. The experimental results show that the improved method is effective and feasible.
【學(xué)位授予單位】:廣西師范大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2017
【分類號】:TP391.41;TP183

【相似文獻】

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

1 楊曉帥 ,付玫;神經(jīng)網(wǎng)絡(luò)技術(shù)讓管理更輕松[J];軟件世界;2000年11期

2 云中客;新的神經(jīng)網(wǎng)絡(luò)來自于仿生學(xué)[J];物理;2001年10期

3 唐春明,高協(xié)平;進化神經(jīng)網(wǎng)絡(luò)的研究進展[J];系統(tǒng)工程與電子技術(shù);2001年10期

4 李智;一種基于神經(jīng)網(wǎng)絡(luò)的煤炭調(diào)運優(yōu)化方法[J];長沙鐵道學(xué)院學(xué)報;2003年02期

5 程科,王士同,楊靜宇;新型模糊形態(tài)神經(jīng)網(wǎng)絡(luò)及其應(yīng)用研究[J];計算機工程與應(yīng)用;2004年21期

6 王凡,孟立凡;關(guān)于使用神經(jīng)網(wǎng)絡(luò)推定操作者疲勞的研究[J];人類工效學(xué);2004年03期

7 周麗暉;從統(tǒng)計角度看神經(jīng)網(wǎng)絡(luò)[J];統(tǒng)計教育;2005年06期

8 趙奇 ,劉開第 ,龐彥軍;灰色補償神經(jīng)網(wǎng)絡(luò)及其應(yīng)用研究[J];微計算機信息;2005年14期

9 袁婷;;神經(jīng)網(wǎng)絡(luò)在股票市場預(yù)測中的應(yīng)用[J];軟件導(dǎo)刊;2006年05期

10 尚晉;楊有;;從神經(jīng)網(wǎng)絡(luò)的過去談科學(xué)發(fā)展觀[J];重慶三峽學(xué)院學(xué)報;2006年03期

相關(guān)會議論文 前10條

1 徐春玉;;基于泛集的神經(jīng)網(wǎng)絡(luò)的混沌性[A];1996中國控制與決策學(xué)術(shù)年會論文集[C];1996年

2 周樹德;王巖;孫增圻;孫富春;;量子神經(jīng)網(wǎng)絡(luò)[A];2003年中國智能自動化會議論文集(上冊)[C];2003年

3 羅山;張琳;范文新;;基于神經(jīng)網(wǎng)絡(luò)和簡單規(guī)劃的識別融合算法[A];2009系統(tǒng)仿真技術(shù)及其應(yīng)用學(xué)術(shù)會議論文集[C];2009年

4 郭愛克;馬盡文;丁康;;序言(二)[A];1999年中國神經(jīng)網(wǎng)絡(luò)與信號處理學(xué)術(shù)會議論文集[C];1999年

5 鐘義信;;知識論:神經(jīng)網(wǎng)絡(luò)的新機遇——紀念中國神經(jīng)網(wǎng)絡(luò)10周年[A];1999年中國神經(jīng)網(wǎng)絡(luò)與信號處理學(xué)術(shù)會議論文集[C];1999年

6 許進;保錚;;神經(jīng)網(wǎng)絡(luò)與圖論[A];1999年中國神經(jīng)網(wǎng)絡(luò)與信號處理學(xué)術(shù)會議論文集[C];1999年

7 金龍;朱詩武;趙成志;陳寧;;數(shù)值預(yù)報產(chǎn)品的神經(jīng)網(wǎng)絡(luò)釋用預(yù)報應(yīng)用[A];1999年中國神經(jīng)網(wǎng)絡(luò)與信號處理學(xué)術(shù)會議論文集[C];1999年

8 田金亭;;神經(jīng)網(wǎng)絡(luò)在中學(xué)生創(chuàng)造力評估中的應(yīng)用[A];第十二屆全國心理學(xué)學(xué)術(shù)大會論文摘要集[C];2009年

9 唐墨;王科俊;;自發(fā)展神經(jīng)網(wǎng)絡(luò)的混沌特性研究[A];2009年中國智能自動化會議論文集(第七分冊)[南京理工大學(xué)學(xué)報(增刊)][C];2009年

10 張廣遠;萬強;曹海源;田方濤;;基于遺傳算法優(yōu)化神經(jīng)網(wǎng)絡(luò)的故障診斷方法研究[A];第十二屆全國設(shè)備故障診斷學(xué)術(shù)會議論文集[C];2010年

相關(guān)重要報紙文章 前10條

1 美國明尼蘇達大學(xué)社會學(xué)博士 密西西比州立大學(xué)國家戰(zhàn)略規(guī)劃與分析研究中心資深助理研究員 陳心想;維護好創(chuàng)新的“神經(jīng)網(wǎng)絡(luò)硬件”[N];中國教師報;2014年

2 盧業(yè)忠;腦控電腦 驚世駭俗[N];計算機世界;2001年

3 葛一鳴 路邊文;人工神經(jīng)網(wǎng)絡(luò)將大顯身手[N];中國紡織報;2003年

4 中國科技大學(xué)計算機系 邢方亮;神經(jīng)網(wǎng)絡(luò)挑戰(zhàn)人類大腦[N];計算機世界;2003年

5 記者 孫剛;“神經(jīng)網(wǎng)絡(luò)”:打開復(fù)雜工藝“黑箱”[N];解放日報;2007年

6 本報記者 劉霞;美用DNA制造出首個人造神經(jīng)網(wǎng)絡(luò)[N];科技日報;2011年

7 健康時報特約記者  張獻懷;干細胞移植:修復(fù)受損的神經(jīng)網(wǎng)絡(luò)[N];健康時報;2006年

8 劉力;我半導(dǎo)體神經(jīng)網(wǎng)絡(luò)技術(shù)及應(yīng)用研究達國際先進水平[N];中國電子報;2001年

9 ;神經(jīng)網(wǎng)絡(luò)和模糊邏輯[N];世界金屬導(dǎo)報;2002年

10 鄒麗梅 陳耀群;江蘇科大神經(jīng)網(wǎng)絡(luò)應(yīng)用研究通過鑒定[N];中國船舶報;2006年

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

1 楊旭華;神經(jīng)網(wǎng)絡(luò)及其在控制中的應(yīng)用研究[D];浙江大學(xué);2004年

2 李素芳;基于神經(jīng)網(wǎng)絡(luò)的無線通信算法研究[D];山東大學(xué);2015年

3 石艷超;憶阻神經(jīng)網(wǎng)絡(luò)的混沌性及幾類時滯神經(jīng)網(wǎng)絡(luò)的同步研究[D];電子科技大學(xué);2014年

4 王新迎;基于隨機映射神經(jīng)網(wǎng)絡(luò)的多元時間序列預(yù)測方法研究[D];大連理工大學(xué);2015年

5 付愛民;極速學(xué)習(xí)機的訓(xùn)練殘差、穩(wěn)定性及泛化能力研究[D];中國農(nóng)業(yè)大學(xué);2015年

6 李輝;基于粒計算的神經(jīng)網(wǎng)絡(luò)及集成方法研究[D];中國礦業(yè)大學(xué);2015年

7 王衛(wèi)蘋;復(fù)雜網(wǎng)絡(luò)幾類同步控制策略研究及穩(wěn)定性分析[D];北京郵電大學(xué);2015年

8 張海軍;基于云計算的神經(jīng)網(wǎng)絡(luò)并行實現(xiàn)及其學(xué)習(xí)方法研究[D];華南理工大學(xué);2015年

9 李艷晴;風(fēng)速時間序列預(yù)測算法研究[D];北京科技大學(xué);2016年

10 陳輝;多維超精密定位系統(tǒng)建模與控制關(guān)鍵技術(shù)研究[D];東南大學(xué);2015年

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

1 章穎;混合不確定性模塊化神經(jīng)網(wǎng)絡(luò)與高校效益預(yù)測的研究[D];華南理工大學(xué);2015年

2 賈文靜;基于改進型神經(jīng)網(wǎng)絡(luò)的風(fēng)力發(fā)電系統(tǒng)預(yù)測及控制研究[D];燕山大學(xué);2015年

3 李慧芳;基于憶阻器的渦卷混沌系統(tǒng)及其電路仿真[D];西南大學(xué);2015年

4 陳彥至;神經(jīng)網(wǎng)絡(luò)降維算法研究與應(yīng)用[D];華南理工大學(xué);2015年

5 董哲康;基于憶阻器的組合電路及神經(jīng)網(wǎng)絡(luò)研究[D];西南大學(xué);2015年

6 武創(chuàng)舉;基于神經(jīng)網(wǎng)絡(luò)的遙感圖像分類研究[D];昆明理工大學(xué);2015年

7 李志杰;基于神經(jīng)網(wǎng)絡(luò)的上證指數(shù)預(yù)測研究[D];華南理工大學(xué);2015年

8 陳少吉;基于神經(jīng)網(wǎng)絡(luò)血壓預(yù)測研究與系統(tǒng)實現(xiàn)[D];華南理工大學(xué);2015年

9 張韜;幾類時滯神經(jīng)網(wǎng)絡(luò)穩(wěn)定性分析[D];渤海大學(xué);2015年

10 邵雪瑩;幾類時滯不確定神經(jīng)網(wǎng)絡(luò)的穩(wěn)定性分析[D];渤海大學(xué);2015年

,

本文編號:2297442

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

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/2297442.html


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

版權(quán)申明:資料由用戶6b953***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com