Literature DB >> 27725826

Hybrid Artificial Root Foraging Optimizer Based Multilevel Threshold for Image Segmentation.

Yang Liu1, Junfei Liu2, Liwei Tian3, Lianbo Ma4.   

Abstract

This paper proposes a new plant-inspired optimization algorithm for multilevel threshold image segmentation, namely, hybrid artificial root foraging optimizer (HARFO), which essentially mimics the iterative root foraging behaviors. In this algorithm the new growth operators of branching, regrowing, and shrinkage are initially designed to optimize continuous space search by combining root-to-root communication and coevolution mechanism. With the auxin-regulated scheme, various root growth operators are guided systematically. With root-to-root communication, individuals exchange information in different efficient topologies, which essentially improve the exploration ability. With coevolution mechanism, the hierarchical spatial population driven by evolutionary pressure of multiple subpopulations is structured, which ensure that the diversity of root population is well maintained. The comparative results on a suit of benchmarks show the superiority of the proposed algorithm. Finally, the proposed HARFO algorithm is applied to handle the complex image segmentation problem based on multilevel threshold. Computational results of this approach on a set of tested images show the outperformance of the proposed algorithm in terms of optimization accuracy computation efficiency.

Entities:  

Mesh:

Year:  2016        PMID: 27725826      PMCID: PMC5048097          DOI: 10.1155/2016/1476838

Source DB:  PubMed          Journal:  Comput Intell Neurosci


1. Introduction

Image segmentation is an important image preprocessing technique with primitive operations for image recognition [1, 2]. The goal of image segmentation is to partition an original image into a suit of disjoint sections or regions by gray values and texture structures [3]. Generally, there is a strong correlation between the objects of these disjoint regions in the image. Bithreshold or multilevel threshold based segmentation methods have been deeply developed and employed in various practical applications. The key issue to this segmentation method is the computational determination of the involved threshold. A broad variety of threshold based segmentation methods have been proposed, including conventional approaches [4] and intelligent approaches [5, 6]. Among them, the classical Otsu criterion shows significant merits of simplicity and high efficiency, which determines the appropriate thresholds according to intrinsic profile characteristic of histogram [7]. As a matter of fact, the Otsu transforms the multilevel threshold segmentation into an optimization problem, which tends to maximize intercluster variance of subpartition. However, due to the exhaustive property of this approach, the computational complexity will rise exponentially with the increasing of the threshold number [8, 9]. Recently, due to their excellent abilities of tackling complex NP-hard problems, metaheuristics such as artificial bee colony [10, 11], particle swarm optimization [12], artificial ant colony [13], differential evolution [14], firefly algorithm [15], wind driven optimization [16], and bacterial foraging algorithm [17] have been adopted widely in threshold image segmentation. It is worth noting that those metaheuristics are generally inspired form intelligent behaviors of animals that have foraging strategies. The survival wisdom of plants, as another typical species of foraging organisms, has received little attention due to their specific lifestyle [18]. However, terrestrial plants have prominent adaptability and sensing ability to use environmental information as a basis for governing their growth orientation and root system development [19]. Logically, such adaptive growth processes can provide novel insights into new computing paradigm for global optimization [20-22]. References [23, 24] have proposed and developed the novel and effective EA variants by using a hybridization of life-cycle and optimal search strategies and obtain significant performance improvement, which shows a novel and effective computation framework for related scientists. How to deliberately design novel evolutionary computation model and algorithm is increasingly becoming an area of active research; taking a promising example, a representative ARFO algorithm is proposed by Ma et al. in [22] and has received a surge of attention [23, 24]. Essentially, the ARFO provides an open and extensible biocomputation framework and model for scientists in the field of optimization theory to exploit new bioinspired algorithms. Thus, this paper develops a novel hybrid artificial root foraging optimizer (HARFO) which synergizes the idea of coevolution and root-to-root communication strategy. In the proposed model, all roots can be generally divided into the main roots and lateral roots according to the auxin concentration. The main root as the strongest individuals can branch and regrow under effect of hydrotropism. The lateral root involves many branches derived from the main root, and its growth direction orients from corresponding main root [25, 26]. Furthermore, in the root-to-root communication, through different effective topology, individual roots share more information from the elite roots in the early exploration stage of the algorithm. With multipopulation coevolution mechanism, the hierarchical population of roots can be structured with enhanced interactions of individual behaviors from different subpopulations. By incorporating a set of hybrid strategies, the proposed HARFO can be claimed very effective and efficient because the exploitation and exploration can be elaborately balanced, which guarantees finding the optimal thresholds at a more reasonable time. This paper is structured as follows: In Section 2, a brief overview of the proposed hybrid artificial root foraging optimizer model and algorithm is presented. Section 3 experimentally compares HARFO with other well-known algorithms on a set of benchmark functions. In Section 4 the implementation of HARFO for multilevel threshold for image segmentation is conducted. In Section 5 final conclusion is outlined.

2. Hybrid Artificial Root Foraging Optimizer

2.1. Artificial Root Foraging Optimization (ARFO) Model

This section briefly describes the classical ARFO proposed in [22], which simulates the intelligent foraging behaviors of plant roots. As depicted in [22], in order to idealize biological plant root growth behaviors, some criteria are presented as follows. Auxin Concentration The root's adaptive growth is conducted by auxin concentration, which significantly influences the information exchange among root tips. The auxin concentration regulates the roots' spatial structure, after new roots germinate and grow, and it is dynamically reallocated instead of static. Growth Strategies Regrowing: one root apex elongates forward (or sideways) in the substrate. Branching: one root apex produces daughter root apices. Root Classification The whole root system generally consists of three categories sorted by the auxin concentration from high to low: the main roots, the lateral roots, and the dead roots Root Tropisms Generally, each root implements different growth strategies and operators according to the above criteria. Each main root regrows (i.e., elongates itself) while branching new individuals once some conditions are met. After each growth cycle, some deteriorated roots are selected as the dead roots to be eliminated from current population. The growth trajectory of plant roots is influenced by hydrotropism, which makes the growing direction of the root tips towards the optimal individual position.

2.1.1. Auxin Regulation

Supposing that A as the auxin concentration is used to exhibit the nutrient distribution in artificial soil environment, then it can be stated mathematically as below:Thenwhere fitness is the functional fitness value, f is the normalization fitness value of the root i, f min and f max are the maximum and minimum of the current population, respectively, and S is the size of current population. In each cycle of root growth process, all root taps are sorted by auxin concentration values defined above. In our model, half of the sorted population are selected as main roots while the rest of roots are identified as lateral roots.

2.1.2. Main Roots' Growth: Regrowing and Branching

According to the growth strategy of main root in criterion for the plant root growth behaviors, a main root with high A value has strong growth ability of implementing both regrowing operator and branching operator. (i) Regrowing Operator. In this regrowing process, the strong main root can sense environmental stimuli (i.e., nutrient distribution) and use this information to govern its growth orientation. Then, the formulation of this operator is given as below:where x and x are defined as the position of root i at time step t and t − 1, respectively, l is a local learning inertia, rand is a random coefficient varying within [0,1], and x is the local best individual in current population. (ii) Branching Operator. The main roots with higher auxin concentration values have higher probability to branch more individuals. In this operator, for each main root, if its auxin concentration value is more than a branching threshold T_Branch, it will start generating a certain number of new individuals as follows: In principle, the main root in nutrient-rich environment will forage for energy to obtain higher auxin concentration and then produces more branches. Thus, the branch number w can be calculated aswhere R 1 is a random coefficient within the range [0,1], A is the auxin concentration of root i, and S max and S min are the maximal number and minimal number of the new branching individuals, respectively, which are usually preset to 4 and 1, respectively. The position of a newly branching root is initialized from the parent main root with Gauss distribution N(x , σ 2), where σ can be defined aswhere i is the current iteration index, i max is the maximum of iterations, the initial standard deviation σ ini is determined by the range of searching, and σ fin donates the final standard deviation.

2.1.3. Lateral Roots Growth: Random Walking

At the tth iteration, each lateral root tip generates a random head angle and a random elongation length, given as follows: all lateral roots will conduct random searches at each feeding process; random search strategy is considered to be the most effective foraging strategy in nutrient distributed environment [27, 28]. Each lateral root generates a random growth angle and random elongated length, which is given bywhere l max is the maximum elongate length unit (i.e., objective function boundary range), rand is a random number with uniform distribution in [0,1], and φ is a growth angle computed by a random vector δ .

2.1.4. Dead Roots' Growth: Shrinkage

In the case that the root does not get enough nutrients from soil, its corresponding auxin concentration is intended to be weak. Once auxin concentration is lower than a certain threshold, the sustained growth probability will be stagnated. This enables the corresponding root to be simply removed from the current population. The branching criterion and dead roots eliminating criterion are listed as follows:where N is the current population size, T_Branch is the branching threshold, w is the branching number defined by (5), and T_Nmority is the death threshold.

2.2. Root-to-Root Communication

The intrinsic property of the “population” in swarm intelligence is collective intelligence emerging by a number of connected individuals exchanging information in some specific topologies [27-30]. This means that the spatial topological structure plays an important role in enhancing dynamic interaction between individuals and optimizing information propagation path across the structured population. Accordingly, the population topology technique has been strongly recommended for potential improvement of swarm intelligence or evolutionary algorithms [30-33]. Particularly, by lucubrating on the relationship between population topologies structure and algorithmic performances in [29], Kennedy and Mendes conclude that the Von Neumann exhibits better convergence speed on a variety of test functions, as shown Figures 1(a) and 1(b).
Figure 1

Population topology.

In ARFO, (3) shows that an individual's candidate neighborhood termed x is selected from the entire population, which indicates one central node influences, and is influenced by all other members of the population [26]. In other words, this population topological structure of ARFO essentially falls into the star topology, which is a fully connected neighborhood relation, as shown in Figure 1(c). From [29], it is claimed that the Von Neumann has a lower connectivity while covers a larger search space than the star type, which tends to maintain better diversity of population and reduces the chances of falling into local optima. The procedures of representing Von Neumann structure are listed in Algorithm 1.
Algorithm 1

The pseudocode of Von Neumann.

2.3. Coevolution Mechanism

Hierarchy is a common phenomenon in the development of plant root system [25, 26]. With the severity of environmental stress, homogeneous main roots continuously self-grow-branch and evolve while being a part of heterogeneous roots of different plant types and that plant is in turn a part of a specific ecosystem niche [27]. As a result, this hierarchical coevolution approach is incorporated to improve algorithm efficiency via decomposing large-scale problems into simple tasks optimized in parallel. As depicted in Figure 2, the flat ARFO is structured into two levels with different topologies as follows.
Figure 2

Multispecies coevolution mechanism.

Hypothesize that population P = {S 1, S 2,…, S }, and each swarm S = {x 1, x 2,…, x }. In each growth phase, the new individual or agent in level 2 is defined aswhere x is the best individual within current population which denotes cooperation in level 2 and x is the global best individual among all populations which exchanges information across populations in level 1. l 1 and l 2 are the random coefficients. rand1 and rand2 are random numbers with uniform distribution in [0,1], respectively.

2.4. The Proposed Algorithm

By hybridizing ARFO with these complex degrees of strategies, namely, root-to-root communication and coevolution mechanism, the hybrid artificial root growth optimizer (HARFO) can regulate the trajectory of each root through the specific topology. Moreover, the evolution of population is guided by historical experience in level 2 and global best information in level 1, which can imply diversity of population. The main procedures of the proposed HARFO are listed in Algorithm 2. The flowchart of HARFO is presented in Figure 3.
Algorithm 2

The pseudocode of HARFO.

Figure 3

The flowchart of HARFO algorithm.

3. Benchmark Test

3.1. Test Functions

For the purpose of performance comparison, the HARFO, together with other state-of-the-art metaheuristic algorithms, is evaluated on a set of test functions from basic benchmarks and CEC 2005 test beds. The definition and mathematical representation of them are available in Table 1 where f 1~f 5 are basic benchmark functions and f 6~f 10 are taken from CEC 2005 test suit, which is complex rotation and shift problem based on the basic test functions.
Table 1

Parameters of basic benchmarks and CEC 2005 benchmarks (x is the optimal solution, f(x ) is the best values of function).

f FunctionsDimensionsInitial range x f(x )
f 1 Sphere function20[−100,100]D [0,0,…, 0]0
f 2 Rosenbrock function20[−30,30]D [1,1,…, 1]0
f 3 Rastrigrin function20[−5.12,5.12]D [0,0,…, 0]0
f 4 Schwefel function20[−500, 500]D [420.9867,…, 420.9867]0
f 5 Griewank function20[−600,600]D [0,0,…, 0]0
f 6 Shifted Sphere Function20[−100, 100]D [0,0,…, 0]−450
f 7 Shifted Rosenbrock's Function20[−100, 100]D [0,0,…, 0]390
f 8 Shifted Schwefel's Problem20[−100, 100]D [0,0,…, 0]−450
f 9 Shifted Rotated Griewank's Function without Bounds20No bounds[0,0,…, 0]−180
f 10 Shifted Rastrigin's Function20[−5,5]D [0,0,…, 0]−330
Furthermore, in order to comprehensively evaluate the performance of the proposed algorithm, a suit of scalable shifted and rotated benchmarks from CEC 2014 test bed is employed in the test [34-36]. The dimensions, initialization ranges, and global optimum of each function (f 11~f 20) are listed in Table 2.
Table 2

Parameters of CEC 2014 test functions (x is the optimal solution; f(x ) is the best values of function; and O is the shifted global optimum defined in “shift_data_x.txt,” which is randomly distributed in [−80,80]).

f FunctionsDimensionsInitial range x f(x )
f 11 Rotated High Conditioned Elliptic Function30[−100,100]D O 1 100
f 12 Rotated Bent Cigar Function30[−100,100]D O 2 200
f 13 Rotated Discus Function30[−100,100]D O 3 300
f 14 Shifted and Rotated Rosenbrock's Function30[−100,100]D O 4 400
f 15 Shifted and Rotated Ackley's Function30[−100,100]D O 5 500
f 16 Shifted and Rotated Weierstrass Function30[−100,100]D O 6 600
f 17 Shifted and Rotated Griewank's Function30[−100,100]D O 7 700
f 18 Shifted Rastrigin's Function30[−100,100]D O 8 800
f 19 Shifted and Rotated Rastrigin's Function30[−100,100]D O 9 900
f 20 Shifted Schwefel's Function30[−100,100]D O 10 1000

3.2. Experimental Configuration

For the purpose of performance comparison, the HARFO is compared with several classical evolutionary algorithms including particle swarm optimization (PSO) [37, 38], cooperative coevolution genetic algorithm (CCGA) [39], pure artificial root foraging optimization algorithm (ARFO) [22], and artificial bee colony algorithm (ABC) [20] on ten test benchmarks given above. Specifically, CCGA is a parallelized GA variant derived from the dimension-distributed coevolution mode, which divides a high-dimensional problem into several lower-dimensional subproblems and then assigns them to corresponding subswarms to coevolve [39]. On each function, the algorithm is independently run 20 times and terminated when the number of function evaluations reaches 100,000 for each run. The common population size associated with ARFO, PSO, and ABC is set to 20. For PSO, the global version with inertia weight is adopted, and its parameters directly follow the default setting of [37, 38]: the acceleration factors c 1 = c 2 = 2.0 and the decaying inertia weight ω starting at 0.9 and ending at 0.4. For ABC, the limit is set to SN × D, where D is the dimension of the problem and SN is half of population size [20]. For CCGA, the subswarm number is set to 10, and other parameters are the same as its original literature [39]. The parameter setting of HARFO and ARFO can be empirically summarized in Table 3. For the proposed HARFO, the population number N, the branching, and dead thresholds should be tuned firstly in next section.
Table 3

Parameters of HARFO and ARFO for optimization.

HARFO
The number of initial population20
The maximum number of population100
T_Branch 10
T_Nmority 5
S max 4
S min 1
Population number8
The number of initial population4
The maximum number of single population50
BranchG10
Nmority5
S max 4
S min 1

3.3. Parameters Sensitivity

(i) Sensitivity in relation to Population Number M in Level 1. To scientifically assess the effect of parameter M, the following experiment is designed. First, T_Branch and T_Nmority are assigned empirically with initial values 10 and 5, respectively. Then M is varied from 2 to 17 with a step size 3. For each value of M, HARFO is implemented for 20 times on six selected 30-dimensional f 11, f 12, f 13, f 14, and f 15. And computation results in terms of mean and standard deviation are given in Table 4. It can be visibly observed from Table 4 that algorithm with M equal to 2 and 8 can perform superior to that with other M values. Compared with M = 2, the result of algorithm with M = 8 is relatively better on three of five test benchmarks. Therefore, the optimal setting of the parameter M can be M = 8 as general usage of the algorithm.
Table 4

Results obtained by HARFO with different population number.

M 258111417
f 11 Mean 1.9663E + 01 3.0644E + 012.0535E + 013.4134E + 013.7901E + 013.4393E + 01
Std6.5353E − 017.3232E − 01 4.9023E01 8.1423E − 019.0482E − 018.2108E − 01

f 12 Mean6.5523E + 017.3533E + 01 4.9234E + 01 8.1788E + 019.0872E + 018.2462E + 01
Std1.1212E + 021.2511E + 02 8.4181E + 01 1.3922E + 021.5537E + 021.4099E + 02

f 13 Mean 3.1865E + 01 3.5876E + 013.7405E + 016.2144E + 016.9037E + 016.2648E + 01
Std 1.0089E + 01 1.9254E + 011.2886E + 012.1429E + 012.3784E + 012.1583E + 01

f 14 Mean3.7411E + 014.1955E + 01 2.8088E + 01 4.6603E + 015.1842E + 014.7044E + 01
Std9.6699E − 011.0881E + 00 7.2544E01 1.2127E + 001.3389E + 001.2150E + 00

f 15 Mean7.9732E + 018.9323E + 01 5.9839E + 01 9.9226E + 011.1045E + 021.0022E + 02
Std3.3109E + 013.7102E + 01 2.4897E + 01 4.1900E + 014.5952E + 014.1699E + 01
(ii) Sensitivity in relation to T_Branch and T_Nmority in Level 2. T_Branch and T_Nmority play vital roles in the population varying process, and there are critical correlations between them; thus, these two parameters are analyzed together. In this experiment, population number M is fixed to 8, and the values of T_Branch are varied as 5, 10, and 15 while the relevant T_Nmority is selected to be 0 or 5. From Table 5, it is clearly visible that the HARFO obtains best computation results on most test functions including f 11, f 13, f 14, and f 15 when T_Branch/T_Nmority are set as 10/5. Therefore, the optimal configuration of T_Branch/T_Nmority is 10/5 as general usage of the algorithm.
Table 5

Results obtained by HARFO with different T_Branch and T_Nmority.

T_Branch/T_Nmority 5/010/015/05/510/515/5
f 11 Mean2.9494E + 012.9835E − 011.7934E + 012.0332E + 01 1.6815E + 01 3.0914E + 02
Std6.0931E − 013.99456.1453E − 015.0094E − 01 4.0143E − 01 9.0093

f 12 Mean4.5534E + 022.4346E + 038.6729E − 012.4621E + 024.0316E + 01 3.4344E + 01
Std2.3424E + 021.5529E + 023.4031E + 011.6436E + 026.8932E + 01 5.6987

f 13 Mean3.0352E + 016.3321E + 013.6239E + 013.1234E + 02 3.0629E + 01 1.0342E + 02
Std4.0945E + 018.0345E + 012.9023E + 019.0945E + 01 1.0552E + 01 9.0934E + 01

f 14 Mean4.0333E + 011.4452E + 024.8845E + 022.0340E + 02 2.3000E + 01 2.4136E + 00
Std7.98346.85545.2231E + 012.4442E + 01 5.9403E − 01 5.9453E − 01

f 15 Mean1.0934E + 025.5423E + 014.9000E + 012.2454E + 02 4.9000E + 01 1.0043E + 02
Std4.2213E + 024.7775E + 016.0003E + 018.8896E + 01 2.0387E + 01 3.2009E + 01
As the summary of this section, all suggested values of the control parameters can be listed as follows: M = 8, T_Branch = 10, and T_Nmority = 5. These values are determined by experiments where the correlative T_Branch and T_Nmority in level 2 are taken into consideration together, and the third one in level 1 is varied over an interval with a step size.

3.4. Computational Results

(i) Comparative Results on 30-Dimensional Case. HARFO is compared with ABC, PSO, and CCGA on ten 30-dimensional benchmarks f 1–f 10. On each benchmark, these algorithms are independently implemented 20 times and terminated when the number of function evaluations reaches 100,000 for each run. The statistical results in terms of mean and standard deviation of each benchmark over 20 runs are calculated and shown in Table 6. As revealed from experimental results in Table 6, HARFO generally shows relative outperformance for solving most test benchmarks, compared to CCGA and ABC, which obtain the second and third best rankings, respectively.
Table 6

Comparison of results with 30 dimensions obtained by each algorithm (f(x) − f(x )).

Func.HARFOABCARFOPSOCCGA
f 1 Mean4.2817E − 131.3230E − 208.4537E − 036.4050E − 01 1.2942E − 20
Std5.8831E − 13 4.3300E − 20 6.6176E − 032.2735E − 014.2357E − 20

f 2 Mean 7.2733E − 01 3.9681E + 006.9380E + 012.6402E + 023.8817E + 00
Std1.5903E + 003.7709E + 00 1.3271E + 00 1.4057E + 023.6888

f 3 Mean 2.1575E − 13 4.9539E + 017.5788E + 011.3201E + 024.8976E + 01
Std 1.2233E − 12 1.3063E + 011.1519E + 003.7770E + 021.2903E + 01

f 4 Mean7.6514E − 04 2.8590E − 04 4.4610E + 032.9702E + 02 2.8094E − 04
Std6.3836E − 042.7604E − 042.2428E + 022.1757E + 02 1.5404E − 04

f 5 Mean 5.0157E − 03 8.3921E − 029.2917E − 013.9481E + 008.2891E − 02
Std4.9156E − 037.3446E − 022.8713E − 01 2.6640E − 03 7.2544E − 02

f 6 Mean 4.0543E − 14 7.5624E − 146.3095E + 029.4363E + 017.4696E − 14
Std3.4998E − 14 3.0806E − 14 7.8376E + 023.9237E + 016.6428E − 14

f 7 Mean8.4784E + 002.4324E + 01 1.4680E + 00 7.0365E + 062.4025E + 01
Std 1.2762E + 00 7.1995E + 012.0352E + 002.3168E + 077.1111E + 01

f 8 Mean 1.9573E + 02 9.0699E + 021.9471E + 022.0902E + 048.9575E + 02
Std4.6811E + 025.8412E + 02 1.5947E + 01 4.8404E + 035.7698E + 02

f 9 Mean 1.6015E + 03 2.0949E + 035.2497E + 032.5180E + 032.0664E + 03
Std6.9952E − 01 7.4802E − 13 5.2374E + 023.8381E + 027.6612E − 13

f 10 Mean 6.8062E + 00 5.9028E + 013.4875E + 026.6128E + 015.8311E + 01
Std6.4614E − 011.7745E − 016.5806E + 015.7449E + 00 1.7554E − 01
On f 1, HARFO, CCGA, and ABC perform close to each other, relatively better than other algorithms. Specifically, CCGA does better than ABC, followed by CCGA. On f 2, ARFO remarkably outperforms others as well as CCGA and ABC obtain close results, significantly better than other algorithms. For complex multimodal variable-separable f 3, variable-separable f 4, and nonseparable f 5, HARFO performs slightly better than CCGA and ABC, furthermore significantly better than other algorithms. Particularly, on f 3 and f 5, the search performance order can be shown apparently as HARFO > CCGA > ABC > ARFO > PSO. On f 6–f 10, which are more complex shifted and rotated benchmarks, HARFO can obtain best performance in terms of mean, maximum, and minimum on most of five benchmarks including f 6, f 8, f 9, and f 10 and ARFO also outperforms other algorithms on f 7. Apparently, HARFO shows significant improvement over other algorithms, especially ARFO. (ii) Comparative Results on 100-Dimensional Case. In order to assess the scalability of our proposed algorithm, which is crucial for its applicability to real-world high-dimensional problems, the test benchmarks are extended to 100-dimensional problems as high-dimensional cases. The experimental results are given in Table 7. From Table 7, it is observed that HARFO significantly outperforms other algorithms almost all test functions except for f 2 and f 7. Particularly, compared to other algorithms, the solution accuracy of HARFO on shifted and rotated f 5, f 9, and f 10 is increased by one order of magnitude. From the distinct difference between dimension = 20 and 100 results, it is clearly observed that with dimensionality increasing, the proposed algorithm exhibits its persistence and performs better.
Table 7

Comparison of results with 100 dimensions obtained by each algorithm (f(x) − f(x )).

Func.HARFOABCARFOPSOCCGA
f 1 Mean1.2867E − 032.5048E − 034.3104E − 024.5449E + 02 1.2558E − 02
Std6.2167E − 035.0736E − 037.8429E − 031.1368E + 02 5.7436E − 03

f 2 Mean2.3158E + 026.2667E + 026.0868E + 021.0874E + 04 9.8880E + 01
Std 2.9080E + 01 6.8733E + 023.3206E + 016.7649E + 043.2121E + 01

f 3 Mean 6.7884E + 02 1.4622E + 029.1064E + 025.6672E + 038.8089E + 02
Std1.3927E + 021.8944E + 01 6.6473E + 01 7.2860E + 026.7302E + 01

f 4 Mean 1.7000E + 01 5.1011E + 02 1.7000E + 01 1.7000E + 01 1.8874E + 01
Std4.0850E + 001.2089E + 02 2.3858E + 00 7.2467E + 002.6488E + 00

f 5 Mean1.7451E − 015.4011E + 011.6357E + 011.5808E + 03 1.7160E − 01
Std2.1547E − 012.7978E + 014.4982E + 003.2400E + 02 1.9940E − 01

f 6 Mean 6.4416E + 03 7.2900E + 049.8642E + 032.3474E + 059.5026E + 03
Std1.1540E + 032.5311E + 03 1.0969E + 03 4.0396E + 041.1567E + 03

f 7 Mean3.3781E + 102.8028E + 10 1.1095E + 09 6.8711E + 091.1688E + 09
Std1.1606E + 108.0320E + 094.6126E + 08 1.9879E + 08 4.4435E + 08

f 8 Mean 1.2057E + 05 3.5396E + 051.2118E + 054.5362E + 051.3464E + 05
Std1.7588E + 049.1560E + 04 4.1061E + 03 3.1074E + 044.5623E + 03

f 9 Mean 1.5149E + 03 1.8168E + 043.5279E + 042.8477E + 043.9199E + 04
Std 1.0312E + 02 2.7420E + 031.3535E + 038.9127E + 021.5039E + 03

f 10 Mean 2.2175E + 02 6.5384E + 031.1434E + 031.8442E + 031.2704E + 03
Std3.7382E + 00 3.6678E + 00 1.2423E + 022.2994E + 021.3803E + 02
Finally, the performance improvement obtained by our proposed algorithm can be generally explained: when other algorithms are trapped in the local optima, the HARFO can utilize the root-to-root communication mechanism to escape. By employing the hierarchical multipopulation coevolution, the complex task is decomposed into smaller-scale subproblems. (iii) Comparative Results on 30-Dimensional CEC 2014 Case. Computation results in terms of means and stand deviations of the 20 runs obtained by six algorithms on ten 30-dimensional CEC 2014 benchmarks are given in Table 8, within which the best results among those algorithms are highlighted. From Table 8, the proposed HARFO performs significantly superior to its counterparts including CCGA and ABC on most of test benchmarks. Specifically, HARFO can do better than CCGA on f 11, f 12, f 14, f 16, f 17, f 19, and f 20, followed by ABC and ARFO, PSO cannot obtain competitive results. On f 13 and f 15, ABC and CCGA perform significantly better than ARFO and slightly better than HARFO. PSO also obtains best result on f 18. Furthermore, we can observe that although the shifted and rotated CEC 2014 benchmarks become more difficult to be handled compared with their classical counterparts and the computation results are not as satisfactory as those in the classical benchmarks, HARFO still performs more powerful than other algorithms on most test cases. This essentially indicates that HARFO has greater potential to cope with more complex problems.
Table 8

Comparison of results with 30 dimensions obtained by each algorithm (f(x) − f(x )).

Func.HARFOABCARFOPSOCCGA
f 11 Mean 1.6815E + 01 1.9799E + 071.2573E + 072.9358E + 081.9563E + 02
Std 3.9994E − 01 6.7129E + 061.0473E + 072.1609E + 086.6330E + 02

f 12 Mean 3.1528E + 01 7.5904E + 021.0104E + 087.0153E + 087.5001E + 02
Std 2.4023E + 01 7.5572E + 022.3503E + 082.8266E + 087.4673E + 02

f 13 Mean2.8969E + 01 1.3000E + 01 1.5265E + 024.5742E + 02 1.3000E + 01
Std1.5290E + 00 2.5348E + 01 5.0791E + 011.5825E + 022.8136E + 01

f 14 Mean 2.2457E + 01 2.4494E + 012.4296E + 012.5464E + 012.7188E + 01
Std4.8265E − 014.8600E − 02 1.2623E − 02 7.6957E − 025.3946E − 02

f 15 Mean4.2697E + 01 1.9000E + 01 3.6291E + 015.0531E + 01 1.9000E + 01
Std8.1373E + 001.7665E + 003.1039E + 002.2499E + 00 1.0608E + 00

f 16 Mean 3.1060E − 03 1.3200E − 035.6546E + 001.2402E + 021.4652E − 03
Std 1.5530E − 03 3.8400E − 037.0040E + 003.0668E + 014.4330E − 03

f 17 Mean 6.1585E − 06 5.1208E + 021.5884E + 023.1284E + 025.9117E + 02
Std 3.3153E − 05 1.1126E + 023.0743E + 014.1798E + 011.2844E + 02

f 18 Mean2.1913E + 036.1602E + 063.5613E + 05 2.0148E + 03 7.1116E + 06
Std4.7034E + 023.4051E + 067.1417E + 05 3.4323E + 02 3.9310E + 06

f 19 Mean 4.7272E + 02 1.6622E + 048.5742E + 027.3078E + 061.5327E + 04
Std2.2216E + 021.4328E + 03 1.2094E + 02 5.5582E + 061.3212E + 03

f 20 Mean 2.4618E + 02 2.7362E + 022.9471E + 024.7931E + 022.5231E + 02
Std 1.2685E + 01 1.6578E + 029.1791E + 022.9374E + 011.5287E + 02

4. Real-World Application for Image Segmentation

4.1. Otsu Criterion

The well-known Otsu criterion has been widely adopted to determine the optimal thresholds with desired characteristics through computing between-class variance [7, 8]. The original procedures of Otsu can be listed as below: at the beginning, a given image consisting of N pixels of gray levels falling into the range [0, L − 1] is taken into consideration. h(i) donates the pixel number of gray-level i and P(i) represents the probability of gray-level i. Then, we have Hypothesize that M − 1 thresholds, namely, {t 1, t 2, …, t }, are required to segment the given image into M classes: C 1 for [0,…, 1], C 2 for [t 1 + 1,…, 1],…, C for [t ,…, L], the optimal thresholds {t 1 , t 2 , …, t } selected by Otsu are described aswhere Generally, (11) is employed as the fitness function for heuristic methods based procedure to be optimized. A close look into this equation will show that it is very similar to the expression for uniformity measure [40-43].

4.2. Experiment Setup

The image segmentation experiments by HARFO are conducted on a set of image datasets. These datasets consist of a variety of standard tested images widely employed in previous studies [42-47], including avion.ppm, house.ppm, lena.ppm, peppers.ppm, safari04.ppm, and hunter.pgm with pixels size of 512∗512 (available at http://decsai.ugr.es/cvg/dbimagenes/). Several state-of-the-art EA algorithms are selected for comprehensive comparison, namely, HARFO, ABC [20], ARFO [22], CCGA [39], and IDPSO [12]. Particularly, the IDPSO is an existing enhanced PSO variant with intermediate disturbance searching strategy recently proposed in [12] for image segmentation, which has gained satisfactory image segmentation r results. We will directly compare HARFO with existing computation results (i.e., for lena, peppers, and hunter) of IDPSO which have been reported in [12]. The parameters of HARFO, ABC, ARFO, PSO, and CCGA follow the optimal settings in Section 3.2. And the parameters of IDPSO are set the same as its original literature [12]. In this test, the proposed algorithm is to maximize the objective fitness within less computation time. The thresholds numbers M − 1 are set to 2, 3, 4, 5, 7, and 9. And Figure 4 presents test images and their histograms.
Figure 4

Test images and their histograms.

4.3. Experimental Results and Analysis

Case 1 (segmentation results with M − 1 = 2,3, 4).

Table 9 lists the objective values and mean computational time found by pure Otsu, which are partly reported in [12]. In practical real-time application, we hope that algorithms can keep a suitable balance of running time and high accuracy [48]. As shown in Table 9, due to the exhaustive search feature, Otsu needs to consume too long CPU time while achieving a satisfactory optimal thresholding. It can be seen from Table 10 that the proposed HARFO provides generally close results in terms of objective values and standard deviation compared with ABC and ARFO on some test cases, such as avion and lena. On lena, IDPSO and CCGA perform similarly, still a little worse than HARFO. At the same time considering the relevant results form Table 9, the proposed HARFO algorithm consumes less CPU time than its counterparts, which means that HARFO shows better efficiency. Compared with other algorithms, the HARFO has coevolution mechanism to perform better global search in higher-dimensional space.
Table 9

Objective values and thresholds by the Otsu method.

Image M − 1 = 2 M − 1 = 3 M − 1 = 4
Objective valuesOptimal thresholdsObjective valuesOptimal thresholdsObjective valuesOptimal thresholds
Avion3.493E + 3 113, 1733.13E + 493, 145, 1913.45E + 484, 129, 172, 203
House2.24E + 3107, 1732.42E + 484, 137, 1812.86E + 471, 118, 153, 186
Lena9.34E + 3134, 165,1.13E + 4121, 151, 1761.26E + 4111, 140, 158, 180
Peppers9.35E + 3134, 1761.13E + 4113, 158, 1841.25E + 4103, 140, 167, 189
Safari042.53E + 382, 1412.33E + 465, 107, 1512.43E + 455, 88, 120, 156
Hunter5.45E + 3102, 1465.45E + 386, 129, 1559.75E + 369, 112, 137, 158
Mean CPU time2.1472175.7767945.325
Table 10

Objective values and standard deviation by heuristic methods on Otsu algorithm.

Image M − 1Objective values (standard deviation)
HARFOABCARFOCCGAIDPSO
Avion24.3909E + 043.8752E + 043.8870E + 043.902E + 043.948E + 04
3.8166E − 018.7275E − 121.8550E − 028.642E − 021.594E − 01
34.4003E + 043.8839E + 043.8948E + 044.034E + 044.013E + 04
2.0072E − 012.1530E − 011.2917E − 014.442E − 015.238E − 01
44.4031E + 043.8889E + 044.4001E + 044.441E + 044.111E + 04
5.9884E − 015.3222E − 019.4322E − 011.542E − 012.442E − 01

House23.6206E + 043.1941E + 043.2069E + 043.423E + 043.551E + 04
3.7387E − 020.0000E + 007.0560E − 022.194E − 015.422E − 04
33.6371E + 043.2082E + 043.2209E + 043.441E + 043.532E + 04
3.5218E − 024.2787E − 022.2613E − 015.213E − 017.522E − 03
43.6430E + 043.2137E + 043.2332E + 043.424E + 043.575E + 04
1.0542E + 005.4974E − 017.3052E − 012.113E + 005.094E − 02

Lena22.2663E + 041.3928E + 041.0034E + 042.132E + 039.3449E3
1.0934E − 025.0944E − 125.4093E − 022.422E − 015.46E − 12
32.4983E + 042.0233E + 042.1033E + 042.142E + 041.1334E4
8.0934E − 037.42343E − 024.4421E − 012.499E − 029.095E − 12
42.2742E + 042.0003E + 041.9999E + 042.042E + 041.2558E4
2.6544E − 016.42245E − 015.42265.4534.336E − 1

Peppers 21.0340E + 041.9533E + 042.0344E + 049.924E + 039.3515E3
4.5333E − 125.34337E − 127.5652E − 025.424E − 011.27E − 11
31.1322E + 041.0125E + 041.1333E + 041.153E + 041.1269E4
1.4422E + 002.5566E − 022.4223E − 015.53015.46E − 12
41.9834E + 041.9593E + 041.9818E + 041.993E + 041.2525E4
9.0452E − 119.7863E − 021.98874.522E − 015.45E − 12

Safari0422.5866E + 042.2766E + 042.2984E + 042.414E + 042.363E + 04
5.6183E − 010.0000E + 004.7684E − 025.252E − 015.414E − 02
32.5954E + 042.2865E + 042.3015E + 042.422E + 042.309E + 04
9.5100E − 013.5163E − 022.0405E − 017.532E − 015.522E − 01
42.6005E + 042.2903E + 042.3122E + 042.443E + 042.442E + 04
7.0754E − 011.0771E + 001.8869E − 012.09345.720E − 02

Hunter22.2311E + 041.0378E + 041.0389E + 045.042E + 025.4491E3
002.0462E − 015.642E − 010
36.5233E + 033.0422E + 036.5222E + 036.043E + 036.4260E3
2.41228.45445.4223E − 015.32521.774E − 1
46.4522E + 041.1444E + 046.8632E + 031.214E + 046.9721E3
1.02225.77335.05303.5341.4463

Case 2 (segmentation results with M − 1 = 5,7, 9).

Table 11 gives computational results with M − 1 = 5, 7, and 9 in terms of average fitness and standard deviation of each algorithm. From Table 11, it is clearly observed that there are statistically significant differences between Cases 1 and 2 based on these segmentation algorithms, in aspects of both efficiency and stability. Due to the hybrid optimal strategies, HARFO exhibits obviously promising performance on this higher-dimensional segmentation case with M − 1 = 5, 7, and 9. Among these methods except HARFO, the ABC method also possesses relative powerful exploration ability due to usage of the scout bees operation. However, as shown in Table 11, as the number of segmentation thresholds increases, the results in terms of fitness values found by HARFO are significantly better than that of other methods, including the ABC algorithm. Generally, it can be concluded that HARFO performs better than other algorithms in this higher-dimensional scenario.
Table 11

Objective value and standard deviation by the compared population based methods on Otsu algorithm.

Image M − 1Objective values (standard deviation)
HARFOABCARFOCCGAIDPSO
Avion54.2940E + 044.0947E + 044.2721E + 044.266E + 044.165E + 04
6.6839E − 021.5094E + 001.2493E + 003.133E − 024.9845E − 02
74.2852E + 044.0972E + 044.2735E + 044.266E + 044.243E + 04
3.0811E − 023.8286E + 001.6504E + 004.531E − 015.325E − 01
94.2857E + 044.0986E + 044.2639E + 044.275E + 044.293E + 04
1.3309E − 012.6222E + 005.4868E − 012.853E − 015.535E − 01

House53.5543E + 043.3854E + 043.5364E + 043.443E + 043.468E + 04
5.3886E − 011.8866E + 005.8096E − 012.284E − 018.653E − 02
73.5558E + 043.3895E + 043.5360E + 043.512E + 043.574E + 04
1.0541E − 015.4665E + 001.7216E + 005.543E − 015.524E − 01
93.5610E + 043.3919E + 043.5263E + 043.521E + 043.341E + 04
1.4416E − 013.8422E + 001.4566E + 002.8426.751E − 01

Lena51.2141E + 041.1077E + 041.1890E + 041.340E + 04 1.3399E4
1.1142E − 022.3456E + 006.9755E − 012.434E − 012.01E − 2
71.2232E + 041.1144E + 041.1942E + 041.135E + 04 1.4418E4
1.2534E − 015.0432E + 008.9221E − 012.7434.2087
91.2154E + 041.1424E + 041.2012E + 041.133E + 04 1.4984E4
1.7543E − 013.8324E + 001.7423E + 003.3266.457

Peppers52.1900E + 042.0668E + 042.1587E + 042.202E + 04 1.3366E4
5.0443E − 021.7541E + 002.0475E + 002.1408E − 015.019E − 1
72.1717E + 042.0710E + 042.1531E + 041.522E + 04 1.4293E4
1.3917E − 012.8835E + 002.6158E + 002.2441.1924E + 1
92.1743E + 042.0725E + 042.1645E + 041.662E + 04 1.4792E4
2.3165E − 012.83132.34706.3549.3027

Safari0452.5363E + 042.4130E + 042.5172E + 042.319E + 042.516E + 04
1.1934E − 016.1834E + 001.6155E + 001.542E − 012.526E + 00
72.5449E + 042.4154E + 042.5225E + 042.524E + 042.413E + 04
1.3396E − 014.8186E + 001.2653E + 004.563E − 016.224E − 01
92.5472E + 042.4165E + 042.5062E + 042.401E + 042.446E + 04
1.0982E − 011.9172E + 005.8804E − 012.5365.514E − 01

Hunter51.1723E + 041.1205E + 041.1614E + 041.113E + 04 7.350E3
9.4823E − 024.7343E + 001.6177E + 004.562E − 015.1693
71.1774E + 041.1242E + 041.1668E + 041.102E + 04 7.752E3
2.0734E − 014.3856E + 001.8600E + 002.3269.7143
91.1805E + 041.1260E + 041.1695E + 041.101E + 04 7.974E3
1.5995E − 013.6223E + 004.0659E + 002.5631.620E + 1

5. Conclusions

This paper proposes and develops a novel bionic optimization algorithm inspired by plant root growth mechanism to solve multilevel threshold image segmentation, namely, hybrid artificial root foraging optimizer (HARFO). Based on original single-colony ARFO, the potential of HARFO to improve the global search performance and keep diversity of population relies on the combination of the root-to-root communication and multipopulation cooperative mechanism. With root-to-root communication, information exchanging between individuals can be enhanced through different efficient topologies. With coevolution mechanism, the hierarchical spatial population driven by multipopulations is constructed to ensure that diversity of population is well kept. The comparative experiments of HARFO in comparison with several classical population based algorithms are conducted on a set of 20-dimensional and 100-dimensional benchmarks. The experimental results validate the superiority of the proposed algorithm. Finally, the HARFO is employed to handle the image segmentation problems with multilevel threshold. Computational results achieved by this method on a suit of images dataset show that the proposed algorithm has significant potential to be a novel effective and efficient image processing approach. In our future work, we will focus on perfecting this novel optimization framework from the perspective of relevance theory.
  9 in total

1.  Cooperative coevolution: an architecture for evolving coadapted subcomponents.

Authors:  M A Potter; K A De Jong
Journal:  Evol Comput       Date:  2000       Impact factor: 3.277

2.  Resource choice in Cuscuta europaea.

Authors:  C K Kelly
Journal:  Proc Natl Acad Sci U S A       Date:  1992-12-15       Impact factor: 11.205

Review 3.  A modular concept of phenotypic plasticity in plants.

Authors:  Hans de Kroon; Heidrun Huber; Josef F Stuefer; Jan M van Groenendael
Journal:  New Phytol       Date:  2005-04       Impact factor: 10.151

4.  Focusing the metaphor: plant root foraging behaviour.

Authors:  Gordon G McNickle; Colleen Cassady St Clair; James F Cahill
Journal:  Trends Ecol Evol       Date:  2009-05-04       Impact factor: 17.712

5.  An artificial ant colonies approach to medical image segmentation.

Authors:  Peng Huang; Huizhi Cao; Shuqian Luo
Journal:  Comput Methods Programs Biomed       Date:  2008-08-03       Impact factor: 5.428

6.  Improving the scale and precision of hypotheses to explain root foraging ability.

Authors:  Steven W Kembel; Hans De Kroon; James F Cahill; Liesje Mommer
Journal:  Ann Bot       Date:  2008-04-19       Impact factor: 4.357

7.  A mutually inhibitory interaction between auxin and cytokinin specifies vascular pattern in roots.

Authors:  Anthony Bishopp; Hanna Help; Sedeer El-Showk; Dolf Weijers; Ben Scheres; Jiří Friml; Eva Benková; Ari Pekka Mähönen; Ykä Helariutta
Journal:  Curr Biol       Date:  2011-05-27       Impact factor: 10.834

8.  Topological visual mapping in robotics.

Authors:  Anna Romero; Miguel Cazorla
Journal:  Cogn Process       Date:  2012-08

9.  Root foraging increases performance of the clonal plant Potentilla reptans in heterogeneous nutrient environments.

Authors:  Zhengwen Wang; Mark van Kleunen; Heinjo J During; Marinus J A Werger
Journal:  PLoS One       Date:  2013-03-05       Impact factor: 3.240

  9 in total
  1 in total

1.  A Monitoring System for the Segmentation and Grading of Broccoli Head Based on Deep Learning and Neural Networks.

Authors:  Chengquan Zhou; Jun Hu; Zhifu Xu; Jibo Yue; Hongbao Ye; Guijun Yang
Journal:  Front Plant Sci       Date:  2020-04-15       Impact factor: 5.753

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.