Next Article in Journal
InSARTrac Field Tests—Combining Computer Vision and Terrestrial InSAR for 3D Displacement Monitoring
Previous Article in Journal
Study of Human Activity Intensity from 2015 to 2020 Based on Remote Sensing in Anhui Province, China
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Identification of Black Reef Shipwreck Sites Using AI and Satellite Multispectral Imagery

by
Alexandra Karamitrou
1,*,
Fraser Sturt
1 and
Petros Bogiatzis
2
1
Department of Archaeology, University of Southampton, Southampton SO17 1BJ, UK
2
Ocean and Earth Science, National Oceanography Centre Southampton, University of Southampton, Southampton SO17 1BJ, UK
*
Author to whom correspondence should be addressed.
Remote Sens. 2023, 15(8), 2030; https://doi.org/10.3390/rs15082030
Submission received: 2 February 2023 / Revised: 31 March 2023 / Accepted: 2 April 2023 / Published: 11 April 2023
(This article belongs to the Section AI Remote Sensing)

Abstract

:
UNESCO estimates that our planet’s oceans and lakes are home to more than three million shipwrecks. Of these three million, the locations of only 10% are currently known. Apart from the historical and archaeological interest in finding wrecks, there are other reasons why we need to know their precise locations. While a shipwreck can provide an excellent habitat for marine life, acting as an artificial reef, shipwrecks are also potential sources of pollution, leaking fuel and corroding heavy metals. When a vessel runs aground on an iron-free environment, changes in the chemistry of the surrounding environment can occur, creating a discoloration called black reef. In this work, we examine the use of supervised deep learning methods for the detection of shipwrecks on coral reefs through the presence of this discoloration using satellite images. One of the main challenges is the limited number of known locations of black reefs, and therefore, the limited training dataset. Our results show that even with relatively limited data, the simple eight-layer, fully convolutional network has been trained efficiently using minimal computational resources and has identified and classified all investigated black reefs and consequently the presence of shipwrecks. Furthermore, it has proven to be a useful tool for monitoring the extent of discoloration and consequently the ecological impact on the reef by using time series imagery.

Graphical Abstract

1. Introduction

The identification and location of shipwrecks, both historic and contemporary, is a priority for a range of stakeholders; from national agencies responsible for quantifying, protecting, and conserving our shared heritage, through to environmental managers [1,2,3]. Wrecks are complex structures comprised of and containing a range of materials. From an ecological perspective, even small wrecks can pose a threat to wildlife and habitat [4], with the risks increasing with the size of the wreck, construction methods, cargo and fuel type. The physical act of wrecking can cause immediate damage, but gradual degradation through subsequent breaking up and leaching of chemicals can have more severe consequences. As a wreck breaks up, waves and currents can move different parts of a vessel meters to kilometres apart, enlarging the area over which wreck material may be spread and thus the area of potential environmental impact [5,6].
Wrecks, however, pose a challenge for identification from remotely sensed data due to their heterogenous signature and environment of deposition [7,8]. They are often found in shallow or inter-tidal waters, posing a problem for shipborne remote sensing methods due to operational depth constraints. As a wreck breaks up or becomes embedded and buried within a substrate, its visual coherency is disrupted, complicating the process of identification from air and spaceborne sensors. This is significant in light of increasingly common government-led requirements to map and monitor heritage and environment, as well as the growing quantity of remotely sensed data becoming available, through which identification may be attempted.
One route being used to address the need (statutory mapping and monitoring) and opportunity (increased data often at high spatial and temporal resolutions) in coastal monitoring has been the application of machine learning (ML) to track change and identify targets [9,10]. ML enables processing of data at speed and scale. Over the last decade, a considerable amount of research has been published regarding the use of remote sensing methods and artificial intelligence techniques for direct detection of shipwrecks (e.g., [7,11,12,13,14,15]). The challenge that wrecks pose in terms of visible signature, however, remains, with many of these studies requiring clear surface expression and high-resolution data. To circumvent this need, in this paper, we focus on identifying the impact that wrecks have on their environment rather than looking for the structures themselves. This permits identification even in cases where the wreck is not directly visible.
This approach can be adopted when working in remote coral reefs, where the presence of iron is often limited, ranging from 0.2–1 nM [16]. Wreck debris which have high concentrations of iron disturb the local environment by altering the chemistry of the reef. These changes accelerate the growth of invasive organisms such as turf algae, macroalgae, cyanobacterial mats, corallimorphs and other benthic bacterial communities. The result is a discoloration of their surroundings, creating “black reefs” [17,18]. The term black reef reflects the changing of colour of a previously healthy area of reef into different shades between brown and black, due to iron contamination. The development of black reefs has been associated almost exclusively with the presence of wrecks as their development requires relatively large amounts of iron [18].
The exact mechanisms for the development and ecological impact of black reefs have been the subject of increasing interest and research over the last twenty years. This research has intensified due to increased availability of satellite imagery, making the study of remote places feasible. This has led to a growing literature related to the identification, exploration, and ecological consequences of black reefs, mainly in the Pacific Ocean but also in other remote areas [16,17,18,19,20,21,22,23,24,25,26,27]. Done [28], used the term “phase shift” to describe the change in reef biota from coral to macroalgae, a process that indicates the existence of environmental degradation. In black reefs, during this “phase shift”, the coral cover declines to low levels and is replaced by turf algae, macroalgae, cyanobacterial mats and corallimorphs, which among other things reduce the clarity of the overlying water column and alter fish population and diversity [18,19].
In this study, we explore the feasibility of an automated method for locating the presence of shipwrecks in coral reefs. Our approach does not rely on directly detecting the shipwreck, which may be submerged in water and/or sand or broken into small pieces. Instead, we focus on detecting the wider contaminated zone of the black reef in the vicinity of a wreck. To achieve this, we utilise semantic image segmentation by means of artificial intelligence and fully convolutional neural networks, trained using a combination of openly available imagery from Google Earth and commercial images from the Vision-1 satellite with sub-meter spatial resolution. The outcome is not only a method for wreck identification, but also automated remote environmental monitoring.

2. Background and Related Literature

The aim of this study is automated identification of black reefs (and by implication, wrecks) in satellite images through semantic image segmentation. The objective is to classify each pixel of an input image into predefined semantic labels that correspond to different feature categories. For each application, the grouping of objects that are associated with a certain label can be different. For example, all pixels that correspond to trees, bushes and grass may be labelled as vegetation. Similarly, sea, lakes, and rivers may be labelled as water, while other categories could be buildings, streets, vehicles etc. Image segmentation is an established and significant component in a wide range of applications, including but not limited to medical imaging [29], autonomous vehicles [30], augmented reality [31], and remote sensing [32,33]. In the latter category, there are many examples from previous work looking to solve a variety of challenges including environmental monitoring [34], the study of forests [35], agriculture [36], archaeology [32] and land use analysis [37] through segmentation.
Different approaches to segmentation have been trialled based on edge detection [38], thresholding [39], watersheds [40], cluster analysis with k-means [41], graph cuts [42], conditional random fields [43], sparse representations [44] and active contours [45]. Over recent years, however, methods based on deep learning models have been proven to achieve significantly better performance [46,47,48,49].

Deep Learning Models for Feature Detection

Deep learning is an artificial intelligence method that utilizes artificial neural networks inspired by the structure and function of the human brain. Over the last decade deep learning techniques have transformed research within computer vision, leading to widespread adoption [14,50,51,52]. Convolutional neural networks (CNNs) are part of the broader family of deep learning methods that are extensively used for image recognition tasks [53,54]. Although an in-depth analysis of the CNN functionality is beyond the scope of this paper, we briefly present some fundamentals relevant to this work.
A CNN is a numerical model that learns directly from data. These processes can either be supervised (where the researcher provides labelled data to train the model) or unsupervised (where the system identifies patterns for itself). For this project, we adopted a supervised learning procedure, providing the system with a set of images labelled with the desired categories. CNN is comprised of several connected convolutional layers. The input layer receives images while the final layer delivers the results in the form of a semantically segmented image where each pixel is classified into one of the predefined categories. The layers in between, which are called hidden layers, carry out the processing. More specifically, a series of feature extracting filters (kernels) are applied to the initial image to extract a set of features (feature maps). These features are then passed on to the next level. The first level extracts basic features (horizontal, diagonal edges etc.) while as one moves deeper into the network, more complex features can be identified. Note that the filters, which are the convolutional layer weights, are learnable parameters of the model, i.e., they are initialized randomly in the beginning and are updated through the optimization procedure that is also called the “learning” or “training” stage.
After the application of each convolutional layer, pooling layers are used that decrease the spatial size of the convolved feature maps by reducing patches of the convolved image into single pixels. In this work we used “max pooling” layers, which resize the convolved image by taking the maximum value of each patch. Pooling layers have no learnable parameters and are followed by layers that implement a sigmoid or ReLU pre-set activation function, responsible for deciding if the information carried on from the previous layer should be transmitted to the next. As the number of layers increases, the network becomes “deeper” and theoretically more complex patterns can be separated and identified. However, for practical reasons the optimal number of layers generally depends on the amount of labelled data available to train the network. Larger numbers of labelled data provide the potential for resolving more learnable parameters, therefore allowing the inclusion of more hidden layers, which in turn can resolve more complex patterns. In the cases where limited amounts of labelled data are available, the number of trainable layers is kept low.
At present, there is no open access source of labelled data for shipwrecks (or indeed many other forms of archaeological site). As such, there was a need in this study to keep the number of layers and connections low enough to ensure that the optimization problem of network training is not under-determined. Therefore, we used a supervised, fully convolutional, neural network based on the architecture of Semantic Segmentation [55] called SimpleNet [32], that is designed to be implemented for low numbers of labelled data. The network does not contain fully connected layers, and hence requires significantly less memory and computational power [56].

3. Study Areas

A shortlist of eight sites suitable for this study was drawn from the published literature (Supplementary Materials). These are listed in Table 1, with the names of the reefs, the number of shipwrecks present and their coordinates (WGS84). From these, seven shipwrecks were used for labelling and training the algorithm and twelve for evaluation. The locations of each site are shown in Figure 1. Seven of the reefs are in the Southwest Pacific, and one in the Indian Ocean.
From this, shortlist sites were then selected for training and evaluation purposes, as not all black reefs are visible in satellite imagery, nor is free imagery available for all reefs. In some cases, the available images were of very low spatial resolution, or had high cloud coverage. Kenn and Rose reefs were selected for both training and evaluation purposes. Kenn reef has 11 known shipwrecks, and thus served as an excellent case study for testing the performance of the approach.
At the Kwajalein reef, we explored a known WWII shipwreck that lies onshore and for which there are currently no reports of the presence of a black reef. A time series of images was also available for this location on Google Earth (from the years 2005, 2013, 2015, 2016, 2019, 2022). This permitted an assessment of the methodology as a tool for environmental monitoring as well as identification.
The following section briefly describes each reef and its corresponding shipwreck/s, with Figure 2 giving imagery for each location.

3.1. Site Descriptions

3.1.1. Kenn Reef

Kenn reef is part of the Coral Sea Islands in the Australian Commonwealth Territory. It is part of a submerged continental block (Kenn Plateau) covering an area of 40 km2 (Figure 2a). The reef has 11 known sites of shipwrecks, 8 of which are 19th century vessels [20]. Discoloration due to the wrecks has developed in all 11 wreck sites of the reef (Figure 2a). Currently, none of these vessels are visible and the only confirmation of their existence is the presence of the discoloration developed in their surrounding environment [57].
One of the known wrecked vessels is the Jenny Lind. She was a single-decked vessel, made from steel, oak and pine with an overall length of 40 m, an 8 m beam and a carrying capacity of 484 tons. Unfortunately, no other information is available regarding the names or type of the vessels that were grounded in the area [20].

3.1.2. Nikumaroro Reef

Nikumaroro reef is part of the Phoenix islands Protected area, in the Republic of Kiribati (Figure 2b).
In 1929, a large, unladen British freighter crashed north-west of the reef [58]. Satellite imagery shows that the body of the vessel has been broken into several pieces that can been seen spread in the surrounding area. As with all the reefs of the Phoenix group, it is a naturally iron-poor region and the artificial introduction of large, iron-rich parts of the wreck has caused discoloration to develop in the surrounding environment.

3.1.3. Kanton Reef

Kanton reef is the largest and northernmost of the eight islands of the Phoenix Islands Protected area, in the Republic of Kiribati, [58] (Figure 2c). It is an iron-poor area where the main source of iron is from marine debris [24]. The appearance of iron-rich materials (mainly from shipwrecks) is linked to the growth of turf algae and benthic bacterial communities, leading to the formation of degraded ‘black reefs’ [17,18,26].
There are two known shipwrecks which lie stranded on the reef: a whaling ship that was lost in 1854 for which we have no information of its exact location, and the U.S.S. President Taylor that run aground in 1942 [59,60] at the entrance of the west channel; although it is fully submerged, it is still visible from satellite imagery.

3.1.4. Rose Reef

Rose reef is in the south Pacific Ocean and is the principal island of American Samoa (Figure 2d).
On 14 October 1993, a 37 m Taiwanese longline fishing vessel, Jin Shiang Fa, wrecked on the southwest arm of Rose reef. In November the vessel released over 100,000 gallons of diesel fuel and 500 gallons of lube oil. Additionally, more than 300 tons of metallic debris were scattered in the surrounding area, resulting in ecological damage to the reef [61]. In 1999, the Fish and Wildlife Service (FWS) of Honolulu, Hawaii prepared a Restoration Plan leading to the removal of all shipwreck debris by 2010. Although the wreck has been removed, the discoloration that developed due to its presence is still visible through satellite imagery.

3.1.5. Kingman Reef

The Kingman reef is in the North Pacific Ocean and is part of the Line Island chain (Figure 2e). It supports a variety of marine life and is considered to have the second highest coral diversity in the Central Pacific Ocean [62,63].
A teak-hulled fishing vessel was washed into the reef in 2007 and was fully removed in 2014. Initially, the hull of the vessel was located on the fore-reef side of the northeast islet, while in 2010, elements of debris were noticed to have moved in different directions across the reef [18,64]. The iron materials of the vessel led to the development of visible discoloration in their surrounding areas.

3.1.6. Caroline Reef

Caroline reef or Millennium reef is part of the Line Islands in the central Pacific Ocean Republic of Kiribati (Figure 1).
In 1993, a 25 m-long steel tug grounded while trying to tow a sailing vessel out of a narrow reef passage [18]. Although some pictures are provided in the literature [18,65] the exact location of the shipwreck is not clear. However, we can restrict the location of the shipwreck to the southeast entrance of the lagoon (Figure 2f).

3.1.7. Kwajalein Reef

Kwajalein reef (Kwajalong) lies in the west-central Pacific Ocean and is part of the Republic of the Marshall Islands (Figure 1). The total land area covers about 16 km2 and forms the world’s largest lagoon [66], (Figure 2g).
The atoll was used as a base for the Japanese Imperial Navy during the Second World War, and therefore, many battles took place in close proximity. Today, around twelve shipwrecks and several downed airplanes lie in the surrounding area [67].
At the western part of the atoll, called Ebadon, there is a visible shipwreck that lies on shore at the northmost part of the island.

3.1.8. St Brandon Reef

St Brandon reef is part of the Cargados Carajos Shoals and is in the Indian Ocean (Figure 2h). There are no permanent residents on the reef, with only occasional visitors making landfall. The major driver of pollution, therefore, comes from marine debris [27,68,69].
Although various vessels have been stranded on this reef [70], including one which created a concentrated algal bloom in 2012 [27], satellite image coverage is poor. Only one cloud-free Google Earth image (dating to 2005, Figure 2h) is available, prior to the strandings described in [27,70]. Nonetheless, even this single image shows a single-stranded wreck, albeit with the date of loss unknown.

4. Materials and Methods

Next, we describe the steps taken to collect, pre-process and compile images for use in training a deep learning model. A general flowchart of this procedure can be seen in Figure 3.
For training purposes, we used two different types of data; four Vision-1 multispectral images (3 channels—red, green, blue) of 3.5 m resolution that were provided free of charge through Jisc (https://www.jisc.ac.uk, accessed on 6 September 2020) and seven Google Earth images (3 channels—red, green, blue) with resolution varying depending on the type of sensor and the year the imagery was acquired (Table 2). The Vision-1 imagery was available for the Kenn, Kanton and Nikumamoro reefs while Google Earth was available for the Rose, Kingman, Kanton, Caroline, St. Brandon, and Kwajalein reefs. The Google Earth imagery was downloaded by using the function provided in the application at an eye altitude of around 5 km and at the maximum available resolution.
To train the algorithm, 256 × 256 × 3-band image tiles were generated from these five reefs (Kenn, Nikumamoro, Kanton, Rose and Kingman) resulting in ~1600 images (Figure 4). To test the performance of the algorithm, we used a small part of the Kenn and the Rose reefs as a training set (Figure 2, part of the images inside the red rectangles) and the rest were used for testing. Figure 4, on the left, shows the Kenn reef (Vision-1, RGB image) and on the right, the Rose atoll (Google Earth, RGB image) with the locations of their shipwrecks as referred to in Table 1. Only subsets of Kenn and Rose reefs were used for training (Figure 2, areas inside the rectangles). These subsets respectively contained 4 (out of 11) and 0 (out of 1) known wrecks. The remaining areas of Kenn and Rose reefs were set aside for evaluation purposes.
The data were labelled using the ImageLabeler program in Matlab 9.6 in three different classes: ‘Black Reef’, ‘Non-Black Reef’ and ‘Water’. ‘Black Reef’ was the label for all known locations of shipwrecks that have created discoloration of reef regardless of shape and colour. ‘Non-Black Reef’ was used for all the other non-discoloured areas of the reef either on the surface or the submerged part of the reef. Finally, we labelled all areas which visually contained water but no reef as ‘Water’. The labelled images include 3 channels (RGB) from different types of sensors with different resolution characteristics. The images were extracted from Google Earth and from Vision-1 as tiff files and stored in the form of an 8-bit monochromatic copy of the image, with 3 distinct intensity values reserved to represent each one of the 3 different classes, in addition to the null-intensity that represents the unlabelled regions of the image. Labelled pixels in each dataset corresponded to the classes of ‘Black_Reef’ by 0.071%; ‘Non_Black_Reef’ by 18.17%; and ‘water’ by 81.3%, (Figure 5). Due to the imbalance between the different classes, we weighed each class by the inverse of its frequency during the last layer of the classification networks (Pixel Classification Layer) to avoid bias in the learning process.
For training, the RMSProp (root-mean-square propagation) optimizer [71] and the Adaptive Moment Estimation (Adam) were tested. After multiple tests over both optimizers, we concluded that the RMSProp performed better, and the final quasi-optimal set of parameters we used to train the network are shown in Table 3.
For running the algorithm to train the data, we used the IRIDIS supercomputer at the University of Southampton. The training ran in parallel using 12 CPUs and one Node with 264 GB of main memory and took approximately 2 h to complete. For the calculations we used MATLAB 9.6 (2019b) software.

5. Results

After the learning procedure the trained network can be used to analyse and automatically segment new images of similar properties with the ones used in the training set and with a size of at least 256 × 256, which is the minimum used in the network (Figure 6). The segmentation via the trained model does not require significant computational resources. For example, a typical personal computer takes a few seconds for images of size 1600 × 980 pixels.
The performance of the trained network was evaluated for known black reef locations established by previous studies [18,24,58]. Due to the limited number of such known locations in the literature, and as at least 11 such black reefs occur in Kenn reef, we reserved certain regions that were not used in the training of the network exclusively for evaluation purposes. Additionally, we utilized the only known black reef occurrence in Rose reef for verification rather than training (Table 2; Figure 2). The trained algorithm was applied to four reefs, the Kenn reef, the Rose reef, the Kwajalein atoll, and the St Brandon reef. For the last two reefs, the presence of a shipwreck is known, but no black reef has been reported.

5.1. Kenn Reef

In the case of Kenn reef, segmentation was applied to the whole image, consisting of both regions that were included and not included in training; however, evaluation focused on the seven black reef locations (Figure 7, locations 5 to 11) that were not used in training.
The resulting segmented image shows that, overall, water was clearly distinguished from land, including regions where clear, shallow waters allow visibility to the seabed. The algorithm managed to correctly identify the four known locations of the shipwrecks that were used for training, as expected. It also succeeded in identifying all seven remaining wreck locations that were not included in the training set.
It should be noted that although all wreck locations are clearly identified, the extent of each black reef is not mapped to its full extent as visible in the source RGB image. Instead, the algorithm performs best at identifying areas in close proximity to the wrecks, suggesting it identifies the most prominent area of discoloration. It should be noted that the resulting image has identified as black reef an area several hundred meters to the north of wreck 4. There are no additional data available to confirm the presence of an additional wreck/black reef source at this location, thus it is possible that it is a false detection.
Additionally, the different behaviour at locations 1, 5 and 6 is likely related to their proximity to or partial coverage by water. Furthermore, the algorithm marks as black reef several pixels located in a narrow zone along the swash, with the eastern side more continuous and the western more sporadic. This might be because Kenn reef is currently the only known reef with a high concentration of shipwrecks that have developed this discoloration. It is thus possible that the environmental impact/development of black reef has become more widespread. Confirmation of this, however, would require further ground truthing, but is redolent of observations made during recent archaeological survey work, where the extent of black reef is linked to the spread of iron-rich objects out from wrecks [72].

5.2. Rose Reef

Rose reef has one known shipwreck. The Google Earth image includes a wide area that extends north-east from the location of the wreck that appears to be discoloured, suggesting the occurrence of a black reef. The part of the image used for training did not include this black reef area. Instead, a small part of the healthy reef was used for the training which does not include any known shipwreck or visible discoloration (Figure 8b).
The segmented image correctly identified several areas of discoloration, in the vicinity of the wreck. The pixels recognized as black reef extend north-east of the location of the wreck, reaching from the front reef crest area up to the back of the reef into the lagoon (Figure 8c,d).
The algorithm also classified as black reef several pixels at the upper left and right corners of the reef. This is clearly a false identification due to cloud shadows (Figure 9). Nevertheless, such false identifications can be readily avoided by masking the clouds and their shadows [73,74] prior to the segmentation.

5.3. Caroline Reef

Caroline reef has two shipwrecks; however, the exact location of only one of them is known and this is the one we used in this work.
We applied the trained algorithm to an extended part of the atoll where the shipwrecks are thought to be located. We used two Google Earth images from two different dates; one from 2004, which is the first clear image from the atoll, and the second one from 2011, which is the last image from this area. Sub-aerial vegetation was masked out by thresholding an NDVI calculated from a Landsat image (LC09_L1TP_055067_2021). The final segmented image from the year 2004 (Figure 10b) shows that around the shipwreck there is the appearance of a black reef reaching to southern side of the lagoon’s entrance. The segmented image from 2011 (Figure 10d) shows that the black reef has spread to the other side of the entrance and extended further south along the reef front.

5.4. Kwajalein Reef

At the Kwajalein reef we explored the only shipwreck that lies on shore at the northmost part of the island.
There are several high-resolution images available through Google Earth for this atoll (Figure 11, left column). The earliest image that depicts the shipwreck is from 2005 and shows the largely intact hull of the stranded vessel. Later images that are available from 2013, 2016, 2019 show the integrity of the vessel gradually deteriorating, and that parts of the ship’s hull/deck/bridge have shattered. The most recent image is from 2022 and shows that the body of the vessel has largely broken into smaller pieces, some of which have visibly spread up to a few hundred meters further inshore. Additionally, for the first time there is visible a wide region of discoloration that resembles the occurrence of a black reef, extending inshore, south-southwest with respect to the wreck. At present there is no literature referring to the presence of black reef at this location.
We applied the trained segmentation algorithm to all the images available from Google Earth (Figure 11, right column). For the images from 2013–2019, the algorithm does not show any occurrence of black reef near the shipwreck. In the 2022 image, however, the dark region is largely classified as a black reef. As with the other cases, a narrow region parallel to the shore that initiates from the shipwreck is also identified as a black reef. In this case, it appears that the westward expansion of this feature reaches substantially longer distances than its eastward counterpart, possibly related with the dominant currents in the region (Figure 12). Sporadic pixels classified as black reefs are also visible in vegetated areas. Such regions can be readily masked using the NDVI of multispectral images and be excluded from the interpretation.

5.5. St Brandon Reef

For the St Brandon reef, we explored the single wreck which has a known location.
We applied segmentation using the trained network on this image to check if there is any discoloration due to a possible development of algal bloom in the surrounding area. Figure 13a shows the Google Earth image and the shipwreck (inside the red rectangle) while Figure 13b is the segmented image. The segmentation has not identified any black-reef pixels around the wreck. Inspection of the image does not suggest any occurrence of discoloration and to the knowledge of the authors, no black reef has been reported for this location.

6. Discussion

The results obtained in this study are promising. First, they demonstrate that the automated detection of black reefs, and from this the presence of metal rich wrecks, in coral reef areas is possible, with two new potential black reefs identified (one on Kenn reef and one at Kwajalein reef). Second, it indicates how time series data can be used to monitor and measure impact. This is important as one of the challenges of survey in coastal and marine areas is the rate at which change occurs and the degree to which signatures may be obscured at one point in time but revealed at another [75]. The increasing availability of time series data offers a route to address this problem, but the data volumes involved mean that an element of automation will be required to make the task manageable.
In the case of Kenn reef the potential for identifying growing and cumulative impact is made clear, as is the need for time series data. The linear extent of black reef identified through image segmentation, matched to the large number of wrecks present on the reef suggests a cumulative and/or widening impact leading to a wider phase shift in environment. This stands in contrast to the more localized black reef ‘halos’ witnessed at other locations on Kenn reef and at the other reef sites examined in this project [23,27]. This observation is supported by comparing accounts from the two published archaeological surveys at the reef [22,72]. An initial survey in 1997 recorded an area of black reef approximately 50 metres by 25 metres [22], whereas a survey in 2017 indicated a larger black reef area of 157 by 60 metres [72]. They go on to note that accurately measuring the widening area of impact at this site would require further targeted fieldwork. From their published report and associated blog, the driver for the widening area seems likely to be the presence/dispersal of large, iron-rich objects away from the wreck.
Taken together the publication of these two surveys, which happened c. 30 years apart, demonstrate the role that remote identification and monitoring can have. The data presented here only permit a hypothesis, but when combined with insights from ground-based surveys, they allow confidence to grow. These combined results can be used by researchers, government agencies and charities when considering locations for further study or evaluation. The outputs from such work would in turn feed into improving the accuracy of automated detection and monitoring. Thus, even if the linear extent at Kenn Reef was found to be a false positive, additional ground truthing would serve to calibrate and refine future automated outputs. The same is true for the newly identified potential black reef sites; they offer an automated approach for targeting field-based research. Critically, the shortcomings of remote sensing with regards to certainty and the episodic nature of ground-based surveys highlight the need for both activities to occur, but most profitably hand-in-hand. This study would have been severely limited without the results of [22,72].
The results from Kwajalein reef demonstrate that severe deterioration of a shipwreck acts as a catalyst for the development of a black reef. For several years the existence of a shipwreck may not cause a significant growth; however, when a tipping point of break up is reached, black reef growth accelerates. This is supported by the field observations of [72], where the distribution of metal-rich artefacts and materials were seen to extend the reach of black reef.
While the results gained in this work are positive, it is also clear that there are a number of issues that need to be highlighted and addressed. First is the false identification of black reefs caused by shadows cast by clouds. This necessitates the masking of cloud cover areas prior to the application of segmentation, a time-consuming or data-limiting step. Second, as in many remote sensing tasks, identification of black reefs benefits from images with higher spectral resolution. The limited spatial resolution of Sentinel-2 and Landsat 7/8/9 satellites restricted identification to areas where the black reef extent ran into tens of meters. Thus, while the wreck itself does not need to be visible, limitations are still imposed by the spatial extent of the phenomenon to be observed. Thus, for early detection of black reef formation, or recognition of subtle changes through time, higher spatial and temporal resolutions are required. The implication of this is that while we have demonstrated that data that are freely available today can be of use in the detection of black reefs, in many cases higher resolution (and thus commercial) sources are preferable.
Finally, in situ investigations, in combination with historical and archaeological research regarding the type of wrecks, their exact age, construction materials and their cargo are necessary to fully assess the archaeological signature of different vessels. Furthermore, this will shed light on how they are expected to interact with the environmental conditions and better understand the mechanism, propagation speed and the time scales of the contamination. The current indication is that the contamination can persist even after years of the wreck’s removal [17,25] or be irreversible [18]. This suggests that even older wrecks could develop this discoloration in their surrounding environment if they contained some type of iron in their construction materials.

7. Conclusions

The detection of shipwrecks is an important task as, in addition to their archaeological significance, they can pose a substantial risk to the surrounding marine environment. Leakage of toxic or hazardous materials they may contain can be catastrophic for marine ecosystems, human life, local economies, and societies. In coral reefs, even in cases where no such materials are present, contamination with high amounts of iron from the building materials of the wrecked vessels can pose a significant threat for the reef itself through the formation of black reefs.
This work showed that detection of black reefs is possible using high-spatial resolution imagery, and deep learning models. More specifically, a simple eight-layer, fully convolutional network, trained with a limited number of labelled data from the known locations of black reefs was able identify potential locations of black reefs.
Moreover, through the detection of black reefs, the position of shipwrecks that are not currently visible can be inferred indirectly, as well.
By examining time series data, it is possible to monitor the expansion of the black reef and therefore the progress of the contamination of the reef with iron. As a wreck breaks down, the area impacted will grow, meaning that early detection and monitoring has a role to play in preventing ecological impacts.
Our results indicate that wind, ocean currents and wave action can transfer debris from the wreck to adjacent regions of the reef. Furthermore, it showed that the initiation of the black reef may be delayed for years in cases where the grounded ship’s hull structural integrity is intact. Change will accelerate when the wreck starts deteriorating and breaks into pieces. Therefore, the detection of an expanding black reef can serve as a proxy for recognizing wrecks where a change of state is occurring.
As a community, our target should be to continue expanding the library of labelled data and to openly publish results from field-based research. As more locations of black reefs become available from different locations worldwide, the ability to confidently detect and monitor will grow.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/rs15082030/s1, Table S1: List of all known shipwrecks that have developed a discoloration in their surrounding environment developing a “black reef”. Figure S1: The left image shows the Kenn reef (Vision-1) and right image is the zoomed part included in the red rectangle of the left image. The red dots indicate the location of the shipwrecks; Figure S2: The left image shows the Kingman reef (Google Earth imagery, 2013) and the right image is the zoomed part included in the red rectangle of the left image. The red dot indicates the location of the shipwreck [76,77].

Author Contributions

Conceptualization, A.K. and F.S.; methodology, A.K., F.S. and P.B.; software, A.K. and P.B.; validation, A.K., F.S. and P.B.; formal analysis, A.K., F.S. and P.B.; investigation, A.K.; resources, A.K. and F.S.; data curation, A.K.; writing—original draft preparation, A.K., F.S. and P.B.; writing—review and editing, F.S.; visualization, A.K.; supervision, F.S.; project administration, F.S.; funding acquisition, F.S. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Environment Research Council and the Daphne Jackson Trust.

Data Availability Statement

In this work we used openly available imagery provided from Jisc (https://www.jisc.ac.uk, accessed on 6 September 2020) and Google Earth (http://www.google.com/earth/index.html, accessed on 6 September 2020).

Acknowledgments

The authors would like to thank the Jisc (https://www.jisc.ac.uk, accessed on 6 September 2020) for providing us with Vision-1 imagery.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cho, H. Evaluation of the Abandoned Shipwreck Act of 1987: Impact and Challenges for Preserving Underwater Cultural Heritage. J. Arts Manag. Law Soc. 2019, 49, 1–13. [Google Scholar] [CrossRef]
  2. Ridwan, N.N.H. The Importance of Empowering Local Community in Preserving Underwater Cultural Heritage in Indonesia: Case Study in Tulamben, Bali and in Taka Kappala, Selayar. In Proceedings of the Asia Pacific Regional Conference on Underwater Cultural Heritage, Manila, Philippines, 8–11 November 2011. [Google Scholar]
  3. Delling, V.; Endere, M.L. The HMS Swift Shipwreck: The Development of Underwater Heritage Protection in Argentina. Conserv. Manag. Archaeol. Sites 2001, 4, 219–231. [Google Scholar] [CrossRef]
  4. Rotjan, R.; Jamieson, R.; Carr, B.; Kaufman, L.; Mangubhai, S.; Obura, D.; Pierce, R.; Rimon, B.; Ris, B.; Sandin, S.; et al. Establishment, Management, and Maintenance of the Phoenix Islands Protected Area. In Advances in Marine Biology; Academic Press: Cambridge, MA, USA, 2014; Volume 69, pp. 289–324. [Google Scholar]
  5. Landquist, H.; Norrman, J.; Lindhe, A.; Norberg, T.; Hassellöv, I.M.; Lindgren, J.F.; Rosén, L. Expert Elicitation for Deriving Input Data for Probabilistic Risk Assessment of Shipwrecks. Mar. Pollut. Bull. 2017, 125, 399–415. [Google Scholar] [CrossRef] [PubMed]
  6. Landquist, H.; Rosén, L.; Lindhe, A.; Norberg, T.; Hassellöv, I.M. Bayesian Updating in a Fault Tree Model for Shipwreck Risk Assessment. Sci. Total Environ. 2017, 590–591, 80–91. [Google Scholar] [CrossRef] [PubMed]
  7. Baeye, M.; Quinn, R.; Deleu, S.; Fettweis, M. Detection of Shipwrecks in Ocean Colour Satellite Imagery. J. Archaeol. Sci. 2016, 66, 1–6. [Google Scholar] [CrossRef] [Green Version]
  8. Wang, C.K.; Philpot, W.D. Using Airborne Bathymetric Lidar to Detect Bottom Type Variation in Shallow Waters. Remote Sens. Environ. 2007, 106, 123–135. [Google Scholar] [CrossRef]
  9. Liu, H.; Xu, K.; Li, B.; Han, Y.; Li, G. Sediment Identification Using Machine Learning Classifiers in a Mixed-Texture Dredge Pit of Louisiana Shelf for Coastal Restoration. Water 2019, 11, 1257. [Google Scholar] [CrossRef] [Green Version]
  10. Ahmad, H. Machine learning applications in oceanography. Aquat. Res. 2019, 2, 161–169. [Google Scholar] [CrossRef]
  11. Davis, D.S.; Buffa, D.C.; Wrobleski, A.C. Assessing the Utility of Open-Access Bathymetric Data for Shipwreck Detection in the United States. Heritage 2020, 3, 364–383. [Google Scholar] [CrossRef]
  12. Zhu, B.; Wang, X.; Chu, Z.; Yang, Y.; Shi, J. Active Learning for Recognition of Shipwreck Target in Side-Scan Sonar Image. Remote Sens. 2019, 11, 243. [Google Scholar] [CrossRef] [Green Version]
  13. Janowski, L.; Kubacka, M.; Pydyn, A.; Popek, M.; Gajewski, L. From Acoustics to Underwater Archaeology: Deep Investigation of a Shallow Lake Using High-Resolution Hydroacoustics—The Case of Lake Lednica, Poland. Archaeometry 2021, 63, 1059–1080. [Google Scholar] [CrossRef]
  14. Character, L.; Ortiz, A.; Beach, T.; Luzzadder-Beach, S. Archaeologic Machine Learning for Shipwreck Detection Using Lidar and Sonar. Remote Sens. 2021, 13, 1759. [Google Scholar] [CrossRef]
  15. Li, K.; Liu, Z.; Lu, J.; Liu, L.; Qin, N.; An, J. Detection Algorithm of the Shipwreck Target Based on Residual Contour Information. Int. J. Pattern Recognit. Artif. Intell. 2021, 35, 2150006. [Google Scholar] [CrossRef]
  16. Bruland, K.W.; Donat, J.R.; Hutchins, D.A. Interactive Influences of Bioactive Trace Metals on Biological Production in Oceanic Waters. Limnol. Oceanogr. 1991, 36, 1555–1577. [Google Scholar] [CrossRef] [Green Version]
  17. Schroeder, R.E.; Green, A.L.; DeMartini, E.E.; Kenyon, J.C. Long-Term Effects of a Ship-Grounding on Coral Reef Fish Assemblages at Rose Atoll, American Samoa. Bull. Mar. Sci. 2008, 82, 345–364. [Google Scholar]
  18. Kelly, L.W.; Barott, K.L.; Dinsdale, E.; Friedlander, A.M.; Nosrat, B.; Obura, D.; Sala, E.; Sandin, S.A.; Smith, J.E.; Vermeij, M.J.A.; et al. Black Reefs: Iron-Induced Phase Shifts on Coral Reefs. ISME J. 2012, 6, 638–649. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  19. Hatcher, B.G. A Maritime Accident Provides Evidence for Alternate Stable States in Benthic Communities on Coral Reefs. Coral Reefs 1984, 3, 199–204. [Google Scholar] [CrossRef]
  20. Delaney, W. Wreck Reef Revisited, a report on follow up work conducted by the Queensland Museum. Bull. Australas. Inst. Marit. Archaeol. 1990, 14, 55–58. [Google Scholar]
  21. Maragos, J.E. Reef and Coral Observations on the Impact of the Grounding of the Longliner Jin Shiang Fa at Rose Atoll, American Samoa; Program on Environment, East-West Center: Honolulu, HI, USA, 1994. [Google Scholar]
  22. U.S. Fish and Wildlife Service. The Impact of a Ship Grounding and Associated Fuel Spill at Rose Atoll National Wildlife Refuge, American Samoa; US Fish and Wildlife Service, Pacific Islands Ecoregion: Honolulu, HI, USA, 1997. [Google Scholar]
  23. Work, T.M.; Aeby, G.S.; Maragos, J.E. Phase Shift from a Coral to a Corallimorph-Dominated Reef Associated with a Shipwreck on Palmyra Atoll. PLoS ONE 2008, 3, e2989. [Google Scholar] [CrossRef]
  24. Mangubhai, S.; Obura, D.O. Silent Killer: Black Reefs in the Phoenix Islands Protected Area. Pac. Conserv. Biol. 2018, 25, 213. [Google Scholar] [CrossRef]
  25. Struckhoff, M.A.; Orazio, C.E.; Tillitt, D.E.; Shaver, D.K.; Papoulias, D.M. Mapping Elemental Contamination on Palmyra Atoll National Wildlife Refuge. Mar. Pollut. Bull. 2018, 128, 97–105. [Google Scholar] [CrossRef]
  26. Amon, D.J.; Kennedy, B.R.C.; Cantwell, K.; Suhre, K.; Glickson, D.; Shank, T.M.; Rotjan, R.D. Deep-Sea Debris in the Central and Western Pacific Ocean. Front. Mar. Sci. 2020, 7, 369. [Google Scholar] [CrossRef]
  27. Van der Schyff, V.; du Preez, M.; Blom, K.; Kylin, H.; Kwet Yive, N.S.C.; Merven, J.; Raffin, J.; Bouwman, H. Impacts of a Shallow Shipwreck on a Coral Reef: A Case Study from St. Brandon’s Atoll, Mauritius, Indian Ocean. Mar. Environ. Res. 2020, 156, 104916. [Google Scholar] [CrossRef] [PubMed]
  28. Done, T.J. Phase Shifts in Coral Reef Communities and Their Ecological Significance. Hydrobiologia 1992, 247, 121–132. [Google Scholar] [CrossRef]
  29. Rizwan, I.; Haque, I.; Neubert, J. Deep Learning Approaches to Biomedical Image Segmentation. Inform. Med. Unlocked 2020, 18, 100297. [Google Scholar] [CrossRef]
  30. Ha, Q.; Watanabe, K.; Karasawa, T.; Ushiku, Y.; Harada, T. MFNet: Towards Real-Time Semantic Segmentation for Autonomous Vehicles with Multi-Spectral Scenes. In Proceedings of the IEEE International Conference on Intelligent Robots and Systems, Vancouver, BC, Canada, 24–28 September 2017. [Google Scholar]
  31. Runz, M.; Buffier, M.; Agapito, L. MaskFusion: Real-Time Recognition, Tracking and Reconstruction of Multiple Moving Objects. In Proceedings of the Proceedings of the 2018 IEEE International Symposium on Mixed and Augmented Reality, ISMAR 2018, Munich, Germany, 16–20 October 2018. [Google Scholar]
  32. Karamitrou, A.; Sturt, F.; Bogiatzis, P.; Beresford-Jones, D. Towards the Use of Artificial Intelligence Deep Learning Networks for Detection of Archaeological Sites. Surf. Topogr. Metrol. Prop. 2022, 10, 044001. [Google Scholar] [CrossRef]
  33. Yuan, X.; Shi, J.; Gu, L. A Review of Deep Learning Methods for Semantic Segmentation of Remote Sensing Imagery. Expert Syst. Appl. 2021, 169, 114417. [Google Scholar] [CrossRef]
  34. Blaschke, T.; Lang, S.; Lorup, E.; Strobl, J.; Zeil, P. Object-Oriented Image Processing in an Integrated GIS/Remote Sensing Environment and Perspectives for Environmental Applications. Environ. Inf. Plan. Polit. Public 2000, 2, 555–570. [Google Scholar]
  35. Dechesne, C.; Mallet, C.; Le Bris, A.; Gouet-Brunet, V. Semantic Segmentation of Forest Stands of Pure Species Combining Airborne Lidar Data and Very High Resolution Multispectral Imagery. ISPRS J. Photogramm. Remote Sens. 2017, 126, 129–145. [Google Scholar] [CrossRef]
  36. Jadhav, J.K.; Singh, R.P. Automatic Semantic Segmentation and Classification of Remote Sensing Data for Agriculture. Math. Model. Eng. 2018, 4, 112–137. [Google Scholar] [CrossRef] [Green Version]
  37. Volpi, M.; Ferrari, V. Semantic Segmentation of Urban Scenes by Learning Local Class Interactions. In Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops, Boston, MA, USA, 7–12 June 2015. [Google Scholar]
  38. Fan, J.; Yau, D.K.Y.; Elmagarmid, A.K.; Aref, W.G. Automatic Image Segmentation by Integrating Color-Edge Extraction and Seeded Region Growing. IEEE Trans. Image Process. 2001, 10, 1454–1466. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  39. Weszka, J.S. A Survey of Threshold Selection Techniques. Comput. Graph. Image Process. 1978, 7, 259–265. [Google Scholar] [CrossRef]
  40. Najman, L.; Schmitt, M. Watershed of a Continuous Function. Signal Process. 1994, 38, 99–112. [Google Scholar] [CrossRef] [Green Version]
  41. Dhanachandra, N.; Manglem, K.; Chanu, Y.J. Image Segmentation Using K-Means Clustering Algorithm and Subtractive Clustering Algorithm. Procedia Comput. Sci. 2015, 54, 764–771. [Google Scholar] [CrossRef] [Green Version]
  42. Chen, X.; Pan, L. A Survey of Graph Cuts/Graph Search Based Medical Image Segmentation. IEEE Rev. Biomed. Eng. 2018, 1, 112–124. [Google Scholar] [CrossRef]
  43. Plath, N.; Toussaint, M.; Nakajima, S. Multi-Class Image Segmentation Using Conditional Random Fields and Global Classification. In Proceedings of the 26th International Conference On Machine Learning, ICML 2009, Montreal, QC, Canada, 14–18 June 2009. [Google Scholar]
  44. Starck, J.L.; Elad, M.; Donoho, D.L. Image Decomposition via the Combination of Sparse Representations and a Variational Approach. IEEE Trans. Image Process. 2005, 14, 1570–1582. [Google Scholar] [CrossRef] [Green Version]
  45. Pierre, F.; Amendola, M.; Bigeard, C.; Ruel, T.; Villard, P.F. Segmentation with Active Contours. Image Process. Line 2021, 11, 120–141. [Google Scholar] [CrossRef]
  46. Hesamian, M.H.; Jia, W.; He, X.; Kennedy, P. Deep Learning Techniques for Medical Image Segmentation: Achievements and Challenges. J. Digit. Imaging 2019, 32, 582–596. [Google Scholar] [CrossRef] [Green Version]
  47. Minaee, S.; Boykov, Y.; Porikli, F.; Plaza, A.; Kehtarnavaz, N.; Terzopoulos, D. Image Segmentation Using Deep Learning: A Survey. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 3523–3542. [Google Scholar] [CrossRef]
  48. Badrinarayanan, V.; Kendall, A.; Cipolla, R. SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 2481–2495. [Google Scholar] [CrossRef]
  49. Chen, L.C.; Papandreou, G.; Kokkinos, I.; Murphy, K.; Yuille, A.L. DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs. IEEE Trans. Pattern Anal. Mach. Intell. 2018, 40, 834–848. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  50. Long, S.; He, X.; Yao, C. Scene Text Detection and Recognition: The Deep Learning Era. Int. J. Comput. Vis. 2021, 129, 161–184. [Google Scholar] [CrossRef]
  51. Zhang, S.; Yao, L.; Sun, A.; Tay, Y. Deep Learning Based Recommender System: A Survey and New Perspectives. ACM Comput. Surv. 2019, 52, 1–38. [Google Scholar] [CrossRef] [Green Version]
  52. Chen, H.; Engkvist, O.; Wang, Y.; Olivecrona, M.; Blaschke, T. The Rise of Deep Learning in Drug Discovery. Drug Discov. Today 2018, 23, 1241–1250. [Google Scholar] [CrossRef] [PubMed]
  53. Chai, Q. Research on the Application of Computer CNN in Image Recognition. J. Phys. Conf. Ser. 2021, 1915, 032041. [Google Scholar] [CrossRef]
  54. Khan, A.; Sohail, A.; Zahoora, U.; Qureshi, A.S. A Survey of the Recent Architectures of Deep Convolutional Neural Networks. Artif. Intell. Rev. 2020, 53, 5455–5516. [Google Scholar] [CrossRef] [Green Version]
  55. Kendall, A.; Badrinarayanan, V.; Cipolla, R. Bayesian Segnet: Model Uncertainty in Deep Convolutional Encoder-Decoder Architectures for Scene Understanding. In Proceedings of the British Machine Vision Conference 2017, BMVC 2017, London, UK, 4–7 September 2017. [Google Scholar]
  56. Long, J.; Shelhamer, E.; Darrell, T. Fully Convolutional Networks for Semantic Segmentation. In Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015. [Google Scholar]
  57. Australian National Maritime Museum. Available online: https://www.sea.museum/2017/09/07/old-wrecks-black-reefs (accessed on 20 March 2023).
  58. Obura, D. Coral Reef Structure and Zonation of the Phoenix Islands. Atoll Res. Bull. 2011, 589, 63–82. [Google Scholar] [CrossRef]
  59. WreckSite. Available online: https://wrecksite.eu/wreck.aspx?271475 (accessed on 20 March 2023).
  60. Richards, R. Samoa’s Forgotten Whaling Heritage: American Whaling in Samoan Waters; The University of California: Oakland, CA, USA, 1992. [Google Scholar]
  61. Barclay, S.D. Rose Atoll; U.S. Fish and Wildlife Service: Honolulu, HI, USA, 1993. [Google Scholar]
  62. Sandin, S.A.; Smith, J.E.; DeMartini, E.E.; Dinsdale, E.A.; Donner, S.D.; Friedlander, A.M.; Konotchick, T.; Malay, M.; Maragos, J.E.; Obura, D.; et al. Baselines and Degradation of Coral Reefs in the Northern Line Islands. PLoS ONE 2008, 3, e1548. [Google Scholar] [CrossRef] [Green Version]
  63. Maragos, J.E.; Williams, G.J. Pacific Coral Reefs: An Introduction. In Encyclopedia of Earth Sciences Series; Springer: Berlin/Heidelberg, Germany, 2011; Volume 2. [Google Scholar]
  64. Gapper, J.J.; El-Askary, H.; Linstead, E.; Piechota, T. Evaluation of Spatial Generalization Characteristics of a Robust Classifier as Applied to Coral Reef Habitats in Remote Islands of the Pacific Ocean. Remote Sens. 2018, 10, 1774. [Google Scholar] [CrossRef] [Green Version]
  65. Barott, K.L.; Caselle, J.E.; Dinsdale, E.A.; Friedlander, A.M.; Maragos, J.E.; Obura, D.; Rohwer, F.L.; Sandin, S.A.; Smith, J.E.; Zgliczynski, B. The Lagoon at Caroline/Millennium Atoll, Republic of Kiribati: Natural History of a Nearly Pristine Ecosystem. PLoS ONE 2010, 5, e10950. [Google Scholar] [CrossRef]
  66. Encyclopaedia, T.E. Kwajalein Atoll. Britannica. 2018. Available online: https://www.britannica.com/place/Kwajalein-Atoll (accessed on 1 April 2023).
  67. Pacific Wrecks. Available online: https://pacificwrecks.com/provinces/marshall (accessed on 1 April 2023).
  68. Evans, S.W.; Cole, N.; Kylin, H.; Choong Kwet Yive, N.S.; Tatayah, V.; Merven, J.; Bouwman, H. Protection of Marine Birds and Turtles at St Brandon’s Rock, Indian Ocean, Requires Conservation of the Entire Atoll. Afr. J. Mar. Sci. 2016, 38, 317–327. [Google Scholar] [CrossRef] [Green Version]
  69. Bouwman, H.; Evans, S.W.; Cole, N.; Choong Kwet Yive, N.S.; Kylin, H. The Flip-or-Flop Boutique: Marine Debris on the Shores of St Brandon’s Rock, an Isolated Tropical Atoll in the Indian Ocean. Mar. Environ. Res. 2016, 114, 58–64. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  70. Hancock, P. Shipwreck Logs: A Log of Shipwrecks & Maritime Accidents Around the World. Available online: https://shipwrecklog.com/log/tag/cargados-carajos-shoals/ (accessed on 20 March 2023).
  71. Hinton, G.E.; Srivastava, N.; Swersky, K. Neural Networks for Machine Learning Lecture 6a Overview of Mini-Batch Gradient Descent. COURSERA Neural Netw. Mach. Learn. 2012, 14, 2. [Google Scholar]
  72. Hunter, J.; Malliaros, R. Wreck of the Jenny Lind:: The Kenn Reefs Archaeological Survey. Signals 2017, 119, 8–13. [Google Scholar]
  73. Wang, T.; Shi, J.; Letu, H.; Ma, Y.; Li, X.; Zheng, Y. Detection and Removal of Clouds and Associated Shadows in Satellite Imagery Based on Simulated Radiance Fields. J. Geophys. Res. Atmos. 2019, 124, 7207–7225. [Google Scholar] [CrossRef] [Green Version]
  74. Li, Z.; Shen, H.; Cheng, Q.; Liu, Y.; You, S.; He, Z. Deep Learning Based Cloud Detection for Medium and High Resolution Remote Sensing Images of Different Sensors. ISPRS J. Photogramm. Remote Sens. 2019, 150, 197–212. [Google Scholar] [CrossRef] [Green Version]
  75. El Mahrad, B.; Newton, A.; Icely, J.D.; Kacimi, I.; Abalansa, S.; Snoussi, M. Contribution of Remote Sensing Technologies to a Holistic Coastal and Marine Environmental Management Framework: A Review. Remote Sens. 2020, 12, 2313. [Google Scholar] [CrossRef]
  76. Obura, D.O.; Mangubhai, S. Coral mortality associated with thermal fluctuations in the Phoenix Islands, 2002–2005. Coral Reefs 2011, 30, 607–619. [Google Scholar] [CrossRef]
  77. Obura, D.O.; Stone, G.; Mangubhai, S.; Bailey, S.; Yoshinaga, A.; Barrel, R. Baseline marine biological surveys of the Phoenix Islands, July 2000. Atoll Res. Bull. 2011, 589, 1–61. [Google Scholar] [CrossRef]
Figure 1. Map showing the locations of the reefs investigated in this work.
Figure 1. Map showing the locations of the reefs investigated in this work.
Remotesensing 15 02030 g001
Figure 2. Vision-1 imagery from (a) Kenn reef, (b) Nikumamoro reef and (c) Kanton reef. Google Earth imagery from (d) Rose reef, (e) Kingman reef, (f) Caroline reef, (g) Kwajalein reef and (h) St Brandon reef (Google Earth Pro, viewed 21 May 2021). The red dots show the locations of the shipwrecks in each reef. For the Kenn and Rose reefs, the areas inside the red rectangle represent the part of the image used for labelling and later for evaluation. The rest of the images were used only for evaluation purposes.
Figure 2. Vision-1 imagery from (a) Kenn reef, (b) Nikumamoro reef and (c) Kanton reef. Google Earth imagery from (d) Rose reef, (e) Kingman reef, (f) Caroline reef, (g) Kwajalein reef and (h) St Brandon reef (Google Earth Pro, viewed 21 May 2021). The red dots show the locations of the shipwrecks in each reef. For the Kenn and Rose reefs, the areas inside the red rectangle represent the part of the image used for labelling and later for evaluation. The rest of the images were used only for evaluation purposes.
Remotesensing 15 02030 g002
Figure 3. Flowchart showing the general steps followed for compiling and preparing data to train deep-learning network to identify black reefs.
Figure 3. Flowchart showing the general steps followed for compiling and preparing data to train deep-learning network to identify black reefs.
Remotesensing 15 02030 g003
Figure 4. Using the ImageLabeler from MATLAB, 1600 images (256 × 256pixels) were labelled. The images consist of 4 Vision-1 images and 7 Google Earth images from 5 reefs (Kanton, Kenn, Kingman, Nikumamoro and Rose).
Figure 4. Using the ImageLabeler from MATLAB, 1600 images (256 × 256pixels) were labelled. The images consist of 4 Vision-1 images and 7 Google Earth images from 5 reefs (Kanton, Kenn, Kingman, Nikumamoro and Rose).
Remotesensing 15 02030 g004
Figure 5. Histogram illustrating the number of pixels used in each of the 3 classes, ‘Black_Reef’, ‘Non_Black_Reef’ and ‘Water’.
Figure 5. Histogram illustrating the number of pixels used in each of the 3 classes, ‘Black_Reef’, ‘Non_Black_Reef’ and ‘Water’.
Remotesensing 15 02030 g005
Figure 6. Flowchart showing the procedure of using the trained deep learning network to segment images.
Figure 6. Flowchart showing the procedure of using the trained deep learning network to segment images.
Remotesensing 15 02030 g006
Figure 7. (a) Vision-1 satellite image of Kenn reef with the location of the 11 known shipwrecks (red dots), (b) the resulting segmented image after the application of the trained algorithm, (c) zoomed part of the Google Earth image and (d) the corresponding zoomed part of the segmented image.
Figure 7. (a) Vision-1 satellite image of Kenn reef with the location of the 11 known shipwrecks (red dots), (b) the resulting segmented image after the application of the trained algorithm, (c) zoomed part of the Google Earth image and (d) the corresponding zoomed part of the segmented image.
Remotesensing 15 02030 g007
Figure 8. (a) Google Earth image (Google Earth Pro, 2011) from Rose reef with the location of the one known shipwreck (red dot), (b) the resulting segmented image after the application of the trained algorithm, (c) zoomed part of the location of the shipwreck showing the discoloration of the surrounding area, (d) the corresponding zoomed part of the segmented image.
Figure 8. (a) Google Earth image (Google Earth Pro, 2011) from Rose reef with the location of the one known shipwreck (red dot), (b) the resulting segmented image after the application of the trained algorithm, (c) zoomed part of the location of the shipwreck showing the discoloration of the surrounding area, (d) the corresponding zoomed part of the segmented image.
Remotesensing 15 02030 g008
Figure 9. (Left) a zoomed part of the Google Earth image (Google Earth Pro, 2011) of Rose reef (northwest corner) that shows the presence of clouds. (Right) the resulting segmented image where the shadows of the clouds have been falsely identified as black reefs.
Figure 9. (Left) a zoomed part of the Google Earth image (Google Earth Pro, 2011) of Rose reef (northwest corner) that shows the presence of clouds. (Right) the resulting segmented image where the shadows of the clouds have been falsely identified as black reefs.
Remotesensing 15 02030 g009
Figure 10. (a) Google Earth imagery from year 2004 (Google Earth Pro, 2004, 2011) and (b) the segmented image. The light green colour indicates subaerial vegetation mask based on Landsat imagery, while the red rectangle indicated the area where the shipwreck is located [18]. The segmented image shows the appearance of a black reef near the entrance of the lagoon. (c) Google Earth image taken in 2011 while in (d) is the final segmented image. From the segmented image is clear that the black reef has extended to the other site of the lagoon’s entrance as well as across the coastal area.
Figure 10. (a) Google Earth imagery from year 2004 (Google Earth Pro, 2004, 2011) and (b) the segmented image. The light green colour indicates subaerial vegetation mask based on Landsat imagery, while the red rectangle indicated the area where the shipwreck is located [18]. The segmented image shows the appearance of a black reef near the entrance of the lagoon. (c) Google Earth image taken in 2011 while in (d) is the final segmented image. From the segmented image is clear that the black reef has extended to the other site of the lagoon’s entrance as well as across the coastal area.
Remotesensing 15 02030 g010
Figure 11. (Left) column: All available Google Earth images from the Kwajalein reef for the years 2005, 2013, 2015, 2016, 2019 & 2022, inside the red rectangle is the location of the shipwreck. (Right) column: the corresponding segmented images.
Figure 11. (Left) column: All available Google Earth images from the Kwajalein reef for the years 2005, 2013, 2015, 2016, 2019 & 2022, inside the red rectangle is the location of the shipwreck. (Right) column: the corresponding segmented images.
Remotesensing 15 02030 g011
Figure 12. (Left) zoomed Google Earth imagery (Google Earth Pro, 2022) of the Kwajalein reef. (Right) corresponding segmented image.
Figure 12. (Left) zoomed Google Earth imagery (Google Earth Pro, 2022) of the Kwajalein reef. (Right) corresponding segmented image.
Remotesensing 15 02030 g012
Figure 13. (a) Google Earth image of the St Brandon reef (Google Earth Pro, 2005); the red rectangle shows the location of a shipwreck, (b) segmented image, (c) zoomed part of the Google Earth image focusing on the shipwreck, (d) the corresponding zoomed part of the segmented image.
Figure 13. (a) Google Earth image of the St Brandon reef (Google Earth Pro, 2005); the red rectangle shows the location of a shipwreck, (b) segmented image, (c) zoomed part of the Google Earth image focusing on the shipwreck, (d) the corresponding zoomed part of the segmented image.
Remotesensing 15 02030 g013
Table 1. Table with the number of Shipwrecks/Black Reefs in each reef and their coordinates in WGS84 system.
Table 1. Table with the number of Shipwrecks/Black Reefs in each reef and their coordinates in WGS84 system.
ReefNumber of ShipwrecksCoordinates (WGS84)Use
Kanton1−2.814997, −171.7151Training
Nikumaroro1−4.6608, −174.545Training
Kingmans16.4049, −162.351339Training
Kenn11−21.257019, 155.780382
−21.254144, 155.780249
−21.256865, 155.785203
−21.253460, 155.79284
Training
−21.266294, 155.751474
−21.261727, 155.765001
−21.260455, 155.763734
−21.260200, 155.766308
−21.258671, 155.770358
−21.256630, 155.768815
−21.258416, 155.771783
Evaluation
Rose1−14.549244, −168.166467Training and Evaluation
St. Brandon’s1−16.8309, 59.4756Evaluation
Kwajalein19.331000, 166.8457Evaluation
Caroline2−10.0028, −150.221170Evaluation
Table 2. List of all coral reefs and the imagery used in this study.
Table 2. List of all coral reefs and the imagery used in this study.
ReefType of ImageryYear AcquiredResolution
KantonVision-120203.5 m
Google Earth-Airbus20161.5 m
NikumaroroVision-120203.5 m
KingmansGoogle Earth-Maxar
Technologies
2007 0.6 m GSD
20130.5 m GSD
KennVision-120203.5 m
RoseGoogle Earth-Maxar Technologies20110.5 m GSD
St. Brandon’sGoogle Earth-Maxar Technologies20050.65 m GSD
KwajaleinGoogle Earth-Maxar Technologies20050.6 m GSD
2013
2015
20160.5 m GSD
2019
2022
CarolineGoogle Earth-Maxar Technologies20040.5 m GSD
20110.6 m GSD
Table 3. Optimal set of parameters for the 8-layer networks.
Table 3. Optimal set of parameters for the 8-layer networks.
Parameter NameValue
Squared Gradient decay factor0.9900
Epsilon1 × 10−8
Initial learning rate3.0000 × 10−4
Gradient Threshold Methodl2 norm
Drop period5
L2-regularization parameter1.0000 × 10−4
Gradient thresholdInf (positive scalar)
Max epochs50
Mini batch size8
Shuffleonce
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Karamitrou, A.; Sturt, F.; Bogiatzis, P. Identification of Black Reef Shipwreck Sites Using AI and Satellite Multispectral Imagery. Remote Sens. 2023, 15, 2030. https://doi.org/10.3390/rs15082030

AMA Style

Karamitrou A, Sturt F, Bogiatzis P. Identification of Black Reef Shipwreck Sites Using AI and Satellite Multispectral Imagery. Remote Sensing. 2023; 15(8):2030. https://doi.org/10.3390/rs15082030

Chicago/Turabian Style

Karamitrou, Alexandra, Fraser Sturt, and Petros Bogiatzis. 2023. "Identification of Black Reef Shipwreck Sites Using AI and Satellite Multispectral Imagery" Remote Sensing 15, no. 8: 2030. https://doi.org/10.3390/rs15082030

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop