基于K-Means算法的SSD-Mobilenet模型優(yōu)化研究
信息技術與網(wǎng)絡安全
劉津龍,賈郭軍
(山西師范大學 數(shù)學與計算機科學學院, 山西 臨汾041000)
摘要: SSD-Mobilenet目標檢測模型是將SSD和Mobilenet進行結合衍生出的一種輕量化模型,同時具備了兩模型各自的優(yōu)勢,即多尺度檢測和模型輕量化。在原模型中特征提取層使用了人為設置的先驗框,這樣的設置存在一定的主觀性,并不適用于對特定場景下單一類別目標的識別與定位。為解決這一問題,本文提出了使用K-Means算法對目標真實框的寬高比進行聚類分析,提升模型在特定場景下對單一類別目標的檢測能力,規(guī)避了人為設置的主觀先驗性。使用Pascal VOC 2007數(shù)據(jù)集對該模型進行訓練和評估,實驗結果顯示,模型的mAP值比Fast RCNN提高了4.5%,比Faster RCNN提高了1.5%,比SSD-300提高了3.4%,比YOLOv2提高了2.4%。
中圖分類號: TP391
文獻標識碼: A
DOI: 10.19358/j.issn.2096-5133.2021.01.007
引用格式: 劉津龍,賈郭軍。 基于K-Means算法的SSD-Mobilenet模型優(yōu)化研究[J].信息技術與網(wǎng)絡安全,2021,40(1):37-44.
文獻標識碼: A
DOI: 10.19358/j.issn.2096-5133.2021.01.007
引用格式: 劉津龍,賈郭軍。 基于K-Means算法的SSD-Mobilenet模型優(yōu)化研究[J].信息技術與網(wǎng)絡安全,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 引言
目標檢測是將目標從圖像中提取出來的計算機視覺技術,是計算機視覺領域的重要組成部分,是一切計算機視覺任務的基礎,具有較高的研究價值。運動目標檢測是從不斷變化的序列圖像中進行目標的識別和定位,分為靜態(tài)背景下的目標檢測和動態(tài)背景下的目標檢測。目前,解決目標檢測問題的思路主要有如下兩種:一是依賴于目標的先驗知識,提前為運動目標建模,然后在圖像序列中實時找到匹配的目標;二是不依賴于先驗知識,直接從圖像序列中檢測到運動目標,并進行類別判定。
傳統(tǒng)的目標檢測一般使用滑動窗口的檢測機制,主要包括以下三個步驟:第一步利用不同尺寸的滑動窗口[1]在滑動途中覆蓋的某一部分作為候選區(qū)域;第二步提取候選區(qū)域相關的視覺特征形成特征向量,例如人臉檢測常用的Harr特征[2],行人檢測和普通目標檢測常用HOG特征[3];第三步利用提取到的特征對目標進行識別和定位。該類目標檢測算法的窗口區(qū)域選擇策略沒有針對性,時間復雜度高,窗口冗余相對較多。手工設計的特征對目標可能出現(xiàn)的多樣性變化沒有較強的魯棒性,比如形態(tài)變化和光照影響等。
本文詳細內容請下載:http://ihrv.cn/resource/share/2000003315
作者信息:
劉津龍,賈郭軍
(山西師范大學 數(shù)學與計算機科學學院, 山西 臨汾041000)
此內容為AET網(wǎng)站原創(chuàng),未經(jīng)授權禁止轉載。