<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2018.611009</article-id><article-id pub-id-type="publisher-id">JCC-88545</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  A Vehicle Detection Method for Aerial Image Based on YOLO
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Junyan</surname><given-names>Lu</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Chi</surname><given-names>Ma</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Li</surname><given-names>Li</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Xiaoyan</surname><given-names>Xing</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Yong</surname><given-names>Zhang</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Zhigang</surname><given-names>Wang</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Jiuwei</surname><given-names>Xu</given-names></name><xref ref-type="aff" rid="aff2"><sup>2</sup></xref></contrib></contrib-group><aff id="aff2"><addr-line>Department of Transportation of Jilin Province, Changchun, China</addr-line></aff><aff id="aff1"><addr-line>Chang Guang Satellite Technology Co., Ltd., Changchun, China</addr-line></aff><pub-date pub-type="epub"><day>07</day><month>11</month><year>2018</year></pub-date><volume>06</volume><issue>11</issue><fpage>98</fpage><lpage>107</lpage><history><date date-type="received"><day>29,</day>	<month>August</month>	<year>2018</year></date><date date-type="rev-recd"><day>12,</day>	<month>November</month>	<year>2018</year>	</date><date date-type="accepted"><day>19,</day>	<month>November</month>	<year>2018</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  
    With the application of UAVs in intelligent transportation systems, vehicle detection for aerial images has become a key engineering technology and has academic research significance. In this paper, a vehicle detection method for aerial image based on YOLO deep learning algorithm is presented. The method integrates an aerial image dataset suitable for YOLO training by pro-cessing three public aerial image datasets. Experiments show that the training model has a good performance on unknown aerial images, especially for small objects, rotating objects, as well as compact and dense objects, while meeting the real-time requirements. 
  
 
</p></abstract><kwd-group><kwd>Vehicle Detection</kwd><kwd> Aerial Image</kwd><kwd> YOLO</kwd><kwd> VEDAI</kwd><kwd> COWC</kwd><kwd> DOTA</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>In recent years, with the rapid development of information technology, intelligent transportation systems have become an important way of modern traffic management and an inevitable trend. As the key technology of intelligent transportation system, vehicle detection is the basis for realizing many important functions [<xref ref-type="bibr" rid="scirp.88545-ref1">1</xref>], such as measurement and statistics of traffic parameters such as traffic flow and density, vehicle location and tracking, and traffic data mining, etc.</p><p>At the same time, with the technology maturity and market popularization of UAV (Unmanned Aerial Vehicle), which has characteristics of being lightweight, flexible, and cheap, the aerial photography of UAVs in the application of scenes such as traffic information collection and traffic emergency response reflects a huge advantage.</p><p>In summary, vehicle detection for aerial image plays an important role in engineering applications. In addition, the technology relies on machine vision, artificial intelligence, image processing and other disciplines, and is a typical application of interdisciplinary research. Therefore, it also has important research significance in academics.</p><p>Based on YOLO deep learning algorithm and three public aerial image datasets, this paper presents a vehicle detection method for aerial image.</p></sec><sec id="s2"><title>2. Related Work</title><p>The commonly used vehicle detection methods proposed by domestic and foreign scholars are mainly divided into three categories: based on motion information, based on features, and based on template matching. Cheng and others use background subtraction and registration methods to detect dynamic vehicles [<xref ref-type="bibr" rid="scirp.88545-ref2">2</xref>], Azevedo and others based on median background difference method to detect vehicles in aerial images [<xref ref-type="bibr" rid="scirp.88545-ref3">3</xref>]. The above two methods achieve the detection of moving objects, however, because the aerial video has the characteristics of complex scenes and diverse objects, the two methods cannot achieve the desired effect for accurate vehicle detection, and false and missed detection are also serious. Sivaraman and others combined Haar features and Adaboost to detect vehicles and implement vehicle detection on highways [<xref ref-type="bibr" rid="scirp.88545-ref4">4</xref>], Tehrani and others proposed a vehicle detection method based on HOG features and SVM to achieve vehicle detection in urban roads [<xref ref-type="bibr" rid="scirp.88545-ref5">5</xref>]. The above two methods improve the accuracy of detection, but since the traditional machine learning method only supports training for a small amount of data, there is still a shortage of detection of vehicle diversity.</p><p>In recent years, with the updating of computer hardware, especially GPU technology, the deep learning algorithms have been rapidly developed when solving problems in the fields of pattern recognition and image processing, and are more efficient and precise than traditional algorithms. Therefore, this paper uses a deep learning algorithm, YOLO, to achieve vehicle detection.</p></sec><sec id="s3"><title>3. YOLO Deep Learning Object Detection Algorithm</title><p>YOLO, which has been proposed by Joseph Redmon and others in 2015 [<xref ref-type="bibr" rid="scirp.88545-ref6">6</xref>], is a real-time object detection system based on CNN (Convolutional Neural Network). On the CVPR (Conference on Computer Vision and Pattern Recognition) in 2017, Joseph Redmon and Ali Farhadi released YOLO v2 which has improved the algorithm’s accuracy and speed [<xref ref-type="bibr" rid="scirp.88545-ref7">7</xref>]. In April this year, Joseph Redmon and Ali Farhadi proposed the latest YOLO v3, which has further improved the performance on object detection [<xref ref-type="bibr" rid="scirp.88545-ref8">8</xref>]. This chapter introduces the basic principles of the YOLO algorithm according to its update process.</p><sec id="s3_1"><title>3.1. YOLO v1</title><p>1) Basic idea</p><p>YOLO divides the input image into S &#215; S grids. If the center coordinate of the GT (Ground Truth) of an object falls into a grid, the grid is responsible for detecting the object. The innovation of YOLO is that it reforms the Region Proposal detection framework: RCNN series need to generate Region Proposal in which to complete classification and regression. But there is overlap between Region Proposal, which will bring a lot of repetition work. However, YOLO predicts the bbox (bounding box) of the object contained in all grids, the location reliability, as well as the probability vectors of all classes at one time, thus it solves problem one-shot.</p><p>2) Network structure</p><p>YOLO network borrows Google Net while the difference is that YOLO uses the 1 &#215; 1 convolutional layer (for cross-channel information integration) + 3 &#215; 3 convolutional layer instead of the Inception module simply. YOLO v1 network structure consists of 24 convolution layers and 2 full connection layers, as shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>.</p></sec><sec id="s3_2"><title>3.2. YOLO v2</title><p>Compared with the region proposal based method such as Fast R-CNN, YOLO v1 has a larger positioning error and a lower recall rate. Therefore, the main improvements of YOLO v2 are to enhance the recall rate and positioning ability, and include:</p><p>1) BN (Batch Normalization)</p><p>BN is a popular training technique since 2015. By adding BN layer after each layer, the entire batch data can be normalized to a space with a mean of 0 and variance of 1, which can prevent the gradient from disappearing as well as gradient explosion, and make network convergence faster.</p><p>2) Anchor boxes</p><p>In YOLO v1, the full connection layer is used to predict the coordinates of bbox directly after the convolutional layer. YOLO v2 removes the full connection layer by using the idea of Faster R-CNN, and adds Anchor Boxes, which effectively improves the recall rate.</p><p>3) Multi-scale training</p><p>The input image size for the YOLO v1 training network is fixed, where YOLO v2 adjusts the input image size randomly every 10 epoch during training, so that the model has a good detection effect on the multi-scale input images during the test.</p></sec><sec id="s3_3"><title>3.3. YOLO v3</title><p>YOLO v3 model is much more complex than YOLO v2, and its detection on small objects, as well as compact dense or highly overlapping objects is very excellent. The main improvements include:</p><p>1) Loss</p><p>YOLO v3 replaces the Softmax Loss of YOLO v2 with Logistic Loss. When the predicted objects classes are complex, especially when there are many overlapping labels in the dataset, it is more efficient to use Logistic Regression.</p><p>2) Anchor</p><p>YOLO V3 uses nine anchors instead of the five anchors of YOLO v2, which improves the IoU.</p><p>3) Detection</p><p>YOLO v2 only uses one detection while YOLO v3 uses three, which greatly improves the detection effect on small objects.</p><p>4) Backbone</p><p>YOLO v3 replaces darknet-19 network of YOLO v2 with darknet-53 network, which improves the accuracy of object detection by deepening the network.</p><p>This paper uses the latest YOLO v3 model to achieve the vehicle detection for aerial image.</p></sec></sec><sec id="s4"><title>4. Public Datasets for YOLO Training</title><p>The performance of the classifier trained based on conventional dataset is poor on aerial images, because that aerial images have the following special features:</p><p>1) Scale diversity</p><p>The shooting height of UAVs ranges from tens of meters to kilometers, resulting in a wide range of size of similar object on the ground.</p><p>2) Perspective specificity</p><p>The perspectives of aerial images are basically high-altitude overlooking, while most of the conventional datasets are ground-level perspectives.</p><p>3) Small object</p><p>The objects of aerial images are generally only a few dozen or even a few pixels, so their amount of information is less also.</p><p>4) Multidirectional</p><p>Aerial images are taken from a bird’s view, and the direction of objects are uncertain (while the object direction on the conventional dataset tends to have certainty, such as pedestrians are generally upright).</p><p>5) High background complexity</p><p>Aerial images have a large field of view (usually with a few square kilometers of coverage), and it may contain a variety of backgrounds, which will have a strong interference with object detection.</p><p>For the above reasons, it is often difficult to train an ideal classifier on conventional datasets for the object detection tasks on aerial images. Therefore, a specialized aerial image dataset is needed. In this paper, three public aerial image datasets are used and processed to make a new aerial image dataset suitable for YOLO training. This chapter introduces the specific information of the three datasets.</p><sec id="s4_1"><title>4.1. VEDAI Dataset</title><p>The VEDAI (Vehicle Detection in Aerial Imagery) dataset is made by Sebastien Razakarivony and Frederic Jurie of University of Caen [<xref ref-type="bibr" rid="scirp.88545-ref9">9</xref>], whose original material is from the public Utah AGRC database. The raw images have 4 uncompressed color channels (three visible color channels and one near infrared channel). The authors firstly split the original large-field satellite image into 1024 &#215; 1024 pixels JPEG format images, and then create the visible color channels dataset and the near infrared channel dataset, and finally down sample the above two datasets into 512 &#215; 512 pixels, so VEDAI contains 4 subsets. In this paper, only the first subset of VEDAI (1024 &#215; 1024, RGB 3 channels) is used. The shooting heights of all images in VEDAI are the same, and the GSD (Ground Sampling Distance) of 1024 &#215; 1024 image is 12.5 cm pp (cm per pixel). VEDAI contains a total of 1250 images, and is manually annotated nine classes of vehicle (“plane”, “boat”, “camping car”, “car”, “pick-up”, “tractor”, “truck”, “van”, and “other”), a total of 2950 samples. The annotation of each sample includes: sample class, GT’s center point coordinates, direction, and the coordinates of GT’s 4 corners.</p></sec><sec id="s4_2"><title>4.2. COWC Dataset</title><p>COWC (Cars Overhead with Context) dataset is made by T. Nathan Mundhenk and others of Lawrence Livermore National Laboratory [<xref ref-type="bibr" rid="scirp.88545-ref10">10</xref>], whose original materials are from six public websites. The COWC contains a total of 53 pictures in TIFF format, and the image size is between 2000 &#215; 2000 to 19,000 &#215; 19,000 pixels. COWC images have covered six geographic locations, namely Toronto (Canada), Selwyn (New Zealand), Potsdam and Vaihingen (Germany), Columbus and Utah (United States), in which the images of Vaihingen and Columbus are grayscale, while the others are in RGB color. The GSD of the image is 15 cmpp, so the size of vehicle is basically between 24 to 48 pixels. CWOC is manually annotated one class of positive samples (“car”) with a number of 32,716, as well as four classes of negative samples (“boats”, “trailers”, “bushes” and “A/C units”) that are easily confused with the vehicle with a number of 58,247. The annotation of each sample includes: sample class, and GT’s center point coordinates.</p></sec><sec id="s4_3"><title>4.3. DOTA</title><p>DOTA (Dataset for Object detection in Aerial images) is an aerial image dataset made by Xia Guisong of Wuhan University, Bai Xiang of Huazhong University of Science and Technology, and others [<xref ref-type="bibr" rid="scirp.88545-ref11">11</xref>]. In order to eliminate the deviation caused by different sensors, the original material comes from multiple platforms (such as Google Earth). DOTA is characterized by multi-sensor and multi-resolution, namely that the GSDs of the images are diversified. DOTA contains a total of 2806 images about 4000 &#215; 4000 pixels, and is manually annotated 15 classes of sample (“plane”, “ship”, “storage tank”, “baseball diamond”, “tennis court”, “swimming pool”, “ground track field”, “harbor”, “bridge”, “large vehicle”, “small vehicle”, “helicopter”, “roundabout”, “soccer ball field” and “basketball court”) with a number of 188,282.The annotation of each sample includes: sample class, and the coordinates of GT’s 4 corners (where the top left corner is the starting point, arranged in a clockwise order).</p></sec></sec><sec id="s5"><title>5. A Vehicle Detection Method for Aerial Image Based on YOLO</title><p>In this paper, we process and integrate the above three public aerial image datasets first and then modify the network parameters of YOLO algorithm map propriately to train a model. Thus, we propose a vehicle detection method for aerial image. The specific steps are as follows.</p><sec id="s5_1"><title>5.1. Make Standard Datasets for YOLO Training</title><p>The standard dataset for YOLO training mainly consists of two parts: images and labels, where images are JPEG format and labels are txt format documents. Labels and images are in one-to-one correspondence. Each label records annotations of the samples in the corresponding image. The annotation format is:</p><p>class GT’s center point coordinates ( x , y ) GT’s width and height ( w , h )</p><p>where ( x , y , w , h ) are normalized values, wrap the line to distinguish when there are multiple samples in one image. Since the input dimension of YOLO v3 training network is 416 &#215; 416 &#215; 3, the size of image used for training should not be too large, otherwise the characteristics of the sample after resize may be lost seriously. The basic information of the three public aerial image datasets described in Chapter 4 is shown in <xref ref-type="table" rid="table1">Table 1</xref>.</p><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> The basic information of the three public aerial image datasets</title></caption><table><tbody><thead><tr><th align="center" valign="middle" >Dataset</th><th align="center" valign="middle" >Image Format</th><th align="center" valign="middle" >Images</th><th align="center" valign="middle" >Classes</th><th align="center" valign="middle" >Image size</th><th align="center" valign="middle" >Annotations</th></tr></thead><tr><td align="center" valign="middle" >VEDAI</td><td align="center" valign="middle" >JPEG</td><td align="center" valign="middle" >1250</td><td align="center" valign="middle" >9</td><td align="center" valign="middle" >1024&#215;1024</td><td align="center" valign="middle" >sample class, GT’s center point coordinate, direction, coordinates of GT’s 4 corners</td></tr><tr><td align="center" valign="middle" >COWC</td><td align="center" valign="middle" >TIFF</td><td align="center" valign="middle" >53</td><td align="center" valign="middle" >4</td><td align="center" valign="middle" >2000&#215;2000 - 19,000 &#215; 19,000</td><td align="center" valign="middle" >sample class, GT’s center point coordinates</td></tr><tr><td align="center" valign="middle" >DOTA</td><td align="center" valign="middle" >JPEG</td><td align="center" valign="middle" >2,806</td><td align="center" valign="middle" >15</td><td align="center" valign="middle" >about 4000 &#215; 4000</td><td align="center" valign="middle" >sample class, coordinates of GT’s 4 corners</td></tr></tbody></table></table-wrap><p>We process the above three datasets separately.</p><p>1) VEDAI</p><p>a) Image size is suitable and do not need to be processed;</p><p>b) Delete the annotation of “plane”, “boat”, and “other” three classes in labels;</p><p>c) Delete the “direction” in annotations;</p><p>d) According to the coordinates of GT’s 4 corners, calculate width and height:</p><p>w = x max − x min , h = y max − y min (1)</p><p>2) COWC</p><p>a) Delete the grayscale images;</p><p>b) Delete the annotation of negative samples, leaving only the positive sample “car”;</p><p>c) Split the images of COWC into 416 &#215; 416 size and convert to JPEG format. When splitting, the coordinate of the sample center point is converted accordingly to ensure its position in the new image is correct. The remaining images less than 416 &#215; 416 are padded with black.</p><p>d) According to the GSD of COWC, it is assumed that the size of vehicle in the image is unified to 48 * 48 pixels, therefore,</p><p>w = h = 48 / 416 = 0.115384615384615... (2)</p><p>3) DOTA</p><p>a) Except for “large vehicle” and “small vehicle”, delete all the annotations of other 13 classes in labels, “large vehicle” and “small vehicle” are unified to “car”;</p><p>b) Split the images of DOTA into 1024 &#215; 1024 size. When splitting, the coordinates of GT’s 4 corners are converted accordingly to ensure their positions in the new images are correct. Abandon the remaining imagesless than 1024 &#215; 1024.</p><p>c) Center point coordinate:</p><p>x = ( x max + x min ) / 2 , y = ( y max + y min ) / 2 (3)</p><p>d) Width and height:</p><p>w = x max − x min , h = y max − y min (4)</p><p>After processing, the information of the new datasets are shown in <xref ref-type="table" rid="table2">Table 2</xref>.</p></sec><sec id="s5_2"><title>5.2. Configure Network Parameters for YOLO Training</title><p>1) Batch size</p><p>Use YOLO v3 default parameter b a t c h _ s i z e = 64 .</p><table-wrap id="table2" ><label><xref ref-type="table" rid="table2">Table 2</xref></label><caption><title> The processed datasets information</title></caption><table><tbody><thead><tr><th align="center" valign="middle" >Dataset</th><th align="center" valign="middle" >Image Format</th><th align="center" valign="middle" >Images</th><th align="center" valign="middle" >Classes</th><th align="center" valign="middle" >Image size</th><th align="center" valign="middle" >Annotations</th></tr></thead><tr><td align="center" valign="middle" >VEDAI</td><td align="center" valign="middle" >JPEG</td><td align="center" valign="middle" >1250</td><td align="center" valign="middle" >6</td><td align="center" valign="middle" >1024 &#215; 1024</td><td align="center" valign="middle" >( c l a s s , x , y , w , h )</td></tr><tr><td align="center" valign="middle" >COWC</td><td align="center" valign="middle" >JPEG</td><td align="center" valign="middle" >4944</td><td align="center" valign="middle" >1</td><td align="center" valign="middle" >416 &#215; 416</td><td align="center" valign="middle" >( c l a s s , x , y , w , h )</td></tr><tr><td align="center" valign="middle" >DOTA</td><td align="center" valign="middle" >JPEG</td><td align="center" valign="middle" >14,348</td><td align="center" valign="middle" >1</td><td align="center" valign="middle" >1024 &#215; 1024</td><td align="center" valign="middle" >( c l a s s , x , y , w , h )</td></tr><tr><td align="center" valign="middle" >Total</td><td align="center" valign="middle" >JPEG</td><td align="center" valign="middle" >20,542</td><td align="center" valign="middle" >6</td><td align="center" valign="middle" >416 &#215; 416, 1024 &#215; 1024</td><td align="center" valign="middle" >( c l a s s , x , y , w , h )</td></tr></tbody></table></table-wrap><p>2) Number of iterations</p><p>The dataset contains a total of 20,542 images, so one epoch needs to iterate: 20542 / 64 ≈ 320 times.</p><p>The YOLO training defaults to iterate 160 epochs, so the number of iterations is: 160 &#215; 320 = 51200 times.</p><p>3) Learning rate</p><p>The initial learning rate is 0.001, after 60 epoch divided by 10, after 90 epoch divided by 10 once again.</p><p>4) Number of filters in the last layer of the network</p><p>f i l t e r s = ( c l a s s + 5 ) &#215; 3 = ( 6 + 5 ) &#215; 3 = 33</p></sec></sec><sec id="s6"><title>6. Experimental Results</title><p>In this paper, we use NVIDIA’s TITAN X graphics card for training. The training duration is about 60 hours. The test results of the training model are shown in <xref ref-type="table" rid="table3">Table 3</xref>.</p><p>The detection effect of the training model on unknown images are shown in <xref ref-type="fig" rid="fig2">Figure 2</xref> (the original images are from Internet, please inform if there is any infringement).</p><p><xref ref-type="fig" rid="fig2">Figure 2</xref> (left) shows that the training model has a good effect on detection of small objects. The vehicles in <xref ref-type="fig" rid="fig2">Figure 2</xref> (middle) are mostly not horizontal or vertical with rotation, test result shows that the model has a good performance on the detection of rotating objects, especially the leftmost vehicle in the image is very close to the background, while the manual detection may miss the object, and the model correctly detects it. <xref ref-type="fig" rid="fig2">Figure 2</xref> (right) indicates it is outstanding that the model on detection of compact and dense objects, more than 95% of the vehicles are correctly detected except for those in the far left shadow.</p><table-wrap id="table3" ><label><xref ref-type="table" rid="table3">Table 3</xref></label><caption><title> Test results of the training model</title></caption><table><tbody><thead><tr><th align="center" valign="middle" >Indicator</th><th align="center" valign="middle" >mAP</th><th align="center" valign="middle" >recall</th><th align="center" valign="middle" >IoU</th><th align="center" valign="middle" >fps</th></tr></thead><tr><td align="center" valign="middle" >Value</td><td align="center" valign="middle" >76.7%</td><td align="center" valign="middle" >92.1%</td><td align="center" valign="middle" >82.3%</td><td align="center" valign="middle" >55</td></tr></tbody></table></table-wrap></sec><sec id="s7"><title>7. Conclusion</title><p>In this paper, a vehicle detection method based on YOLO deep learning algorithm for aerial image is presented. This method integrates an aerial image dataset suitable for YOLO training by processing three public datasets. The training model has good test results especially for small objects, rotating objects, as well as compact and dense objects, and meets the real-time requirements. Next, we will integrate more public aerial image datasets to increase the number and diversity of training samples, at the same time, optimize the YOLO algorithm to further improve the detection accuracy.</p></sec><sec id="s8"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s9"><title>Cite this paper</title><p>Lu, J.Y., Ma, C., Li, L., Xing, X.Y., Zhang, Y., Wang, Z.G. and Xu, J.W. (2018) A Vehicle Detection Method for Aerial Image Based on YOLO. Journal of Computer and Communications, 6, 98-107. https://doi.org/10.4236/jcc.2018.611009</p></sec></body><back><ref-list><title>References</title><ref id="scirp.88545-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Qiu, Y. (2014) Video-Based Vehicle Detection in Intelligent Transportation System. Master Thesis, Jilin University, China.</mixed-citation></ref><ref id="scirp.88545-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Cheng, P., Zhou, G. and Zheng, Z. (2009) Detecting and Counting Vehicles from Small Low-Cost UAV Images. Proceedings of ASPRS 2009 Annual Conference, Baltimore, 1-7.</mixed-citation></ref><ref id="scirp.88545-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Azevedo, C.L., Cardoso, J.L., Ben-Akiva, M., Costeira, J.P. and Marques, M. (2014) Automatic Vehicle Trajectory Extraction by Aerial Remote Sensing. Procedia-Social and Behavioral Sciences (S1877-0428), 111, 849-858.  
https://doi.org/10.1016/j.sbspro.2014.01.119</mixed-citation></ref><ref id="scirp.88545-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Sivaraman, S. and Trivedi, M.M. (2010) A General Active-Learning Framework for On-Road Vehicle Recognition and Tracking. Nlgn Ranoraon Ym Ranaon on, 2, 267-276. https://doi.org/10.1109/TITS.2010.2040177</mixed-citation></ref><ref id="scirp.88545-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Tehrani, H., Akihiro, T., Mita, S. and Mcallester, D.A. (2012) On-Road Multivehicle Tracking Using Deformable Object Model and Particle Filter with Improved Likelihood Estimation. IEEE Transactions on Intelligent Transportation, 2, 748-758.  
https://doi.org/10.1109/TITS.2012.2187894</mixed-citation></ref><ref id="scirp.88545-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Redmon, J., Divvala, S., Girshick, R. and Farhadi, A. (2016) You Only Look Once: Unified, Real-Time Object Detection. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, 27-30 June 2016, 779-788.  
https://doi.org/10.1109/CVPR.2016.91</mixed-citation></ref><ref id="scirp.88545-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Redmon, J. and Farhadi, A. (2017) YOLO9000: Better, Faster, Stronger. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, 21-26 July 2017, 6517-6525. https://doi.org/10.1109/CVPR.2017.690</mixed-citation></ref><ref id="scirp.88545-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Redmon, J. and Farhadi, A. (2018) YOLO v3: An Incremental Improvement. arxiv:1804.02767v1 [cs.CV], Unpublished.</mixed-citation></ref><ref id="scirp.88545-ref9"><label>9</label><mixed-citation publication-type="other" xlink:type="simple">Razakarivony, S. and Jurie, F. (2015) Vehicle Detection in Aerial Imagery: A Small Target Detection Benchmark. Journal of Visual Communication &amp; Image Representation, 34, 187-203. https://doi.org/10.1016/j.jvcir.2015.11.002</mixed-citation></ref><ref id="scirp.88545-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Mundhenk, T.N., Konjevod, G., Sakla, W.A. and Boakye, K. (2016) A Large Contextual Dataset for Classification, Detection and Counting of Cars with Deep Learning. Proceedings of European Conference on Computer Vision, Springer, 2016, 785-800.</mixed-citation></ref><ref id="scirp.88545-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Xia, G.S., Bai, X., Ding, J., Zhu, Z., Belongie, S., Luo, J.L., et al. (2018) DOTA: A Large-Scale Dataset for Object Detection in Aerial Images. arXiv: 1711.10398v2 [cs.CV], Unpublished.</mixed-citation></ref></ref-list></back></article>