LGJul 12, 2022

A semi-supervised methodology for fishing activity detection using the geometry behind the trajectory of multiple vessels

arXiv:2207.05514v225 citationsh-index: 51
Originality Incremental advance
AI Analysis

This provides a novel solution for detecting fishing patterns in maritime monitoring, which is incremental as it builds on existing methods for trajectory analysis.

The paper tackles fishing activity detection from vessel trajectory data by proposing a geometric-driven semi-supervised approach that extracts features from AIS messages and uses cluster analysis for labeling, achieving roughly 87% F-score on trajectories of 50 unseen fishing vessels.

Automatic Identification System (AIS) messages are useful for tracking vessel activity across oceans worldwide using radio links and satellite transceivers. Such data plays a significant role in tracking vessel activity and mapping mobility patterns such as those found in fishing. Accordingly, this paper proposes a geometric-driven semi-supervised approach for fishing activity detection from AIS data. Through the proposed methodology we show how to explore the information included in the messages to extract features describing the geometry of the vessel route. To this end, we leverage the unsupervised nature of cluster analysis to label the trajectory geometry highlighting the changes in the vessel's moving pattern which tends to indicate fishing activity. The labels obtained by the proposed unsupervised approach are used to detect fishing activities, which we approach as a time-series classification task. In this context, we propose a solution using recurrent neural networks on AIS data streams with roughly 87% of the overall $F$-score on the whole trajectories of 50 different unseen fishing vessels. Such results are accompanied by a broad benchmark study assessing the performance of different Recurrent Neural Network (RNN) architectures. In conclusion, this work contributes by proposing a thorough process that includes data preparation, labeling, data modeling, and model validation. Therefore, we present a novel solution for mobility pattern detection that relies upon unfolding the trajectory in time and observing their inherent geometry.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes