SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 5 Issue 1, November-December 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 55
Research on Ship Detection in Visible Remote Sensing Images
Peng Wei, Qian Li, Kaiwen Yang
Beijing Wuzi University, Beijing, China
ABSTRACT
With the continuous development of remote sensing technology and satellite
communication technology, the higher is the resolution of remote sensing
images, and the richer is information contained in the image. How to obtain
information from remote sensing images quickly and accurately is the key
problem in the application of remote sensing technology. This paper
introduces the automatic detection of ship targets in visible light remote
sensing images, analyzes the methods and problems of target detection and
semantic segmentation based on deep learning, which improves the accuracy
of ship detection. Finally, this paper summarizes the short comings of the
existing methods and prospects of the future research trend.
KEYWORDS: remote sensing images, computer vision, deep learning
How to cite this paper: Peng Wei | QianLi
| Kaiwen Yang "Research on Ship
Detection in Visible Remote Sensing
Images" Published in
International Journal
of Trend in Scientific
Research and
Development
(ijtsrd), ISSN: 2456-
6470, Volume-5 |
Issue-1, December
2020, pp.55-59, URL:
www.ijtsrd.com/papers/ijtsrd35823.pdf
Copyright © 2020 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
I. INTRODUCTION
Remote sensing images [1] arecapturedthereal imageof the
earth's surface by remote sensing satellites.Throughremote
sensing images, people can intuitively understand the
ground buildings, road conditions,natural environment,and
other information. According to the types of sensors,remote
sensing images can be divided into synthetic aperture radar
(SAR) image, laser radar image, thermal infrared image,
optical sensor (including visible light sensor) image, etc.
Optical remote sensing mainly refers to the sensors
operating in the visible and, that is, 0.38-0.76micron.Visible
images are intuitive and easytounderstand withhighspatial
resolution. When the light and sunnyweatherconditionsare
well, high-resolution visible images can provide lots of
information, obvious target structure characteristics. In the
aspect of remote sensing specific targetdetection,thevisible
image has incomparable advantages such as SAR image and
multispectral image [2]. Therefore, visible remote sensing
images have been paid more and more attention when
researchers extract the content of interest,thedetectionand
recognition of specific targets from remote sensing images.
In recent years, with the continuous development of remote
sensing technology and satellite communicationtechnology,
the higher is the resolution of remotesensingimagesand the
richer is information contained in the image. How to obtain
information from remote sensing images quickly and
accurately is a key problem in the application of remote
sensing technology. The target detection of remote sensing
image mainly aims at the given remote sensing image, and
automatically identify the interesting objects in the image,
such as vehicle, aircraft, ship, port, airport, etc. As an
important part of remote sensing, ship detection plays an
important role in the military and civil fields such as
maritime security, maritime traffic, border control, fishery
management, etc. China is rich in marine resources. Ship
detection based on remote sensing images is widely used in
military and civil fields. For example, in a specific sea area or
port, remote sensing technology can realize the monitoring
and management of illegal fishingandsmugglingships.Ships
may be in distress and loss of contact occur from time to
time in bad weather conditions, while remote sensing
technology can quickly and accurately detect the location of
ships in distress, which is conducive to the rescue work[3].
In recent years, with the rapid development of optical
remote sensing imaging technology, "GaoJing-1",
"worldview-4", "GaoFen-6"andotheroptical remotesensing
satellites have been launched one after another, which can
continuously provide massive high-resolution images and
bring new opportunities and challenges to the development
of ship detection technology. Therefore, ship detection of
remote sensing images has important research significance
and broad application prospects.
The traditional target detectionalgorithmismainlybased on
image processing to extract features manually. This method
is not accurate when processing complex images. The
vigorous development of deep learning technologyprovides
a very effective tool for remote sensing image target
detection. Although thetargetdetectiontechnologybased on
deep learning has achieved remarkable success in natural
images, it is difficult to directly apply this method to remote
sensing images because of thesignificantdifferencebetween
remote sensing images and natural scene images.Compared
with the traditional image, the remote sensing imagehasthe
IJTSRD35823
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 56
characteristics of a large amount of data, complex
background, small target size, and so on. At the same time,
because the remote sensing image is a top view, different
projection directions make the same target has different
rotation angles, which makes the angle direction of the
target arbitrary. Due to the particularity of remote sensing
image, the current mainstream general target detection
method based on deep learning cannot play an optimal role
in remote sensing image target detection. Therefore, it is of
great significance to study how to apply deep learning
methods to target detection in satellite visible light remote
sensing images to effectively improve the accuracy of target
detection and reduce the detection time.
II. Related work on target detection
Target detection [4] is a basic research task in computer
vision, which is mainly used to identify the types and
locations of targets in images. Target detectiontechnology is
widely used in industrial product detection, airport security
inspection, robot navigation, video monitoring, target
tracking, remote sensing, and many other fields. Through
using computer technology toreplacethetraditional manual
detection, it is an important practical significance for
improving production efficiency and reducing production
cost. Therefore, target detection has become a hot topic in
the academic and industrial circles this year. At the same
time, as an important branch of computer vision, target
detection technology also plays an important role in the
following target tracking, semantic segmentation [5,6],
instance segmentation [7].
The traditional target detectionalgorithmismainlybased on
SIFT [8] and HOG [9] to extract features manually. In 2012,
Alexnet [10] made a breakthrough in the ILSVRCimage
classification competition, and researchers began to use the
deep convolution neural network method tosolvecomputer
vision problems. Atpresent, thecommonnetwork structures
include Google net [11], VGG [12], Darknet[13],ResNet[14],
DenseNet [15], etc., which are designed to improve the
accuracy and speed of feature extraction from different
aspects. At present, the general target detection methods
based on convolutional neural networks can be divided into
two categories: the one-stage detectionmethodandthetwo-
stage detection method. In the two-stage detection method,
candidate regions are generated from the image firstly, and
then the candidate regions are classified. The main methods
are R-CNN, Fast R-CNN, FasterR-CNN [16].One-stage
detection methods mainly include YOLO, YOLO9000,
YOLOv3[17], SSD[18], etc.
III. Ship detection methods
With the development of remote sensing technology,people
can understand the earthfroma betterperspective.Inrecent
years, with the improvement of remote sensing image
resolution, ship detectionin optical remotesensingimagesis
a research hotspot, and many different methods have been
proposed. Generally speaking, these methodscanbedivided
into two categories: traditional methods and deep learning
methods. The traditional ship detectionmethodsaredivided
into three steps: the first step is the separation of land and
sea, which aims at separating the target from the ocean, the
second step is candidate detection, which shows that pixels
represent possible ships, and the last step is classification,
which identifies one of all the detected candidates in the
previous step of the real target. Traditional methods are
mainly based on geometric features of images.
Yang et al [19] proposed a detection method based on sea
surface analysis and used a newlinear function combining
pixel and region features to select candidate ships. Shi et al
[20] extended the existing HOGfeaturesandsomeadditional
information to improve the abilityofshipidentification.Qiet
al [21] used visual saliency to extract candidate regions and
improved the hand feature based on HOG. Traditional
detection methods mainly use manual features to detect
ships. These methods have achieved good results in open
waters, but it is difficult to detect in complex backgrounds.
With the development of deep learning, the methods based
on convolutional neural networks have surpassed the
traditional methods in many computervisiontasks.Inspired
by the successful application of convolutional neural
networks in natural scenes, many detection methods based
on deep learning have been applied to ship detection in
remote sensing images. To improve the detection accuracy,
Huang et al [22] proposed a squeeze excitation hop
connection path network (SESPNets) using a path-level hop
connection structure to improve the feature extraction
ability. Zhang et al [23] improved the original Fast R-CNN
structure to improve the detection results of small-scale
distributed ships. You et al [24] proposed a DCNN
framework to deal with multi-scale ship detection. You et al.
[25] proposed an end-to-end method called scene mask R-
CNN to reduce onshore false-positives.Thesemethodsbased
on CNN improve the efficiency and detection accuracy and
liberate researchers from the tedious feature processing.
However, these methods can only generate horizontal
boundary boxes, which are not suitable for targets placed in
any direction in remote sensing images.
Due to the great differences between remote sensingimages
and natural scenery images, it is still difficult to apply it
directly to remote sensing images. Different from natural
images, remote sensing imagesaretakenwithanaerial view.
Targets may exist in any direction. When detecting density
targets, especially with a high length-width ratio, ordinary
targets often are missed in the NMS step by relying on the
horizontal bounding box method. In contrast, the rotating
bounding box with an arbitrary rotation angle is more
suitable for ship detection. To solve this problem,
researchers began to introduce a rotating bounding box,
which was initially used for text detection. Yang et al. [26]
proposed a framework calledrotationdensefeaturepyramid
network (R-DFPN), which can effectively detect ships in
different scenes such as ocean and port. Ma et al. [27]
proposed a two-stage CNN ship detection method based on
ship center and azimuth prediction, which can accurately
detect ships in any direction in optical remote sensing
images. Tian et al. [28] proposed a framework integrating
multi-scale feature fusion network, rotating region
recommendation network, and context pool, which realized
accurate positioning and false alarm suppression. Zhang et
al. [29] proposed a rotating area recommendation network
(R2PN), which uses the azimuth information of ships to
generate multi-directional suggestions. At present, most of
the methods are two-stage. These methods can predict the
direction of the target and improve detection accuracy.
However, due to the existence of RPN network, these
methods use complex network structures and affect the
detection velocity.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 57
IV. Semantic segmentation methods
The semantic segmentation combines image classification,
target detection, and image segmentation. Image semantic
segmentation is to classify every pixel in the image. By
semantic segmentation of remote sensing images, we can
separate the specific semantic pixels and obtain boundary
information to improve the accuracy of target detection.
Image semantic segmentation methods include traditional
methods and methods based on convolution neural
networks. The traditional semantic segmentation methods
mainly include threshold-based segmentation, edge-based
segmentation, region-based segmentation, and so on.
A. Image segmentation methods based on threshold
The threshold-based segmentation is to calculate one or
more gray thresholds based onthegraycharacteristicsof the
image, compare the gray value of each pixel with the
threshold, and finally classify the target into appropriate
categories according to the pixel comparison results.
The advantages of threshold-basedsegmentationaresimple,
high efficiency, and speed. The global threshold can
effectively segment different targetsand backgroundswitha
great difference in the gray level. Local thresholdordynamic
threshold is more suitable for the targets with little
difference. Although the threshold-based segmentation
method is simple and efficient, it also has some limitations.
The method only considers the gray value of the pixel itself,
generally does not considerthespatial characteristics,soitis
very sensitive to noise. In practical application, the
threshold-based methods are usually combined with other
methods.
B. Image segmentation methods based on edge
The edge refers to the set of continuous pixels on the
boundary of two different regions in the image, which
reflects the discontinuity of local features and the mutation
of image characteristics such as gray, color, texture, etc. The
edge-based segmentationmethoddetectsthe edgeaccording
to the gray value and divides the imageintodifferentparts.It
is based on the observation that the gray value of the edge
will show a step change.
C. Image segmentation technology based on Region
The image is divided into different regions according to the
similarity criterion. It mainly uses the local space
information of the image and can avoid the defect of small
segmentation space brought by other algorithms. However,
this kind of segmentation method is slow in large area
segmentation and has poor anti-noise performance, which
often results in meaningless region segmentation or over-
segmentation of image. In general, it will be combined with
other methods to give full play to their advantages to obtain
a better segmentation effect.
With the rapid development of deep learning, it isfoundthat
image semantic segmentation based on deep learning can
greatly improve accuracy. Most of the traditional
segmentation methodsconsiderthevisual informationof the
image pixel itself without training. Although the time
complexity is not high, the accuracy is low, and it cannot
effectively process thescenewithcomplexbackgrounds. The
primary difference between the semantic segmentation
method based on convolutional neural networks and the
traditional semantic segmentation method is that the
network can automatically learn the features of the image
and carry out end-to-end classification learning, which
greatly improvestheaccuracyofsemanticsegmentation. The
main idea of the imagesemanticsegmentationmethodbased
on deep learning is that a large number of original image
data are directly inputted into the deep network without
artificial design features. According to the designed deep
network algorithm, the imagedata isprocessedcomplexlyto
obtain high-level abstract features. The output is no longera
simple classification category or target positioning but the
segmentation image with pixel category label.
Long et al. [30] proposed a semantic segmentation model of
a full convolution network. Firstly, the features were
extracted by convolution operation, and then the feature
map was up sampled and restored to the input size. The
result of up sampling is fuzzy. It is not sensitive to thedetails
of the image, and the segmentation accuracy is poor. Vijay et
al. [31] proposed the SegNet symmetric semantic
segmentation model, which can reduce the loss of pixel
information, improve the resolution, and accurately locate
the image segmentation boundary. Chen et al.[32]proposed
the Deeplab model and added CRF based on FCN to improve
the boundarysegmentation accuracy.Ronnebergeretal.[33]
proposed a U-net network to improvethedetectionaccuracy
by adding feature fusion. When the convolution network is
used for semantic segmentation, the input image usually
needs to be adjusted to the input size of the model for the
fixed-size model. After semantic segmentation, it is restored
to the original size. Because the modification of image size
will lose useful information, especially for the small target,it
increases the difficulty of target segmentation.
V. Conclusion
Due to the great difference between remote sensing image
and natural scenery image, it is still difficult to apply it
directly to the remote sensing image. Different from natural
images, remote sensing images are taken from an aerial
view. Targets in remote sensing images may exist in any
direction. When detecting densely packedobjects,especially
targets with a large aspect ratio, ordinary targets oftenare
missed targets in the NMS step by relying on the horizontal
bounding box method, as shown in Figure 1. The method
retains the boundary box A with the maximum probability,
removes other boundary boxes B and C, which results in the
omission of the real target.
Figure 1falsedetection caused by NMS
When the full convolution network is used for semantic
segmentation, the input image usually needs to be adjusted
to the input size of the model for a fixed size model. After
semantic segmentation, it is restored totheoriginal size.The
process of semantic segmentation is shown in Figure 2.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 58
scale
Semantic segmentation
network
reduction
fuzzy boundaries
Figure 2 semantic segmentation flow based on
convolutional neural network
For example, the above network limits the input image to
480 * 320. Because the modification of image resolution will
lose useful information in the image, especially for small
targets. The size in the feature map is very small after down
sampling, and it is difficult to include all the information
about the target, which makes it more difficult to segment
the target. For targets with complex boundaries, the
detection results are restored to the original image. And the
boundary is not smooth enough, and it is not sensitive to the
details of the image.
At present, the methods based on deep learning in remote
sensing target detection achieve some achievements, which
are mainly from the improvement of the target detection
algorithm in natural scenes. Therearesignificantdifferences
between remote sensing images and natural scene images,
especially in the aspects of target rotation, scale change, and
complex background. Although researchers have explored
and studied the ship target detection and recognition
technology in optical remote sensing image, there are still
many problems and challenges in ship target detection
algorithm based on remote sensing image
1. The environment in optical remote sensingimageis
complex
Due to the transmission characteristics of optical sensors,
camera angles, light intensity, weather, and sea background,
and other factors, the target will be blocked, or incomplete
and the contrast is low, which makes it more difficult to
detect the target.
2. Detection of inshore ships
Different from the ship on the sea, because the inshore ship
is often connected with the coast, which has similar
grayscale and texture of the buildings on the shore and is
affected by the shadow and side-by-side berthing. Thus, the
conventional ship detection methodcannotachievetheideal
detection results for the inshore ship. It is also difficult to
extract the ship target quickly and accurately from the
complex port environment.
3. Real-time performance of ship detection algorithm
At present, some target detection algorithms have a high
recognition rate. But because of its highcomplexityandslow
detection speed, it cannot meet the real-time requirements.
With the development of deep learning technology, remote
sensing image target detection technology is still an open
problem to be further studied.
Reference:
[1] Yao L. Q., Hu X., Lei H..Object Detection in Remote
SensingImagesUsingMultiscaleConvolutional Neural
Networks. Acta Optica Sinica, 2019. 39(11): 346-353.
[2] Kanjir U., H. Greidanus, K. Ostir. Vessel detection and
classification from spaceborne optical images: A
literature survey. Remote Sens. Environ.,2018.207:1-
26.
[3] Yu D. X., et al., Joint salient feature and convolutional
neural network for ship detection in remote sensing
images. Journal of Image and Graphics, 2018. 23(12):
1947-1958.
[4] Fang L. P., He H. J., ZhouG. M..Research overview of
object detection methods. Computer Engineering and
Applications, 2018. 54(13): p. 11-18+33.
[5] Liang X. Y., Quan J. CH., Xiao K. H., Gao W. J..Research
on Progress of Image Semantic Segmentation Based
on Deep Learning. Computer Engineering and
Applications, 2020. 56(02): p. 18-28.
[6] Tian X., Wang L., Ding Q..Review of Image Semantic
Segmentation Based on Deep Learning. Journal of
Software, 2019. 30(2): p. 440-468.
[7] He, K., et al. Mask R-CNN. in Proceedings of the IEEE
international conference on computervision.2017,42:
386-397.
[8] Lowe, D. G.. Distinctive Image Features from Scale-
Invariant Keypoints. International Journal of
Computer Vision, 2004. 60(2): 91-110.
[9] Dalal N., B. Triggs. Histograms of oriented gradients
for human detection. in Proceedings of the IEEE
conference on computervisionandpatternrecognition,
2005, 1: 886-893.
[10] [10]Krizhevsky A., I. Sutskever, G. Hinton. ImageNet
Classification with Deep Convolutional Neural
Networks. Advances in neural information processing
systems, 2012, 25(2): 1097–1105.
[11] Szegedy, C., et al. Going deeper with convolutions. in
Proceedings of the IEEE conference on computervision
and pattern recognition, 2015, 1:1-9.
[12] Simonyan, K. A.J.a.p.a. Zisserman. Very deep
convolutional networks for large-scale image
recognition. in Proceedings of the IEEE conference on
computer vision and pattern recognition, 2016.
[13] Redmon J., A. Farhadi. YOLO9000: better, faster,
stronger. in Proceedings of the IEEE conference on
computer vision and pattern recognition. 2017, 1:
6517-6525.
[14] He K., et al. Deep residual learning for image
recognition. in Proceedings of the IEEE conference on
computer vision and pattern recognition,2016,1:770-
778.
[15] Huang, G., et al. Densely connected convolutional
networks. in Proceedings of the IEEE conference on
computer vision and pattern recognition, 2017, 1:
2261-2269.
[16] Ren S., et al. Faster R-CNN: Towards real-time object
detection with region proposal networks. IEEE
Transactions on Pattern Analysis and Machine
Intelligence. 2017, 39(6): 1137 - 1149.
[17] Redmon, J. A. Farhadi. Yolov3: An incremental
improvement. 2018.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 59
[18] Liu, W., et al.. SSD: Single shot multibox detector. in
European conference on computer vision,2016,26-27.
[19] Yang G., et al.. Ship detection from optical satellite
images based on sea surface analysis. IEEE
Geoscience and Remote Sensing Letters, 2013. 11(3):
641-645.
[20] Shi, Z., et al.. Ship detection in high-resolution optical
imagery based on anomaly detector and local shape
feature. IEEE Transactions on Geoscience and Remote
Sensing, 2013. 52(8): 4511-4523.
[21] Qi S., et al.. Unsupervised ship detection based on
saliency and S-HOG descriptor from optical satellite
images. IEEE Geoscience and Remote Sensing Letters,
2015. 12(7): 1451-1455.
[22] Huang G., et al., Ship detection based on squeeze
excitation skip-connection path networks for optical
remote sensing images. Neurocomputing, 2019. 332:
215-223.
[23] Zhang S., et al.. R-CNN-Based Ship Detection from
High Resolution Remote Sensing Imagery. Remote
Sensing, 2019. 11(6):631.
[24] You Y., et al.. Broad Area Target Search System for
Ship Detection via Deep Convolutional Neural
Network. Remote Sensing, 2019. 11(17):1965.
[25] YouY., et al.. Nearshore Ship Detection on High-
Resolution Remote Sensing Image via Scene-Mask R-
CNN. IEEE Access, 2019. 7: 128431-128444.
[26] Yang X., et al.. Automatic Ship Detection in Remote
Sensing Images from Google Earth of ComplexScenes
Based on Multiscale Rotation Dense Feature Pyramid
Networks. Remote Sensing, 2018. 10(1): 132.
[27] Ma J., et al.. Ship Detection in Optical Satellite Images
via Directional Bounding Boxes Based on Ship Center
and Orientation Prediction. Remote Sensing, 2019.
11(18): 2173-2173.
[28] Tian T., et al.. Arbitrary-Oriented Inshore Ship
Detection based on Multi-Scale Feature Fusion and
Contextual Pooling on Rotation Region Proposals.
Remote Sensing, 2020, 12(2): 339-358.
[29] Zhang Z., et al.. Toward arbitrary-oriented ship
detection with rotated region proposal and
discrimination networks. IEEE Geoscience Remote
Sensing Letters, 2018. 15(11): 1745-1749.
[30] Long J., E. Shelhamer, T. Darrell. Fully convolutional
networks for semantic segmentation. in Proceedings
of the IEEE conference on computer vision and
pattern recognition. 2015, 79, 1337-1342.
[31] Badrinarayanan V., A. Kendall, R. Cipolla. Segnet: A
deep convolutional encoder-decoder architecturefor
image segmentation. IEEE transactions on pattern
analysis and machineintelligence,2017.39(12):2481-
2495.
[32] Chen L.-C., et al.. Semantic image segmentation with
deep convolutional nets and fully connected
CRFs.Computer Science, 2014(4): 357-370.
[33] Ronneberger O., P. Fischer, T. Brox. U-net:
Convolutional networks for biomedical image
segmentation. Lecture Notes Comput Sci, 2015,
9351:234–241.

More Related Content

What's hot

Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operatorProposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operatorQUESTJOURNAL
 
Recent advances in diagnosis & treatment plsning /certified fixed orthodonti...
Recent advances in  diagnosis & treatment plsning /certified fixed orthodonti...Recent advances in  diagnosis & treatment plsning /certified fixed orthodonti...
Recent advances in diagnosis & treatment plsning /certified fixed orthodonti...Indian dental academy
 
Magnetic resonance imaging /certified fixed orthodontic courses by Indian de...
Magnetic resonance imaging  /certified fixed orthodontic courses by Indian de...Magnetic resonance imaging  /certified fixed orthodontic courses by Indian de...
Magnetic resonance imaging /certified fixed orthodontic courses by Indian de...Indian dental academy
 
Basics of computational assessment for COPD: IWPFI 2017
Basics of computational assessment for COPD: IWPFI 2017Basics of computational assessment for COPD: IWPFI 2017
Basics of computational assessment for COPD: IWPFI 2017Namkug Kim
 
Recent advances in diagnosis and treatment planning1 /certified fixed orthod...
Recent advances in diagnosis and treatment  planning1 /certified fixed orthod...Recent advances in diagnosis and treatment  planning1 /certified fixed orthod...
Recent advances in diagnosis and treatment planning1 /certified fixed orthod...Indian dental academy
 
3 d facial imaging /certified fixed orthodontic courses
3 d facial imaging   /certified fixed orthodontic courses   3 d facial imaging   /certified fixed orthodontic courses
3 d facial imaging /certified fixed orthodontic courses Indian dental academy
 
Stereoscopic Display of Lung PET/CT DICOM Scans using Perspective
Stereoscopic Display of Lung PET/CT DICOM Scans using PerspectiveStereoscopic Display of Lung PET/CT DICOM Scans using Perspective
Stereoscopic Display of Lung PET/CT DICOM Scans using PerspectiveCassidy Chen
 
IRJET- A Review on Moving Object Detection in Video Forensics
IRJET- A Review on Moving Object Detection in Video Forensics IRJET- A Review on Moving Object Detection in Video Forensics
IRJET- A Review on Moving Object Detection in Video Forensics IRJET Journal
 
Three-dimensional imaging techniques: A literature review By; Orhan Hakki Ka...
Three-dimensional imaging techniques: A literature review  By; Orhan Hakki Ka...Three-dimensional imaging techniques: A literature review  By; Orhan Hakki Ka...
Three-dimensional imaging techniques: A literature review By; Orhan Hakki Ka...Dr. Yahya Alogaibi
 
Digital imaging /certified fixed orthodontic courses by Indian dental academy
Digital imaging /certified fixed orthodontic courses by Indian dental academy Digital imaging /certified fixed orthodontic courses by Indian dental academy
Digital imaging /certified fixed orthodontic courses by Indian dental academy Indian dental academy
 
Development of a Location Invariant Crack Detection and Localisation Model (L...
Development of a Location Invariant Crack Detection and Localisation Model (L...Development of a Location Invariant Crack Detection and Localisation Model (L...
Development of a Location Invariant Crack Detection and Localisation Model (L...CSCJournals
 
의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링Namkug Kim
 
Design of algorithm for detection of hidden objects from Tera hertz images
Design of algorithm for detection of hidden objects from Tera hertz imagesDesign of algorithm for detection of hidden objects from Tera hertz images
Design of algorithm for detection of hidden objects from Tera hertz imagesIOSR Journals
 
A New Approach for video denoising and enhancement using optical flow Estimation
A New Approach for video denoising and enhancement using optical flow EstimationA New Approach for video denoising and enhancement using optical flow Estimation
A New Approach for video denoising and enhancement using optical flow EstimationIRJET Journal
 
Computer Vision Based 3D Reconstruction : A Review
Computer Vision Based 3D Reconstruction : A ReviewComputer Vision Based 3D Reconstruction : A Review
Computer Vision Based 3D Reconstruction : A ReviewIJECEIAES
 

What's hot (20)

Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operatorProposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
 
Recent advances in diagnosis & treatment plsning /certified fixed orthodonti...
Recent advances in  diagnosis & treatment plsning /certified fixed orthodonti...Recent advances in  diagnosis & treatment plsning /certified fixed orthodonti...
Recent advances in diagnosis & treatment plsning /certified fixed orthodonti...
 
Magnetic resonance imaging /certified fixed orthodontic courses by Indian de...
Magnetic resonance imaging  /certified fixed orthodontic courses by Indian de...Magnetic resonance imaging  /certified fixed orthodontic courses by Indian de...
Magnetic resonance imaging /certified fixed orthodontic courses by Indian de...
 
3 d facial imaging
3 d facial imaging3 d facial imaging
3 d facial imaging
 
Basics of computational assessment for COPD: IWPFI 2017
Basics of computational assessment for COPD: IWPFI 2017Basics of computational assessment for COPD: IWPFI 2017
Basics of computational assessment for COPD: IWPFI 2017
 
Recent advances in diagnosis and treatment planning1 /certified fixed orthod...
Recent advances in diagnosis and treatment  planning1 /certified fixed orthod...Recent advances in diagnosis and treatment  planning1 /certified fixed orthod...
Recent advances in diagnosis and treatment planning1 /certified fixed orthod...
 
3 d facial imaging /certified fixed orthodontic courses
3 d facial imaging   /certified fixed orthodontic courses   3 d facial imaging   /certified fixed orthodontic courses
3 d facial imaging /certified fixed orthodontic courses
 
Stereoscopic Display of Lung PET/CT DICOM Scans using Perspective
Stereoscopic Display of Lung PET/CT DICOM Scans using PerspectiveStereoscopic Display of Lung PET/CT DICOM Scans using Perspective
Stereoscopic Display of Lung PET/CT DICOM Scans using Perspective
 
IRJET- A Review on Moving Object Detection in Video Forensics
IRJET- A Review on Moving Object Detection in Video Forensics IRJET- A Review on Moving Object Detection in Video Forensics
IRJET- A Review on Moving Object Detection in Video Forensics
 
Three-dimensional imaging techniques: A literature review By; Orhan Hakki Ka...
Three-dimensional imaging techniques: A literature review  By; Orhan Hakki Ka...Three-dimensional imaging techniques: A literature review  By; Orhan Hakki Ka...
Three-dimensional imaging techniques: A literature review By; Orhan Hakki Ka...
 
CBCT IN ORTHODONTICS
CBCT IN ORTHODONTICSCBCT IN ORTHODONTICS
CBCT IN ORTHODONTICS
 
Digital imaging /certified fixed orthodontic courses by Indian dental academy
Digital imaging /certified fixed orthodontic courses by Indian dental academy Digital imaging /certified fixed orthodontic courses by Indian dental academy
Digital imaging /certified fixed orthodontic courses by Indian dental academy
 
Development of a Location Invariant Crack Detection and Localisation Model (L...
Development of a Location Invariant Crack Detection and Localisation Model (L...Development of a Location Invariant Crack Detection and Localisation Model (L...
Development of a Location Invariant Crack Detection and Localisation Model (L...
 
의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링
 
Design of algorithm for detection of hidden objects from Tera hertz images
Design of algorithm for detection of hidden objects from Tera hertz imagesDesign of algorithm for detection of hidden objects from Tera hertz images
Design of algorithm for detection of hidden objects from Tera hertz images
 
A New Approach for video denoising and enhancement using optical flow Estimation
A New Approach for video denoising and enhancement using optical flow EstimationA New Approach for video denoising and enhancement using optical flow Estimation
A New Approach for video denoising and enhancement using optical flow Estimation
 
IJET-V2I6P21
IJET-V2I6P21IJET-V2I6P21
IJET-V2I6P21
 
Q180305116119
Q180305116119Q180305116119
Q180305116119
 
Recent advances digital imaging
Recent advances digital imaging Recent advances digital imaging
Recent advances digital imaging
 
Computer Vision Based 3D Reconstruction : A Review
Computer Vision Based 3D Reconstruction : A ReviewComputer Vision Based 3D Reconstruction : A Review
Computer Vision Based 3D Reconstruction : A Review
 

Similar to Research on Ship Detection in Visible Remote Sensing Images

MULTIPLE OBJECTS AND ROAD DETECTION IN UNMANNED AERIAL VEHICLE
MULTIPLE OBJECTS AND ROAD DETECTION IN UNMANNED AERIAL VEHICLEMULTIPLE OBJECTS AND ROAD DETECTION IN UNMANNED AERIAL VEHICLE
MULTIPLE OBJECTS AND ROAD DETECTION IN UNMANNED AERIAL VEHICLEijcseit
 
Satellite and Land Cover Image Classification using Deep Learning
Satellite and Land Cover Image Classification using Deep LearningSatellite and Land Cover Image Classification using Deep Learning
Satellite and Land Cover Image Classification using Deep Learningijtsrd
 
Performance investigation of two-stage detection techniques using traffic lig...
Performance investigation of two-stage detection techniques using traffic lig...Performance investigation of two-stage detection techniques using traffic lig...
Performance investigation of two-stage detection techniques using traffic lig...IAESIJAI
 
Satellite Image Classification with Deep Learning Survey
Satellite Image Classification with Deep Learning SurveySatellite Image Classification with Deep Learning Survey
Satellite Image Classification with Deep Learning Surveyijtsrd
 
Satellite Image Classification and Analysis using Machine Learning with ISRO ...
Satellite Image Classification and Analysis using Machine Learning with ISRO ...Satellite Image Classification and Analysis using Machine Learning with ISRO ...
Satellite Image Classification and Analysis using Machine Learning with ISRO ...IRJET Journal
 
IRJET- A Survey on Object Detection using Deep Learning Techniques
IRJET- A Survey on Object Detection using Deep Learning TechniquesIRJET- A Survey on Object Detection using Deep Learning Techniques
IRJET- A Survey on Object Detection using Deep Learning TechniquesIRJET Journal
 
Person Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue OperationsPerson Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue OperationsIRJET Journal
 
Person Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue OperationsPerson Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue OperationsIRJET Journal
 
Inclined Image Recognition for Aerial Mapping using Deep Learning and Tree ba...
Inclined Image Recognition for Aerial Mapping using Deep Learning and Tree ba...Inclined Image Recognition for Aerial Mapping using Deep Learning and Tree ba...
Inclined Image Recognition for Aerial Mapping using Deep Learning and Tree ba...TELKOMNIKA JOURNAL
 
Depth Estimation from Defocused Images: a Survey
Depth Estimation from Defocused Images: a SurveyDepth Estimation from Defocused Images: a Survey
Depth Estimation from Defocused Images: a SurveyIJAAS Team
 
Detection of immovable objects on visually impaired people walking aids
Detection of immovable objects on visually impaired people walking aidsDetection of immovable objects on visually impaired people walking aids
Detection of immovable objects on visually impaired people walking aidsTELKOMNIKA JOURNAL
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS AM Publications
 
IRJET- A Review Analysis to Detect an Object in Video Surveillance System
IRJET- A Review Analysis to Detect an Object in Video Surveillance SystemIRJET- A Review Analysis to Detect an Object in Video Surveillance System
IRJET- A Review Analysis to Detect an Object in Video Surveillance SystemIRJET Journal
 
IEEE CASE 2016 On Avoiding Moving Objects for Indoor Autonomous Quadrotors
IEEE CASE 2016 On Avoiding Moving Objects for Indoor Autonomous QuadrotorsIEEE CASE 2016 On Avoiding Moving Objects for Indoor Autonomous Quadrotors
IEEE CASE 2016 On Avoiding Moving Objects for Indoor Autonomous QuadrotorsPeter SHIN
 
Survey on video object detection & tracking
Survey on video object detection & trackingSurvey on video object detection & tracking
Survey on video object detection & trackingijctet
 
A Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionA Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionIRJET Journal
 
Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3ijtsrd
 
Real Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on FpgaReal Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on Fpgaiosrjce
 
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...IRJET Journal
 

Similar to Research on Ship Detection in Visible Remote Sensing Images (20)

MULTIPLE OBJECTS AND ROAD DETECTION IN UNMANNED AERIAL VEHICLE
MULTIPLE OBJECTS AND ROAD DETECTION IN UNMANNED AERIAL VEHICLEMULTIPLE OBJECTS AND ROAD DETECTION IN UNMANNED AERIAL VEHICLE
MULTIPLE OBJECTS AND ROAD DETECTION IN UNMANNED AERIAL VEHICLE
 
Satellite and Land Cover Image Classification using Deep Learning
Satellite and Land Cover Image Classification using Deep LearningSatellite and Land Cover Image Classification using Deep Learning
Satellite and Land Cover Image Classification using Deep Learning
 
Performance investigation of two-stage detection techniques using traffic lig...
Performance investigation of two-stage detection techniques using traffic lig...Performance investigation of two-stage detection techniques using traffic lig...
Performance investigation of two-stage detection techniques using traffic lig...
 
Satellite Image Classification with Deep Learning Survey
Satellite Image Classification with Deep Learning SurveySatellite Image Classification with Deep Learning Survey
Satellite Image Classification with Deep Learning Survey
 
Satellite Image Classification and Analysis using Machine Learning with ISRO ...
Satellite Image Classification and Analysis using Machine Learning with ISRO ...Satellite Image Classification and Analysis using Machine Learning with ISRO ...
Satellite Image Classification and Analysis using Machine Learning with ISRO ...
 
IRJET- A Survey on Object Detection using Deep Learning Techniques
IRJET- A Survey on Object Detection using Deep Learning TechniquesIRJET- A Survey on Object Detection using Deep Learning Techniques
IRJET- A Survey on Object Detection using Deep Learning Techniques
 
Person Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue OperationsPerson Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue Operations
 
Person Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue OperationsPerson Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue Operations
 
Inclined Image Recognition for Aerial Mapping using Deep Learning and Tree ba...
Inclined Image Recognition for Aerial Mapping using Deep Learning and Tree ba...Inclined Image Recognition for Aerial Mapping using Deep Learning and Tree ba...
Inclined Image Recognition for Aerial Mapping using Deep Learning and Tree ba...
 
Depth Estimation from Defocused Images: a Survey
Depth Estimation from Defocused Images: a SurveyDepth Estimation from Defocused Images: a Survey
Depth Estimation from Defocused Images: a Survey
 
Detection of immovable objects on visually impaired people walking aids
Detection of immovable objects on visually impaired people walking aidsDetection of immovable objects on visually impaired people walking aids
Detection of immovable objects on visually impaired people walking aids
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
IRJET- A Review Analysis to Detect an Object in Video Surveillance System
IRJET- A Review Analysis to Detect an Object in Video Surveillance SystemIRJET- A Review Analysis to Detect an Object in Video Surveillance System
IRJET- A Review Analysis to Detect an Object in Video Surveillance System
 
IEEE CASE 2016 On Avoiding Moving Objects for Indoor Autonomous Quadrotors
IEEE CASE 2016 On Avoiding Moving Objects for Indoor Autonomous QuadrotorsIEEE CASE 2016 On Avoiding Moving Objects for Indoor Autonomous Quadrotors
IEEE CASE 2016 On Avoiding Moving Objects for Indoor Autonomous Quadrotors
 
Survey on video object detection & tracking
Survey on video object detection & trackingSurvey on video object detection & tracking
Survey on video object detection & tracking
 
A Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall DetectionA Survey on Smart Devices for Object and Fall Detection
A Survey on Smart Devices for Object and Fall Detection
 
Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3
 
F011113741
F011113741F011113741
F011113741
 
Real Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on FpgaReal Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on Fpga
 
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 

Recently uploaded (20)

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 

Research on Ship Detection in Visible Remote Sensing Images

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 5 Issue 1, November-December 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 55 Research on Ship Detection in Visible Remote Sensing Images Peng Wei, Qian Li, Kaiwen Yang Beijing Wuzi University, Beijing, China ABSTRACT With the continuous development of remote sensing technology and satellite communication technology, the higher is the resolution of remote sensing images, and the richer is information contained in the image. How to obtain information from remote sensing images quickly and accurately is the key problem in the application of remote sensing technology. This paper introduces the automatic detection of ship targets in visible light remote sensing images, analyzes the methods and problems of target detection and semantic segmentation based on deep learning, which improves the accuracy of ship detection. Finally, this paper summarizes the short comings of the existing methods and prospects of the future research trend. KEYWORDS: remote sensing images, computer vision, deep learning How to cite this paper: Peng Wei | QianLi | Kaiwen Yang "Research on Ship Detection in Visible Remote Sensing Images" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-5 | Issue-1, December 2020, pp.55-59, URL: www.ijtsrd.com/papers/ijtsrd35823.pdf Copyright © 2020 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) I. INTRODUCTION Remote sensing images [1] arecapturedthereal imageof the earth's surface by remote sensing satellites.Throughremote sensing images, people can intuitively understand the ground buildings, road conditions,natural environment,and other information. According to the types of sensors,remote sensing images can be divided into synthetic aperture radar (SAR) image, laser radar image, thermal infrared image, optical sensor (including visible light sensor) image, etc. Optical remote sensing mainly refers to the sensors operating in the visible and, that is, 0.38-0.76micron.Visible images are intuitive and easytounderstand withhighspatial resolution. When the light and sunnyweatherconditionsare well, high-resolution visible images can provide lots of information, obvious target structure characteristics. In the aspect of remote sensing specific targetdetection,thevisible image has incomparable advantages such as SAR image and multispectral image [2]. Therefore, visible remote sensing images have been paid more and more attention when researchers extract the content of interest,thedetectionand recognition of specific targets from remote sensing images. In recent years, with the continuous development of remote sensing technology and satellite communicationtechnology, the higher is the resolution of remotesensingimagesand the richer is information contained in the image. How to obtain information from remote sensing images quickly and accurately is a key problem in the application of remote sensing technology. The target detection of remote sensing image mainly aims at the given remote sensing image, and automatically identify the interesting objects in the image, such as vehicle, aircraft, ship, port, airport, etc. As an important part of remote sensing, ship detection plays an important role in the military and civil fields such as maritime security, maritime traffic, border control, fishery management, etc. China is rich in marine resources. Ship detection based on remote sensing images is widely used in military and civil fields. For example, in a specific sea area or port, remote sensing technology can realize the monitoring and management of illegal fishingandsmugglingships.Ships may be in distress and loss of contact occur from time to time in bad weather conditions, while remote sensing technology can quickly and accurately detect the location of ships in distress, which is conducive to the rescue work[3]. In recent years, with the rapid development of optical remote sensing imaging technology, "GaoJing-1", "worldview-4", "GaoFen-6"andotheroptical remotesensing satellites have been launched one after another, which can continuously provide massive high-resolution images and bring new opportunities and challenges to the development of ship detection technology. Therefore, ship detection of remote sensing images has important research significance and broad application prospects. The traditional target detectionalgorithmismainlybased on image processing to extract features manually. This method is not accurate when processing complex images. The vigorous development of deep learning technologyprovides a very effective tool for remote sensing image target detection. Although thetargetdetectiontechnologybased on deep learning has achieved remarkable success in natural images, it is difficult to directly apply this method to remote sensing images because of thesignificantdifferencebetween remote sensing images and natural scene images.Compared with the traditional image, the remote sensing imagehasthe IJTSRD35823
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 56 characteristics of a large amount of data, complex background, small target size, and so on. At the same time, because the remote sensing image is a top view, different projection directions make the same target has different rotation angles, which makes the angle direction of the target arbitrary. Due to the particularity of remote sensing image, the current mainstream general target detection method based on deep learning cannot play an optimal role in remote sensing image target detection. Therefore, it is of great significance to study how to apply deep learning methods to target detection in satellite visible light remote sensing images to effectively improve the accuracy of target detection and reduce the detection time. II. Related work on target detection Target detection [4] is a basic research task in computer vision, which is mainly used to identify the types and locations of targets in images. Target detectiontechnology is widely used in industrial product detection, airport security inspection, robot navigation, video monitoring, target tracking, remote sensing, and many other fields. Through using computer technology toreplacethetraditional manual detection, it is an important practical significance for improving production efficiency and reducing production cost. Therefore, target detection has become a hot topic in the academic and industrial circles this year. At the same time, as an important branch of computer vision, target detection technology also plays an important role in the following target tracking, semantic segmentation [5,6], instance segmentation [7]. The traditional target detectionalgorithmismainlybased on SIFT [8] and HOG [9] to extract features manually. In 2012, Alexnet [10] made a breakthrough in the ILSVRCimage classification competition, and researchers began to use the deep convolution neural network method tosolvecomputer vision problems. Atpresent, thecommonnetwork structures include Google net [11], VGG [12], Darknet[13],ResNet[14], DenseNet [15], etc., which are designed to improve the accuracy and speed of feature extraction from different aspects. At present, the general target detection methods based on convolutional neural networks can be divided into two categories: the one-stage detectionmethodandthetwo- stage detection method. In the two-stage detection method, candidate regions are generated from the image firstly, and then the candidate regions are classified. The main methods are R-CNN, Fast R-CNN, FasterR-CNN [16].One-stage detection methods mainly include YOLO, YOLO9000, YOLOv3[17], SSD[18], etc. III. Ship detection methods With the development of remote sensing technology,people can understand the earthfroma betterperspective.Inrecent years, with the improvement of remote sensing image resolution, ship detectionin optical remotesensingimagesis a research hotspot, and many different methods have been proposed. Generally speaking, these methodscanbedivided into two categories: traditional methods and deep learning methods. The traditional ship detectionmethodsaredivided into three steps: the first step is the separation of land and sea, which aims at separating the target from the ocean, the second step is candidate detection, which shows that pixels represent possible ships, and the last step is classification, which identifies one of all the detected candidates in the previous step of the real target. Traditional methods are mainly based on geometric features of images. Yang et al [19] proposed a detection method based on sea surface analysis and used a newlinear function combining pixel and region features to select candidate ships. Shi et al [20] extended the existing HOGfeaturesandsomeadditional information to improve the abilityofshipidentification.Qiet al [21] used visual saliency to extract candidate regions and improved the hand feature based on HOG. Traditional detection methods mainly use manual features to detect ships. These methods have achieved good results in open waters, but it is difficult to detect in complex backgrounds. With the development of deep learning, the methods based on convolutional neural networks have surpassed the traditional methods in many computervisiontasks.Inspired by the successful application of convolutional neural networks in natural scenes, many detection methods based on deep learning have been applied to ship detection in remote sensing images. To improve the detection accuracy, Huang et al [22] proposed a squeeze excitation hop connection path network (SESPNets) using a path-level hop connection structure to improve the feature extraction ability. Zhang et al [23] improved the original Fast R-CNN structure to improve the detection results of small-scale distributed ships. You et al [24] proposed a DCNN framework to deal with multi-scale ship detection. You et al. [25] proposed an end-to-end method called scene mask R- CNN to reduce onshore false-positives.Thesemethodsbased on CNN improve the efficiency and detection accuracy and liberate researchers from the tedious feature processing. However, these methods can only generate horizontal boundary boxes, which are not suitable for targets placed in any direction in remote sensing images. Due to the great differences between remote sensingimages and natural scenery images, it is still difficult to apply it directly to remote sensing images. Different from natural images, remote sensing imagesaretakenwithanaerial view. Targets may exist in any direction. When detecting density targets, especially with a high length-width ratio, ordinary targets often are missed in the NMS step by relying on the horizontal bounding box method. In contrast, the rotating bounding box with an arbitrary rotation angle is more suitable for ship detection. To solve this problem, researchers began to introduce a rotating bounding box, which was initially used for text detection. Yang et al. [26] proposed a framework calledrotationdensefeaturepyramid network (R-DFPN), which can effectively detect ships in different scenes such as ocean and port. Ma et al. [27] proposed a two-stage CNN ship detection method based on ship center and azimuth prediction, which can accurately detect ships in any direction in optical remote sensing images. Tian et al. [28] proposed a framework integrating multi-scale feature fusion network, rotating region recommendation network, and context pool, which realized accurate positioning and false alarm suppression. Zhang et al. [29] proposed a rotating area recommendation network (R2PN), which uses the azimuth information of ships to generate multi-directional suggestions. At present, most of the methods are two-stage. These methods can predict the direction of the target and improve detection accuracy. However, due to the existence of RPN network, these methods use complex network structures and affect the detection velocity.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 57 IV. Semantic segmentation methods The semantic segmentation combines image classification, target detection, and image segmentation. Image semantic segmentation is to classify every pixel in the image. By semantic segmentation of remote sensing images, we can separate the specific semantic pixels and obtain boundary information to improve the accuracy of target detection. Image semantic segmentation methods include traditional methods and methods based on convolution neural networks. The traditional semantic segmentation methods mainly include threshold-based segmentation, edge-based segmentation, region-based segmentation, and so on. A. Image segmentation methods based on threshold The threshold-based segmentation is to calculate one or more gray thresholds based onthegraycharacteristicsof the image, compare the gray value of each pixel with the threshold, and finally classify the target into appropriate categories according to the pixel comparison results. The advantages of threshold-basedsegmentationaresimple, high efficiency, and speed. The global threshold can effectively segment different targetsand backgroundswitha great difference in the gray level. Local thresholdordynamic threshold is more suitable for the targets with little difference. Although the threshold-based segmentation method is simple and efficient, it also has some limitations. The method only considers the gray value of the pixel itself, generally does not considerthespatial characteristics,soitis very sensitive to noise. In practical application, the threshold-based methods are usually combined with other methods. B. Image segmentation methods based on edge The edge refers to the set of continuous pixels on the boundary of two different regions in the image, which reflects the discontinuity of local features and the mutation of image characteristics such as gray, color, texture, etc. The edge-based segmentationmethoddetectsthe edgeaccording to the gray value and divides the imageintodifferentparts.It is based on the observation that the gray value of the edge will show a step change. C. Image segmentation technology based on Region The image is divided into different regions according to the similarity criterion. It mainly uses the local space information of the image and can avoid the defect of small segmentation space brought by other algorithms. However, this kind of segmentation method is slow in large area segmentation and has poor anti-noise performance, which often results in meaningless region segmentation or over- segmentation of image. In general, it will be combined with other methods to give full play to their advantages to obtain a better segmentation effect. With the rapid development of deep learning, it isfoundthat image semantic segmentation based on deep learning can greatly improve accuracy. Most of the traditional segmentation methodsconsiderthevisual informationof the image pixel itself without training. Although the time complexity is not high, the accuracy is low, and it cannot effectively process thescenewithcomplexbackgrounds. The primary difference between the semantic segmentation method based on convolutional neural networks and the traditional semantic segmentation method is that the network can automatically learn the features of the image and carry out end-to-end classification learning, which greatly improvestheaccuracyofsemanticsegmentation. The main idea of the imagesemanticsegmentationmethodbased on deep learning is that a large number of original image data are directly inputted into the deep network without artificial design features. According to the designed deep network algorithm, the imagedata isprocessedcomplexlyto obtain high-level abstract features. The output is no longera simple classification category or target positioning but the segmentation image with pixel category label. Long et al. [30] proposed a semantic segmentation model of a full convolution network. Firstly, the features were extracted by convolution operation, and then the feature map was up sampled and restored to the input size. The result of up sampling is fuzzy. It is not sensitive to thedetails of the image, and the segmentation accuracy is poor. Vijay et al. [31] proposed the SegNet symmetric semantic segmentation model, which can reduce the loss of pixel information, improve the resolution, and accurately locate the image segmentation boundary. Chen et al.[32]proposed the Deeplab model and added CRF based on FCN to improve the boundarysegmentation accuracy.Ronnebergeretal.[33] proposed a U-net network to improvethedetectionaccuracy by adding feature fusion. When the convolution network is used for semantic segmentation, the input image usually needs to be adjusted to the input size of the model for the fixed-size model. After semantic segmentation, it is restored to the original size. Because the modification of image size will lose useful information, especially for the small target,it increases the difficulty of target segmentation. V. Conclusion Due to the great difference between remote sensing image and natural scenery image, it is still difficult to apply it directly to the remote sensing image. Different from natural images, remote sensing images are taken from an aerial view. Targets in remote sensing images may exist in any direction. When detecting densely packedobjects,especially targets with a large aspect ratio, ordinary targets oftenare missed targets in the NMS step by relying on the horizontal bounding box method, as shown in Figure 1. The method retains the boundary box A with the maximum probability, removes other boundary boxes B and C, which results in the omission of the real target. Figure 1falsedetection caused by NMS When the full convolution network is used for semantic segmentation, the input image usually needs to be adjusted to the input size of the model for a fixed size model. After semantic segmentation, it is restored totheoriginal size.The process of semantic segmentation is shown in Figure 2.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 58 scale Semantic segmentation network reduction fuzzy boundaries Figure 2 semantic segmentation flow based on convolutional neural network For example, the above network limits the input image to 480 * 320. Because the modification of image resolution will lose useful information in the image, especially for small targets. The size in the feature map is very small after down sampling, and it is difficult to include all the information about the target, which makes it more difficult to segment the target. For targets with complex boundaries, the detection results are restored to the original image. And the boundary is not smooth enough, and it is not sensitive to the details of the image. At present, the methods based on deep learning in remote sensing target detection achieve some achievements, which are mainly from the improvement of the target detection algorithm in natural scenes. Therearesignificantdifferences between remote sensing images and natural scene images, especially in the aspects of target rotation, scale change, and complex background. Although researchers have explored and studied the ship target detection and recognition technology in optical remote sensing image, there are still many problems and challenges in ship target detection algorithm based on remote sensing image 1. The environment in optical remote sensingimageis complex Due to the transmission characteristics of optical sensors, camera angles, light intensity, weather, and sea background, and other factors, the target will be blocked, or incomplete and the contrast is low, which makes it more difficult to detect the target. 2. Detection of inshore ships Different from the ship on the sea, because the inshore ship is often connected with the coast, which has similar grayscale and texture of the buildings on the shore and is affected by the shadow and side-by-side berthing. Thus, the conventional ship detection methodcannotachievetheideal detection results for the inshore ship. It is also difficult to extract the ship target quickly and accurately from the complex port environment. 3. Real-time performance of ship detection algorithm At present, some target detection algorithms have a high recognition rate. But because of its highcomplexityandslow detection speed, it cannot meet the real-time requirements. With the development of deep learning technology, remote sensing image target detection technology is still an open problem to be further studied. Reference: [1] Yao L. Q., Hu X., Lei H..Object Detection in Remote SensingImagesUsingMultiscaleConvolutional Neural Networks. Acta Optica Sinica, 2019. 39(11): 346-353. [2] Kanjir U., H. Greidanus, K. Ostir. Vessel detection and classification from spaceborne optical images: A literature survey. Remote Sens. Environ.,2018.207:1- 26. [3] Yu D. X., et al., Joint salient feature and convolutional neural network for ship detection in remote sensing images. Journal of Image and Graphics, 2018. 23(12): 1947-1958. [4] Fang L. P., He H. J., ZhouG. M..Research overview of object detection methods. Computer Engineering and Applications, 2018. 54(13): p. 11-18+33. [5] Liang X. Y., Quan J. CH., Xiao K. H., Gao W. J..Research on Progress of Image Semantic Segmentation Based on Deep Learning. Computer Engineering and Applications, 2020. 56(02): p. 18-28. [6] Tian X., Wang L., Ding Q..Review of Image Semantic Segmentation Based on Deep Learning. Journal of Software, 2019. 30(2): p. 440-468. [7] He, K., et al. Mask R-CNN. in Proceedings of the IEEE international conference on computervision.2017,42: 386-397. [8] Lowe, D. G.. Distinctive Image Features from Scale- Invariant Keypoints. International Journal of Computer Vision, 2004. 60(2): 91-110. [9] Dalal N., B. Triggs. Histograms of oriented gradients for human detection. in Proceedings of the IEEE conference on computervisionandpatternrecognition, 2005, 1: 886-893. [10] [10]Krizhevsky A., I. Sutskever, G. Hinton. ImageNet Classification with Deep Convolutional Neural Networks. Advances in neural information processing systems, 2012, 25(2): 1097–1105. [11] Szegedy, C., et al. Going deeper with convolutions. in Proceedings of the IEEE conference on computervision and pattern recognition, 2015, 1:1-9. [12] Simonyan, K. A.J.a.p.a. Zisserman. Very deep convolutional networks for large-scale image recognition. in Proceedings of the IEEE conference on computer vision and pattern recognition, 2016. [13] Redmon J., A. Farhadi. YOLO9000: better, faster, stronger. in Proceedings of the IEEE conference on computer vision and pattern recognition. 2017, 1: 6517-6525. [14] He K., et al. Deep residual learning for image recognition. in Proceedings of the IEEE conference on computer vision and pattern recognition,2016,1:770- 778. [15] Huang, G., et al. Densely connected convolutional networks. in Proceedings of the IEEE conference on computer vision and pattern recognition, 2017, 1: 2261-2269. [16] Ren S., et al. Faster R-CNN: Towards real-time object detection with region proposal networks. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2017, 39(6): 1137 - 1149. [17] Redmon, J. A. Farhadi. Yolov3: An incremental improvement. 2018.
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD35823 | Volume – 5 | Issue – 1 | November-December 2020 Page 59 [18] Liu, W., et al.. SSD: Single shot multibox detector. in European conference on computer vision,2016,26-27. [19] Yang G., et al.. Ship detection from optical satellite images based on sea surface analysis. IEEE Geoscience and Remote Sensing Letters, 2013. 11(3): 641-645. [20] Shi, Z., et al.. Ship detection in high-resolution optical imagery based on anomaly detector and local shape feature. IEEE Transactions on Geoscience and Remote Sensing, 2013. 52(8): 4511-4523. [21] Qi S., et al.. Unsupervised ship detection based on saliency and S-HOG descriptor from optical satellite images. IEEE Geoscience and Remote Sensing Letters, 2015. 12(7): 1451-1455. [22] Huang G., et al., Ship detection based on squeeze excitation skip-connection path networks for optical remote sensing images. Neurocomputing, 2019. 332: 215-223. [23] Zhang S., et al.. R-CNN-Based Ship Detection from High Resolution Remote Sensing Imagery. Remote Sensing, 2019. 11(6):631. [24] You Y., et al.. Broad Area Target Search System for Ship Detection via Deep Convolutional Neural Network. Remote Sensing, 2019. 11(17):1965. [25] YouY., et al.. Nearshore Ship Detection on High- Resolution Remote Sensing Image via Scene-Mask R- CNN. IEEE Access, 2019. 7: 128431-128444. [26] Yang X., et al.. Automatic Ship Detection in Remote Sensing Images from Google Earth of ComplexScenes Based on Multiscale Rotation Dense Feature Pyramid Networks. Remote Sensing, 2018. 10(1): 132. [27] Ma J., et al.. Ship Detection in Optical Satellite Images via Directional Bounding Boxes Based on Ship Center and Orientation Prediction. Remote Sensing, 2019. 11(18): 2173-2173. [28] Tian T., et al.. Arbitrary-Oriented Inshore Ship Detection based on Multi-Scale Feature Fusion and Contextual Pooling on Rotation Region Proposals. Remote Sensing, 2020, 12(2): 339-358. [29] Zhang Z., et al.. Toward arbitrary-oriented ship detection with rotated region proposal and discrimination networks. IEEE Geoscience Remote Sensing Letters, 2018. 15(11): 1745-1749. [30] Long J., E. Shelhamer, T. Darrell. Fully convolutional networks for semantic segmentation. in Proceedings of the IEEE conference on computer vision and pattern recognition. 2015, 79, 1337-1342. [31] Badrinarayanan V., A. Kendall, R. Cipolla. Segnet: A deep convolutional encoder-decoder architecturefor image segmentation. IEEE transactions on pattern analysis and machineintelligence,2017.39(12):2481- 2495. [32] Chen L.-C., et al.. Semantic image segmentation with deep convolutional nets and fully connected CRFs.Computer Science, 2014(4): 357-370. [33] Ronneberger O., P. Fischer, T. Brox. U-net: Convolutional networks for biomedical image segmentation. Lecture Notes Comput Sci, 2015, 9351:234–241.