Self-Organizing Maps for Fingerprint Image Quality Assessment
Abstract
Fingerprint quality assessment is a crucial task which needs to be conducted accurately in various phases in the biometric enrolment and recognition processes. Neglecting quality measurement will adversely impact accuracy and efficiency of biometric recognition systems (e.g. verification and identification of individuals). Measuring and reporting quality allows processing enhancements to increase probability of detection and track accuracy while decreasing probability of false alarms. Aside from predictive capabilities with respect to the recognition performance, another important design criteria for a quality assessment algorithm is to meet the low computational complexity requirement of mobile platforms used in national biometric systems, by military and police forces. We propose a computationally efficient means of predicting biometric performance based on a combination of unsupervised and supervised machine learning techniques. We train a self-organizing map (SOM) to cluster blocks of fingerprint images based on their spatial information content. The output of the SOM is a high-level representation of the finger image, which forms the input to a Random Forest trained to learn the relationship between the SOM output and biometric performance. The quantitative evaluation performed demonstrates that our proposed quality assessment algorithm is a reasonable predictor of performance. The open source code of our algorithm will be posted at NIST NFIQ 2.0 website.
Cite
Text
Olsen et al. "Self-Organizing Maps for Fingerprint Image Quality Assessment." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2013. doi:10.1109/CVPRW.2013.28Markdown
[Olsen et al. "Self-Organizing Maps for Fingerprint Image Quality Assessment." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2013.](https://mlanthology.org/cvprw/2013/olsen2013cvprw-selforganizing/) doi:10.1109/CVPRW.2013.28BibTeX
@inproceedings{olsen2013cvprw-selforganizing,
title = {{Self-Organizing Maps for Fingerprint Image Quality Assessment}},
author = {Olsen, Martin Aastrup and Tabassi, Elham and Makarov, Anton and Busch, Christoph},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2013},
pages = {138-145},
doi = {10.1109/CVPRW.2013.28},
url = {https://mlanthology.org/cvprw/2013/olsen2013cvprw-selforganizing/}
}