Innovative Face Detection Using Artificial Intelligence
Innovative Face Detection Using Artificial Intelligence
ISSN No:-2456-2165
Abstract:- With the growing technology, various kinds of distribution of the information, which is stolen, the benefits
frauds are becoming so common, especially in the of biometric technology are becoming disadvantages. On of
domain like face detection and other biometric systems. the technology is “Face Detection”, widely used for the
Additionally, it is hard for the service providers to keep purpose to identify the legitimate individual, which is relied
data’s privacy. Moreover, it is required to protect the on his physical and behavioral characteristics. In this
system from spoofing. Hackers could use fake-eyes, technology of identifying individual would be done by the
snaps for face identification to get themselves comparison of an existing pictures of individual in the DB
authenticated. These face recognitions could also be done with live features of an individual [1].
by face detection by video streaming and by capturing
specific moments of any individual. Also, these types of However, these images could be fooled effortlessly
frauds could be done easily as our systems are unable to through identifying system using some saved images
detect the real-life face and face extracted from photos without notifying to the legitimate individual. Images,
and videos. Additionally, these photos and videos would videos of identified individual or pictures taken from his/her
be freely available by Internet and other sources. Now-a- social media accounts could do spoofing, easily. Thus, for
days, many ideas are implemented for the detection of maintaining privacy of these pictures, also, to check
face liveness for the purpose of authentication. The pictures’ liveness for the purpose of identification, many
paper will represent innovative detection of faces by the investigators are applying various techniques.
use of features’ fusion by using machine learning
classifiers. In suggested work, the features, like, LuminanceR,
Luminance are extracted are taken from the image dataset of
Keywords:- Face Detection, Artificial Intelligence, 12146 pictures. Mean values of the recorded frames are
Classification, Feature Extraction. transmitted for the purpose of classification by various
classifier algorithms and in result, we will get trained model
I. INTRODUCTION of dataset. Moreover, for video, live face will be detected for
the purpose of preprocessing. Moreover, features would be
Biometrics technologies is commonly used term extracted and then trained model will be used for prediction.
referred where technology is used for the identification of a
person, which is relied upon the characteristics of an II. LITERATURE SURVEY
individual. The initial biometric technology was fingerprint
identification. Furthermore, with the vast number of Biometric identification has acquired much
technologies, more classifications came into picture, i.e., significance now-a-days. This biometric authorization could
palm print identification, iris recognition, speech be done through face recognition, palm-print recognition,
recognition, face recognition, DNA, and gesture recognition. fingerprint recognition, iris recognition etc. Face recognition
So, performance of identification relies on security, is the mostly used biometric application. As, it takes fewer
accuracy, and robustness of the technology. Initially, in human being involvement. However, precision is utmost
every biometric system, features of an individual must be significant factor for face recognition. Additionally, this type
saved in a database. Moreover, every time an individual of application needs least time to recognize identified
comes for identification, the freshly captured features would individual. There are different techniques applied by
be matched with the saved features of an individual and if researchers to recognize face is through Multi-level Block
both features matched, it would be accepted as approved Truncation Coding [1].
individual.
This experiment is implemented by using 4 levels of
Biometric technologies are widely used for the purpose Block truncation coding. It is done to extract feature vector
of authentication, with the technology advancement. for DB of 100 pictures. Algorithm performance is
Additionally, it has taken many applications, which are determined by noticing the ratio of Genuine Acceptance and
unable to maintain security of the information saved in the False Acceptance. In conclusion, it is noticed that the result
databases (DBs). These DBs would be effortlessly available precision increases with the increasing level of Block
and copied through the Internet because of no security of Truncation Coding.
information. As, nobody has the power to stop the
After some frames, algorithm will select any of the Rows = Rows from images in DB
direction, it sends signal to Arduino for activation of chosen
direction of eight LED’s. Direction of eye would be noticed Columns = Columns from images in DB
that Pupil direction and LED match. It results in live-face
detection if it matches. Luminance = {(0.299 x Red) + (0.587 x Green) + (0.114 x
Blue)}
So,
TP + TN
Accuracy =
TP + TN + FP + FN