Skip to main content
Scientific Reports logoLink to Scientific Reports
. 2017 Oct 17;7:13338. doi: 10.1038/s41598-017-13335-x

Compact-Morphology-based poly-metallic Nodule Delineation

Timm Schoening 1,, Daniel O B Jones 2, Jens Greinert 1
PMCID: PMC5645364  PMID: 29042585

Abstract

Poly-metallic nodules are a marine resource considered for deep sea mining. Assessing nodule abundance is of interest for mining companies and to monitor potential environmental impact. Optical seafloor imaging allows quantifying poly-metallic nodule abundance at spatial scales from centimetres to square kilometres. Towed cameras and diving robots acquire high-resolution imagery that allow detecting individual nodules and measure their sizes. Spatial abundance statistics can be computed from these size measurements, providing e.g. seafloor coverage in percent and the nodule size distribution. Detecting nodules requires segmentation of nodule pixels from pixels showing sediment background. Semi-supervised pattern recognition has been proposed to automate this task. Existing nodule segmentation algorithms employ machine learning that trains a classifier to segment the nodules in a high-dimensional feature space. Here, a rapid nodule segmentation algorithm is presented. It omits computation-intense feature-based classification and employs image processing only. It exploits a nodule compactness heuristic to delineate individual nodules. Complex machine learning methods are avoided to keep the algorithm simple and fast. The algorithm has successfully been applied to different image datasets. These data sets were acquired by different cameras, camera platforms and in varying illumination conditions. Their successful analysis shows the broad applicability of the proposed method.

Introduction

Poly-metallic nodules (PMNs - also referred to as manganese nodules) are a marine mineral resource. They contain relevant concentrations of Copper, Nickel and Cobalt1. Most PMN research and resource assessment focusses on the deep abyssal plains in the eastern Pacific Ocean. Economically interesting areas were found within the Clarion Clipperton Zone (CCZ) where several countries are exploring PMN claims. These are license areas provided to the countries through the International Seabed Authority.

International research projects are investigating aspects of nodule mining (Ecological Aspects of Deep-Sea Mining: https://jpio-miningimpact.geomar.de; Managing Impacts of Deep-Sea Resource Exploitation: https://www.eu-midas.net/). Current foci of these research projects lie on environmental aspects: e.g. epifauna associated with PMNs, mining-induced habitat disturbances and the resilience of the ecosystem to cope with this anthropogenic pressure2,3.

Quantitative measurements of PMN abundance are required for various applications. Individual nodule sizes (in cm2) provide basic measurements that can be aggregated to create descriptive spatial statistics. Examples are PMN density (nodules/m2) and seafloor coverage (in %) that data can related to environmental parameters, like faunal densities or chemical gradients.

Quantitative nodule information is traditionally provided by two methods. First, by physical sea floor sampling, e.g. using box cores. Second, by hydro-acoustic sensors, e.g. Multi-beam Echo Sounder (MBES) or Side Scan Sonar (SSS). Physical sampling by box cores provides precise size measurements of individual PMNs at minimum areal coverage. MBES and SSS provide high areal coverage but minimum quantitative resolution.

It is possible to correlate hydro-acoustic data and physical sampling for specific PMN abundances, but nodules need to be frequent and homogeneously distributed. Box cores can provide misleading data in heterogeneously populated areas and might even provide empty measurements despite an actual PMN occurrence in sparsely populated areas.

Optical imaging provides a bridge technology between these two methods. It features higher quantitative resolution than hydro-acoustics and higher areal coverage than physical sampling (see Fig. 1)4. It can be used to measure local PMN heterogeneity as well as regional abundance.

Figure 1.

Figure 1

Comparison of mapping and sampling technology by their resolution (in [log 10(px/m)]) and aerial coverage (in [log 10(m2/h)]). Physical sampling with box cores (yellow box) provides maximal resolution at minimal aerial coverage while hydro-acoustic (Multi-beam Echo Sounder (MBES) and Side Scan Sonar (SSS) - blue boxes) methods provide minimum resolution at maximum aerial coverage. Optical imaging (green boxes) provides a bridge technology that enables seafloor measurements at intermediate resolution and aerial coverage. Hydro-acoustic and optical methods are separated by platform (Ship, AUV, ROV, etc.) and sensor (MBES, SSS, Camera (e.g. Survey Camera5), etc.).

Semantics have to be assigned to pixels to determine nodule quantities in optical imagery. The objects of interest, i.e. PMNs, have to be segmented from the sediment background making this semantic segmentation is a binary task. Each pixel of an image needs to be assigned to either the PMN class ω0 or the sediment background class ω1.

After the segmentation, individual PMNs need to be delineated. This delineation provides nodule sizes in cm2 - like physical sampling. By aggregating those size measurements imaging provides spatial nodule abundance statistics for large seafloor areas - like hydro-acoustic mapping. Examples of spatial statistics are size distributions, seafloor percent coverage and the number of nodules per area.

Traditionally, manual image annotation is conducted to add semantic information to images and specific tools for manual annotation of underwater imagery have been developed (e.g. Squidle or BIIGLE 6,7). In manual annotation, human experts inspect images and perform two steps: detection and classification of objects of interest. Detections are quantified by geometrical markers placed on top of the images (e.g. rectangles, polygons). Classifications are quantified by category names (e.g. “nodule”).

Classification is easy for the binary nodule case (ω0 or ω1), detection however is complicated. Nodules are embedded within the sediment and a gradual transition is frequent between the two classes. Delineating nodules manually can not be achieved in a pixel-perfect way and early methods use percent coverage to measure nodule abundance in images8,9. These coverage measurements have to be seen as subjective inspections rather than objective annotations. Also, all manual image interpretation - inspection and annotation - is prone to bias by human factors like fatigue. Several studies showed that manual underwater image annotation is an error-prone task1012 as it is in other image analysis domains13.

Pattern Recognition (PR) has been proposed to reduce human observer bias. PR-based image analysis methods are usually developed for imagery acquired in air. Their application to in-water imagery is complicated by the underwater environment due to physical factors like scattering, wavelength-dependent light absorption and inhomogeneous illumination. Biological factors add turbidity, marine snow and biofouling of image acquisition gear as further challenges. Some underwater imagery can be pre-processed to make in-air PR methods applicable14.

Successful underwater application of PR has been performed for specific use cases. Fish were classified by a deep neural network15 and by manually tuning shape features16. Nematode biomass was assessed by manually tuning intensity thresholds17 and scallop abundance has been quantified using Adaboost18. General-purpose megafauna detection has been initiated using rich feature representations and Support Vector Machines11.

Efforts to automate the PMN segmentation have emerged as well but because of the aforementioned challenges of underwater imaging, traditional segmentation methods like Region growing 19, Pyramid linking20, Normalized-cuts21, Mean-shift22 and Otsu thresholding are not directly applicable23. Otsu thresholding for example heuristically tunes a threshold value based on the colour frequencies in an image but does not take the spatial distribution of colours into account.

Successful PMN segmentation methods are characterised by varying manual annotation efforts and intense computational runtimes, which is higher than the image acquisition time. An early approach to assess PMNs provides seafloor percent coverage only9. This approach requires few manual annotations as input for an unsupervised pixel clustering. A more sophisticated method implements manual annotation of clusters in a feature space24. Parts of this ‘pixel clustering’ method have been sped up using high-performance computing techniques25. Other parts of this method were fully automated at increased computational cost based on a compactness criterion23.

All methods mentioned above were tuned for specific image data sets. Those data sets are characterised by a particular illumination pattern, prevalence of backscatter and camera view angle. One method was successfully linked to hydro-acoustic measurements and contributed to PMN abundance assessment on a spatial scale larger than 1,000 m2  26.

Here, the Compact Morphology-based Nodule Delineation (CoMoNoD) method is presented. It combines the advantages of the above-mentioned methods but overcomes some of their individual shortcomings. CoMoNoD competes by neglecting time-consuming feature computation and machine learning. It requires no manual image annotation, applies data-driven parameter tuning and is computationally optimised. CoMoNoD maximises the between-class contrast by a compactness criterion, similar to the criterion proposed in23. Comparable to the Otsu method, a colour threshold is determined. In CoMoNoD the threshold is based on spatial colour distributions within the image. The algorithm is implemented in a GPU-optimised way to allow for rapid image processing. Images acquired at 1 Hz can be processed in realtime on one computer. This provides PMN abundance assessments shortly after image acquisition and thus helps scientists to e.g. pin-pointing subsequent sampling locations during research cruises based on the determined spatial nodule statistics.

Material

CoMoNoD was applied to two diverse image sets, I(1) and I(2), showing poly-metallic nodules. Both image sets were acquired in the deep sea of the Pacific Ocean. The images show a vertical view down onto the seafloor (see Fig. 2).

Figure 2.

Figure 2

Two example images from I(1) (left) and I(2) (right). Both were acquired by an autonomous underwater vehicle (AUV). The left image was acquired by the Deep Survey Camera on board the GEOMAR AUV Abyss 5. Abyss flew in an altitude of ca. 8.9 m above the seafloor. Image in I(1) on average show a seafloor area of ca. 180 m2. The image on the right was acquired by NOCS’ AUV Autosub6000. It flew in an altitude of ca. 2.6 m. Images in I(2) show a seafloor area of ca. 1.4 m2. Red boxes mark sections that are shown as zoom-ins in following figures.

Image set I(1) (|I(1)|=34,200) was acquired by GEOMAR using the Deep Survey Camera 5 on board AUV Abyss. Images were acquired in the DISCOL experimental area of the Peru Basin (station SO242-1_083_AUV1027). The imaged area was chosen to reinvestigate a benthic disturbance experiment conducted in 198928. I(1) is a subset of a much larger AUV image collection acquired during the Ecological Impacts of Deep Sea Mining cruises SO23929 and SO242-127. Image and meta data are available through OSIS (https://portal.geomar.de) and the web-based image annotation software DIAS (https://dias.geomar.de). The images in I(1) were acquired from an average altitude of 7.5 m above the sea floor. A FishEye lens was used to capture a 90° field of view. FishEye un-distortion was applied to create rectified images of 4096 (3072) pixel width (height). Resolution in the rectified images is ca. 1 px/cm. Those rectified images were then analysed with CoMoNoD.

Image set I(2) (|I(2)|=88,630) was acquired by the National Oceanography Centre Southampton (NOCS) in an Area of Particular Environmental Interest (APEI No. 6) in the CCZ, using AUV Autosub6000 30. The images in I(2) were acquired from an average altitude of 3 m. They feature a footprint of ca. 1.8 m2 and a resolution of ca. 16 px/cm.

The segmentation of nodules and sediment is considered a binary task for I(1) and I(2). As less than 3% of the image pixels show other objects like fauna, these objects are neglected in the analysis. Both image sets come with meta data for each image including latitude and longitude for geo-referencing as well as altitude to compute image footprints in m2.

Method

The proposed CoMoNoD method consists of two phases: 1) contrast maximisation (see Figs 3 and 4) and 2) nodule delineation (see Fig. 5). The core heuristic - assuming that PMNs are elliptical, mostly convex objects - is exploited in both phases. All image processing is conducted using the OpenCV C++ library and GPU acceleration is used where applicable.

Figure 3.

Figure 3

Workflow of image processing steps for contrast maximisation in the first phase of CoMoNoD. A zoom-in of the entire image is shown (see Fig. 2). (a) Shows the input image from I(2) (ca. 1/10th of source image). (b) Shows the colour corrected version after applying the fSpice method. (c) Shows the contrast-maximised binary image Bi after applying the heuristically tuned threshold ti. (d) Shows a noisy result created by a threshold ti that was chosen too large (by erroneously setting θγ too high).

Figure 4.

Figure 4

Plot of the compactness curve γ() (dashed, grey curve) and the first derivate γ() (solid, black curve). The curves represent the compactness in one image from I(1). To select the intensity threshold ti, first the peak pi is determined in γ(). Then, ti is chosen as the highest value b<pi for which γ(b)<γ(pi)θγ.

Figure 5.

Figure 5

Workflow of the nodule delineation steps in the second phase of CoMoNoD. Again the zoom-in section is shown (see Fig. 2). (a) Distance image Di computed from Bi (see Fig. 3c)). (b) Peaks within the distance image constitute nodule candidate centroids (yellow markers). These are filtered to determine the regional maximum within a neighbourhood (purple markers - all overlaying further yellow markers). Shape bottlenecks between adjacent nodules are used to separate connected nodule candidates (red lines). (c) each nodule candidate blob is delineated by its convex hull. (d) Convex hulls from c) are fit by an ellipsoid and shown as an overlay on top of the original image (green nodule delineations). The size of these delineations can be measured in cm2 and provides the basis for statistical assessments of PMN abundance.

Contrast maximisation

Each image Ii of an image set I is first filtered with a 3 × 3 px median filter to remove sensor noise and small artefacts. Artefacts can be caused by floating particles like marine snow or shell fragments on the seafloor. The images are then scaled with a scale factor fi=A/Ai where Ai is the footprint of image Ii in m2. A is the median image footprint in the image set I. Cubic interpolation is used while scaling the images. This is the most accurate interpolation method in the GPU-accelerated part of OpenCV. Scaling leads to a uniform px/cm ratio within the scaled image set.

Scaled images are smoothed by a Gaussian filter of 3 × 3 px size. Afterwards, they are colour corrected using the fSpice algorithm (see Figs 3b) and 6(b))11. This data-driven colour correction method removes an illumination cone from individual images and equalises the colour histograms of all images within an image set. The algorithm was developed to reconstruct the natural appearance of the seafloor. Here, fSpice is applied in a way which increases the contrast between nodules and the sediment. The colour corrected images are then converted to 8 bit grey-scale.

Figure 6.

Figure 6

Processing workflow for I(1). Shown are the zoom-ins to the original images (see Fig. 2). (a) Source image, (b) fSpice result, (c) binary image, (d) nodule delineation.

Each grey-scale image is transformed to a binary image Bi to maximise the contrast. An image-specific threshold ti is used for binarisation (ti[0..255], see Fig. 3c)). To determine ti, first a grey level co-occurrence matrix G(i) is computed considering the four Moore-neighbouring pixels in 1 px distance. At this point the compactness heuristic is exploited: few colour co-occurrences of pixels below ti (likely PMNs - i.e. ω0) and above ti (likely background - i.e. ω1) are targeted. Hence for each ti, a compactness value γ(ti) is computed:

γ(ti)=a=0tb=0tGa,b(i)+a=t+1255b=t+1255Ga,b(i)a=0255b=0255Ga,b(i)[0..1] 1

This γ(ti) is maximised for γ(0)=γ(255)=1.

Next, the first derivative of γ(ti) is computed and its peak position pi determined:

pi=argmaxaγ(a). 2

The threshold ti is selected as:

ti=γargmaxb<piγ(b) 3

with:

γ(b)<γ(pi)θγ 4

where θγ is one of the CoMoNoD input parameters.

The concept for selecting the threshold ti like this is as follows. The compactness γ(pi) decreases when the binary image Bi becomes noisy. This is the case when background pixels are erroneously added to the PMN class ω0 (see Figs 3d) and 4). It will happen when ti is chosen too high. The maximum compactness change γ(pi) thus serves as the upper limit for the threshold value ti.

Nodule delineation

After contrast maximisation, the binary image Bi is subject to multiple blob detection, splitting and fusion steps. These steps delineate individual nodules in the second phase of CoMoNoD (see Fig. 5).

First, the distance image Di is computed, which has the same size as Bi. Each pixel value in Di encodes the shortest distance to a pixel in Bi assigned to class ω1 (see Fig. 5a)).

Local maxima are determined in Di. Maxima are pixels that exceed their Moore-neighbouring pixels. These local maxima constitute the initial nodule candidate centroids. Neighbouring local maxima are filtered and only the highest peak is retained within a 5θr px radius (see Fig. 5b)). θr is another input parameter for CoMoNoD. It represents the minimum nodule radius in pixels and depends on image resolution.

Each pixel in Bi, which is set to ω0, needs to be assigned to one of these peaks. Here it is again assumed that PMNs are compact objects of elliptical shape. The pixels set to ω0 form connected pixel clusters or blobs.

Bottlenecks in the blob contours are evaluated to separate adjacent PMNs in the binary image (see Fig. 5b) - red lines). Each blob is iteratively split up to virtual blobs to find the optimal separation of the peaks within the blob. The iterative splitting is discontinued when each peak is contained in its own blob (see Fig. 5b)).

All pixel blobs are fused with their largest neighbour when they are smaller than πθr2 pixels. To be fused the neighbour has to be closer than 2θr pixels distance. Fusion avoids over-segmentation. Small blobs are discarded if no such neighbour exists.

Nodule candidate blobs are delineated by their convex hull to account for gaps between PMNs. Gaps can be caused by sediment coverage or epifauna (see Fig. 5c)). Each convex hull is finally fit with an ellipsoid (see Fig. 5d)). The size of these ellipsoids provides individual nodule sizes in cm2 from which descriptive nodule statistics can be computed. The main axes of the ellipse also provide measurements of two of the nodule axes.

Nodule statistics

The number of PMNs in an image is denoted by Ni. Each PMN nodule ni,j,j=0,..,Ni in an image Ii is described by a size value si,j in cm2. Several PMN abundance statistics can be computed from these si,j. The most straightforward are the number of PMNs per square meter (ΦiN=Ni/Ai m−2) and the percentage coverage of the seafloor with PMNs (Φic=j=0Nisi,j/Ai). To represent the nodule size distribution in an image, CoMoNoD additionally provides seven characteristic nodule size values:

Φi,αs,α[0.01,0.10,0.25,0.5,0.75,0.90,0.99] 5

These are computed by first sorting the si,j by increasing value. Then:

Φi,αs=si,kα 6

with:

kα=argmaxkl=0k<Nisi,l<αΦicAi 7

The interpretation of Φi,αs is that a fraction of α of Φic in image Ii is owing to nodules smaller than Φi,αs (e.g. Φi,0.5s: half of the nodule coverage in Ii is created by nodules smaller than Φi,0.5s cm2). The Φi,αs are thus values along the accumulation curve of the nodule size distribution.

Common geological particle size descriptors can be computed from the Φi,αs 31. An example are the sorting value: 0.5(Φi,0.75sΦi,0.25s) and the skewness: Φi,0.75s+Φi,0.25s2Φi,0.5s as defined by Trask32.

Results

Figure 6 shows an example of the delineation result for I(1) (in d)). It also shows intermediate results of the fSpice pre-processing and the binarization step. An example delineation is shown in Fig. 5d) for I(2).

By applying CoMoNoD to all 34,200 images in I(1), nodule abundance was assessed within a contiguous seafloor area of ca. 500 × 400 m2. Nodule abundance was quantised to a 0.25 × 0.25 m2 resolution grid to render the map (see Fig. 7). Therefore, each image was subdivided into 25 × 25 cm2 tiles. CoMoNoD’s descriptive statistics were then computed for each of these grid tiles.

Figure 7.

Figure 7

Nodule abundance map showing nodule coverage in percent. 34,200 images contributed to this map. It was computed in about 12 h. The map represents an area of ca. 500 × 400 m2 size. It lies in the DISCOL experimental area in the Peru Basin, Pacific Ocean. Narrow linear structures, criss-crossing the area, are anthropogenic plough-marks (8 m wide) from a mining simulation conducted in 198928. The larger scale (ca. 100 m wide), east-west facing wave pattern correlates with the seafloor micro-bathymetry. The striped horizontal pattern follows the AUV dive trajectory (see black lines in the inset in the lower left corner). Eighty horizontal AUV lines were conducted at a spacing of 5 m. The horizontal pattern is likely caused as an artefact of the max-pooling value selection for overlapping images.

The average nodule number per square meter for the entire area is ΦN=2.7 m2, the average seafloor coverage is Φc=1.7% and the median nodule size is Φ0.5s=48.6 cm2 (corresponding to a radius of 3.9 cm). Figure 8 shows the nodule size distribution and the coverage distribution.

Figure 8.

Figure 8

Nodule size distribution (left) and coverage distribution (right) for I(1).

More than 2.6 million nodules were delineated in the surveyed area. They cover a total area of 8.8 thousand square meters. The nodule volume can be estimated by assuming that the nodules are discoidal rotational ellipsoids. They would form a contiguous manganese nodule cube of 6.6 meter edge length. Assuming a metal composition as reported in the literature (Cobalt: 0.26%, Nickel: 1.2%, Copper: 1%)33, contained metal amounts can be deduced. The nodule cube would have an estimated worth of ca. 1 million EUR at current market prices (Cobalt: 69 kEUR/t, Nickel: 12 kEUR/t, Copper: 7.5 kEUR/t). These values are rough estimates, they do not consider the mining costs and completely neglect the value of the destroyed habitat and fauna.

Coverage values provided by CoMoNoD are comparable to results created by two other methods (PCCA 24 and ES4C 23) showing an agreement in the coverage estimates of ca. 92%.

Images in I(2) were acquired along linear transect lines and no contiguous map can be rendered. The nodule statistics for all 88,630 images are ΦN=111.3 m−2, Φc=6.2% and Φ0.5s=10.4 cm2 (corresponding to a radius of 1.8 cm).

Further nodule statistics are being computed for the remainder of the image set which I(1) belongs to (cruises SO239 and SO242-1 - see above). Results will be presented in a follow-up publication.

Runtime

CoMoNoD was implemented and tested on a high-end desktop computer. It was equipped with a GeForce GTX 980 Ti GPU, Intel Xeon E5-1650 CPU and 64GB RAM. An average runtime of ca. 0.1 s/MPix was observed. Computational complexity of the contrast maximisation is linear in the pixel size. Complexity of the nodule delineation steps is quadratic in the number of nodule segments. Thus images showing more nodules will lead to a longer runtime.

Images in I(1) are ca. 20 MPix in size and the runtime for the entire data set was about 19 hours. Images in I(2) are ca. 5 MPix in size, resulting in a runtime for the entire data set of about 12 hours. Table 1 shows average runtimes for image set I(1).

Table 1.

Runtimes for different nodule detection algorithms. CoMoNoD operates without a training phase and has the fastest application time per image. PCCA stands for Pixel-classification by cluster annotation. This method has been improved by a software company to create Rapid PCCA. ES4C stands for Evolutionary tuned Segmentation using Cluster Co-occurrence and a Convexity Criterion. It first uses the same PR methods as PCCA in the training phase. An additional optimisation step is conducted in the training phase of ES4C. It allows omitting the manual cluster annotation required in PCCA. Training of PCCA, Rapid PCCA and ES4C is conducted on a data subset corresponding to ca. 5 images.

Method Training [min / MPix] Training for I(1) [h] Application [s / MPix] Application to I(1) [h]
CoMoNoD 0.1 19
PCCA 24 4.7 3.9 1.9 233
Rapid PCCA 25 4.7 3.9 0.2 25
ES4C 23 10.3 8.6 1.9 233

Source Code

The source code for CoMoNoD is available from the GEOMAR OpenSource Git repository (https://git.geomar.de/open-source/comonod). Code in this repository is maintained to include future algorithmic updates. A snapshot of the code used for this publication has been archived in Pangaea34. Additional software required to run the algorithm is the OpenCV image processing library (available through http://opencv.org/) and the fSpice algorithm (https://git.geomar.de/open-source/oceancv).

Discussion

So far, assessing PMN abundance variations was not possible over multiple spatial scales in near realtime. Measurements performed after physical sampling provide local abundance measurements. In case of box corers the sampled area represents 0.25 m2 of the seafloor. Patterns on scales larger than 0.5 m are missed. Ship-based hydro-acoustic data enables assessing nodule patterns at scales of several hundred square kilometres. Its beam-footprint of ca. 50 × 50 m2 oversees patterns on smaller scales.

Optical imaging provides a tool to capture PMN abundance variations over several scales. Automated nodule delineation allows to rapidly extract quantitative data from those images. Applied as a joined methodology, imaging and automated analysis can assess PMN abundance and abundance variations from centimetre to kilometre scale.

CoMoNoD is currently applied to image data sets of several hundred thousand photos acquired across the Pacific Ocean. This study will provide nodule abundance statistics for local, regional and ocean basin scale.

Statistically assessing the natural heterogeneity requires to select a sampling size for the seafloor area quants. In physical sampling this is restricted to one specific size (e.g. 0.25 m2 for box cores). For hydro-acoustics the minimum sampling size depends on the beam opening angle and the distance to the seafloor (meter scale for AUV-based data, 40-100 m for ship-based data). For image-based methods, this area quant can be selected. Its size will affect the derived descriptive statistics. When choosing a very small area quant (e.g. 10 × 10 cm2) it will be rare to detect nodules. When a nodule does occur within the area, the coverage can reach 100%. Similarly, local nodule abundance heterogeneity might be occluded when the area is chosen too large (e.g. 100 × 100 m2). The summative character of the Φi will then average out those variations. A study on assessing nodule abundance heterogeneity on various scales is in preparation and will provide suggestions for sampling size selection.

Abundance maps like Fig. 7 provide a subjective impression of the quality of the nodule delineation algorithm. Ground truth information on nodule abundance would be needed to verify the detection accuracy. As manual annotations are lacking for nodule image and as the quality of manual annotations is disputable, robust verification is currently impossible. Ground truth data from physical sampling could be linked with our image analysis method, yet the natural abundance heterogeneity and the limited accuracy of underwater navigation currently prohibit such an assessment. No data set exists where an image has been taken prior physical sampling to assure a one-to-one comparison of image-derived and ground truth data. Video material of TV-guided box cores is of too low quality to be analysed quantitatively.

The contrast maximisation step provides good binary images in all cases. Sediment coverage creates holes in the third example. The nodule delineation succeeds for the first two examples. Percent coverage could be measured in the latter two only.

To overcome these shortcomings, an imaging survey should be conducted prior to the physical seafloor sampling. This would allow assessment of the visual baseline of the undisturbed seafloor. The physical sampling afterwards would provide precise ground truth measurements of individual nodules. Accuracy of underwater navigation is far from the required accuracy of few tens of centimetres for direct comparison. To overcome ambiguities sampling sites need to be distant enough from each other (>50 m). This will allow identification of each sampling location at the seafloor based on underwater navigational data. A second imaging survey over the same area would then determine the exact positions of the sampling impact sites using visual navigation.

Frequently occurring fauna can become a challenge for CoMoNoD. Under such conditions, the assumption that these objects do not contribute to the nodule class does not hold any more. An example of a misinterpretation is shown in Fig. 9. There, a Xenophyophore has been erroneously detected as a PMN, contributing an additive error to the coverage and nodule count measures and likely affects Φis as well. Interestingly it has been shown, that CoMoNoD can also be used to detect specific fauna by selecting images with outliers for Φi,0.99s. These outliers can be an indicator for large Holothurians. However, most complex objects are characterised by more complex visual features. Those objects require pattern recognition systems that are more sophisticated then CoMoNoD. Deep sea fauna can be colourful, complex-shaped or textured. Even nodules can present rich morphologies and colour features when imaged at high resolution. In those cases CoMoNoD can be challenged as well (see below).

Figure 9.

Figure 9

Zoom-in on a Xenophyophore that has been misclassified as poly-metallic nodule (left). Detection accuracy per observed nodule coverage (in %) for different fauna coverage values (right). The curves represent different pixel coverage by fauna (solid: 1%, long-dash: 3%, medium-dash: 5%, short-dash: 10%, dotted: 15%). CoMoNoD should be accompanied by other detection methods when dark fauna represents more than 10% of the pixels. Bright fauna will be assigned to the sediment class and will not skew the nodule statistics. For I(1) and I(2) dark fauna contributes to less than 3% of the pixels.

As binary segmentation and delineating convex objects are also topics elsewhere, CoMoNoD could be applied in those contexts as well. Potential fields are microscopy (e.g. for blood cells) and remote sensing (e.g. for permafrost thaw craters).

CoMoNoD was applied to further nodule image data sets (see Fig. 10).

Figure 10.

Figure 10

Examples showing CoMoNoD results for other imagery. From left to right: image acquired by AUV Abyss from lower altitude (resolution 320 Pix/m); image acquired by a towed camera by the Federal Institute for Geosciences and Natural Resources (1890 Pix/m); image acquired by a towed camera by the Alfred-Wegener Institute Helmholtz-Center for Polar and Ocean Research (1900 Pix/m)35; image acquired on deck by an SLR camera (8492 Pix/m).

These were obtained by different camera systems mounted on different platforms. Illumination was different in terms of light sources and direction. The data sets are mostly in-situ imagery like I(1) and I(2). One data set shows ex-situ images of box core samplings acquired on deck of a research vessel. For all of these data sets, appropriate settings for θγ provided binary images with maximised contrast between nodules and the sediment background.

For the two image data sets with the highest pixel resolution, and thus highest pixel number per nodule, no appropriate nodule delineation could be achieved. This is likely because the high resolution makes the internal heterogeneity of the nodule itself visible and detectable by CoMoNoD. In such cases, CoMoNoD could be extended by a fallback system using surrounding pixel’s colour information (as described above). This would derive nodule outlines more robustly when the initial delineation does not provide satisfying results. Further studies are needed to determine the limits of the delineation process.

CoMoNoD is governed by the parameter θγ. An intelligent parameter guessing system could be implemented that would again use the nodule convexity-heuristic. This system would compute delineations for various settings of θγ and θr in a brute-force manner. The most promising settings could then be determined by picking the one that produces mostly convex pixel blobs. It would also be possible to analyse multiple images with one parameter setting and assess the resulting nodule statistics as a quality criterion for the chosen parameters.

In the current implementation ti is estimated for each image. An improved CoMoNoD could use the estimate of the previous image to reduce the parameter search space for the current image. When images are acquired in quick succession (e.g. at 1 Hz) it can be assumed that they are rather similar. The nodule distribution, image illumination and seafloor distance should remain comparable and hence ti should be similar.

The second phase of CoMoNoD merges pixel blobs where nodules were cut into multiple segments. It also breaks up pixel blobs where nodules are connected to each other in Bi. These steps can fail when large epifauna occurs on a nodule or when a sediment cover occludes the visibility on the nodules. Both steps are steered by the compactness heuristic and θr. Using aerial feature descriptors, further information about pixel neighbourhoods could be included in the nodule fusion and decision process. This additional information would come at an additional computational cost. Further intelligence could be added to CoMoNoD by making the initial median filter adaptive, i.e. using the median only when the intensity change exceeds a threshold. These improvements were purposely neglected for CoMoNoD to maintain its rapid data analysis capability.

For new users of the algorithm it is easy to explore the influence of different settings for θγ and θr. A graphical user interface with two sliders would enable users to rapidly create nodule delineations for visual inspection. No feature computation, data normalisation or model training is necessary. CoMoNoD can directly be applied to single images. When promising settings have been determined, these can then be applied to the remainder of the data set in an automated way.

Conclusion

The proposed CoMoNoD algorithm segments poly-metallic nodules from the sediment background by delineating individual nodules and extracting quantitative abundance data from optical seafloor imagery. It links to the traditional methods for nodule abundance assessment that use physical sampling and hydro-acoustic mapping. CoMoNoD is governed by only few simple parameters compared to other pattern-recognition-based nodule detection methods. Annotation is not required. Its rapid execution time enables quantitative mapping of nodule distributions during research cruises. CoMoNoD quantifies nodule abundance and abundance variations from square-centimetre to square-kilometre scale.

Acknowledgements

We thank the crews of SO239, SO242-1 and JC120 as well as the AUV teams of NOCS and GEOMAR for their support in acquiring the images used in this article. We thank the data management team at GEOMAR for their support in managing the large image sets and making them available online. This manuscript was much improved by the comments of two anonymous reviewers.

Author Contributions

T.S. developed and implemented the CoMoNoD algorithm. D.J. and J.G. provided image data sets and evaluated algorithmic results. All authors contributed to the article.

Competing Interests

The authors declare that they have no competing interests.

Footnotes

Publisher's note: Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

References

  • 1.Kuhn, T., Wegorzewski, A., Rühlemann, C. & Vink, A. Composition, formation, and occurrence of polymetallic nodules. In Deep-Sea Mining, 23–63 (Springer, 2017).
  • 2.Purser A, et al. Association of deep-sea incirrate octopods with manganese crusts and nodule fields in the pacific ocean. Current Biology. 2016;26:R1268–R1269. doi: 10.1016/j.cub.2016.10.052. [DOI] [PubMed] [Google Scholar]
  • 3.Vanreusel, A., Hilario, A., Ribeiro, P. A., Menot, L. & Arbizu, P. M. Threatened by mining, polymetallic nodules are required to preserve abyssal epifauna. Scientific reports6 (2016). [DOI] [PMC free article] [PubMed]
  • 4.Durden J, et al. Perspectives in visual imaging for marine biology and ecology: from acquisition to understanding. Oceanography and Marine Biology: An Annual Review. 2016;54:1–72. [Google Scholar]
  • 5.Kwasnitschka T, et al. DeepSurveyCam - A Deep Ocean Optical Mapping System. Sensors. 2016;16:164. doi: 10.3390/s16020164. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Ontrup, J., Ehnert, N., Bergmann, M. & Nattkemper, T. W. BIIGLE-Web 2.0 enabled labelling and exploring of images from the Arctic deep-sea observatory HAUSGARTEN. In OCEANS 2009-EUROPE, 1–7 (IEEE, 2009).
  • 7.Langenkämper D, Zurowietz M, Schoening T, Nattkemper TW. BIIGLE 2.0-Browsing and Annotating Large Marine Image Collections. Frontiers in Marine Science. 2017;4:83. doi: 10.3389/fmars.2017.00083. [DOI] [Google Scholar]
  • 8.Sharma R. Quantitative estimation of seafloor features from photographs and their application to nodule mining. Marine Georesources & Geotechnology. 1993;11:311–331. doi: 10.1080/10641199309379926. [DOI] [Google Scholar]
  • 9.Schoening, T. & Nattkemper, T. W. Seabed classification using a novel bag-of-prototypes feature representation. In Proceedings of the ICPR 2014 (2014).
  • 10.Culverhouse PF, Williams R, Reguera B, Herry V, González-Gil S. Do experts make mistakes? A comparison of human and machine identification of dinoflagellates. Marine Ecology Progress Series. 2003;247:17–25. doi: 10.3354/meps247017. [DOI] [Google Scholar]
  • 11.Schoening T, et al. Semi-automated image analysis for the assessment of megafaunal densities at the Arctic deep-sea observatory HAUSGARTEN. PloS one. 2012;7:e38179. doi: 10.1371/journal.pone.0038179. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Durden, J. M. et al. Comparison of image annotation data generated by multiple investigators for benthic ecology. Marine Ecology Progress Series (2016).
  • 13.Duncan JS, Ayache N. Medical image analysis: Progress over two decades and the challenges ahead. IEEE transactions on pattern analysis and machine intelligence. 2000;22:85–106. doi: 10.1109/34.824822. [DOI] [Google Scholar]
  • 14.Hoth J, Kowalczyk W. Colour reconstruction of underwater images. Underwater Technology. 2017;34:54–61. doi: 10.3723/ut.34.051. [DOI] [Google Scholar]
  • 15.Siddiqui, S. A. et al. Automatic fish species classification in underwater videos: exploiting pre-trained deep neural network models to compensate for limited labelled data. ICES Journal of Marine Science (2017).
  • 16.Navarro A, et al. Imafish_ml: A fully-automated image analysis software for assessing fish morphometric traits on gilthead seabream (sparus aurata l.), meagre (argyrosomus regius) and red porgy (pagrus pagrus) Computers and Electronics in Agriculture. 2016;121:66–73. doi: 10.1016/j.compag.2015.11.015. [DOI] [Google Scholar]
  • 17.Mazurkiewicz M, Górska B, Jankowska E, Włodarska-Kowalcz uk. M. Assessment of nematode biomass in marine sediments: A semi-automated image analysis method. Limnology and Oceanography: Methods. 2016;14:816–827. doi: 10.1002/lom3.10128. [DOI] [Google Scholar]
  • 18.Dawkins, M., Stewart, C., Gallager, S. & York, A. Automatic scallop detection in benthic environments. In Applications of Computer Vision (WACV), 2013 IEEE Workshop on, 160–167 (IEEE, 2013).
  • 19.Gonzalez, R. C., Woods, R. E. & Eddins, S. L. Digital image processing using MATLAB, vol. 2 (Gatesmark Publishing Knoxville, 2009).
  • 20.Antonisse HJ. Image segmentation in pyramids. Computer Graphics and Image Processing. 1982;19:367–383. doi: 10.1016/0146-664X(82)90022-3. [DOI] [Google Scholar]
  • 21.Shi J, Malik J. Normalized cuts and image segmentation. Pattern Analysis and Machine Intelligence, IEEE Transactions on. 2000;22:888–905. doi: 10.1109/34.868688. [DOI] [Google Scholar]
  • 22.Comaniciu D, Meer P. Mean shift: A robust approach toward feature space analysis. Pattern Analysis and Machine Intelligence, IEEE Transactions on. 2002;24:603–619. doi: 10.1109/34.1000236. [DOI] [Google Scholar]
  • 23.Schoening, T., Kuhn, T., Jones, D. O., Simon-Lledo, E. & Nattkemper, T. W. Fully automated image segmentation for benthic resource assessment of poly-metallic nodules. Methods in Oceanography (2016).
  • 24.Schoening, T. Automated detection in benthic images for megafauna classification and marine resource exploration (2015).
  • 25.Schoening, T., Langenkämper, D., Steinbrink, B., Brün, D. & Nattkemper, T. W. Rapid image processing and classification in underwater exploration using advanced high performance computing. In IEEE OCEANS (2015).
  • 26.Kuhn, T., Rühlemann, C. & Wiedicke-Hombach, M. Developing a strategy for the exploration of vast seafloor areas for prospective manganese nodule fields. In Proc. of the 41st Conference of the Underwater Mining Institute (UMI), 9 (2012).
  • 27.Greinert, J. RV SONNE Cruise Report SO242-1: JPI OCEANS Ecological Aspects of Deep-Sea Mining, DISCOL Revisited, Guayaquil-Guayaquil (Equador), 28.07.−25.08. 2015. GEOMAR Report26 (2015).
  • 28.Bluhm H. Re-establishment of an abyssal megabenthic community after experimental physical disturbance of the seafloor. Deep Sea Research Part II: Topical Studies in Oceanography. 2001;48:3841–3868. doi: 10.1016/S0967-0645(01)00070-4. [DOI] [Google Scholar]
  • 29.Martnez Arbizu, P. & Haeckel, M. RV SONNE Fahrtbericht/Cruise Report SO239: EcoResponse Assessing the Ecology, Connectivity and Resilience of Polymetallic Nodule Field Systems, Balboa (Panama)–Manzanillo (Mexico,) 11.03.−30.04. 2015. GEOMAR Report25 (2015).
  • 30.Jones, D. et al. RRS James Cook Cruise JC120 15 Apr-19 May 2015. Manzanillo to Manzanillo, Mexico. Managing Impacts of Deep-seA resource exploitation (MIDAS): Clarion-Clipperton Zone North Eastern Area of Particular Environmental Interest. Cruise Reports (2015).
  • 31.Füchtbauer, H. Sedimente und sedimentgesteine (Schweizerbart’sche Verlagsbuchhandlung, 2009).
  • 32.Trask, P. D., Hammar, H. E. & Wu, Z. Origin and environment of source sediments of petroleum (Gulf Publishing Company, 1932).
  • 33.Halbach, P., Friedrich, G. & Von Stackelberg, U. The Manganese Nodule Belt of the Pacific Ocean, vol. 254 (1988).
  • 34.Schoening, T. Source code for the Compact Morphology-based Nodule Delineation (CoMoNoD) algorithm (2017). [DOI] [PMC free article] [PubMed]
  • 35.Purser, A. et al. Photographs of incirrate octopods observed during SONNE cruise SO242/2 to the DISCOL Experimental Area, Peru Basin (PANGAEA, 2016).

Articles from Scientific Reports are provided here courtesy of Nature Publishing Group

RESOURCES