A Parallel Framework for Multilayer Perceptron for Human Face Recognition
M.K. Bhowmik, Debotosh Bhattacharjee, M. Nasipuri, D. K. Basu, and M., Kundu

TL;DR
This paper introduces a parallel training framework for multilayer perceptrons in human face recognition, comparing two architectures and demonstrating that the One-Class-in-One-Network (OCON) approach converges faster than the All-Class-in-One-Network (ACON).
Contribution
The paper proposes and evaluates a parallel training architecture for MLPs, specifically the OCON structure, which improves training speed for face recognition tasks.
Findings
OCON outperforms ACON in training convergence speed.
Parallel training enables simultaneous class learning.
Both architectures are effective for face recognition under various conditions.
Abstract
Artificial neural networks have already shown their success in face recognition and similar complex pattern recognition tasks. However, a major disadvantage of the technique is that it is extremely slow during training for larger classes and hence not suitable for real-time complex problems such as pattern recognition. This is an attempt to develop a parallel framework for the training algorithm of a perceptron. In this paper, two general architectures for a Multilayer Perceptron (MLP) have been demonstrated. The first architecture is All-Class-in-One-Network (ACON) where all the classes are placed in a single network and the second one is One-Class-in-One-Network (OCON) where an individual single network is responsible for each and every class. Capabilities of these two architectures were compared and verified in solving human face recognition, which is a complex pattern recognition…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Neural Networks and Applications · Machine Learning and ELM
