| Literature DB >> 30235901 |
Kwang-Il Kim1, Keon Myung Lee2.
Abstract
In a crowded harbor water area, it is a major concern to control ship traffic for assuring safety and maximizing the efficiency of port operations. Vessel Traffic Service (VTS) operators pay much attention to caution areas like ship route intersections or traffic congestion area in which there are some risks of ship collision. They want to control the traffic of the caution area at a proper level to lessen risk. Inertial ship movement makes swift changes in direction and speed difficult. It is hence important to predict future traffic of the caution area earlier on so as to get enough time for control actions on ship movements. In the harbor area, VTS stations collect a large volume of Automatic Identification Service (AIS) sensor data, which contain information about ship movement and ship attributes. This paper proposes a new deep neural network model called Ship Traffic Extraction Network (STENet) to predict the medium-term traffic and long-term traffic of the caution area. The STENet model is trained with AIS sensor data. The STENet model is organized into a hierarchical architecture in which the outputs of the movement and contextual feature extraction modules are concatenated and fed into a prediction module. The movement module extracts the features of overall ship movements with a convolutional neural network. The contextual modules consist of five separated fully-connected neural networks, each of which receives an associated attribute. The separation of feature extraction modules at the front phase helps extract the effective features by preventing unrelated attributes from crosstalking. To evaluate the performance of the proposed model, the developed model is applied to a real AIS sensor dataset, which has been collected over two years at a Korean port called Yeosu. In the experiments, four methods have been compared including two new methods: STENet and VGGNet-based models. For the real AIS sensor dataset, the proposed model has shown 50.65% relative performance improvement on average for the medium-term predictions and 57.65% improvement on average for the long-term predictions over the benchmark method, i.e., the SVR-based method.Entities:
Keywords: VTS; automatic identification data sensor; convolution neural network; deep learning; sensor data; traffic prediction
Year: 2018 PMID: 30235901 PMCID: PMC6165579 DOI: 10.3390/s18093172
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
AIS sensor message information and update rates.
| Type of Information | Information | Broadcasting Rate |
|---|---|---|
| Dynamic Information | Maritime Mobile Service | At anchor or moored (<3 kts): 3 min |
| Static and Voyage-related Information | MMSI number | Every 6 min and on request |
Figure 1Examples of Automatic Identification Service (AIS) messages.
Figure 2A sequence of a received AIS messages.
Figure 3Synchronized AIS sensor data interpolation.
Figure 4Pilot Onboard (POB) and destination information extraction procedure from AIS sensor data.
Figure 5Input data encoding for the Ship Traffic Extraction Network (STENet) model.
Examples of each channel and the layer index of the layer type.
| Ship ID | Ship A | Ship B | Ship C | Ship D | Ship E |
|---|---|---|---|---|---|
| Cargo ship channel | 1 | 0 | 1 | 0 | 0 |
| Tanker ship channel | 0 | 0 | 0 | 1 | 0 |
| Other ship channel | 0 | 1 | 0 | 0 | 1 |
Figure 6STENet architecture.
Figure 7The CNN model for the ship movement feature extraction module.
Figure 8(a) The distribution of ship navigation trajectories and (b) the caution area.
Experiment results of ship traffic prediction.
| DR | SVR | VGGNet | STENet | |||
|---|---|---|---|---|---|---|
| Middle-term | 20-min prediction | MAE | 1.004 | 0.904 | 0.821 | 0.415 |
| SD | 1.105 | 1.034 | 1.031 | 0.566 | ||
| 30-min prediction | MAE | 1.541 | 1.232 | 1.152 | 0.651 | |
| SD | 1.714 | 1.410 | 1.441 | 0.859 | ||
| Long-term | 40-min prediction | MAE | 2.510 | 1.710 | 1.153 | 0.717 |
| SD | 2.822 | 1.922 | 1.591 | 0.779 | ||
| 50-min prediction | MAE | 3.5413 | 1.938 | 1.436 | 0.829 | |
| SD | 3.673 | 2.057 | 1.754 | 1.077 | ||
** MAE: Mean Absolute Error, RPI: Relative Performance Improvement, SD: Standard Deviation, DR: Dead Reckoning.