1. Undergraduate

In my undergraduate capstone project, I worked on a conditional multimodal biometrics system that combines periocular and full-face information to improve recognition performance when faces are partially occluded by masks or scarves. Using an end-to-end deep face recognition pipeline with MobileFaceNet-based embeddings, we extracted features from both periocular and face images and designed a framework that can flexibly handle periocular–periocular, face–face, and cross-modal matching.

We compared cosine similarity and KL divergence as similarity measures and evaluated performance using CMC, EER, ROC, and AUC on several public datasets. The experiments showed that cosine similarity generally provided more stable and accurate verification, especially under cross-modal settings and low-quality images, confirming that periocular information can be a robust biometric cue when conventional face recognition degrades.

You may download the final report here, or you may visit the relevant Github repo for more information.





2. Master

My master’s research studies ridge-regularized Linear Discriminant Analysis (rLDA) in a high-dimensional, low-sample-size regime using tools from random matrix theory. By viewing rLDA as a continuum between the maximal data piling (MDP) direction (no regularization) and the mean difference (MD) direction (infinite regularization), I analyze how the misclassification error behaves as the aspect ratio γ = p/n and the covariance structure vary, and how the optimal regularization parameter λ should be chosen.

The work derives an explicit limit for the MDP case under identity covariance, explaining why error peaks around γ ≈ 1, and then extends the analysis to more realistic Toeplitz-type covariances such as AR(1) and Matérn that satisfy standard random-matrix assumptions. Using a numerically stable R implementation, I approximate the limiting error and map λopt(γ, ρ), showing how the optimal classifier moves between MDP-like and MD-like behavior depending on dimensionality and correlation strength.

You may download the final report here, or you may visit the relevant Github repo for more information.

Profile

Han Jun Ko

M.S. in Statistics, Yonsei University