Gravel Image Auto-Segmentation Based on an Improved Normalized Cuts Algorithm

Abstract

The study of the grain-size distribution of gravels is always an important and challenging issue in stratigraphy and morphology, especially in the field of automated measurement. It largely reduces many manual processes and time consumption. Precise segmentation method plays a very important role in it. In this study, a digital image method using an improved normalized cuts algorithm is proposed for auto-segmentation of gravel image. It added grain-size estimation, and used the feature vector based on color. It has made great improvements in many respects, especially in accuracy of edge segmentation and automation. Compared with manual measurement methods and other image processing methods, the method studied in this paper is an efficient method for precisely segmenting gravel images.

Share and Cite:

Wang, C. , Lin, X. and Chen, C. (2019) Gravel Image Auto-Segmentation Based on an Improved Normalized Cuts Algorithm. Journal of Applied Mathematics and Physics, 7, 603-610. doi: 10.4236/jamp.2019.73044.

1. Introduction

Sedimentology requires standardization of the size and shape of gravel. Whether the size of gravel can be effectively identified is closely related to the efficiency of grain-size distribution research. Establishment of outdoor laboratory consumes manpower and material resources [1] - [7] . Grain-size measurement methods based on photographic images have been proposed by many researchers [2] [3] [4] [6] [8] [9] [10] . These methods have greatly improved the efficiency of grain-size measurement. However, lack of the accuracy of measurement is also the question of many methods.

In recent years, many effective methods have been proposed. To circumvent the problem of the more laborious fieldwork, a refined automated grain sizing method is proposed for automatic extraction of grain-size distribution based on digital photographs taken from a river-bed [11] [12] . In succession, a new automated image-processing algorithm can identify sand grains in digital images acquired with a standard digital camera without any extra hardware attached to it [13] .

The normalized cuts of digital image method have high accuracy in image segmentation [14] . The idea of the method is to treat a picture as a graph, calculate the weighted graph, and divide it into regions with the same characteristics (texture, color, lightness, etc.) [15] . The main focus of this study is to apply normalized cuts to extract the grain-size data and improve it. An automated normalized cuts method is proposed to extract the grain-size data from gravel-bed.

2. Methodology

2.1. The Normalized Cuts Framework

Normalized cut criterion is an unsupervised image segmentation technique proposed by Shi and Malik. It does not need initialization and has three main characteristics [15] : 1) it transforms the problem of image segmentation into the problem of graph partition; 2) it is a global criterion; 3) it maximizes the dissimilarity between different groups and similarity within the same group.

A weighted undirected graph, G = ( V , E ) , can be divided into two unconnected point sets A and B by deleting some edges, so that A B = V , A B = . The degree of dissimilarity between the two parts can be defined as the sum of the weights of all edges that were deleted from the original edges two parts. In graph theory, it is called C u t [15] :

C u t ( A , B ) = i A , j B w ( i , j ) (1)

where w ( i , j ) is the weight of the edges of connection point i and point j , and it represents the degree of similarity between the two points.

The optimal dichotomy of a graph is to minimize the value of C u t . To overcome this disadvantage, Shi and Malik proposed a new measure of dissimilarity between different groups, i.e. normalized cut:

N c u t ( A , B ) = c u t ( A , B ) a s s o c ( A , V ) + c u t ( A , B ) a s s o c ( B , V ) (2)

where a s s o c ( A , V ) = i A , k V w i k is the total connection from nodes in A to all the nodes in the graph, likewise a s s o c ( B , V ) . N c u t can be rewritten as:

N c u t ( A , B ) = x i > 0 , x j < 0 w i j x i x j x i > 0 d i + x i < 0 , x j > 0 w i j x i x j x i < 0 d i (3)

Let D = d i a g ( d 1 , d 2 d N ) , W is a symmetric matrix of N × N , and W ( i , j ) = w i j . The global optimal value problem can be simplified to:

min x N c u t ( x ) = min y y T ( D W ) y y T D y (4)

And y i { 1 x i > 0 d i x i < 0 d i } , y T [ d 1 d N ] = 0.

Since y is a real vector, the above equation is optimized by solving the generalized eigenvalue system:

( D W ) y = λ D y (5)

It was proved that the second smallest eigenvector of this system is the real valued solution to the normalized cuts problem. The solutions based on higher eigenvectors become unreliable. One key problem of the application of the presented method is the feature selection and the computation of weights for graph setting. As it was mentioned earlier, color/intensity and texture features can be used for evaluating the image regions. Intensities, color, spatial proximity and DOG (Difference of Gaussians) were suggested for texture characterization. In this work we derive texture features from the orientation histograms of each scale level. The weights of the graph are obtained by taking into account those obtained at higher scale levels.

2.2. The Weights Defining

We define the edge weight w i j between node i and j as the product of a feature similarity term and spatial location term.

w i j = e F i F j 2 2 δ I 2 × { e X i X i 2 2 δ X 2 i f X i X j 2 < r 0 o t h e r w i s e (6)

where X i is the spatial location of node i , and here F i is the feature vector based on color at that node defined as:

F i = [ v i , v i s i sin ( h i ) , v i s i cos ( h i ) ] (7)

where h i , s i , v i are the HSV values, and the color parameters in this model are: hue (H), saturation (S), Value (V).

2.3. The Normalized Cuts for Gravel Segmentation

According to the characteristics of gravel image, we can estimate the number of gravels in the image. Getting a line from the gravel image, let f be the gray

value of a line and x be the position, f x is the rate of change of f and 2 f x 2 indicates the acceleration of the change of pixel value, shown as Equation (2) and Equation (3). A specific example is shown in Figure 1.

f x = f ( i + 1 ) f ( i ) (8)

2 f x 2 = ( f ( i + 1 ) f ( i ) ) x = f ( i + 1 ) 2 f ( i ) + f ( i 1 ) (9)

Figure 1. The distribution regular of pixel ((a) gray image, (b) pixel value of gray image, (c) the rate of change of pixel value, (d) the acceleration of change of pixel value)).

Figure 2. Original gravel images.

For the image of the compactly distributed gravel, the gray value of the edge of the gravel changes faster as shown in Figure 2(d). Remarkable edge features of gravel facilitate accurate statistics of the length of gravel intercepted.

The algorithm may intercept any position of the gravel. It may be an edge part, its length close to zero. It may be a positive center and its length can represent the length of the gravel. The interception length obtained by statistics is related to the longest length of gravel measurement, but they cannot be equated. Let L s be the interception length obtained by statistics, n be the number of statistics and L e be the estimated value of grain-size, L e can be obtained by L s , as

L e = α i = 1 n L s i n (10)

where α is the correlation coefficient between L e and the mean of L s .

Traditional normalized cuts need to manually adjust the related parameters. To get better initial segmentation effect, it automatically calculates related parameters through the size of the grain-size estimated by previous work. The following steps are described for the specific implementation of automatic Ncut:

1) Consider image as an undirected graph G = ( V , E ) and construct a Pixel Similarity Matrix (PSM). As stated before, each element of the PSM is the weight of edge w ( i , j ) and is calculated by Equation (6).

2) Solve Equation (5) for the Eigenvectors with the smallest Eigen values.

3) Use the Eigen vector with the second smallest Eigen value to bipartition the image by finding the splitting points such that its Ncut value is minimized.

4) Recursively re-partition the segments (go to step i).

5) Exit, if Ncut value for segment is over some specified threshold N e .

In this process, we can determine N e by the estimated particle size:

N e = L w L h β L e 2

where L w is the width of the gravel image, L h is the height of the gravel image, β is the shape coefficient of the gravel and L e is the estimated value of grain-size.

3. Experimental Results and Analysis

In order to verify the effectiveness of the improved Ncut algorithm proposed in this paper. MATLAB software is used to simulate, and the size of the image in the simulation is 512 × 384. Images of gravel in different environments were captured and used in experiments to demonstrate the effectiveness of our algorithm. Compared with other algorithms, a class of gravel image is selected for processing.

3.1. The Results of Processing Different Kinds of Gravel Images

To show the effectiveness of our method, six types of gravel images are used in experiments, as shown in Figure 2. The corresponding results are shown in Figure 3. Without debugging of corresponding parameters, the effect of image segmentation is remarkable. The gravel image with clear edge texture and simple structure obtains pretty good results that segmentation close to the edge of gravel and there is few over-segmentation (Figures 3(a)-(d)). Even for complex gravel images, the effect is not bad that segmentation is not comprehensive and there is some over-segmentation (Figure 3(e) and Figure 3(f)).

3.2. The Results of Different Methods

In order to verify the effectiveness of the proposed method, we do experiments on a large number of different types of gravel images. It’s compared with Marker Controlled Watershed (MCW) [16] , Grain size measurement based on edge image (GSME) [13] and SLIC [17] in this paper. We chose an image for experiment and comparison (Figure 4). The experimental results as shown in Figure 5.

Figure 3. The segmentation results of gravel images by using our method.

Figure 4. Original gravel image.

Figure 5. The segmentation results by using different methods, (a) MCW, (b) GSME, (c) SLIC, (d) our method.

We should be clear that the edge is not accurate in the result of MCW, as shown in Figure 5(a). GSME can only get the edges that are not closed. It is difficult to measure. The result of SLIC looks good. However, there are some cases of over-segmentation and under-segmentation in the results. It is not difficult to find that our method performs well in this respect. The cases of over-segmentation and under-segmentation decreased so much.

4. Conclusion

Image segmentation plays an important role in quantitative research on the grain size distributions which is of great significance to geology, hydraulics and ecology. Some of the current methods have great improvement in saving time and measurement which moves one step toward the efficiency and automation of various research fields. The study in this paper has made great improvements in many respects, especially in accuracy of edge segmentation and automation. However, when the Ncut algorithm is used to solve the matrix, the computational complexity is complex. Many ways can be used to solve this problem. Combining Mean-Shift and Ncut, it shortens the processing time. Tradeoff between accuracy and time consumption is a problem we need to be concerned about.

Acknowledgements

We are grateful to anonymous reviewers for their constructive reviews on the manuscript, and the editors for carefully revising the manuscript. This research is financially supported by Hubei Provincial Department of Education (No. Q20181310) and Open Fund of Key Laboratory of Exploration Technologies for Oil and Gas Resources (Yangtze University), Ministry of Education (No. K2018-21). The supports are gratefully acknowledged.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Latulippe, C., Lapointe, M.F. and Talbot, T. (2001) Visual Characterization Technique for Gravel-Cobble River Bed Surface Sediments; Validation and Environmental Applications Contribution to the Programme of CIRSA (Centre Interuniversitaire de Recherche sur le Saumon Atlantique) Earth Surface Processes and Landforms. The Journal of the British Geomorphological Research Group, 26, 307-318.
https://doi.org/10.1002/1096-9837(200103)26:3<307::AID-ESP160>3.0.CO;2-R
[2] Sime, L.C. and Ferguson, R.I. (2003) Information on Grain Sizes in Gravel-Bed Rivers by Automated Image Analysis. Journal of Sedimentary Research, 73, 630-636.
https://doi.org/10.1306/112102730630
[3] Graham, D.G., Reid, I. and Rice, S.P. (2005) Automated Sizing of Coarse Grained Sediments: Image Processing Procedures. Mathematical Geology, 37, 1-28.
https://doi.org/10.1007/s11004-005-8745-x
[4] Graham, D.G., Rice, S.P. and Reid, I. (2005) A Transferable Method for the Automated Grain Sizing of River Gravels. Water Resources Research, 41, W07020.
https://doi.org/10.1029/2004WR003868
[5] Warrick, J.A., Rubin, D.M., Ruggiero, P., Harney, J.N., Draut, A.E. and Buscombe, D. (2009) Cobble Cam: Grain-Size Measurements of Sand to Boulder from Digital Photographs and Autocorrelation Analyses. Earth Surface Processes and Landforms, 34, 1811-1821.
https://doi.org/10.1002/esp.1877
[6] Graham, D.G., Rollet, A.J., Piegay, H. and Rice, S.P. (2010) Maximizing the Accuracy of Image-Based Surface Sediment Sampling Techniques. Water Resources Research, 46, W02508.
https://doi.org/10.1029/2008WR006940
[7] Singer, S.B. (2008) A New Sampler for Extracting Bed Material Sediment from Sand and Gravel Beds in Navigable Rivers. Earth Surface Processes and Landforms, 33, 2277-2284.
https://doi.org/10.1002/esp.1661
[8] McEwan, I.K., Sheen, T., Cunningham, G.J. and Allen, A.R. (2000) Estimating the Size Composition of Sediment Surfaces through Image Analysis. Proceeding of the Institution of Civil Engineers, Water Maritime and Energy, 142, 189-195.
https://doi.org/10.1680/wame.2000.142.4.189
[9] Butler, J.B., Lane, S.N. and Chandler, J.H. (2001) Automated Extraction of Grain-Size Data from Gravel Surfaces Using Digital Image Processing. Journal of Hydraulic Research, 39, 519-529.
https://doi.org/10.1080/00221686.2001.9628276
[10] Lane, S.N. (2001) The Measurement of Gravel-Bed River Morphology. In: Mosley, M.P., Ed., Gravel-Bed Rivers V, Caxton Press, Christchurch, 291-338.
[11] Chang, F.J. and Chung, C.H. (2012) Estimation of Riverbed Grain-Size Distribution Using Image-Processing Techniques. Journal of Hydrology, 440, 102-112.
https://doi.org/10.1016/j.jhydrol.2012.03.032
[12] Chung, C.H. and Chang, F.J. (2013) A Refined Automated Grain Sizing Method for Estimating River-Bed Grain Size Distribution of Digital Images. Journal of Hydrology, 486, 224-233.
https://doi.org/10.1016/j.jhydrol.2013.01.026
[13] Baptista, P., Cunha, T.R., Gama, C. and Bernardes, C. (2012) A New and Practical Method to Obtain Grain Size Measurements in Sandy Shores Based on Digital Image Acquisition and Processing. Sedimentary Geology, 282, 294-306.
https://doi.org/10.1016/j.sedgeo.2012.10.005
[14] Sun, F. and He, J.P. (2009) A Normalized Cuts Based Image Segmentation Method. 2nd International Conference on Information and Computing Science, 2, 333-336.
[15] Shi, J. and Malik, J. (2000) Normalized Cuts and Image Segmentation. IEEE Transactions on Pattern Analysis and Machine Intelligence, 22, 888-905.
https://doi.org/10.1109/34.868688
[16] Parvati, K., Rao, P. and Mariya Das, M. (2008) Image Segmentation Using Gray-Scale Morphology and Marker-Controlled Watershed Transformation. Discrete Dynamics in Nature and Society, 2008, Article ID: 384346.
[17] Achanta, R., Shaji, A., Smith, K., Lucchi, A., Fua, P. and Susstrunk, S. (2012) SLIC Superpixels Compared to State-of-the-Art Superpixel Methods. IEEE Transactions on Pattern Analysis and Machine Intelligence, 34, 2274-2281.

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.