scispace - formally typeset
Search or ask a question
Author

Ayaz Ali Shah

Bio: Ayaz Ali Shah is an academic researcher. The author has contributed to research in topics: AdaBoost & Biometrics. The author has an hindex of 1, co-authored 1 publications receiving 13 citations.

Papers
More filters
Journal ArticleDOI
TL;DR: Wang et al. as mentioned in this paper proposed a face recognition algorithm that initially uses 68 points to locate a face in the input image and later partially uses the PCA to extract mean image, while the AdaBoost and the LDA are used to extract face features.
Abstract: Face recognition systems have several potential applications, such as security and biometric access control. Ongoing research is focused to develop a robust face recognition algorithm that can mimic the human vision system. Face pose, non-uniform illuminations, and low-resolution are main factors that influence the performance of face recognition algorithms. This paper proposes a novel method to handle the aforementioned aspects. Proposed face recognition algorithm initially uses 68 points to locate a face in the input image and later partially uses the PCA to extract mean image. Meanwhile, the AdaBoost and the LDA are used to extract face features. In final stage, classic nearest centre classifier is used for face classification. Proposed method outperforms recent state-of-the-art face recognition algorithms by producing high recognition rate and yields much lower error rate for a very challenging situation, such as when only frontal (00) face sample is available in gallery and seven poses (00, ±300, ±350, and ±450) as a probe on the LFW and the CMU Multi-PIE databases.

17 citations


Cited by
More filters
Journal ArticleDOI
TL;DR: A novel technique for concealed face detection based on complexion detection to challenge a concealed face assumption is presented, which achieves an average detection rate of 97.51% and a run time comparable with existing state-of-the-art concealed face Detection systems that run in real time.
Abstract: Face detection perceives great importance in surveillance paradigm and security paradigm areas. Face recognition is the technique to identify a person identity after face detection. Extensive research has been done on these topics. Another important research problem is to detect concealed faces, especially in high-security places like airports or crowded places like concerts and shopping centres, for they may prevail security threat. Also, in order to help effectively in preventing the spread of Coronavirus, people should wear masks during the pandemic especially in the entrance to hospitals and medical facilities. Surveillance systems in medical facilities should issue warnings against unmasked people. This paper presents a novel technique for concealed face detection based on complexion detection to challenge a concealed face assumption. The proposed algorithm first determine of the existence of a human being in the surveillance scene. Head and shoulder contour will be detected. The face will be clustered to cluster patches. Then determination of presence or absent of human skin will be determined. We proposed a hybrid approach that combines normalized RGB (rgb) and the YCbCr space color. This technique is tested on two datasets; the first one contains 650 images of skin patches. The second dataset contains 800 face images. The algorithm achieves an average detection rate of 97.51% for concealed faces. Also, it achieved a run time comparable with existing state-of-the-art concealed face detection systems that run in real time.

23 citations

Journal ArticleDOI
TL;DR: This work aims at demonstrating that with the help of semantic analysis and the combination of textual and visual features it is possible to improve the user knowledge acquisition by means of a synthesized visualization.
Abstract: The synthesis process of document content and its visualization play a basic role in the context of knowledge representation and retrieval. Existing methods for tag-clouds generations are mostly based on text content of documents, others also consider statistical or semantic information to enrich the document summary, while precious information deriving from multimedia content is often neglected. In this paper we present a document summarization and visualization technique based on both statistical and semantic analysis of textual and visual contents. The result of our framework is a Visual Semantic Tag Cloud based on the highlighting of relevant terms in a document using some features (font size, color, etc.) showing the importance of a term compared to other ones. The semantic information is derived from a knowledge base where concepts are represented through several multimedia items. The Visual Semantic Tag Cloud can be used not only to synthesize a document but also to represent a set of documents grouped by categories using a topic detection technique based on textual and visual analysis of multimedia features. Our work aims at demonstrating that with the help of semantic analysis and the combination of textual and visual features it is possible to improve the user knowledge acquisition by means of a synthesized visualization. The whole strategy has been evaluated by means of a ground truth and compared with similar approaches. Experimental results show the effectiveness of our approach, which outperforms state-of-art algorithms in topic detection combining both visual and semantic information.

14 citations

Journal ArticleDOI
01 Feb 2022-Sensors
TL;DR: An efficient license plate detecting technique through the intelligent combination of Faster R-CNN along with digital image processing techniques is developed that outperforms few recently developed methods by producing high license plates detection accuracy in much less execution time.
Abstract: Automatic License Plate Detection (ALPD) is an integral component of using computer vision approaches in Intelligent Transportation Systems (ITS). An accurate detection of vehicles’ license plates in images is a critical step that has a substantial impact on any ALPD system’s recognition rate. In this paper, we develop an efficient license plate detecting technique through the intelligent combination of Faster R-CNN along with digital image processing techniques. The proposed algorithm initially detects vehicle(s) in the input image through Faster R-CNN. Later, the located vehicle is analyzed by a robust License Plate Localization Module (LPLM). The LPLM module primarily uses color segmentation and processes the HSV image to detect the license plate in the input image. Moreover, the LPLM module employs morphological filtering and dimension analysis to find the license plate. Detailed trials on challenging PKU datasets demonstrate that the proposed method outperforms few recently developed methods by producing high license plates detection accuracy in much less execution time. The proposed work demonstrates a great feasibility for security and target detection applications.

8 citations

Journal ArticleDOI
TL;DR: Both proposed plate detection and character recognition methods have significantly outperformed conventional approaches in terms of precision and recall for multiple plate recognition.
Abstract: Multiple-license plate recognition is gaining popularity in the Intelligent Transport System (ITS) applications for security monitoring and surveillance. Advancements in acquisition devices have increased the availability of high definition (HD) images, which can capture images of multiple vehicles. Since license plate (LP) occupies a relatively small portion of an image, therefore, detection of LP in an image is considered a challenging task. Moreover, the overall performance deteriorates when the aforementioned factor combines with varying illumination conditions, such as night, dusk, and rainy. As it is difficult to locate a small object in an entire image, this paper proposes a two-step approach for plate localization in challenging conditions. In the first step, the Faster-Region-based Convolutional Neural Network algorithm (Faster R-CNN) is used to detect all the vehicles in an image, which results in scaled information to locate plates. In the second step, morphological operations are employed to reduce non-plate regions. Meanwhile, geometric properties are used to localize plates in the HSI color space. This approach increases accuracy and reduces processing time. For character recognition, the look-up table (LUT) classifier using adaptive boosting with modified census transform (MCT) as a feature extractor is used. Both proposed plate detection and character recognition methods have significantly outperformed conventional approaches in terms of precision and recall for multiple plate recognition.

7 citations

Journal ArticleDOI
TL;DR: The proposed system reduces overall computational complexity by using a few simple algorithms and transforms and maintains high recognition rates as compared to the popular existing methods.
Abstract: Facial recognition systems are critical components in numerous applications. They are used, for example, to prevent retail crime, unlock phones, find missing persons, protect law enforcement, and aid forensic investigations. In such real-world applications, the identification of facial information must be both quick and exact. The purpose of this study is to improve both the accuracy and speed of facial recognition. The proposed system reduces overall computational complexity by using a few simple algorithms and transforms. The grayscaling algorithm enhances the image, and the salient features are extracted using a mix of two transform families: the two-dimensional discrete wavelet transform and the two-dimensional discrete cosine transform. This combination exploits the nonorthogonality of the coefficients in both domains to preserve the essential details and perceptual qualities of the original image. A multilayer sigmoid neural network is used for classification since the expensive training stage can be performed offline. The trained network, which uses efficient computations, can be embedded in an online system for rapid classification. The efficiency of the system is an attractive property when processing massive information datasets with limited resources. The recognition system is tested with four freely accessible datasets: the ORL, YALE, FERET-c, and FEI. A test set based on the combination of all datasets is also utilized to evaluate the system performance. Results show that despite the reduction in complexity, the system still maintains high recognition rates as compared to the popular existing methods.

6 citations