Author(s) | |
---|---|
Abstract |
Comparative Graph Model is a facial recognition algorithm that takes several images of the same face, and identifies common features of that face. The algorithm looks at the closeness of features along with how many times each exists, to decide which features are the best representation of a face. The algorithm takes features from several images and condenses them down to one image, which is then used for comparison to other images. This algorithm uses a different approach than many facial recognition algorithms, which use a template to seek out facial features and make associations. CGM uses only data that is present to form associations. This makes the algorithm unsupervised, and can easily be used for other domains like object recognition. In this experiment, CGM is used in conjunction with a perceptron neural network to compare positive and negative images. Ten training images were condensed to one image via CGM, and compared against one positive image (the same person), and one negative image (a different person). In the experiment, each trial was run for 100 iterations. The algorithm recognized the same person 71% correctly, did not recognize a different person 79% correctly, with an overall correctness of 61%. Using an unsupervised algorithm is beneficial across many disciplines, especially where a pattern can be too hard to find or represent. The algorithm does not need to know what it is looking for to make associations, which makes it a good candidate for finding complex patterns and associations in data. |
Format | |
Publication Date |
2017-03-21
|
Contributor(s) |
Faculty Mentor
Mr. Mehdi Ghayoumi |
Subject | |
Modified Abstract |
Many facial recognition algorithms use template-based approaches to find features in a facial image that are used for authentication. This works by associating certain features with commonly known features of a human face. This can miss or inaccurately identify features. Comparative Graph Model does not use a template, but instead looks for closeness of features across images, along with how many times a feature is found, in order to decide what features accurately represent a person’s face. This experiment uses Comparative Graph Model along with a perceptron neural network to create feature maps that are used for comparison to other images. Comparative Graph Model offers the advantage of versatility as it allows for features of any type of data, not just human faces. |
Comments | |
Permalink | https://oaks.kent.edu/ugresearch/2017/compsci_math/7 |
Comparative Graph Model
Zee, T., & Ghayoumi, M. (2017). Comparative Graph Model (1–). https://oaks.kent.edu/node/5472
Zee, Timothy, and Mehdi Ghayoumi. 2017. “Comparative Graph Model”. https://oaks.kent.edu/node/5472.
Zee, Timothy, and Mehdi Ghayoumi. Comparative Graph Model. 21 Mar. 2017, https://oaks.kent.edu/node/5472.
I will just be bring the poster for my presentation.