• No results found

System Security Using Face Recognition

N/A
N/A
Protected

Academic year: 2022

Share "System Security Using Face Recognition"

Copied!
6
0
0

Loading.... (view fulltext now)

Full text

(1)

IJSMER201721 361 | P a g e

System Security Using Face Recognition

Virendra Jain1, Amit Thakur2

1M.Tech Scholar, Department of Computer Science Engineering, SVCST Bhopal, M.P. [email protected]

2Head of Department, Department of Computer Science Engineering, SVCST Bhopal, M.P.

Abstract

This article is devoted to an analysis of ‘‘cyber security,’’ a concept that arrived on the post-Cold War agenda in response to a mixture of technological innovations and changing geopolitical conditions.

Cyber security was first used by computer scientists in the early 1990s to underline a series of insecurities related to networked computers, but it moved beyond a mere technical conception of computer security when proponents urged that threats arising from digital technologies could have devastating societal effects. Throughout the 1990s these warnings were increasingly validated by prominent American politicians, private corporations and the media who spoke about ‘‘electronic Pearl Harbors’’ and

‘‘weapons of mass disruption’’ thereby conjuring grave threats to the Western world.

Keywords: Face Detection, Real time, Face Recognition, PCA, eigen faces, Yale face database, ORL face database.

Introduction: The digital age has emerged with a variety of benefits to organizations and individuals.

Information technologies are becoming more widely used every day. Networking of computers and the invention of the Internet were cornerstones of the new technology age; however transferring confidential data and transactions from paper and pen based environments to computer systems does not always happen as expected. As networks and computer systems become pervasive, vulnerabilities, flaws, security threats and risks grow more rapidly than in many other technologies. The types of threats are various. Security specialists and experts are trying to create solutions for each type of threat through different methods like attack signatures and heuristic approaches for prevention. However, as solutions are

created, new types of threats emerge, such as spam mails, spywares, adwares, worms and trojans.

Prevention is more difficult than being on the opposite side in the area of computer security.

Finding out vulnerability and exploiting it is more alluring than trying to maintain a network’s security by examining the logs, updating the systems or applying patches?

The Internet is such a phenomenon that an organization today cannot survive without it, but on the other hand, living with the Internet makes organization prone to threats that did not exist before.

Even though governments are enacting laws and regulations to minimize the so called ‘digital crimes’, the nature of digital crimes and the digital environment makes it nearly impossible to catch the attackers. Organizations are accessible from computers all over the world through the Internet.

Motivation

Face recognition has been a sought after problem of biometrics and it has a variety of applications in modern life. The problems of face recognition attracts researchers working in biometrics, pattern- recognition field and computer vision. Several face recognition algorithms are also used in many different applications apart from biometrics, such as video compressions, indexing etc. They can also be used to classify multimedia content, to allow fast and efficient searching for material that is of interest to the user. An efficient face recognition system can be of great help in forensic sciences, identification for law enforcement, surveillance, authentication for banking and security system, and giving preferential access to authorized users i.e. access control for secured areas etc. The problem of face recognition has gained even more importance after the recent increase in the terrorism related incidents. Use of face

(2)

IJSMER201721 362 | P a g e recognition for authentication also reduces the need of

remembering passwords and can provide a much greater security if face recognition is used in combination with other security measures for access control.

Face Detection Approaches

Some of the main face detection methods are discussed here.

1) Knowledge based methods are developed on the rules derived from the researcher’s knowledge of human faces. Problem in this approach is the difficulty in translating human knowledge into well- defined rules.

2) Featured-based methods: Invariant features of faces are used for detecting texture, skin color. But features from such algorithm can be severely corrupted due to illumination, noise and occlusion[11].

3) Template matching: Input image is compared with predefined face template. But the performance here suffers due to variations in scale, pose and shape.

4) Appearance-based method: In template matching methods, the templates are predefined by ex-perts.

Whereas, the templates in appearance based methods are learned from examples in images. Statistical analysis and machine learning techniques can be used to find the relevant characteristics of face and non- face images[12].

PROPOSED METHOD

1 Dual Space Face Recognition using Feature and Decision Fusion

We propose a new face recognition technique by combining information from null space and range space of within-class scatter of a face space. In our technique, the combination of information is attempted in two different levels: (i) Feature level and (ii) Decision level. The combination of information at feature level poses a problem of optimally merging two eigenmodels obtained separately from null space and range space. We use two different methods: 1) Covariance Sum and 2) Gramm-Schmidt Ortho normalization to construct a new combined space,

named as dual space, by merging two different set of discriminatory directions obtained separately from null space and range space. We employ forward and backward selection techniques to select the best set of discriminative features from dual space and use them for face recognition[16].

Combining information at decision level requires the construction of classifiers individually on null space and range space. Then these two classifiers are combined using three decision fusion strategies.

Along with two classical decision fusion strategies sum rule and product rule, we employ our own decision fusion technique which exploits each classifiers space separately to enhance combined performance. Our method of decision fusion uses Linear Discriminant Analysis (LDA) and nonparametric LDA on classifier's response to enhance class separability at classifiers output space.

Experimental results on three public databases, Yale, ORL and PIE will show the superiority of our method over a face recognition technique called Discriminative Common Vectors (DCV) [20], which is based only on the null space of within-class scatter.

We provides a brief review on existing subspace methods for face recognition followed by a concise introduction to our proposed method. Section 4.2 describes the method of obtaining two separate eigen models in range space and null space of within-class scatter matrix. It also explains the method of obtaining two separate classifiers on the basis of two disjoint sets of optimal discriminatory directions (eigen models as specified before) obtained from range space and null space. Section 4.3 explains the feature fusion strategy with the following details: The techniques used for merging two eigen models are studied in presents the search techniques and criterion used to reorder and select optimum set of discriminative directions.

Obtaining Eigen models in Range Space and Null Space of with in class

Scatter

(3)

IJSMER201721 363 | P a g e In appearance based face recognition techniques, a

face image of w x h pixels is represented by a vector in a d (= wh)-dimensional space. Therefore, each face image corresponds to a point in d-dimensional image space. Let the training set be defined as

X = [x11 ; x12 ; :::; x1 N; x21 ; :::; xCN], where C is the number of classes and N is the number

of samples per class. An element xij denotes jth sample from class i and a vector in d-dimensional space Rd. Total number of training samples is M = NC. Then within-class (Sw), between-class (Sb) and total (St) scatter matrices can be defined as,

Sw = ∑𝐶𝐶𝑖𝑖=1 ∑ (𝑁𝑁𝑗𝑗 =1 Xji

– µi ) (Xji

– µi )T

Sb =∑𝑁𝑁𝑗𝑗 =1𝑁𝑁(Xji – µi ) (Xji – µi )T

St = Sw + Sb

where µ is the overall mean and _i is the mean of ith class. Methods searching for discriminative directions only in null space of Sw try to maximize a criterion given as,

J( 𝑤𝑤𝑜𝑜𝑜𝑜𝑜𝑜𝑛𝑛𝑛𝑛𝑛𝑛𝑛𝑛) = arg 𝑀𝑀𝑀𝑀𝑀𝑀|𝑊𝑊𝑜𝑜𝑊𝑊𝑤𝑤𝑊𝑊 |=0WTSbW

Similarly, the directions providing discrimination in range space can be searched by maximizing a criterion J(woptRange) which is defined as,

J (woptRange ) =

arg MAX|WtSwW |≠0WTSbW

To find the optimal projection vectors in null space, we project all samples in nullspace and then obtain woptnull by applying PCA. As the basis vectors constituting null space do not contain intra-class variations, we obtain single common vector for each class. Any sample as well as mean of a class will provide the same common vector for that class after projection in null space. The same does not happen for range space as it contains the complete intra-class variations present in the face space. So, we project only the class means in range space and apply PCA to obtain woptRange. Let V and V͞ be the range space and null space of Sw respectively and can be expressed as,

V = span{αk|Sw αk ≠ 0, k =1……r}

V͞ = span{αk|Sw αk ≠ 0, k =(r+1)……d}

where r (< d) is the rank of Sw, and {α1……αd} is the orthogonal eigenvector set of Sw.

The steps of our algorithm is given below:

1. Compute Sw from training set X = [x11 ; x12; :::;

x1N; x21 ; :::; xCN].

2. Perform eigen-analysis on Sw and select _rst r eigenvectors to form the basis vector set Q for range space V .

3. Project all class means onto null space and range space using the basis vectors for range space only . The sets of class means, projected on null space and range space, are denoted by XNull and XRange respectively.

4. Compute the scatter matrices SNull and SRange of XNull and XRange.

5. Perform eigen-analysis of SNull and SRange to obtain discriminative directions wNullopt and wRangeopt in null space and range space separately.

6. Perform feature fusion by applying either

(a) Covariance Sum method on XNull and XRange, to obtain WDual.

or

(b) Gramm-Schmidt Orthonormalization method on [wNullopt , wRangeopt ], to obtain ortho normal basis WDual.

7. Select optimal feature set by using either

(a) Forward Selection procedure to select optimal features wDulopt from WDual

based on class separability criterion.

or

(4)

IJSMER201721 364 | P a g e (b) Backward Selection in the same manner to form

wDulopt.

8. Project all training samples on wDulopt. 9. Recognition stage:

(a) Project probe sample, presented for recognition, on wDulopt.

(b) Find distance of the projected probe to nearest training sample from each class.

(c) Label the probe with the class corresponding to the minimum distance value

Results

Detected face

X

1

X

i

X

c

µ

1

µ

i

Ra nge S Nul

l

X

N

X

Ra

𝒘𝒘

𝒐𝒐𝒐𝒐𝑹𝑹𝑹𝑹

𝒘𝒘

𝒐𝒐𝒐𝒐𝒏𝒏𝒏𝒏

Fu sio

W

Daul

Back /For ward

𝒘𝒘

𝑫𝑫𝒏𝒏𝑫𝑫𝒐𝒐𝒐𝒐𝒐𝒐

(5)

IJSMER201721 365 | P a g e Output Spectrum

Conclusion

A dual space based face recognition approach using feature and decision fusion from null space and range space of within-class scatter is proposed. The discriminative directions spread over the total face space. Null space and range space of with-class scatter constitutes the complete face space. So finding discriminative direction only in null space ignores the utilizationof discriminative directions present in range space. We tried to merge the discriminative directions available in both spaces using covariance sum and Gramm-Schmidt Ortho normalization method. We also combine the complementary discriminatory information present in null space and range space by decision fusion. Along with sum and product rule for decision fusion we propose a new technique which learns both classifier's (built on null space and range space) behavior to enhance class separability (using LDA and nonparametric LDA) at decision level using classifier's response as training information.

Experimental results on three standard databases show that, feature and decision fusion indeed

combines information from both spaces to improve classification performance.

REFERENCES

1.Hyland, P.C., & Sandhu, R. Management of Network Security Applications. In: Proceedings of the 21st NIST-NCSC National Information Systems Security Conference, Arlington, Virginia.

2.Ingham K., Forrest S. (2002) A History and Survey of Firewalls. Technical Reports TR-CS-2002-37, University of New Mexico Computer Science Department. Retrieved January 12, 2007, from, http://www.cs.unm.edu/colloq-bin/tech_reports.cg.

3.Kvavik, R.B., Voloudakis, J., Caruso, J.B., Katz, R.N., King P., Pirani, J.A. (2003). Information Technology Security: Governance, Strategy, and Practice in Higher Education. EDUCAUSE information Technology Security, Vol.5. Retrieved March 15, 2007, from www.educause.edu/ecar.

4.Zimmermann, H. (1980). OSI Reference Model – The ISO Model of Architecture for Open System Interconnection. IEEE Transaction on communications, Vol.Com-28, No.24.

5.Aurélio Campilho, Mohamed Kamel, “Image analysis and recognition : international conference, ICIAR 2004, Porto, Portugal, September 29-October 1, 2004”. Berlin ; New York : Springer, c2004.

6.T. Suganya, T. Nithya, Securing By Image Processing – Facial Recognition Authentication (IJSRET), ISSN 2278 – 0882 Volume 4, Issue 8, August 2015

7.Bone, Mike, Wayman, Dr. James L., and Blackburn, Duane. “Evaluating Facial Recognition Technology for Drug Control Applications.” ONDCP International Counterdrug Technology Symposium:

Facial Recognition Vendor Test., June 2001

8.Lin Hong and Anil Jain. Integrating Faces and Fingerprints for Personal Identi_cation. IEEE Tran.

(6)

IJSMER201721 366 | P a g e on Pattern Analysis and Machine Intelligence,

20(12):1295{1307, December 1998.

9.S.S. Iyengar, L. Prasad, and H. Min. Advances in Distributed Sensor Technology. Prentice Hall, 1995.

10. M. Lades, J. C. Vorbruggen, J. Buhmann, J. Lange, C. Von ser Malburg, R. P. Wurtz, and W.

Konen. Distortion Invariant Object Recognition in the Dynamic Link Architecture. IEEE Transactions on Computers, 42:300{310, March 1997

11. Kuang-Chih Lee, Je_rey Ho, and David J.

Kriegman. Acquiring Linear Subspaces for Face Recognition under Variable Lighting. IEEE Tran. on Pattern Analysis and Machine Intelligence, 27(5):684{698, May 2005.

12. A. Ross and R. Govindarajan. Feature Level Fusion Using Hand and Face Biometrics. In SPIE Conference on Biometric Technology for Human Identi_- cation, pages 196{204, Florida, U.S.A., March 2005

13. C. Sanderson and K. K. Paliwal.

Information Fusion and Person Veri_cation using Speech and Face Information. In Research Paper IDIAP-PR 02-33, September 2002.

14. P. Verlinde and G. Cholet. Combining Decision Fusion Paradigms using k- NN based Classi_ers, Decision Trees and Logistic Regression in a Multi-modal Identity Veri_cation Application. In Proc. of Int. Conf. on Audio and Video Based Biometric Person Authentication, pages 188{193, Washington D. C., U. S. A., March 1999.

15. Y. Wang, T. Tan, and A. K. Jain.

Combining Face and Iris Biometrics for Identity Veri_cation. In Proc. of Int. Conf. on Audio and Video based Biometric Person Authentication, pages 805{813, Guildford, June 2003

16. Huilin Xiong, M. N. S. Swamy, and M. O.

Ahmad. Two-Dimensional FLD for Face

Recognition. Pattern Recognition, 38:1121{1124, 2005.

17. J. D. Woodward, C. Horn, J. Gatune, and A. Thomas. Biometrics : A look at Facial Recognition. RAND Documented Brie_ng, Tech.

Rep., 2003.

18. M.A. Turk, A.P. Pentland, “Face Recognition Using Eigenfaces”. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 3-6 June 1991, Maui, Hawaii, USA, pp.

586-591.

19. Hallawell, A. (2004). Gartner Global Security and Privacy Best Practices. Gartner Analyst Reports, Retrieved April 02, 2007, from www.csoonline.com/analyst/ report2332.html.

20. Rosamond, G. (2004). Building a more secure network. , SANS Institute Security Reading Room, Retrieved April 03, 2007, from http://www.sans.org/reading_room/

References

Related documents

Our Answer: We provide these services through our own in-house Network Operations Center (NOC) and help desk and make sure our staff are friendly and helpful2. All of our staff

Money Awarded) Agriculture, Military Science, Biological Sciences, Business, Computer Science, Communication, Education, Engineering/Technologies, English, Foreign Languages,

According to the econometric results, in the main model, openness of the economy, market size, availability of labour force, ODA, mobile, technology and internet have positive

L’Aquila earthquake taken as an example to isolate reli- ably the Earth VLF emission from the magnetospheric elec- tromagnetic emission of the same frequency range, MHD cri- terion

It is very clear from the above graphs that the brake thermal efficiency of pure pongamia reduces with increase in the percentage of methyl tertiary butyl ether. However the

For the proposed work, radial basis function neural network (RBFNN) is preferred to model the microstrip line feed slot-loaded patch antenna.. Feed forward neural networks with a

Once all the material intended for publication has been determined to be adequate, the manuscript is scheduled for the next available issue and an accep- tance letter indicating

Over the past 20 years, tuberculosis incidence in southern Africa has increased at an alarming rate, fuelled primarily by the human immunodeficiency virus epidemic. The