CN105718912A - Vehicle characteristic object detection method based on deep learning - Google Patents

Vehicle characteristic object detection method based on deep learning Download PDF

Info

Publication number
CN105718912A
CN105718912A CN201610052980.9A CN201610052980A CN105718912A CN 105718912 A CN105718912 A CN 105718912A CN 201610052980 A CN201610052980 A CN 201610052980A CN 105718912 A CN105718912 A CN 105718912A
Authority
CN
China
Prior art keywords
vehicle
vehicle window
obtains
similarity
region
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610052980.9A
Other languages
Chinese (zh)
Other versions
CN105718912B (en
Inventor
尚凌辉
高勇
刘小扬
丁连涛
李军伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZHEJIANG ICARE VISION TECHNOLOGY Co Ltd
Original Assignee
ZHEJIANG ICARE VISION TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZHEJIANG ICARE VISION TECHNOLOGY Co Ltd filed Critical ZHEJIANG ICARE VISION TECHNOLOGY Co Ltd
Priority to CN201610052980.9A priority Critical patent/CN105718912B/en
Publication of CN105718912A publication Critical patent/CN105718912A/en
Application granted granted Critical
Publication of CN105718912B publication Critical patent/CN105718912B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/59Context or environment of the image inside of a vehicle, e.g. relating to seat occupancy, driver state or inner lighting conditions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • General Engineering & Computer Science (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)

Abstract

The invention relates to a vehicle characteristic object detection method based on deep learning. All objects which need detecting in a vehicle window are marked, and a CNN (Convolutional Neural Network) structure is designed; a vehicle face is located roughly in a statistical machine learning method, and four points of the vehicle window are positioned to position the vehicle window; a suggestion frame which may be the suggestion frame of a target object is obtained in a selective search and edgebox combined suggestion frame extraction method; to-be-classified areas under different scales are obtained by carrying out multi-dimension zooming on the basis of the suggestion frame, and a multi-classification model is used for classification; prior information of each object itself is used to remove false detection; and the classes and coordinates of different characteristic objects of the windows of different vehicles are obtained. Compared with a traditional image processing method, the vehicle characteristic object detection method is higher in robustness, can detect all the objects of interest in the vehicle window in one step, and the speed is higher than that of a traditional learning method.

Description

A kind of vehicle characteristics object detecting method based on degree of depth study
Technical field
The invention belongs to technical field of machine vision, relate to a kind of vehicle characteristics object detecting method based on degree of depth study.
Background technology
By 2015, China's automobile pollution alreadyd more than 1.6 hundred million.Along with expanding economy, this numeral is also in sustainable growth.Substantial amounts of automobile travels on road, to vehicle supervision department with huge government pressure., in many case involving public securities, there is the situation that automobile occurs as the vehicles in the opposing party.
Automobile management automatization means existing are mainly electronic police and bayonet system by our country.These systems can captured in real time vehicle high definition picture, and automatically analyze out the information such as the number-plate number, vehicle information (include brand, model and time, currently progressively implement), color, reach the automated management to vehicle and quickly search.But namely allow to make full use of aforementioned information, it is also difficult to found out by specific suspected vehicles, especially when the picture not having suspected vehicles, and when only having eye witness.Hence with on car except above-mentioned information, the exclusive structural description information of each car, whether put down including sunshading board, paper towel box, suspension member, identifier etc., become the important clue determining particular vehicle.
Current prior art focuses primarily upon the detection of vehicle sun visor, including traditional image processing method, such as " a kind of vehicle sun visor detection method based on graphical analysis and device-201210089548.9 ", " detection method-201310365024.2 of a kind of vehicle sun visor state " and " a kind of car internal sunshade board detecting method and device-201310574043.6 ", with conventional machines learning method, such as " a kind of vehicle sun visor condition detection method and device-201510531752.5 ", " vehicle sun visor detection method and device-201310512222.7 based on graphical analysis ".Wherein, adopting traditional image processing method for environmental change, such as illumination variation, when reflective, effectiveness comparison is poor, it is easy to cause flase drop.And traditional machine learning method needs sunshading board feature is manually extracted.Owing to sunshading board feature is relatively single, therefore, cause that traditional machine learning method is excessively poor to the Detection results of some extreme environments.On the other hand, conventional machines learning method utilizes the method for scan box that all possible region of different scale hypograph is scanned, speed very slow (often several ten thousand scan box of a figure).One object all can only be detected by existing method.
Summary of the invention
In order to overcome the traditional method can only to certain object detection in vehicle window, the present invention adopts the method that Suggestion box extractive technique learns to combine with the degree of depth, objects multiple in vehicle window are detected simultaneously, thus reaching to detect object as much as possible within the shortest time, to meet the requirement of real-time that data are processed.
The inventive method comprises the following steps:
Step 1. all marks out the object that be there is a need to detection in vehicle window, design CNN network structure, this network mainly includes three convolutional layers, three pond layer (1 Max pond layers, 2 AVE pond layers), three RELU layers, two full articulamentums and Softmaxwithloss layer, and be trained on Caffe framework by this structure, obtain disaggregated model more than.
Step 2. is by the position of the method coarse localization car face of statistical machine learning, and four points of vehicle window are positioned, and obtains the position of vehicle window.
Step 3., in conjunction with selectivesearch (SelectiveSearchforObjectRecognition) and edgebox (EdgeBoxes:LocatingObjectProposalsfromEdges) Suggestion box extracting method, obtains being probably the Suggestion box of target object;This Suggestion box extracting method mainly generates the initialization block of selectivesearch first with edgebox, owing to edgebox own splits image with image border, therefore, have based on the initialization area of edgebox more accurate than the initialization area method in former selectivesearch method.
Step 4. carries out the region to be sorted that multiple dimensioned convergent-divergent obtains under different scale on the basis of Suggestion box, then utilizes many disaggregated models that step 1 obtains to classify.
The prior information that step 5. utilizes each object own carries out the last flase drop that goes and processes.Here utilizable prior information includes the position probability distribution figure of each object, size, length-width ratio etc..According to these prior informations, it is possible to effectively remove some flase drops so that it is more accurate to detect.
Step 6. obtains the various characteristic body classifications on each car vehicle window and coordinate.
Beneficial effects of the present invention: the relatively conventional image processing method of the present invention has higher robustness, and disposable can detect all objects interested in vehicle window, and speed (Suggestion box every Figure 200 about 0 Suggestion box faster than conventional learning algorithms, several ten thousand even tens0000 Suggestion box are often schemed relative to tradition scan box), it is possible to automatically provide the feature with distinction for vehicle retrieval system and erect word and describe and the bridge of picture conversion.
Accompanying drawing explanation
Fig. 1 is the inventive method flow chart.
Fig. 2 is SelectiveSearch(SS) flow chart;
Fig. 3 is RCNN flow chart.
Detailed description of the invention
Below in conjunction with embodiment and accompanying drawing, the invention will be further described:
Overall process of the present invention is specifically shown in Fig. 1, is described in detail as follows:
1., owing to the present invention needs training in advance one based on many disaggregated models of CNN, training flow process is shown in the right half part of Fig. 3, and training detailed process is described below:
1) marking the data collected, currently mainly mark sunshading board, annual inspection mark accords with, suspension member, goods of furniture for display rather than for use, paper towel box five class.
2) take all of positive sample and zoom to unified size, such as 32x32, calculate all sample averages, then all samples deduct average.
3) design CNN network structure.The present invention mainly adopts following network structure:
31) convolutional layer
32) Max pond layer
33) Relu layer
34) convolutional layer
35) AVE pond layer
36) PRelu layer
37) convolutional layer
38) AVE pond layer
39) PRelu layer
310) full articulamentum
311) full articulamentum
312) Softmaxwithloss layer
Wherein, softmaxwithloss uses softmax function computing formula as follows:
,
Represent classification, can be determined that certain object z belongs to the probability size of the i-th class by this.
4). the many disaggregated models of CNN of vehicle characteristics detection are obtained by Caffe training.
2. collect an image by monitor video.
3. the positional information on four summits of vehicle window it is accurately obtained by statistical learning method and positioning feature point.
4. likely comprised the Suggestion box of object in conjunction with selectivesearch and edgebox, the method flow process is specifically shown in Fig. 2,
1) utilize edgebox to calculate the edges of image, then obtain an edgegroups, obtain m prime area according to these edgegroup, be designated as.One similarity set is set and is designated as S, be initialized as sky.
2) similarity in each two region is calculated, and be deposited in S set.
3) two regions that similarity is maximum are found out,, delete the similarity in these two pieces of regions and other regions, be then combined with this two region, and recalculate this region and adjacent similarity, be deposited into S;Repeat this process until the number in S collection is less than number predetermined in advance always.
4) the 3rd is extracted) region that obtains of step is as the Suggestion box being likely target.
5. obtaining different Suggestion box by the 4th step in conjunction with multiple dimensioned, utilize the many disaggregated models of CNN that the 1st step obtains that different Suggestion box is calculated, it was predicted that the classification of each Suggestion box and belong to the confidence level of the category, this flow process refers to the left-half of Fig. 3.
6. the information according to statistics, in conjunction with confidence level, removes some flase drops.Utilizable information includes the Position probability densities distribution of every type objects, size, length-width ratio etc..
7. obtain the object and the position coordinates that contain on last each vehicle window.
The above; it is only presently preferred embodiments of the present invention, is not intended to limit protection scope of the present invention, should understand by band; the present invention is not limited to implementation as described herein, and the purpose that these implementations describe is in that to help those of skill in the art to put into practice the present invention.

Claims (3)

1. the vehicle characteristics object detecting method based on degree of depth study, it is characterised in that the method comprises the following steps:
Step 1. marks out the object that be there is a need to detection in vehicle window, design CNN network structure, this network structure mainly includes three convolutional layers, three pond layers, three RELU layers, two full articulamentums and Softmaxwithloss layer, and be trained on Caffe framework by this structure, obtain disaggregated model more than;
Step 2. is by the position of the method coarse localization car face of statistical machine learning, and four points of vehicle window are positioned, and obtains the position of vehicle window;
Step 3., in conjunction with selectivesearch and edgebox Suggestion box extracting method, obtains being probably the Suggestion box of target object;
Step 4. carries out the region to be sorted that multiple dimensioned convergent-divergent obtains under different scale on the basis of Suggestion box, then utilizes many disaggregated models that step 1 obtains to classify;
The prior information that step 5. utilizes each object own carries out the last flase drop that goes and processes;
Step 6. obtains the various characteristic body classifications on each car vehicle window and coordinate.
2. according to claim 1 a kind of based on the degree of depth study vehicle characteristics object detecting method, it is characterised in that: step 3 specifically:
1) utilize edgebox to calculate the edges of image, then obtain an edgegroups, obtain m prime area according to these edgegroup, be designated as;One similarity set is set and is designated as S, be initialized as sky;
2) similarity in each two region is calculated, and be deposited in set S;
3) two regions that similarity is maximum are found out,, delete the similarity in these two pieces of regions and other regions, be then combined with this two region, and recalculate this region and adjacent similarity, be deposited into set S;Repeat this process until the number in S collection is less than number predetermined in advance always;
4) the 3rd is extracted) region that obtains of step is as the Suggestion box being likely target.
3. a kind of vehicle characteristics object detecting method based on degree of depth study according to claim 1 and 2, it is characterised in that: described prior information includes the position probability distribution figure of each object, size, length-width ratio.
CN201610052980.9A 2016-01-26 2016-01-26 A kind of vehicle characteristics object detecting method based on deep learning Expired - Fee Related CN105718912B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610052980.9A CN105718912B (en) 2016-01-26 2016-01-26 A kind of vehicle characteristics object detecting method based on deep learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610052980.9A CN105718912B (en) 2016-01-26 2016-01-26 A kind of vehicle characteristics object detecting method based on deep learning

Publications (2)

Publication Number Publication Date
CN105718912A true CN105718912A (en) 2016-06-29
CN105718912B CN105718912B (en) 2018-12-07

Family

ID=56154933

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610052980.9A Expired - Fee Related CN105718912B (en) 2016-01-26 2016-01-26 A kind of vehicle characteristics object detecting method based on deep learning

Country Status (1)

Country Link
CN (1) CN105718912B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106548169A (en) * 2016-11-02 2017-03-29 重庆中科云丛科技有限公司 Fuzzy literal Enhancement Method and device based on deep neural network
CN106611162A (en) * 2016-12-20 2017-05-03 西安电子科技大学 Method for real-time detection of road vehicle based on deep learning SSD frame
CN108229473A (en) * 2017-12-29 2018-06-29 苏州科达科技股份有限公司 Vehicle annual inspection label detection method and device
CN108256498A (en) * 2018-02-01 2018-07-06 上海海事大学 A kind of non power driven vehicle object detection method based on EdgeBoxes and FastR-CNN
CN108563976A (en) * 2017-11-29 2018-09-21 浙江工业大学 Multidirectional vehicle color identification method based on vehicle window position
CN108830903A (en) * 2018-04-28 2018-11-16 杨晓春 A kind of steel billet method for detecting position based on CNN
CN109741309A (en) * 2018-12-27 2019-05-10 北京深睿博联科技有限责任公司 A kind of stone age prediction technique and device based on depth Recurrent networks
CN110555125A (en) * 2018-05-14 2019-12-10 桂林远望智能通信科技有限公司 Vehicle retrieval method based on local features

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110293141A1 (en) * 2008-09-25 2011-12-01 National Ict Australia Limited Detection of vehicles in an image
CN102750544A (en) * 2012-06-01 2012-10-24 浙江捷尚视觉科技有限公司 Detection system and detection method of rule-breaking driving that safety belt is not fastened and based on plate number recognition

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110293141A1 (en) * 2008-09-25 2011-12-01 National Ict Australia Limited Detection of vehicles in an image
CN102750544A (en) * 2012-06-01 2012-10-24 浙江捷尚视觉科技有限公司 Detection system and detection method of rule-breaking driving that safety belt is not fastened and based on plate number recognition

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
姚源: "车脸图像的特征提取", 《中国优秀硕士学位论文全文数据库》 *
庄永: "运动车辆车型精确识别技术研究", 《中国优秀硕士学位论文全文数据库》 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106548169A (en) * 2016-11-02 2017-03-29 重庆中科云丛科技有限公司 Fuzzy literal Enhancement Method and device based on deep neural network
CN106548169B (en) * 2016-11-02 2019-04-23 重庆中科云从科技有限公司 Fuzzy literal Enhancement Method and device based on deep neural network
CN106611162A (en) * 2016-12-20 2017-05-03 西安电子科技大学 Method for real-time detection of road vehicle based on deep learning SSD frame
CN106611162B (en) * 2016-12-20 2019-06-18 西安电子科技大学 Road vehicle real-time detection method based on deep learning SSD frame
CN108563976A (en) * 2017-11-29 2018-09-21 浙江工业大学 Multidirectional vehicle color identification method based on vehicle window position
CN108563976B (en) * 2017-11-29 2021-04-02 浙江工业大学 Multidirectional vehicle color identification method based on vehicle window position
CN108229473A (en) * 2017-12-29 2018-06-29 苏州科达科技股份有限公司 Vehicle annual inspection label detection method and device
CN108256498A (en) * 2018-02-01 2018-07-06 上海海事大学 A kind of non power driven vehicle object detection method based on EdgeBoxes and FastR-CNN
CN108830903A (en) * 2018-04-28 2018-11-16 杨晓春 A kind of steel billet method for detecting position based on CNN
CN110555125A (en) * 2018-05-14 2019-12-10 桂林远望智能通信科技有限公司 Vehicle retrieval method based on local features
CN109741309A (en) * 2018-12-27 2019-05-10 北京深睿博联科技有限责任公司 A kind of stone age prediction technique and device based on depth Recurrent networks
CN109741309B (en) * 2018-12-27 2021-04-02 北京深睿博联科技有限责任公司 Bone age prediction method and device based on deep regression network

Also Published As

Publication number Publication date
CN105718912B (en) 2018-12-07

Similar Documents

Publication Publication Date Title
CN105718912A (en) Vehicle characteristic object detection method based on deep learning
CN110414368B (en) Unsupervised pedestrian re-identification method based on knowledge distillation
CN108510467B (en) SAR image target identification method based on depth deformable convolution neural network
CN106845408B (en) Street garbage identification method under complex environment
CN105335702B (en) A kind of bayonet model recognizing method based on statistical learning
CN103530600B (en) Licence plate recognition method under complex illumination and system
CN104778470B (en) Text detection based on component tree and Hough forest and recognition methods
CN110232379A (en) A kind of vehicle attitude detection method and system
CN110298227B (en) Vehicle detection method in unmanned aerial vehicle aerial image based on deep learning
CN104951784A (en) Method of detecting absence and coverage of license plate in real time
CN109472226B (en) Sleeping behavior detection method based on deep learning
CN107392141A (en) A kind of airport extracting method based on conspicuousness detection and LSD straight-line detections
CN108509950B (en) Railway contact net support number plate detection and identification method based on probability feature weighted fusion
CN103544505B (en) Ship identification system and method towards unmanned plane Aerial Images
CN110599463B (en) Tongue image detection and positioning algorithm based on lightweight cascade neural network
CN111340855A (en) Road moving target detection method based on track prediction
CN111507296A (en) Intelligent illegal building extraction method based on unmanned aerial vehicle remote sensing and deep learning
Ji et al. Integrating visual selective attention model with HOG features for traffic light detection and recognition
CN104217217A (en) Vehicle logo detection method and system based on two-layer classification
CN110222712B (en) Multi-special-item target detection algorithm based on deep learning
CN111460884A (en) Multi-face recognition method based on human body tracking
CN111814751A (en) Vehicle attribute analysis method and system based on deep learning target detection and image recognition
CN107480585A (en) Object detection method based on DPM algorithms
CN111145222A (en) Fire detection method combining smoke movement trend and textural features
CN109255279A (en) A kind of method and system of road traffic sign detection identification

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Vehicle characteristic object detection method based on deep learning

Effective date of registration: 20190821

Granted publication date: 20181207

Pledgee: Hangzhou Yuhang Small and Medium-sized Enterprise Transfer Service Co., Ltd.

Pledgor: ZHEJIANG ICARE VISION TECHNOLOGY CO., LTD.

Registration number: Y2019330000020

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20181207

Termination date: 20210126