NOAA SEFSC visual data goes back to 1992, but as shown in the figure below, many predictor variables are only available starting in 2003, therefore earlier visual data is currently excluded from further analyses.
Note: Future work could use monthly climatologies (averages) so that older sightings data could be used. Some dynamic drivers like eddy and front locations would not be able to be considered using that approach.
Visual data predictor variable availability:
The data are split into training and testing sets. In this case, visual data from 2009 and acoustic data from 2013 were used only for testing. Only observations from 2003 or later were used for modeling due to covariate limitations.
The visual data selected for modeling are displayed on the map below. Data from 2009 were held back for testing. Blue markers indicate HARP locations.
The time series below show timeseries of estimated densities from passive acoustic data used for modeling (Densities were calculated following methods detailed in [1]). Data from 2011 and 2012 were used for training, and 2013 data was held back for testing.
Acoustic Timeseries:
Distributions of covariates from acoustic observations (training data only):
Distributions of covariates from the visual observations (training data only):
Some of these covariates are more or less interrelated. Correlations are examined in the figure below. Numbers closer to 1 above the diagonal in the figure below represent correlation coefficients. If a pair of covariates is highly-correlated only one should typically be used in the model.
Covariate Correlations:
Some variables, including chlorophyll, mixed layer depth and distance to fronts are highly skewed and were log-transformed for input to GAMs.
Below, the two sets of covariates have been combined and transformed:
To get an idea of the basic predictive power of these covariates, we can look at presence/absence relative to each variable. This also provides an opportunity to look at the range of values observed for each covariate in the visual and acoustic datasets. In the plots below dotted lines indicate the distribution of each covariate when Risso’s dolphin were present, and solid lines indicate the distribution when Risso’s dolphin were absent. Note that these plots do not account for effort.
Acoustic kernel densities:
Visual kernel densities:
To train the model, we need to know how much power the various data points have relative to one another. This is important because the duration, spatial coverage, and detection probabilities are quite different between the visual and acoustic data sets. If an animal is seen or heard, we know for certain that the species was present. However, if it was not heard, then it either wasn’t present, or it was present but missed.
“Zero inflation” or an excess of false zeros more common in the visual survey data because each data point represents a 10km transect section, traversed at survey speed (>10 knots) or approximately 30 minutes of observation effort. In contrast, the acoustic data are binned by day with a stationary instrument, therefore the probability of missing a group over the course of a day is lower.
For each data type, we estimated the probability of a missed detection to account for differences in zero-inflation, downweighting zeros according to the probability of a recording false negative.
The visual data represent wether or not Risso’s dolphin were seen during each transect segment. The probability of missing a sighting of Risso’s dolphin was estimated as
\[P_{V}(detect|present) = \mu_{det} * g0\ = 0.29 * 0.8 = 0.24\]
where _{det} is the mean detection probability as estimated by a model fit using the mrds package, and g0 is the probability of observing an animal on the transect line [2]. We assume that reported absences are likely to be true absences 24 % of the time, therefore zeros are given a weight of 0.24 on a scale of [0,1].
The acoustic data represent presence or absence of Risso’s dolphin in one day bins. Given that a group of animals is present near the sensor, the probability of detecting them in a 5 minute period within a 5 km range is estimated at 0.4, therefore the probability of missing an encounter is 1 - 0.4 = 0.6 [1,3]. Given that animals were present, the probability of missing a group for a full day (288 5-minute periods) is estimated as \[P_{A}(detect|present) = (1-0.4)^{288} \approx 1\]
Therefore we assume that there are no false negative days in the passive acoustic timeseries, and all acoustic observations are given weight = 1.
Best visual detection probability model for Risso’s dolphin:
Models were fit using avnnet from the caret package in R.
Case weights:
## png
## 2
Run NNs Acoustic only, Visual only, and joint Acoustic/Visual datasets.
Models have the following characteristics:
R trainRepeats
averaged repeats with random node initalization
Include 9 covariates
One hidden layer
Weighted training data
Hidden node layer sizes from 4 to 14 were tested in 2 node increments to search for optimal network size.
Models were compared using mean absolute error (MAE) to compare predicted and observed density in the test data.
## [1] "RMSE (lower is better)"
## 4 6 8 10 12 14
## Acoustic - Joint test data 17.7 17.7 17.7 17.7 17.7 17.8
## Visual - Joint test data 17.9 20.2 21.4 23.7 25.0 22.4
## Joint - Test 17.9 17.8 17.8 17.8 17.7 17.8
## [1] "wRMSE (lower is better)"
## 4 6 8 10 12 14
## Acoustic - Joint test data 17.31 17.27 17.21 17.29 17.26 17.29
## Visual - Joint test data 17.62 19.36 20.34 22.08 23.05 20.58
## Joint - Test 17.45 17.40 17.38 17.38 17.34 17.36
## [1] "MAE (lower is better)"
## 4 6 8 10 12 14
## Acoustic - Joint test data 2.06 2.18 2.22 2.08 2.33 2.28
## Visual - Joint test data 2.09 2.44 2.75 2.96 3.07 3.09
## Joint - Test 2.01 1.96 1.97 1.97 1.99 2.07
## [1] "wMAE (lower is better)"
## 4 6 8 10 12 14
## Acoustic - Joint test data 1.65 1.70 1.71 1.68 1.77 1.77
## Visual - Joint test data 1.68 1.97 2.19 2.32 2.35 2.26
## Joint - Test 1.67 1.65 1.66 1.66 1.67 1.71
## [1] "Best acoustic model has 8 nodes."
## [1] "Best visual model has 4 nodes."
## [1] "Best joint model has 12 nodes."
For the best model in each category, the importance of each input variable was calculated across the 50 model iterations.
AcOnly | VisOnly | Joint | |
---|---|---|---|
SST | 12.2 | 13.6 | 10.9 |
SSH | 15.3 | 16.0 | 17.0 |
log10_CHL | 16.9 | 11.3 | 15.3 |
log10_HYCOM_MLD | 5.9 | 10.8 | 7.3 |
HYCOM_SALIN_0 | 15.2 | 11.6 | 12.6 |
log10_HYCOM_MAG_0 | 3.7 | 8.3 | 6.9 |
HYCOM_UPVEL_50 | 5.3 | 7.2 | 7.3 |
Neg_EddyDist | 11.3 | 8.9 | 10.0 |
Pos_EddyDist | 14.2 | 12.3 | 12.7 |
Example network:
Predictions were made on the acoustic test dataset, and compared with actual observations for 2013. The predicted density of animals at each site was compared with the estimated daily density from the pasive acoustic record.
Predicted and observed densities at passive acoustic monitoring sites using the acoustic-only model:
Predicted and observed densities at passive acoustic monitoring sites using the visual-only model:
Predicted and observed encounter probabilities at passive acoustic monitoring sites using the joint model:
## png
## 2
Models were evaluated for summer (July 2009) and winter(January 2009) across the entire Gulf of Mexico (US EEZ beyond the 200m contour).
Note: As an alternative to training joint models, an average surface was computed across the acoustic and visual-only predictions.
Each grid cell in the following maps represents a 10x10 km square. Densities are therefore shown as estimated number of animals per 100 km2.
Summer 2009 predicted distribution and test sightings:
Summer 2009 prediction uncertainty:
Winter 2009 predicted distribution:
Winter 2009 prediction uncertainty:
Spatial model predictions were generated using climatological means of oceanographic variables, averaged by month between 2003 and 2015.
1. Frasier KE, Wiggins SM, Harris D, Marques TA, Thomas L, Hildebrand JA. Delphinid echolocation click detection probability on near-seafloor sensors. The Journal of the Acoustical Society of America. 2016;140: 1918–1930. doi:http://dx.doi.org/10.1121/1.4962279
2. Palka DL. Summer abundance estimates of cetaceans in us north atlantic navy operating areas. Northeast Fish Sci Cent Ref Doc. 2006; 06–03.
3. Hildebrand J, Baumann-Pickering S, Frasier K, Tricky J, Merkens K, Wiggins S, et al. Passive acoustic monitoring of beaked whale densities in the gulf of mexico during and after the deepwater horizon oil spill. Nature Scientific Reports. 2015;5: 16343.