As a Computer Engineer, my research philosophy entangles with the design of engineering solutions to complex engineering problems through the invention or reinvention of solutions in the areas of Computer Vision, Signal Processing, and Artificial Intelligence. I also believe that while engineering research should be of the cutting-edge, it should also conform to ethics and the practical needs and benefits of the greater people.
January 2023
Philippine Banknote Counterfeit Detection through Domain Adaptive Deep Learning Model of Convolutional Neural Network
Authors: Marwin B. Alejo, Lawrenz D. Villanueva, Philip E. Garchitorena, Shannen C. Reyes, Michael B. Delos Reyes, Adonis L. Marasigan
Journal: International Journal of Computing and Digital Systems (IJCDS), Volume 13, Issue 01
Publisher: University of Bahrain
DOI: http://dx.doi.org/10.12785/ijcds/130103
Abstract:
Money counterfeiting is the illegal duplication of any currency for the use of deceiving any entity in exchange for a real-world value. Due to the advancements in computer vision in digital computing and the ill-effects of money counterfeiting, it had become one of the most prevalent issues in the fiscal system of any country that needs to be progressively solved. This paper investigated the use of ResNet18 through transfer learning for the task of Philippine banknote counterfeit detection. The used dataset of this study consisted of 391 counterfeited and 391 authentic images of 500 and 1000 Philippine peso bills. The trained model achieved a testing accuracy of 99.59%. Despite achieving a lower training accuracy, the trained model of this study achieved a validation accuracy, specificity, precision, sensitivity, and F1-score of 100% on live testing with the developed web-based money counterfeit detection system.
December 2021
Unconstrained Ear Recognition Using Transformers
Author: Marwin B. Alejo
Journal: Jordanian Journal of Computers and Information Technology (JJCIT), Volume 07, Issue 04
Publisher: Princess Sumaya University of Technology, Scientific Research Support Fund in Jordan
DOI: http://dx.doi.org/10.5455/jjcit.71-1627981530
Abstract:
The advantages of the ears as a means of identification over other biometric modalities provided an avenue for researchers to conduct biometric recognition studies on state-of-the-art computing methods. This paper presents a deep learning pipeline for unconstrained ear recognition using a transformer neural network: Vision Transformer (ViT) and Data-efficient image Transformers (DeiTs). The ViT-Ear and DeiT-Ear models of this study achieved a recognition accuracy comparable or more significant than the results of state-of-the-art CNN- based methods and other deep learning algorithms. This study also determined that the performance of Vision Transformer and Data-efficient image Transformer models works better than that of ResNets without using exhaustive data augmentation processes. Moreover, this study observed that the performance of ViT-Ear is nearly like that of other ViT-based biometric studies.
July 2019
Unconstrained Ear Recognition through Domain Adaptive Deep Learning Models of Convolutional Neural Network
Authors: Marwin B. Alejo, Cris Paulo G. Hate
Journal: International Journal of Recent Technology and Engineering (IJRTE), Volume 08, Issue 02
Publisher: Blue Eyes Intelligence Engineering and Sciences Publication (BEIESP)
DOI: http://dx.doi.org/10.35940/ijrte.B2865.078219
Abstract:
Limited ear dataset yields to the adaption of domain adaptive deep learning or transfer learning in the development of ear biometric recognition. Ear recognition is a variation of biometrics that is becoming popular in various areas of research due to the advantages of ears towards human identity recognition. In this paper, handpicked CNN architectures: AlexNet, GoogLeNet, Inception-v3, Inception-ResNet-v2, ResNet-18, ResNet-50, SqueezeNet, ShuffleNet, and MobileNet-v2 are explored and compared for use in an unconstrained ear biometric recognition. 250 unconstrained ear images are collected and acquired from the web through web crawlers and are preprocessed with basic image processing methods including the use of contrast limited adaptive histogram equalization for ear image quality improvement. Each CNN architecture is analyzed structurally and are fine-tuned to satisfy the requirements of ear recognition. Earlier layers of CNN architectures are used as feature extractors. Last 2-3 layers of each CNN architectures are fine-tuned thus, are replaced with layers of the same kind for ear recognition models to classify 10 classes of ears instead of 1000. 80 percent of acquired unconstrained ear images is used for training and the remaining 20 percent is reserved for testing and validation. Results of each architectures are compared in terms of their training time, training and validation outputs as such learned features and losses, and test results in terms of above-95% accuracy confidence. Above all the used architectures, ResNet, AlexNet, and GoogleNet achieved an accuracy confidence of 97-100% and is best for use in unconstrained ear biometric recognition while ShuffleNet, despite of achieving approximately 90%, shows promising result for use in mobile version of unconstrained ear biometric recognition.
November 2017
Weighted Adaptive Multi-parameter Edge Evaluation (WAMEE) Metric for MANET-Type Topologies using Genetic Path Finding Algorithm
Authors: Cris Paulo G. Hate, Marwin B. Alejo
Conference: Computer Applications, Innovations, Technologies, and Engineering (CAITE 2017) at Legazpi City, Albay, Philippines
Publisher: Institute of Computer Engineers of the Philippines
Link: https://www.researchgate.net/publication/353244103_Weighted_Adaptive_Multi-parameter_Edge_Evaluation_WAMEE_Metric_for_MANET-Type_Topologies_using_Genetic_Path_Finding_Algorithm
Abstract:
A novel approach in the formulation of a metric for Mobile AdHoc Networks (MANET) is developed. The constant movement, the appearance of new nodes, and the disappearance of pre-existing routes have negative effects on the network, therefore, routing metrics of wired systems may not be the most effective methods of measurement for the wireless systems. If the classiical methods are utilized by the MANETs, ineffectivity may ensue due to the heavily dynamic nature of its nodes. This paper introduces a new metric called Weigthed Adaptive Multi-parameter Edge Evaluation (WAMEE) which evaluates multiple metrics, both used by wire and wireless networks. This new metric is to be applied to a Genetic Path Search Algorithm. Results show that a comparable result in the route selection process is present between the classic approach and this alternate method.
November 2017
Solar Radiation Prediction using Supervised Machine Learning Regression Models A Data-Driven Approach
Authors: Alvin S. Alon, Earl Ryan M. Aleluya, Marwin B. Alejo
Conference: Computer Applications, Innovations, Technologies, and Engineering (CAITE 2017) at Legazpi City, Albay, Philippines
Publisher: Institute of Computer Engineers of the Philippines
Link:https://www.researchgate.net/publication/353244261_Solar_Radiation_Prediction_using_Supervised_Machine_Learning_Regression_Models_A_Data-Driven_Approach
Abstract:
A study that proposes a machine learning-based radiation prediction of solar energy. Results show that Random Forest is the most accurate algorithm among SVM, Decision Trees, and MLP-ANN for the task.