Next Article in Journal
A Survey of ReRAM-Based Architectures for Processing-In-Memory and Neural Networks
Previous Article in Journal
Category Maps Describe Driving Episodes Recorded with Event Data Recorders
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Machine Learning Approach to Determine Oyster Vessel Behavior

1
Canizaro/Livingston Gulf States Center for Environmental Informatics, University of New Orleans, New Orleans, LA 70148, USA
2
Department of Computer Science, University of New Orleans, New Orleans, LA 70148, USA
3
Department of Biological Sciences, University of New Orleans, New Orleans, LA 70148, USA
*
Author to whom correspondence should be addressed.
Mach. Learn. Knowl. Extr. 2019, 1(1), 64-74; https://doi.org/10.3390/make1010004
Submission received: 14 December 2017 / Revised: 20 March 2018 / Accepted: 29 March 2018 / Published: 31 March 2018

Abstract

:
In this work, we address a multi-class classification task of oyster vessel behaviors determination by classifying them into four different classes: fishing, traveling, poling (exploring) and docked (anchored). The main purpose of this work is to automate the oyster vessel behaviors determination task using machine learning and to explore different techniques to improve the accuracy of the oyster vessel behavior prediction problem. To employ machine learning technique, two important descriptors: speed and net speed, are calculated from the trajectory data, recorded by a satellite communication system (Vessel Management System, VMS) attached to the vessels fishing on the public oyster grounds of Louisiana. We constructed a support vector machine (SVM) based method which employs Radial Basis Function (RBF) as a kernel to accurately predict the behavior of oyster vessels. Several validation and parameter optimization techniques were used to improve the accuracy of the SVM classifier. A total 93% of the trajectory data from a July 2013 to August 2014 dataset consisting of 612,700 samples for which the ground truth can be obtained using rule-based classifier is used for validation and independent testing of our method. The results show that the proposed SVM based method is able to correctly classify 99.99% of 612,700 samples using the 10-fold cross validation. Furthermore, we achieved a precision of 1.00, recall of 1.00, F1-score of 1.00 and a test accuracy of 99.99%, while performing an independent test using a subset of 93% of the dataset, which consists of 31,418 points.

1. Introduction

The Louisiana Department of Wildlife and Fisheries (LDWF, Baton Rouge, LA, USA) manages recreational and commercial fishing in the inland and coastal waters of Louisiana. One of the most important species fished in these waters is the eastern oyster, Crassostrea virginica. From 1997 to 2012, Louisiana accounted for an average of 34% of the nation’s oyster landings, as well as 55% of all oysters landed among the Gulf Coast states in 2012 [1]. Over 700 permits are issued each year, giving vessels access to state oyster grounds, which total 1.6 million acres. In 2012, vessels fishing in Louisiana’s public oyster grounds were required by law to have a satellite communications system—a Vessel Monitoring System (VMS)—installed to monitor vessel activity in public grounds [2]. The monitors periodically record vessel latitude and longitude at a given timestamp. While the modules allowed the LDWF to monitor vessel locations in public waters, they do not specify which behavior (docked/anchored, poling, fishing, or traveling) the vessel is performing at the time of the ping.
Several attempts have been made to use VMS data to understand fishing vessel behavior, for example by using speed as a single criterion [3,4,5]. Conversely, Gallegos [6] predicted the behavior of a vessel by running comparisons of speed versus net speed of a vessel through if-then-else conditions or rule-based classification. Vessel instantaneous speed provides information on how quickly the vessel is moving and net speed (calculated over certain time interval) provides the average speed of the vessel at particular time. However, Gallegos’ approach could not account for every ping. About, 12% of the points from the 2012–2013 fishing season and about seven percent of points from the 2013–2014 fishing season fell into uncertain ranges, which were designated as “unknown behavior”.
The rule-based classifier suffers from the problem of not being able to classify significant amount of points in the dataset. Thus, the purpose of this project was to automate the oyster vessel behavior determination task and to produce a robust classifier that would accurately predict vessel behavior from position-at-time data transmitted from the on-board VMS modules. The advantage of developing a machine learning based model is that it suggests a most likely category for the given samples instead of not being able to classify them. Additionally, an automated system to determine fishing effort can overcome more error prone methods, such as physical logging by the captain of a fishing vessel. By having accurate measurements of fishing effort, the LDWF will be better prepared to manage oysters and their habitat. For example, knowing what reefs are most frequently fished would allow the LDWF to close the grounds to fishing vessels, or add oyster cultch (substrate) to restore oyster reef habitat.
Machine learning (ML) [7,8,9] is a computing technology which recognizes the pattern in the training data and applies the knowledge it learned from the training data to effectively make prediction on test data. ML models find effective class decision boundaries from the data without being explicitly programmed where to look. In addition, ML is popularized due to its ability to devise complex models and algorithms by mining the patterns and features within the data. This is unlike the rule-based classifier; where rule-based classifiers use a deterministic approach to exhaustively map each data-point via if-then-else conditions.
In this work, we propose a machine learning based automated approach that applies SVM with RBF kernel to determine the behavior of the oyster vessel from its trajectory data (see supplementary materials for code and data). The trajectory data is segmented into paths based on the speed at points calculated from the vessel ID, latitude, longitude and timestamp. Subsequently, net speed of each point in the path is obtained using a sliding window of ten points. Thus, each sample point is encoded with two features, speed and net speed, and used to learn the SVM classifier. The developed multi-classification model achieves a 10-fold CV accuracy of 99.99% in classifying the points into one of four different classes: fishing, traveling, poling and docked. Furthermore, the other major contribution of this work is the collection of the oyster vessel trajectory data and development of effective features that can improve the accuracy of the ML-based methods. Collection of the oyster vessel trajectory data was a collaborative effort between Louisiana Department of Wildlife and Fisheries and Canizaro/Livingston Gulf States Center for Environmental Informatics (GulfSCEI, New Orleans, LA, USA). Initially, the data was received from LDWF in an excel format which was the result of a database export. The dataset that we collected and utilized during this project is made publically available and can be accessed from the link in the supplementary material.
To establish a machine learning based oyster vessel behavior determination predictor, we aligned the outline of our paper as follows: (i) the research closely related to this article is discussed in Section 2, (ii) geographical study area and the statistics of the dataset used in this article are discussed in Section 3, (iii) the details of the steps involving data segmentation, input feature collection, dataset labelling, machine learning model design and optimization and model evaluation are present in Section 4, (iv) the experimental results supporting the robustness of the proposed method is present in Section 5 and (v) finally, Section 6 discusses and concludes the proposed work.

2. Related Research

Various attempts have been made to track fishing behavior using VMS data. Witt et al. [3] used VMS data to track fishing vessel behavior using speed as a single criterion ranging from around 1.4 knots to 4.5 knots. They compared their VMS based approach to the logbook based approach which reports catches of target (and other commercial) species by the fishers that are subject to potential biases in reporting [3]. Another group of researchers, studied frequency distribution of points with relation to speed to track fishing range and produced a similar result of 1.5 to 5.5 knots [4]. Both papers stated that due to the lack of metadata, such as the size of the vessel or the type of gear used, the ranges had to be broadened to account for equipment variances. These tracking methods rely heavily on the error-prone human elements and are more labor-intensive than an automated method, such as the one described here.
Likewise, numerous efforts have been made to mine and classify different type of trajectory data. One such effort is the mining and classification of transportation data in which movement data is classified according to transportation mode used by humans (e.g., bicycle, on foot, car and train) [10]. Similarly, Wan et al. mined GPS tracking data from smartphone to classify human activity patterns using fuzzy classification scheme [11]. In addition, the knowledge discovery of trajectories involves segmentation of trajectory into sub-trajectories. Methods for both segmentation and classification can be divided into many categories such as rule-based [10], clustering-based [12], kernel-based [11] and cost-function based [13] approaches. In a seminal work by Junior et al. [13], a trajectory data of fishing vessels operating in Brazil’s northeast coast was collected. Each data point in the trajectory consisted of latitude, longitude and the timestamp. Furthermore, each data point was labelled as either fishing or non-fishing. Next, two trajectory features including mean speed and direction variation were computed for all the points in this dataset. The mean speed between two points was computed by dividing the distance in meters by the time spent between these points in seconds. Additionally, the direction variation was computed using the azimuth direction between two points. Subsequently, the two trajectory features were used to generate segments or sub-trajectories using an unsupervised greedy randomized adaptive search procedure [13]. Unlike this method, we collected oyster vessels trajectory data from the VMS module installed in the oyster vessels and segmented the trajectory into sub-trajectories (paths) based on the speed of the vessel.
Moreover, in the initial work of Gallegos [6], the behavior of a vessel was predicted using the data from the installed VMS module. A rule-based classifier was developed, which deterministically groups the samples into likeliest behavior based on the ranges of speed and net speed determined from the correlation between speed and net speed of all the samples in the dataset.

3. Oyster Fishing Dataset

In this project, the oyster fishing dataset from July 2013 to August 2014 was used to identify the oyster vessel behavior.

3.1. Public Fishing Grounds

Oyster growing areas of Louisiana include private leases and public grounds. About 155,800 hectares are privately leased. The public grounds encompass 667,732 hectares, of which about 24,000 hectares are oyster reef [2]. The study area for this project is the Louisiana public oyster grounds and the overview is given in Figure 1. The study areas are primarily consisting of Sabine Lake, Calcasieu Lake, Vermillion Bay, Atchafalaya Bay, Sister Lake (also known as Caillou Lake), Barataria Bay, Lake Borgne and Breton Sound.

3.2. Statistics of Oyster Fishing Dataset

The new oyster fishing dataset (used in this study) consists of ping points produced by VMS modules recorded from July 2013 to August 2014. The 612,700 total points are classified into four behaviors with explicit rule-based categorization of docked (4.38%), poling (6.62%), fishing (44.33%) and traveling (37.31%).

4. Materials and Methods

A flow-chart of our approach to develop a machine learning method to determine oyster vessel behavior is shown in Figure 2. In the following sections, we describe the individual steps outlined in the flow-chart.
Step 1. Collecting Oyster Trajectory Data from VMS Module: We collected oyster vessel trajectory data from the VMS module installed in all the vessels fishing in Louisiana’s public oyster grounds. The VMS module allows for monitoring of vessels activities to ensure compliance with the fishing regulations. These modules were provided free-of-charge to vessels fishing in the public oyster grounds of Louisiana, with the ship’s operator only needing to provide minimal maintenance to the module [2]. Two features were used to determine the behavior of a vessel: instantaneous speed, which is how quickly the vessel is moving and net speed, which is the average speed of the vessel at that time. The VMS module on board, an oyster vessel produces a ping approximately once a minute, giving a vessel ID, a timestamp and a set of coordinates. These data can be utilized to infer information about fishing behavior and effort.
Step 2. Path Creation: In our implementation, we designed a rule-based trajectory segmentation technique which depends on the speed of the vessel. Pings with the same vessel ID and timestamps within 20 min of each other are concatenated together into a path. Points outside of the 20-min window are not appended to any previous paths produced by that vessel. Instead, they are used to create a new path, if they contain at least 10 points captured within 20 min of each other. Vessel paths show the movement pattern of a vessel over time and can provide insight into what the vessel was doing at a given point.
Figure 3 shows two idealized movement patterns of oyster vessels, consisting of five points each. As shown in Figure 3A, linear movement is associated with vessels that are traveling. Circular movement is associated with vessels that are poling and docked, as shown in Figure 3B. Fishing can occur during either movement pattern, but is more common during circular motion.
Step 3. Calculating Speed of Vessel: The speed of vessel at a point helps to determine if the vessel was performing an activity or traveling. Vessel’s speed is defined as the distance between two consecutive points in a path, over the difference in seconds between the last point’s VMS ping and the first point’s VMS ping. The distance between two consecutive points in a path can be determined by using the haversine formula [14] (see Equations (1) and (2)). The haversine formula is a method to compute the distance between two points on the surface of a sphere which is given by:
h a v ( d / r ) = h a v ( l a t 2 l a t 1 ) + cos ( l a t 1 ) cos ( l a t 2 ) h a v ( l o n 2 l o n 1 )
where, hav indicates haversine function, which is defined in Equation (2):
h a v ( θ ) = sin 2 ( θ / 2 ) = 1 cos ( θ ) 2
In Equation (1), d is the distance between the two points, r is the radius of the sphere, lati indicates the latitude of the i-th point and lonj indicates the longitude of the jth point. In Equation (2), θ indicates an angle. In our application, d is the distance between two consecutive pings of a VMS module and r is the radius of the earth, which is approximately 6371 km.
Step 4 and 4.1. Filtering of Erroneous Data: Instantaneous speed is calculated using the distance between two consecutive points, it is unlikely that the point for which the speed is calculated will exceed 50 m/s. Thus, points with speeds over 50 m/s are discarded as erroneous data.
Step 5. Calculating Net Speed of Vessel: Net speed at the points in a path are calculated only if the path contains at least 10 points. The paths containing less than 10 points are not considered a valid path and therefore are removed from further consideration. For paths containing more than 10 points, net speed is calculated using a sliding window of 10 points. The distance between the last and first points of the window over the difference in seconds between those two points is a single net speed value. Each point in the window has this net speed value appended to its list of net speeds and the window slides forward by one point. Since the window starts at the first point in the path and stops when the end of the window reaches the end point of the path, the start and the end points of the path will contain a single net speed value in its list of net speeds. Thus, the average of the list of net speeds for the start and end point of the path will be the same as the single net speed value.
Step 6. Obtaining Ground Truth using Rule-Based Classifier: The rule-based classifier previously developed by Gallegos [6] is used in this work to obtain the ground truth for each point. This rule-based classifier, deterministically groups the points into likeliest behavior using a set of rules, provided a point’s speed and net speed are known. The set of rules used to determine the behavior from point’s speed and net speed are as follows:
(i)
If point’s speed < 0.1 m/s and net speed < 0.1 m/s then the point is labelled as docked.
(ii)
If point’s speed < 0.5 m/s and net speed ≤ (point’s speed + 0.125 m/s) then the point is labelled as poling.
(iii)
If point’s speed ≥ 0.5 m/s and ≤ 1.75 m/s and net speed ≤ (point’s speed − 0.125 m/s) then the point is labelled as fishing.
(iv)
If point’s speed ≥ 0.5 m/s and net speed ≥ (point’s speed + 0.125 m/s) or point’s speed > 2 m/s and net speed ≥ (point’s speed − 2 m/s) then the point is labelled as traveling.
(v)
If rules from (i) through (iv) do not apply then the point is labelled as unknown.
Step 7 and 7.1. Check Behavior at Each Point: From Step 6, we found that 48,645 points were labeled as “unknown” behavior. As these points could not be used for supervised machine learning, they were discarded from further consideration.
Step 8. Designing ML-Based Classifiers: The points for which one of the four behaviors (docked, poling, fishing or traveling) could be determined using Step 6, were used as the validation/training/independent set. Each point in the validation/training/independent set were encoded using two important features—speed and net speed. Then, the two features along with the corresponding behavior type of all the points in the dataset were used as an input to the ML classifier to determine a vessel’s movement pattern.
Data Conditioning: In the case of ML classifiers, normalization of input data can reduce the time needed to train the classifier. This avoids crunching big-numbers and reduces the numerical dominance of one feature over another and thus improves prediction accuracy [15]. It is important to note that the scaling that is applied for training is the same scaling used at test time to predict the behavior of new data. In our implementation, we used scaled features to train and test our ML classifier. For the data points, net speeds ranged from 0 m/s to about 25 m/s and speeds ranged from 0 m/s to about 50 m/s. Their values were scaled between −1 and 1, with “−1” representing the slowest speed and “1” representing the greatest speed.
Support Vector Machine Classifier: We employ a radial basis function (RBF) kernel support vector machine (SVM) as our classification technique. An SVM uses maximum-margin affine hyperplanes to separate data into distinct groupings, allowing it to predict the behavior of new data based on which grouping that data falls into. It penalizes the instances on the wrong side of the decision boundary using a penalty term or, cost parameter, C. In addition to the cost parameter C, RBF kernel SVM possess an attribute, gamma, which affects the area of influence of each training instance. SVM has been found to perform better for binary classification problems. However, in cases where more than two classes are being considered, an SVM can divide a problem into a series of two-class problems. There are several approaches to this binary classification system, including one vs. all and one vs. one comparison. In our implementation, we applied one-vs-one classification technique for multi-class classification which is the default implementation for the SVC library [16]. In one vs. one case, a classifier is made for each combination of two classes. Each classifier casts a vote as to which class the new input belongs and the class with the most votes wins [7].
Grid Search to Find the Optimal Parameters: The RBF kernel parameter, γ and the cost parameter, C were optimized to achieve best accuracy using a method called grid searching. In grid search, an array of parameter values is explored to determine those that produce the best accuracy on a validation dataset. There can be multiple parameters, such as when using an RBF SVM, the parameters are grouped together in every possible combination. For example, if there are values C = (a,b) and γ = (x,y), a grid search would produce the sets (a,x), (a,y), (b,x) and (b,y). These sets would be tested with three-fold cross-validation (CV) on a subset of the available data [16]. Because each set is independent of the others, this process is easy to run in parallel, which is especially efficient as the exhaustive searching of values is time-consuming. After testing all combinations, the algorithm returns the set that produced the greatest accuracy. The best values of the parameters found are, C = 10 K and γ = 1000 and used as the representative parameter values for the 10-fold CV of RBF kernel SVM for the entire dataset.
Cross-Validation (CV): Estimating the prediction error of the classifier was done by using 10-fold CV, a testing method that is both simple and widely used [7,8,9,15]. CV is performed in folds, where the data is segmented into K parts, which are each of about equal size. When a fold is set aside for validation, the other (K−1) folds are used to train the classifier. This process repeats until each fold has been set aside once for validation and then the K estimates of error are combined to find the average [7].
In our data set, there are five distinct behaviors to consider: unknown, docked, poling, fishing and traveling. Points with unknown behavior are not inputted into our validator at this stage, since we do not want the validator to produce unknown points. Of the other four behaviors, we have an abundance of fishing and traveling points, a smaller number of poling points and comparably few docked points. There were concerns that due to the comparably large number of poling points in comparison to docked points, our classifier would discriminate against docked points and label them as poling, since the ranges of their behaviors were so similar. To counteract this unwanted behavior, when the folds are prepared, only paths that have at least a single docked point are gathered. Docked points are still a minority, but now they make up a larger portion of the data and are more likely to be correctly classified. However, if the folds happened to be grouped in such a way that all the docked points ended up in a single fold, it could greatly impact the classifier’s ability to correctly predict docked behavior. To circumvent this occurrence, stratified K-folds were used to partition the data into nearly even sets. In regular K-folds, there is no concern which data points are grouped into which fold. Therefore, it is possible that an entire class could end up within a single fold, which could skew the accuracy of the classifier if it has never encountered the segregated class. Stratified K-folds split the data such that each fold has about an equal number of each class as every other fold. Thus, the classifier is guaranteed to have encountered every class before it predicts them. For our data set, we chose to use 10 folds, which is widely accepted as a reasonable compromise for number of folds and computationally feasible [7].
Decision Post-Processing: If a vessel’s behavior is near the threshold of two different behaviors, there is a chance it could cross (in silico) from one into the other and back again. To handle situations like these, we turn to the method known as decision post-processing, where the classes of the previous and next points affect the class of the current point. If we have classes A and B and a series of points are predicted to the classes AABAA, then the center point is not likely to be class B. Rather, it is likely some change in values caused the classifier to misclassify the central point. To amend the situation, we post-process the middle point, by assigning it to the same class as its neighbors, in this case A. If our series was AABBB, then we would require no post-processing, as there is no “wiggling” between the classes.
The greatest amount of time separating the timestamps of two points in a path is 20 min. If a vessel is exhibiting a known behavior, it is unlikely that it would switch from one behavior to another and then back again. For instance, if the classifier “thinks” a vessel is fishing, then poling, then fishing again within a brief period, it is unlikely that it was exhibiting a different behavior for a brief period, but more likely that it was adjusting its speed without altering its behavior.
Post-processing was performed on the output after the classifier had predicted the behavior of points in the path. If this was done before hand, the classifier would be less reliable, as points would be incorrectly attributed to the wrong behavior. In the context of the classifier, the behavior of the previous and subsequent points is irrelevant, since the only attributes of concern are speed and net speed.
Specifications of the Machine Used: All experiments were performed on a 64-bit Windows 7 machine (Dell, Round Rock, TX, USA), with a 2.40 GHz AMD Athlon II X4 610e Processor and 6 GB of RAM.
Step 9. Testing ML-Based Classifier’s Performance Using an Independent Test: Predictive capacity of the classifier was tested using independent test. In independent testing, a classification model is trained on a training set and tested on an independent test set. A subset of the original dataset was held-out using a stratified train and a test splitting technique, to perform independent testing of our classifier.

5. Experimental Results

In this section, we present the experimental results obtained through validation and independent test of the proposed method. For the validation of the model, a widely used 10-fold CV technique is used. Following validation, the model is tested using an independent test dataset. The accuracy measures used to evaluate the performance of the proposed classifier are accuracy (ACC), precision, recall, F1-score and area under the receiver operating characteristic curve (AUC). The following equations define the ACC, precision, recall and F1-score, respectively:
A C C = T P + T N T P + T N + F P + F N
P r e c i s i o n = T P T P + F P
R e c a l l = T P T P + F N
F 1 - s c o r e = 2 · P r e c i s i o n · R e c a l l P r e c i s i o n + R e c a l l
where, TP, TN, FP and FN are the numbers of true positive, true negative, false positive and false negative, respectively. Here, precision is a measure to identify a predictor’s exactness and recall measures a predictor’s completeness. Therefore, the harmonic mean of precision and recall, called F1-score, measures a classifier’s overall correctness. These are the main performance measures used in the literature as they capture the two error types (FP and FN), the number of correctly classified instances (TP and TN) and the relationship between them. The objective of this work is to correctly categorize the oyster vessel trajectory data points into one of the four behavior types: fishing, traveling, poling and docked.
At first, we optimized the parameters C and γ of RBF kernel SVM using grid search. As grid search is a time consuming procedure, we collected a subset of the original dataset. The subset is created by considering paths with only over 50 points from the original dataset. These paths in a subset resulted in total of 157,088 points (3528 docked points, 14,638 fishing points, 136,295 traveling points and 2627 poling points). To perform validation and independent test of the proposed method, the subset is further divided in the validation set of 80% and the independent test set of 20%. The validation set consist of 125,670 points (2822 docked points, 11,710 fishing points, 109,036 traveling points and 2102 poling points) and the independent test set consist of 31,418 points (706 docked points, 2928 fishing points, 27,259 traveling points and 525 poling points). Initially, the validation set is utilized to perform a grid search with 3-fold CV using SVM with RBF kernel as a classifier to find the optimal value of parameters C and γ. From the grid search, we found C = 10 K and γ = 1000 to be the optimal value of C and γ parameters. Next, using optimal value of C and γ in the proposed SVM with RBF kernel based multi-class behavior classification method, we performed 10-fold CV on the validation set (consisting of 125,670 points) as well as on the original dataset (consisting of 612,700 points). We found that both the simulations yielded similar accuracy of 99.99%. The 10-fold CV accuracy is obtained by taking the average of ACC’s obtained while testing on individual folds. In addition, we computed the AUC values for each behavior category by performing 10-fold CV on the validation set using SVM with RBF kernel and optimal value of C and γ found earlier through grid search. The value of AUC close/equal to 1 indicates high test accuracy and a robust classifier, whereas the value close/equal to 0 indicates low test accuracy and a very poor performing classifier. In our implementation, the AUC values for docked, fishing, travel and poling categories are found to be 1.00, 0.999999, 1.00 and 0.999990, respectively. The larger values of AUC’s for all the behavior categories clearly indicate that the proposed method achieves high 10-fold CV accuracy and ensures the robustness of the classifier.
After performing 10-fold CV on the validation set, this set along with the optimal value of C and γ are used to train a SVM with RBF kernel multi-class classification model. Once the classification model is trained, it is tested on the independent test set. The independent test of the trained model yielded an ACC of 99.99%. Furthermore, in Table 1, we show the precision, recall and F1-score for four behavior types obtained from the independent test of the proposed method. The average value of precision, recall and F1-score are all found to be equal to 1.00, which implies that the proposed classifier is able to accurately classify each of the sample points in independent test to its correct behavior type. Additionally, Table 2 shows the confusion matrix obtained from the independent test. From the confusion matrix shown in Table 2, we can clearly see that the classifier is able to classify almost all of the sample point to its correct behavior type except, two of the sample points belonging to poling type which are misclassified as fishing.

6. Discussion and Conclusions

The main objective of this work was to develop a machine learning based automated approach to determine the oyster vessel behavior. Towards this goal, we collected oyster vessel trajectory data and extracted two effective features—speed and net speed—to learn the ML-based method. We developed a machine learning method based on SVM with RBF kernel for multi-class classification of oyster vessel behavior into four different categories: fishing, traveling, poling (exploring) and docked (anchored). SVM uses maximum-margin affine hyperplanes to separate data into distinct groups. It penalizes the instances on the wrong side of the decision boundary using a cost parameter, C. Furthermore, the RBF kernel contains an attribute, gamma, which affects the area of influence of each training instance. Both the parameters C and γ were optimized using a grid search algorithm. We found that the SVM with RBF kernel provides a 10-fold CV accuracy of 99.99% in the prediction of oyster vessel behavior on the validation set. Furthermore, our predictor attains a precision of 1.00, recall of 1.00, F1-score of 1.00 and a test accuracy of 99.99%, when tested on the independent test set.
Oyster fishing in Louisiana is generally done by dredging over subtidal oyster reefs. Classifiers distinguishing fishing from other types of vessel behaviors could be used to discover oyster reefs that were unknown to the LDWF. By using data from vessel’s fishing, poling and movement patterns, one could thus locate reefs that were missed by the previous traditional Side Scan Sonar methods used by the LDWF, as well as determine the most utilized areas of each reef. With greater understanding of fishing behavior over shorter periods of time, one could determine catch per unit effort more precisely—e.g., in sacks per hour fished as opposed to sacks per day.
There are many additions and adjustments that could improve the management of VMS data and the classification of vessel behavior. Adding a graphical user interface to the tools would make them easier to use. Using additional nautical data, such as location of docks, waterways and oyster reefs, would provide a spatial context. If more parameters are used to determine vessel behavior, updating the classifiers to use them would be easy. The inclusion of more parameters would increase training time, but it would likely improve accuracy. In the present study, speed and direction as criteria for vessel behavior, were determined by limited onboard observations and interviews with oyster fishermen. Additional ground truth information that links a timestamp to a vessel behavior observed in situ would provide an improved training data set.

Supplementary Materials

The code and data used to predict vessel behavior is available here: http://cs.uno.edu/~tamjid/Software/DVB/Code_Data.zip.

Acknowledgments

We gratefully acknowledge the financial support of the Louisiana Department of Wildlife and Fisheries. Pete Vujnovich and John Tesvich provided helpful information on fishing practices. John Tesvich also provided boat time for a ground truth study on his vessel, Croatian Pride.

Author Contributions

Mahdi Abdelguerfi and Thomas Soniat conceived the overall idea of the project and data collection. Md Tamjidul Hoque designed and outlines the machine-learning solutions and guided its implementation. Devin Joseph Frey and Avdesh Mishra performed data processing, implementations and analysis of the results. All contributed in writing the paper.

Conflicts of Interest

The authors declare no conflict of interest. The funding sponsors had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript or in the decision to publish the results.

References

  1. Louisiana Department of Wildlife and Fisheries (LDWF). 2014 Oyster Stock Assessment Report; Louisiana Department of Wildlife and Fisheries: Baton Rouge, LA, USA, 2014. Available online: http://www.wlf.louisiana.gov/sites/default/files/pdf/page/37756-stock-assessments/2014oysterstockassessment.pdf (accessed on 12 December 2017).
  2. Louisiana Department of Wildlife and Fisheries (LDWF). Louisiana Wildlife and Fisheries Commission Considers Establishing Vessel Monitoring for the Harvesting of Oysters on Public Seed Grounds; LDWF: Baton Rouge, LA, USA, 2012. [Google Scholar]
  3. Witt, M.J.; Godley, B.J. A Step Towards Seascape Scale Conservation: Using Vessel Monitoring System (VMS) to Map Fishing Activity. PLoS ONE 2007, 2, e1111. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Gerritsen, H.; Lordan, C. Integrating Vessel Monitoring System (VMS) data with daily catch data from logbooks to explore the spatial distribution of catch and effort at high resolution. ICES J. Mar. Sci. 2010, 68, 245–252. [Google Scholar] [CrossRef]
  5. Chang, S.-K.; Yuan, T.-L. Deriving high-resolution spatiotemporal fishing effort of large-scale longline fishery from vessel monitoring system (VMS) data and validated by observer data. Can. J. Fish. Aquat. Sci. 2014, 71, 1363–1370. [Google Scholar] [CrossRef]
  6. Gallegos, D.X. A GIS-Centric Approach for Modeling Vessel Management Behavior System Data to Determine Oyster Vessel Behavior on Public Oyster Grounds in Louisiana. In Computer Science; University of New Orleans: New Orleans, LA, USA, 2014; Available online: http://scholarworks.uno.edu/td/1918/ (accessed on 12 December 2017).
  7. Hastie, T.; Tibshirani, R.; Friedman, J. The Elements of Statistical Learning, 2nd ed.; Springer: New York, NY, USA, 2009. [Google Scholar]
  8. Bishop, C.M. Pattern Recognition and Machine Learning; Springer: New York, NY, USA, 2009. [Google Scholar]
  9. Duda, R.O.; Hart, P.E.; Stork, D.G. Pattern Classification; Wiley: Hoboken, NJ, USA, 2000. [Google Scholar]
  10. Biljecki, F.; Ledoux, H.; van Oosterom, P. Transportation mode-based segmentation and classification of movement trajectories. Int. J. Geogr. Inf. Sci. 2013, 27, 385–407. [Google Scholar] [CrossRef]
  11. Wan, N.; Lin, G. Classifying Human Activity Patterns from Smartphone Collected GPS data: A Fuzzy Classification and Aggregation Approach. Trans. GIS 2016, 20, 869–886. [Google Scholar] [CrossRef] [PubMed]
  12. Palma, A.T.; Bogorny, V.; Kuijpers, B.; Alvares, L.O. A Clustering-based Approach for Discovering Interesting Places in Trajectories. In Proceedings of the 2008 ACM Symposium on Applied Computing (SAC ’08), Fortaleza, Brazil, 16–20 March 2008; ACM Press: New York, NY, USA, 2008. [Google Scholar]
  13. Júnior, A.S.; Moreno, B.N.; Times, V.C.; Matwin, S.; Cabral, L.D.A.F. GRASP-UTS: An algorithm for unsupervised trajectory segmentation. Int. J. Geogr. Inf. Sci. 2014, 29, 46–68. [Google Scholar] [CrossRef]
  14. Weisstein, E. Haversine. Available online: http://mathworld.wolfram.com/Haversine.html (accessed on 16 April 2016).
  15. Hsu, C.-W.; Chang, C.-C.; Lin, C.-J. A Practical Guide to Support Vector Classification. 2003–2010. Available online: http://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf (accessed on 21 May 2014).
  16. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; et al. Scikit-learn: Machine Learning in Python. J. Mach. Learn. Res. 2011, 12, 2825–2830. [Google Scholar]
Figure 1. Overview of the public oyster grounds of Louisiana. Public fishing grounds are outlined in purple.
Figure 1. Overview of the public oyster grounds of Louisiana. Public fishing grounds are outlined in purple.
Make 01 00004 g001
Figure 2. Flowchart of the overall project: from vessel trajectory data-generation to usage of the data in machine learning to predict vessel behavior.
Figure 2. Flowchart of the overall project: from vessel trajectory data-generation to usage of the data in machine learning to predict vessel behavior.
Make 01 00004 g002
Figure 3. Two idealized vessel movement paths, linear (A) and circular (B). The top path (A) shows linear movement, where the last point in the path is far away from the origin. The bottom path (B) shows circular movement, where the first and last points are close to each other.
Figure 3. Two idealized vessel movement paths, linear (A) and circular (B). The top path (A) shows linear movement, where the last point in the path is far away from the origin. The bottom path (B) shows circular movement, where the first and last points are close to each other.
Make 01 00004 g003
Table 1. Results obtained for precision, recall and F1-score from independent test.
Table 1. Results obtained for precision, recall and F1-score from independent test.
ClassPrecisionRecallF1-score
Docked1.001.001.00
Fishing1.001.001.00
Travel1.001.001.00
Poling1.001.001.00
Average1.001.001.00
Table 2. Results obtained for confusion matrix from independent test.
Table 2. Results obtained for confusion matrix from independent test.
ClassDockedFishingTravelPoling
Docked706000
Fishing0292900
Travel0027,2590
Poling020523

Share and Cite

MDPI and ACS Style

Frey, D.J.; Mishra, A.; Hoque, M.T.; Abdelguerfi, M.; Soniat, T. A Machine Learning Approach to Determine Oyster Vessel Behavior. Mach. Learn. Knowl. Extr. 2019, 1, 64-74. https://doi.org/10.3390/make1010004

AMA Style

Frey DJ, Mishra A, Hoque MT, Abdelguerfi M, Soniat T. A Machine Learning Approach to Determine Oyster Vessel Behavior. Machine Learning and Knowledge Extraction. 2019; 1(1):64-74. https://doi.org/10.3390/make1010004

Chicago/Turabian Style

Frey, Devin Joseph, Avdesh Mishra, Md Tamjidul Hoque, Mahdi Abdelguerfi, and Thomas Soniat. 2019. "A Machine Learning Approach to Determine Oyster Vessel Behavior" Machine Learning and Knowledge Extraction 1, no. 1: 64-74. https://doi.org/10.3390/make1010004

Article Metrics

Back to TopTop