Keywords: Deep learning, UAV, Regional classification, Image segmentation.
Abstract: In order to improve the efficiency of urban traffic operation, this paper combines deep learning technology
and UAV photography of drones. With the algorithm in this paper, we can classify traffic area and static
area in high quality and speed. We make a test in Fengtai District of Beijing to conduct regional traffic
identification research on the traffic content of the area. The primary identification area includes the vehicle
travel area and coordinates the pedestrian area in a coordinated manner. The main research result of this
algorithm is to propose a key frame extraction scheme for UAV image and then combine it with the
application of Mask R-CNN in high-altitude image to identify the ground area. The experimental results are
similar to the same algorithm (refer to FCNs for this article). Comparative benchmarks) have obvious
advantages of high speed and high accuracy, which are of great help to traffic safety and urban planning.
1 INTRODUCTION
With the development of science and technology,
basic urban map construction has been realized by
means of satellite remote sensing technology, but the
details are still in short supply. The emergence of
UAV is undoubtedly a new help for the construction
of urban maps. Wide range of applications, such as
public transportation, news media, aerial
photography, agricultural monitoring, etc (Deren,
2014) (W., 2013). With a UAV in a place where
people can't reach it, it's easy to get real-time picture
information at the best angle. The collected real-time
image information plus the deep learning method is
trained to determine the category of the circled area,
thereby implementing classification. At present,
there have been studies on regional classification
and identification of environmental pollution areas
(Qiong W, 2018), and also there are research about
regional terrain classifications (L., 2018), but
research on traffic with UAV is still the current
pattern recognition and the poor areas of the drone
field.
Deep learning is one of the important advances
in the development of artificial intelligence, and
research in its field has already landed in a wide
range of industrial fields (Chen Y, 2017), one of the
most used ones is to do image classification.
Girshick (R., 2015) has made success in
combination of convolutional neural networks and
regional algorithms heralds the beginning of a high-
speed, high-precision recognition era. Combining
the high-speed and accurate recognition and
classification technology of UAV's efficient image
capture and deep learning, it can be of vital help to
the construction of urban maps. The use of targeted
algorithms and architecture can also be very accurate.
Guarantee.
The main focus of the UAV detection traffic area
is the frame selection of the UAV image and the
identification of the area. The main methods of
frame fetching are the key frame coding frame
method and the feature pixel frame method
(Narasimha R ., 2003). In view of the continuity of
UAV images, this paper adopts the method of taking
frames by feature pixels to avoid the repetitive effect
of multiple repeated frames on the detection
algorithm. In terms of region identification, this
paper adopts Mask-RCNN-based image instance
segmentation algorithm (Kaiming, 2018) and adds
the integrated structure to the whole region. The
final output effect is the regional frame selection.
2 RELATED WORK
The current image segmentation application
algorithms mainly include supervised segmentation
and unsupervised segmentation. The segmentation
algorithm in classification based on classification
can be divided into pixel-level segmentation and
superpixel-based segmentation algorithm.
Li, R., Chen, C. and Chen, M.