《電子技術(shù)應(yīng)用》
您所在的位置:首頁 > 其他 > 設(shè)計應(yīng)用 > 基于K-Means算法的SSD-Mobilenet模型優(yōu)化研究
基于K-Means算法的SSD-Mobilenet模型優(yōu)化研究
信息技術(shù)與網(wǎng)絡(luò)安全
劉津龍,賈郭軍
(山西師范大學(xué) 數(shù)學(xué)與計算機(jī)科學(xué)學(xué)院, 山西 臨汾041000)
摘要: SSD-Mobilenet目標(biāo)檢測模型是將SSD和Mobilenet進(jìn)行結(jié)合衍生出的一種輕量化模型,同時具備了兩模型各自的優(yōu)勢,即多尺度檢測和模型輕量化。在原模型中特征提取層使用了人為設(shè)置的先驗框,這樣的設(shè)置存在一定的主觀性,并不適用于對特定場景下單一類別目標(biāo)的識別與定位。為解決這一問題,本文提出了使用K-Means算法對目標(biāo)真實(shí)框的寬高比進(jìn)行聚類分析,提升模型在特定場景下對單一類別目標(biāo)的檢測能力,規(guī)避了人為設(shè)置的主觀先驗性。使用Pascal VOC 2007數(shù)據(jù)集對該模型進(jìn)行訓(xùn)練和評估,實(shí)驗結(jié)果顯示,模型的mAP值比Fast RCNN提高了4.5%,比Faster RCNN提高了1.5%,比SSD-300提高了3.4%,比YOLOv2提高了2.4%。
中圖分類號: TP391
文獻(xiàn)標(biāo)識碼: A
DOI: 10.19358/j.issn.2096-5133.2021.01.007
引用格式: 劉津龍,賈郭軍。 基于K-Means算法的SSD-Mobilenet模型優(yōu)化研究[J].信息技術(shù)與網(wǎng)絡(luò)安全,2021,40(1):37-44.
Research on SSD-Mobilenet model optimization based on K-Means algorithm
Liu Jinlong,Jia Guojun
(School of Mathematics and Computer Science,Shanxi Normal University,Linfen 041000,China)
Abstract: The SSD-Mobilenet target detection model is a lightweight model derived from the combination of SSD and Mobilenet. It also has the advantages of the two models, namely multi-scale detection and lightweight model. In the original model, the feature extraction layer uses artificially set a priori boxes. Such settings are subjective and unsuitable for the recognition and positioning of single-category targets in specific scenarios. In order to solve this problem, this paper proposes to use the K-Means algorithm to perform cluster analysis on the aspect ratio of the real frame of the target, which improves the model′s ability to detect a single category of targets in a specific scenario, and avoids the subjective apriority of artificial settings. This paper uses the Pascal VOC 2007 data set to train and evaluate the model. The experimental results show that the mAP value of the model is 4.5% higher than Fast-RCNN, 1.5% higher than Faster-RCNN, 3.4% higher than SSD-300, YOLOv2 increased by 2.4%.
Key words : object detection;K-Means;SSD-Mobilenet;anchor box;cluster

0    引言

  目標(biāo)檢測是將目標(biāo)從圖像中提取出來的計算機(jī)視覺技術(shù),是計算機(jī)視覺領(lǐng)域的重要組成部分,是一切計算機(jī)視覺任務(wù)的基礎(chǔ),具有較高的研究價值。運(yùn)動目標(biāo)檢測是從不斷變化的序列圖像中進(jìn)行目標(biāo)的識別和定位,分為靜態(tài)背景下的目標(biāo)檢測和動態(tài)背景下的目標(biāo)檢測。目前,解決目標(biāo)檢測問題的思路主要有如下兩種:一是依賴于目標(biāo)的先驗知識,提前為運(yùn)動目標(biāo)建模,然后在圖像序列中實(shí)時找到匹配的目標(biāo);二是不依賴于先驗知識,直接從圖像序列中檢測到運(yùn)動目標(biāo),并進(jìn)行類別判定。

  傳統(tǒng)的目標(biāo)檢測一般使用滑動窗口的檢測機(jī)制,主要包括以下三個步驟:第一步利用不同尺寸的滑動窗口[1]在滑動途中覆蓋的某一部分作為候選區(qū)域;第二步提取候選區(qū)域相關(guān)的視覺特征形成特征向量,例如人臉檢測常用的Harr特征[2],行人檢測和普通目標(biāo)檢測常用HOG特征[3];第三步利用提取到的特征對目標(biāo)進(jìn)行識別和定位。該類目標(biāo)檢測算法的窗口區(qū)域選擇策略沒有針對性,時間復(fù)雜度高,窗口冗余相對較多。手工設(shè)計的特征對目標(biāo)可能出現(xiàn)的多樣性變化沒有較強(qiáng)的魯棒性,比如形態(tài)變化和光照影響等。

 



本文詳細(xì)內(nèi)容請下載:http://theprogrammingfactory.com/resource/share/2000003315




作者信息:

劉津龍,賈郭軍

(山西師范大學(xué) 數(shù)學(xué)與計算機(jī)科學(xué)學(xué)院, 山西 臨汾041000)    


此內(nèi)容為AET網(wǎng)站原創(chuàng),未經(jīng)授權(quán)禁止轉(zhuǎn)載。