paper-with-me

홈 › Papers

Deep Age-Invariant Fingerprint Segmentation System

2023-03-06 · M. G. Sarwar Murshed, Keivan Bahmani, Stephanie Schuckers, Faraz Hussain

Fingerprint-based identification systems achieve higher accuracy when a slap containing multiple fingerprints of a subject is used instead of a single fingerprint. However, segmenting or auto-localizing all fingerprints in a slap image is a challenging task due to the different orientations of fingerprints, noisy backgrounds, and the smaller size of fingertip components. The presence of slap images in a real-world dataset where one or more fingerprints are rotated makes it challenging for a biometric recognition system to localize and label the fingerprints automatically. Improper fingerprint localization and finger labeling errors lead to poor matching performance. In this paper, we introduce a method to generate arbitrary angled bounding boxes using a deep learning-based algorithm that precisely localizes and labels fingerprints from both axis-aligned and over-rotated slap images. We built a fingerprint segmentation model named CRFSEG (Clarkson Rotated Fingerprint segmentation Model) by updating the previously proposed CFSEG model which was based on traditional Faster R-CNN architecture [21]. CRFSEG improves upon the Faster R-CNN algorithm with arbitrarily angled bounding boxes that allow the CRFSEG to perform better in challenging slap images. After training the CRFSEG algorithm on a new dataset containing slap images collected from both adult and children subjects, our results suggest that the CRFSEG model was invariant across different age groups and can handle over-rotated slap images successfully. In the Combined dataset containing both normal and rotated images of adult and children subjects, we achieved a matching accuracy of 97.17%, which outperformed state-of-the-art VeriFinger (94.25%) and NFSEG segmentation systems (80.58%).

📄 PDF Abstract BibTeX arXiv:2303.03341

Code (1)

sarwarmurshed/crfseg 공식 구현

Tasks

Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Sensor-invariant Fingerprint ROI Segmentation Using Recurrent Adversarial Learning

2021-07-03 · Indu Joshi, Ayush Utkarsh, Riya Kothari, Vinod K Kurmi 외

A fingerprint region of interest (roi) segmentation algorithm is designed to separate the foreground fingerprint from the background noise. All the learning based state-of-the-art fingerprint roi segmentation algorithms …

Segmentation

Deep Learning-Based Approaches for Contactless Fingerprints Segmentation and Extraction

2023-11-26 · M. G. Sarwar Murshed, Syed Konain Abbas, Sandip Purnapatra, Daqing Hou 외

Fingerprints are widely recognized as one of the most unique and reliable characteristics of human identity. Most modern fingerprint authentication systems rely on contact-based fingerprints, which require the use of fin…

Deep LearningSegmentation

Deep Slap Fingerprint Segmentation for Juveniles and Adults

2021-10-06 · IEEE International Conference on Consumer Electronics-Asia (ICCE-Asia) 2021 11 · M. G. Sarwar Murshed, Robert Kline, Keivan Bahmani, Faraz Hussain 외

Many fingerprint recognition systems capture four fingerprints in one image. In such systems, the fingerprint processing pipeline must first segment each four-fingerprint slap into individual fingerprints. Note that most…

Segmentation

Filter Design and Performance Evaluation for Fingerprint Image Segmentation

2015-01-09 · Duy Hoang Thai, Stephan Huckemann, Carsten Gottschlich

Fingerprint recognition plays an important role in many commercial applications and is used by millions of people every day, e.g. for unlocking mobile phones. Fingerprint image segmentation is typically the first process…

Image SegmentationSegmentationSemantic Segmentation

Iterative Framework For Data Augmentation Of Segmented Fingerprints

2026-05-29 · João Leonardo H. D. Agnol, Wesley Augusto de Bona, Erick Oliveira Rodrigues, Luiz Fernando Puttow Southier 외 arxiv

Infant biometrics presents unique challenges due to the physiological differences between infants and adults, compounded by the scarcity of available data for research that limits the development of robust matching syste…

Data Augmentation