Skip to main content
Computational Intelligence and Neuroscience logoLink to Computational Intelligence and Neuroscience
. 2018 Oct 8;2018:2309587. doi: 10.1155/2018/2309587

Using Compact Coevolutionary Algorithm for Matching Biomedical Ontologies

Xingsi Xue 1,, Jie Chen 1, Junfeng Chen 2, Dongxu Chen 3
PMCID: PMC6199880  PMID: 30405706

Abstract

Over the recent years, ontologies are widely used in various domains such as medical records annotation, medical knowledge representation and sharing, clinical guideline management, and medical decision-making. To implement the cooperation between intelligent applications based on biomedical ontologies, it is crucial to establish correspondences between the heterogeneous biomedical concepts in different ontologies, which is so-called biomedical ontology matching. Although Evolutionary algorithms (EAs) are one of the state-of-the-art methodologies to match the heterogeneous ontologies, huge memory consumption, long runtime, and the bias improvement of the solutions hamper them from efficiently matching biomedical ontologies. To overcome these shortcomings, we propose a compact CoEvolutionary Algorithm to efficiently match the biomedical ontologies. Particularly, a compact EA with local search strategy is able to save the memory consumption and runtime, and three subswarms with different optimal objectives can help one another to avoid the solution's bias improvement. In the experiment, two famous testing cases provided by Ontology Alignment Evaluation Initiative (OAEI 2017), i.e. anatomy track and large biomed track, are utilized to test our approach's performance. The experimental results show the effectiveness of our proposal.

1. Introduction

Ontologies provide a shared and common vocabulary for representing a domain of knowledge [1]. Over the recent years, ontologies are widely used in various domains such as medical records annotation [2], medical knowledge representation and sharing, clinical guidelines management [3], and medical decision-making [4]. However, most biomedical ontologies are developed independently by different experts who might define one entity with different names or in different ways, causing the problem of ontology heterogeneity. For example, to describe the muscles that surround and power the human heart, the National Cancer Institute's thesaurus and ontology (NCI) [5] use the name “Myocardium,” whereas the Foundation Model of Anatomy (FMA) [6] uses “Cardiac Muscle Tissue.” To implement the cooperation between intelligent applications based on biomedical ontologies, it is crucial to establish correspondences between the heterogeneous biomedical concepts in different ontologies, which is so-called biomedical ontology matching.

Recently, Evolutionary Algorithms (EAs) are one of the state-of-the-art methodologies to match the heterogeneous ontologies [7]. However, huge memory consumption, long runtime, and the bias improvement of the solutions hamper EA-based ontology matching techniques from efficiently matching biomedical ontologies. Thus, besides the quality of alignments, main memory consumption and runtime needed by the ontology matcher are of prime importance when matching the biomedical ontologies. In this paper, we propose to use the compact EA [8], which utilizes a probabilistic representation of the population, to save the memory consumption of classic EA. Then, we introduce the local search strategy into its evolving process to balance the exploration and exploitation and reduce the runtime needed. On this basis, we further propose a compact Coevolutionary Algorithm, which utilizes three subswarms with different objectives to help one another to avoid the solution's bias improvement caused by traditional metric f-measure [9].

The rest of the paper is organized as follows: Section 2 describes the related works; Section 3 gives some basic concepts of ontology, ontology alignment, and the similarity measures; Section 4 presents the optimal model problem and the details of the compact Coevolutionary Algorithm for matching biomedical ontologies; Section 5 gives the experimental results and relevant analysis; finally, Section 6 draws the conclusions.

2. Related Work

2.1. Evolutionary Algorithm-Based Ontology Matching Technique

Due to the complex and time-consuming nature of the ontology matching process, EA-based methods could present a good methodology for obtaining ontology alignments and indeed have already been applied to solve the ontology alignment problem by reaching acceptable results [10]. Different from other EA based approaches [1113] which models the ontology alignment process as a meta-matching problem, i.e. how to determine the best appropriate weight configuration in ontology matching process in order to obtain a satisfactory alignment, in this work, ontology matching problem is considered as a global entity matching problem. Genetic Algorithm-Based Ontology Matching (GAOM) [14] is the representative system, which utilized Genetic Algorithm (GA) to determine the optimal ontology alignment. Particularly, GAOM utilizes the chromosomes to describe the potential alignments between two ontologies and utilizes GAs to determine the optimal solution. Besides, MapPSO and MapEVO [15] which exploited the Particle Swarm Optimization Algorithm (PSO) [16] and Evolutionary Programming (EP) [17], respectively, also adopted this idea. Acampora et al. [18] designed a Memetic Algorithm (MA) which introduced a local search process to improve the performance of EA. More recently, Xue et al. [19, 20], respectively, used the compact EA and compact Population-Based Incremental Learning Algorithm (PBIL) to save the memory consumption without sacrificing the solution's quality. Compact EA and compact PBIL represented the population as a probability vector (PV) over the set of solutions and are operationally equivalent to the order-one behaviour of the simple EA with uniform crossover. In this way, a much smaller number of solutions must be stored in the memory, thus significantly reducing the memory consumption.

2.2. Coevolutionary Algorithm

The Coevolutionary Algorithm [21] makes multiple swarms simultaneously evolve and communicate with one another to improve the search performance. Currently, distributed coevolution is the most popular coevolving process, which shares the search information among multiple swarms through the population migration strategy. During the searching process, different swarms have evolving strategies and configurations. Tan et al. [22] proposed to decompose the problem's solution vector into multiple swarms to evolve simultaneously. Mu and Liu [23] presented an M-elite Coevolutionary Algorithm that applied different elite strategies in the coevolving process. The elite centered swarm has the highest priority, and other swarms implemented the cooperative coevolving process. In [24], a parallel evolving mechanism was designed by dividing the population into three swarms that evolved independently. However, all the swarms use the same evolving strategy, and the swarm's evolving process swarm was relatively independent, which decreased the algorithm's exploration and exploitation ability. More recently, Wang et al. [25] proposed a two-elite strategy which makes use of the differences between two elites to guide the whole evolving process.

Different from all the techniques mentioned above, in this work, we propose a compact coevolutionary Algorithm to match the biomedical ontologies, which combines the advantages of the compact EA and coEvolutionary Algorithm to save the memory consumption and runtime and overcome the bias improvement of solutions.

2.3. Preliminaries

2.3.1. Ontology, Ontology Alignment, and Ontology Matching Process

In this work, an ontology is defined as a quadruple O=(C, P, I, A), where

  1. C is the class set, i.e., the set of concepts that populate the domain of interest,

  2. P is the property set, i.e., the set of relations between the concepts of domain,

  3. I is the instance set, i.e., the set of objects in the real world representing the instances of a concept, and

  4. A is the axiom set, i.e., the statements that say what is true about the modeled domain.

An alignment A between two ontologies O1 and O2 is defined as a set of correspondences, and each correspondence is a triple (e1, e2, n), where e1 and e2 are the entities in O1 and O2, respectively, and n ∈ [0,1] is a confidence value holding for the correspondence between them. In this work, the relation existing between two ontology entities is the equivalence (=). The ontology matching process can be defined as a function θ(O1, O2, p, r) [26], where p is the parameter set and r is the resource set. Ontology matching process returns a new alignment AN between ontologies O1 and O2.

2.3.2. Concept Similarity Measure

Concept similarity measure is the foundation of biomedical ontology matching [27]. In this work, we utilize an asymmetrical concept similarity measure to calculate the biomedical concepts' similarity values. First, for each biomedical concept, we construct a profile for it by collecting the label, comment, and property information such as label, domain, and range, from itself and all its direct descendants. Then, the similarity of two biomedical concepts c1 and c2 is measured based on the similarity of their profiles p1 and p2, which can be calculated by the following two asymmetrical measures:

sim1p1,p2=p1p2p1,sim2p1,p2=p1p2p2, (1)

where |p1| and |p2| are the cardinalities of the profile p1 and p2, respectively, |p1p2| is the number of identical elements in p1 and p2. The similarity value of e1 and e2 is equal to (sim1(p1, p2)+sim2(p1, p2))/2 when |sim1(p1, p2) − sim2(p1, p2)| ≤ δ, and otherwise, 0.

In this work, δ is the threshold to measure the extent of the semantic equivalence between sim1(p1, p2) and sim2(p1, p2). When the similarity value between two profile elements is above the threshold, they are identified as semantically similar. Generally, δ should be set relatively small to reflect sim1(e1, e2) and sim2(e1, e2) have little difference when the entity e1 and e2 are semantically equivalent. However, if δ is too small, we would miss many semantically equivalent terms. Therefore, the suggested domain of δ is [0.01, 0.10]. In this work, to obtain a suitable, we conducted a pre-experiment on the benchmark by varying the value of δ in its suggested domain, and found the semantic equivalence performs well when δ is assigned to 0.06.

Moreover, the similarity value of two profile elements is calculated by N-gram distance [28], which is the most performing string-based similarity measure for the biological ontology matching problem, and a linguistic measure, which calculate a synonymy-based distance through the Unified Medical Language System (UMLS) [29]. Given two words w1 and w2, their similarity sim2(w1, w2) is equal to 1 when two words are synonymous, and otherwise, N − gram(w1, w2).

2.4. Compact Coevolutionary Algorithm

2.4.1. Rough Alignment Evaluations

In this work, we suppose that, in the golden alignment, one concept in the ontology is matched with only one concept in the other ontologies and vice versa. Two rough alignment evaluations, i.e., MatchCoverage and MatchRatio, are utilized to measure the alignment's quality. In particular, MatchCoverage is utilized to approximate recall [9], which calculates the fraction of concepts which exist in at least one correspondence in the resulting alignment in comparison to the total number of concepts in the ontology. The formula of it is presented as follows:

MatchCoverage=CO1Match+CO2MatchCO1+CO2ϵ0,1, (2)

where

  1. CO1Match and CO2Match are the matched concept sets of ontology O1 and O2, respectively; and

  2. CO1 and CO2 are the concept sets of ontology O1 and O2, respectively.

And, MatchRatio is used to approximate precision [9], which calculates the ratio between the number of found correspondences and the number of matched concepts. The formula of it is presented as follows:

MatchRatio=CO1Match+CO2Match2·CorrO1O2ϵ0,1, (3)

where

  1. CorrO1O2 is the correspondence set in the alignment; and

  2. CO1Match and CO2Match are the matched concept sets of ontology O1 and O2, respectively;

In most instances, it requires considering both MatchCoverage and MatchRatio to measure the alignment's quality. By referring to the most common combining function f-measure [9], we define MatchFmeasure as follows:

MatchFmeasure=2×MatchCoverage·MatchRatioMatchCoverage+MatchRatio. (4)

2.4.2. The Optimal Model for Ontology Entity Matching Problem

Given two biomedical ontologies O1 and O2, we take maximizing MatchFmeasure as the goal, and the optimal model for ontology entity matching problem can be defined as follows:

maxMatchFmeasureX,s.t.X=x1,x2,,xO1,xO1+1,T,xi=1,2,,xO2,xO1+10,1, (6)

where the decision variable X represents an alignment between O1 and O2, xi represents the ith correspondence between ith concept in O1 and xith concept in O2, |O1| and |O2| are the cardinalities of the concept set in O1 and O2, respectively, and x|O1|+1 ∈ [0,1] is the threshold to filter the final alignment.

One of the shortcomings of MatchFmeasure is that the improvement of it does not say anything about whether both MatchCoverage and MatchRatio are simultaneously improved or not. In other words, no matter how large a measured improvement in MatchFmeasure is, it can still be extremely dependent on the improvement on one of the individual metrics [30]. To overcome this bias improvement, we propose a compact coevolutionary Algorithm, which has three PVs that characterize subswarms that aim at maximizing MatchCoverage, MatchRatio, and MatchFmeasure, respectively. Through the cooperation of three PVs, we dedicate to ensure the simultaneous improvement on MatchCoverage and MatchRatio during the evolving process.

2.4.3. Compact Evolutionary Algorithm

Model-based optimization using probabilistic modeling of the search space is one of the areas where research on Compact Evolutionary Algorithm (CEA) has considerably advanced in recent years. In each generation, CEA updates the probability vector (PV), which is a probabilistic model describing the univariate statistics of the best solutions and then uses it to generate new candidate solutions. By employing the PV, instead of a population of solutions, to simulate the behavior of classic EA, a much smaller number of individuals is needed to be stored in the memory. Thus, CEA can significantly reduce the memory consumption [31]. In order to further improve CEA performance, we introduce the local search strategy into CEA's evolving process. This marriage between global search and local search is helpful in reducing the possibility of the premature convergence and increasing the convergence speed.

In the next, three main components of CEA, i.e., chromosome-encoding mechanism, probability vector, and local search strategy are, respectively, presented.

  1. Chromosome-Encoding Mechanism: in this work, the genes are encoded through the binary coding mechanism and can be divided into two parts. The first part stands for the correspondences in the alignment, and the other one stands for a threshold. Given the total number n1 and n2 of two biomedical concepts in ontologies, the first part of a chromosome (or PV) consists of n1 gene segments, and the binary code length (BCL) of each gene segment is equal to log2(n2)+0.5, which ensures each gene segment could present any target ontology class's index, while the second part of a chromosome (or PV) has only one gene segment, whose BCL is equal to log2(1/numAccuracy)+0.5, which can ensure this gene segment could present any threshold value under the numerical accuracy numAccuracy. Thus, the total length of the chromosome (or PV) is equal to n1 × log2(n2)+0.5+log2(1/numAccuracy)+0.5.

Given a gene segment geneSeg={geneBit1, geneBit2, ⋯geneBitn, }, where geneBiti is the ith gene bit value of the gene segment, we decode to obtain a decimal number whose value is equal to ∑i=1n2geneBiti. In particular, with respect to the first part decoding results, the decimal numbers obtained represent the indexes of the target classes, where 0 means the source instance is not mapped to any target ontology's class. With regard to the second part of decoding result, the decimal number obtained should multiply the threshold's numerical accuracy. Last but not least, if a decimal number d obtained is larger than u, we will replace it with u/d.

  • (2) Probability Vector: in general, CEA aims at generating a PV which represents a population of high evaluation solutions, and its operations take place directly on the PV. In this work, the number of elements in PV is equal to the number of individual's gene bits and each element's value is in [0,1], and here is an example on how to use PV (0.5, 0.9, 0.3, 0.8)T to generate a new solution. First, generate four random numbers, such as 0.6, 0.5, 0.8, and 0.9. Then, compare the numbers with the elements in PV accordingly to determine the new generated individual's gene values. For example, since 0.6 > 0.5, the first gene bit's value of the new solution is 0, and similarly, the remaining gene bits' values are 1, 0, and 0, respectively. In this way, the new solution we obtain is 0100. By repeating this procedure, we can obtain various individuals. In addition, if 0100 is the elite solution in the current generation, PV should be updated according to its information. Given PV's update rate, say 0.1, if the gene value of the elite is 0, the corresponding element of PV will minus 0.1, otherwise add 0.1. In this way, the updated PV is (0.4, 1.0, 0.2, 0.7)T.

  • (3) Local Search Strategy: local search process tries to improve the elite solution by searching in the neighborhood of it. In this work, we utilize a crossover operator to implement the local search process, which randomly copies a sequential fragment of indnew's genes into the corresponding positions of indneighbor, to generate a new solution. For the sake of clarity, given the length of the chromosome len and the crossover probability pc, the pseudocode of the binary crossover operator is shown in Algorithm 1.

Algorithm 1.

Algorithm 1

This procedure is similar with the two-point crossover where the first cut point is randomly selected from {1; 2; ···; len}, and the second point is determined such that L consecutive genes (counted in a circular manner) are taken from indnew. Since indnew and indelite are both generated through the PV, most of their gene bit values are the same. Therefore, even when pc is large, indneighbor only mutates a few gene bit values of indelite. In this sense, this variation operator can be considered fairly exploitative.

2.4.4. Pseudocode of Compact Coevolutionary Algorithm

In this work, we use three PVs to represent the subswarms for maximizing MatchRatio, MatchCoverage, and MatchFmeasure, respectively. In particular, the PV here represents the population that consists of the solutions of its corresponding representative subproblem and this problem's neighbor subproblems. Finally, these PVs help each other in the process of determining three representative solutions, which are given in the following. Here, we mark three representative subproblems of maximizing MatchRatio, maximizing MatchCoverage, and maximizing MatchFmeasure with the symbols Pmr, Pmc, and Pmf, respectively, and three PVs for solving Pmr, Pmc, and Pmf with the symbols PVmr, PVmc, and PVmf, respectively. We present the pseudocode of compact Coevolutionary Algorithm in Algorithm 2.

Algorithm 2.

Algorithm 2

2.5. Experimental Results and Analysis

In this work, we exploit the Anatomy (http://oaei.ontologymatching.org/2017/anatomy/index.html) and Large Biomed (http://www.cs.ox.ac.uk/isg/projects/SEALS/oaei/2017/) track to study the effectiveness of our approach, which are provided by the Ontology Alignment Evaluation Initiative (OAEI 2017) (http://oaei.ontologymatching.org/2017). The Anatomy track includes two ontologies (1 task), i.e., the Adult Mouse Anatomy (AMA) ontology (2,744 classes) and a part of NCI describing the human anatomy (3,304 classes). Large Biomed track (3 tasks) aims at finding alignments between FMA, SNOMED CT, and NCI, which, respectively, contains 78,989, 122,464, and 66,724 classes. Particularly, The large Biomedic track is split into three matching problems: FMA-NCI, FMA-SNOMED, and SNOMED-NCI and each matching problem in these tasks involving different fragments of the input ontologies.

The Compact Coevolutionary Algorithm uses the following parameters which represent a trade-off setting obtained in an empirical way to achieve the highest average alignment quality on all exploited testing datasets:

  1. Numerical accuracy = 0.01;

  2. Update rate = 0.1;

  3. Crossover probability = 0.6;

  4. Mutation probability = 0.03;

  5. Mutation rate = 0.05;

  6. Maximum generation = 3000.

3. Results and Analysis

In order to compare the quality of our proposal with the participants of OAEI 2017 (http://oaei.ontologymatching.org/2017/results/index.html) and Population-Based Incremental Learning Algorithm (PBIL) [20], which is a state-of-the-art compact EA-based ontology matching technique, we evaluate the obtained alignments with traditional recall, precision, and f-measure. PBIL and our approach's results in Table 1 and Table 2 are the mean values in thirty time independent executions. The symbols P, R, and F in tables stand for precision, recall, and f-measure, respectively.

Table 1.

Comparison of our approach with the participants in OAEI 2017 on anatomy track.

System R P F Runtime (second)
AML 0.93 0.95 0.94 37
YAM-BIO 0.92 0.94 0.93 70
POMap 0.90 0.94 0.93 808
LogMapBio 0.89 0.88 0.89 820
XMap 0.86 0.92 0.89 37
LogMap 0.84 0.91 0.88 22
KEPLER 0.74 0.95 0.83 234
LogMapLite 0.72 0.96 0.82 19
SANOM 0.77 0.89 0.82 295
Wiki2 0.73 0.88 0.80 2204
ALIN 0.33 0.99 0.50 836
EA 0.76 0.88 0.78 22
Our approach 0.94 0.97 0.95 34

Table 2.

Comparison of our approach with the participants in OAEI 2017 on the Large Biomed track.

System R P F Runtime (second)
Task1: whole FMA and NCI ontologies
XMap 0.85 0.88 0.87 130
AML 0.87 0.84 0.86 77
YAM-BIO 0.89 0.82 0.85 279
LogMap 0.81 0.86 0.83 92
LogMapBio 0.83 0.82 0.83 1552
LogMapLite 0.82 0.67 0.74 10
Tooll 0.74 0.69 0.71 1650
PBIL 0.76 0.88 0.78 22
Our approach 0.87 0.89 0.88 72

Task2: whole FMA and SNOMED ontologies
XMap 0.84 0.77 0.81 625
YAM-BIO 0.73 0.89 0.80 468
AML 0.69 0.88 0.77 177
LogMap 0.65 0.84 0.73 477
LogMapBio 0.65 0.81 0.72 2951
LogMapLite 0.21 0.85 0.34 18
Tooll 0.13 0.87 0.23 2140
PBIL 0.72 0.74 0.72 147
Our approach 0.81 0.84 0.82 183

Task3: whole SNOMED and NIC ontologies
AML 0.67 0.90 0.77 312
YAM-BIO 0.70 0.83 0.76 490
LogMapBio 0.64 0.84 0.73 4728
LogMap 0.60 0.87 0.71 652
LogMapLite 0.57 0.80 0.66 22
XMap 0.55 0.82 0.66 563
Tooll 0.22 0.81 0.34 1105
PBIL 0.64 0.81 0.71 304
Our approach 0.73 0.88 0.79 326

As can be seen from Table 1, our approach's f-measure outperforms all the competitors, and our approach's runtime is ranked the 4th place. In Table 2, our approach's f-measure is the highest in task1, task2, and task3. For the running time, in task1 and task 2, our approach is in the 3rd place and 4th place in task3. In both tracks, our approach outperforms AML, which is the top ontology matcher and developed primarily for the biomedical ontology matching, in all tasks in terms of f-measure, and the runtime in our approach is also very close to or less than AML. The experimental results show that the cooperation among three swarms with different objectives can effectively overcome the bias improvements and improve the quality of biomedical ontology alignments.

In particular, PBIL works with one PV, but our approach utilizes three PVs to cooperate with each other during the evolving process to improve the solution's quality. As can be seen from the experimental results, although our approach takes only a little more runtime than PBIL, the qualities of our results are much better than PBIL in terms of both recall and precision, which shows that our approach can effectively overcome the bias improvement of solutions in PBIL.

4. Conclusion

In this work, in order to overcome the drawbacks in traditional E-based ontology matching techniques, we for the first time propose a compact Coevolutionary Algorithm to efficiently match the biomedical ontologies. In our approach, three PVs are utilized to characterize three subswarms that take as objectives maximizing MatchCoverage, MatchRatio, and MatchFmeasure, respectively, and in each generation, PVs are first updated with CEA paradigm and then help each other to search for better solutions in the search space. In the experiment, OAEI 2017's Anatomy track and Large Biomed track are utilized to test our approach's performance, and the results show that our approach can efficiently determine better ontology alignments than state-of-the-art biomedical ontology matching techniques.

Acknowledgments

This work is supported by the National Natural Science Foundation of China (Nos. 61503082 and 61403121), Natural Science Foundation of Fujian Province (No. 2016J05145), Scientific Research Startup Foundation of Fujian University of Technology (No. GY-Z15007), Scientific Research Development Foundation of Fujian University of Technology (No. GY-Z17162), and Fujian Province Outstanding Young Scientific Researcher Training Project (No. GY-Z160149).

Data Availability

The data used to support the findings of this study have not been made available because of the protection of technical privacy and confidentiality.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

References

  • 1.Falconer S. M. Victoria, Canada: University of Victoria; 2009. Cognitive support for semi-automatic ontology mapping. Ph.D. dissertation. [Google Scholar]
  • 2.L´opez-Fern´andez H., Reboiro-Jato M., Glez-Peña D., et al. Bioannote: a software platform for annotating biomedical documents with application in medical learning environments. Computer Methods and Programs in Biomedicine. 2013;111(1):139–147. doi: 10.1016/j.cmpb.2013.03.007. [DOI] [PubMed] [Google Scholar]
  • 3.Isern D., S´anchez D., Moreno A. Ontology-driven execution of clinical guidelines. Computer Methods and Programs in Biomedicine. 2012;107(2):122–139. doi: 10.1016/j.cmpb.2011.06.006. [DOI] [PubMed] [Google Scholar]
  • 4.De Potter P., Cools H., Depraetere K., et al. Semantic patient information aggregation and medicinal decision support. Computer Methods and Programs in Biomedicine. 2012;108(2):724–735. doi: 10.1016/j.cmpb.2012.04.002. [DOI] [PubMed] [Google Scholar]
  • 5.Golbeck J., Fragoso G., Hartel F., et al. The National Cancer Institute’s thesaurus and ontology. Web Semantics: Science, Services and Agents on the World Wide Web. 2011;1(1):75–80. doi: 10.1016/j.websem.2003.07.007. [DOI] [Google Scholar]
  • 6.Rosse C., Mejino J. L., Jr A reference ontology for biomedical informatics: the foundational model of anatomy. Journal of Biomedical Informatics. 2003;36(6):478–500. doi: 10.1016/j.jbi.2003.11.007. [DOI] [PubMed] [Google Scholar]
  • 7.Xue X., Liu J. Collaborative ontology matching based on compact interactive evolutionary algorithm. Knowledge-Based Systems. 2017;137:94–103. doi: 10.1016/j.knosys.2017.09.017. [DOI] [Google Scholar]
  • 8.Baluja S. Pittsburgh, PA, USA: Department Of Computer Science, Carnegie Mellon University; 1994. Population-based incremental learning. a method for integrating genetic search based function optimization and competitive learning. Tech. Rep. [Google Scholar]
  • 9.Rijsberge C. J. V. Information Retrieval. London, UK: University of Glasgow; 1975. [Google Scholar]
  • 10.Xue X., Wang Y. Using memetic algorithm for instance coreference resolution. IEEE Transactions on Knowledge and Data Engineering. 2016;28(2):580–591. doi: 10.1109/tkde.2015.2475755. [DOI] [Google Scholar]
  • 11.Martinez-Gil J., Alba E., Montes J. Optimizing ontology alignments by using genetic algorithms. Proceedings of First International Workshop on Nature based reasoning for the semantic Web; November 2008; Karlsruhe, Germany. pp. 31–45. [Google Scholar]
  • 12.Naya J. M. V., Romero M. M., Loureiro J. P. Improving Ontology Alignment through Genetic Algorithms. Hershey, New York: Information Science Reference; 2010. pp. 240–259. [Google Scholar]
  • 13.Ginsca A.-L., Iftene A. Using a genetic algorithm for optimizing the similarity aggregation step in the process of ontology alignment. Proceedings of 9th Roedunet International Conference; June 2010; Sibiu, Romania. pp. 118–122. [Google Scholar]
  • 14.Wang J., Ding Z., Jiang C. GAOM: genetic algorithm based ontology matching. Proceedings of IEEE AsiaCPacific Conference on Services Computing; December 2006; Guangzhou, China. pp. 617–620. [Google Scholar]
  • 15.Bock J., Hettenhausen J. Discrete particle swarm optimisation for ontology alignment. Information Sciences. 2012;192:152–173. doi: 10.1016/j.ins.2010.08.013. [DOI] [Google Scholar]
  • 16.Kennedy J. Particle Swarm Optimization. Boston, MA, USA: Springer; 2011. [Google Scholar]
  • 17.Fogel L. J., Owens A. J., Walsh M. J. Artificial Intelligence through Simulated Evolution. John Wiley, Chichester, UK: 1966. [Google Scholar]
  • 18.Acampora G., Loia V., Salerno S., et al. A hybrid evolutionary approach for solving the ontology alignment problem. International Journal of Intelligent Systems. 2012;27:189–216. doi: 10.1002/int.20517. [DOI] [Google Scholar]
  • 19.Xue X., Liu J., Tsai P., et al. Optimizing ontology alignment by using compact genetic algorithm. Proceedings of 11th International Conference on Computational Intelligence and Security; December 2016; Guangzhou, China. pp. 231–234. [Google Scholar]
  • 20.Xue X., Chen J. Optimizing ontology alignment through hybrid population-based incremental learning algorithm. Memetic Computing. 2018:1–9. doi: 10.1007/s12293-018-0255-8. In press. [DOI] [Google Scholar]
  • 21.Ehrlich P. R., Raven P. H. Butterflies and plants: a study in coevolution. Evolution. 1964;18(4):586–608. doi: 10.1111/j.1558-5646.1964.tb01674.x. [DOI] [Google Scholar]
  • 22.Tan Y. J. Y. K. C., Goh C. K. A distributed cooperative coevolutionary algorithm for multiobjective optimization. IEEE Transactions on Evolutionary Computation. 2006;10(5):527–549. doi: 10.1109/tevc.2005.860762. [DOI] [Google Scholar]
  • 23.Mu L. C. J. C. H., Liu Y. M-elite coevolutionary algorithm for numerical optimization. Journal of Software. 2009;20(11):2925–2938. doi: 10.3724/sp.j.1001.2009.03496. [DOI] [Google Scholar]
  • 24.Zhou Q., Luo W. J. A novel multi-population genetic algorithm for multiple-choice multidimensional knapsack problem. Proceedings of 5th International Symposium on Advances in Computation and Intelligence; October 2010; Berlin, Germany. Springer-Verlag; pp. 148–157. [DOI] [Google Scholar]
  • 25.Wang X., Liu Q., Fu Q., Zhang L. Double elite coevolutionary genetic algorithm. Journal of Software. 2012;23(4):765–775. doi: 10.3724/sp.j.1001.2012.04040. [DOI] [Google Scholar]
  • 26.Euzenat J., Valtchev P. Similarity-based ontology alignment in owllite. Proceedings of 16th European Conference on Artificial Intelligence Proceeding; August 2004; Valencia, Spain. pp. 333–337. [Google Scholar]
  • 27.Maedche A., Staab S. Measuring similarity between ontologies. Proceedings of 14th International Conference on Knowledge Engineering and Knowledge Management; July 2002; Ischia Island, Italy. pp. 251–263. [DOI] [Google Scholar]
  • 28.Kondrak G. N-gram similarity and distance. International Symposium on String Processing and Information Retrieval; October 2005; Glasgow, UK. Springer; pp. 115–126. [DOI] [Google Scholar]
  • 29.Bodenreider O. The unified medical language system (umls): integrating biomedical terminology. Nucleic Acids Research. 2004;32(90001):D267–D270. doi: 10.1093/nar/gkh061. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Xue X., Wang Y. Optimizing ontology alignments through a memetic algorithm using both match f-measure and unanimous improvement ratio. Artificial Intelligence. 2015;223:65–81. doi: 10.1016/j.artint.2015.03.001. [DOI] [Google Scholar]
  • 31.Neri F., Iacca G., Mininno E. Compact Optimization, Handbook of Optimization. Berlin, Germany: Springer; 2013. [Google Scholar]
  • 32.Syswerda G. Uniform crossover in genetic algorithms. Proceedings of Third International Conference on Genetic Algorithms; June 1989; San Francisco, USA. pp. 2–9. [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

The data used to support the findings of this study have not been made available because of the protection of technical privacy and confidentiality.


Articles from Computational Intelligence and Neuroscience are provided here courtesy of Wiley

RESOURCES