Face recognition has become an essential component of modern security and authentication systems, yet its effectiveness is often challenged by limited datasets, class imbalance, variations in facial poses, lighting conditions, and image resolutions. This study proposes a face recognition pipeline that integrates Multi-task Cascaded Convolutional Networks (MTCNN) for face detection, Residual Network V1 (ResNetV1) for feature extraction, and Support Vector Machine (SVM) for classification. Unlike previous works that rely on large-scale datasets and end-to-end deep learning models, this study emphasizes the effectiveness of the pipeline under constrained data conditions, using 856 images across 191 classes with highly imbalanced distribution. Experimental results show that MTCNN successfully detected 97.1% of faces, while ResNetV1 produced 512-dimensional embeddings that formed well-separated clusters validated by clustering metrics (Silhouette Score = 0.578, Davies-Bouldin Index = 0.566). The SVM classifier achieved 92.9% accuracy, with macro-average precision, recall, and F1-scores of 0.89, 0.92, and 0.89 respectively, significantly outperforming a baseline k-Nearest Neighbor (k-NN) model that only reached 63.9% accuracy. These findings highlight the novelty of this study: demonstrating that a lightweight yet robust pipeline can deliver reliable recognition performance even in small, imbalanced datasets, making it suitable for real-world scenarios where large-scale training data are not available.
                        
                        
                        
                        
                            
                                Copyrights © 2025