Hybrid Learning Using Genetic Algorithms and Decision Trees for Pattern Classification

Abstract

This paper introduces a hybrid learning methodology that integrates genetic algorithms (GAs) and decision tree learning (ID3) in order to evolve optimal subsets of discriminatory features for robust pattern classification. A GA is used to search the space of all possible subsets of a large set of candidate discrimination features. For a given feature subset, ID3 is invoked to produce a decision tree. The classification performance of the decision tree on unseen data is used as a measure of fitness for the given feature set, which, in turn, is used by the GA to evolve better feature sets. This GA-ID3 process iterates until a feature subset is found with satisfactory classification performance. Experimental results are presented which illustrate the feasibility of our approach on difficult problems involving recognizing visual concepts in satellite and facial image data. The results also show improved classification performance and reduced description complexity when compared against standard methods for feature selection. 1

Cite

Text

Bala et al. "Hybrid Learning Using Genetic Algorithms and Decision Trees for Pattern Classification." International Joint Conference on Artificial Intelligence, 1995.

Markdown

[Bala et al. "Hybrid Learning Using Genetic Algorithms and Decision Trees for Pattern Classification." International Joint Conference on Artificial Intelligence, 1995.](https://mlanthology.org/ijcai/1995/bala1995ijcai-hybrid/)

BibTeX

@inproceedings{bala1995ijcai-hybrid,
  title     = {{Hybrid Learning Using Genetic Algorithms and Decision Trees for Pattern Classification}},
  author    = {Bala, Jerzy W. and Huang, Jeffrey and Vafaie, Haleh and De Jong, Kenneth A. and Wechsler, Harry},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {1995},
  pages     = {719-724},
  url       = {https://mlanthology.org/ijcai/1995/bala1995ijcai-hybrid/}
}