Fingerprint Recognition in Forensic Scenarios

Nuno Martins,José Silvestre Silva,Alexandre Bernardino
DOI: https://doi.org/10.3390/s24020664
IF: 3.9
2024-01-21
Sensors
Abstract:Fingerprints are unique patterns used as biometric keys because they allow an individual to be unambiguously identified, making their application in the forensic field a common practice. The design of a system that can match the details of different images is still an open problem, especially when applied to large databases or, to real-time applications in forensic scenarios using mobile devices. Fingerprints collected at a crime scene are often manually processed to find those that are relevant to solving the crime. This work proposes an efficient methodology that can be applied in real time to reduce the manual work in crime scene investigations that consumes time and human resources. The proposed methodology includes four steps: (i) image pre-processing using oriented Gabor filters; (ii) the extraction of minutiae using a variant of the Crossing Numbers method which include a novel ROI definition through convex hull and erosion followed by replacing two or more very close minutiae with an average minutiae; (iii) the creation of a model that represents each minutia through the characteristics of a set of polygons including neighboring minutiae; (iv) the individual search of a match for each minutia in different images using metrics on the absolute and relative errors. While in the literature most methodologies look to validate the entire fingerprint model, connecting the minutiae or using minutiae triplets, we validate each minutia individually using n-vertex polygons whose vertices are neighbor minutiae that surround the reference. Our method also reveals robustness against false minutiae since several polygons are used to represent the same minutia, there is a possibility that even if there are false minutia, the true polygon is present and identified; in addition, our method is immune to rotations and translations. The results show that the proposed methodology can be applied in real time in standard hardware implementation, with images of arbitrary orientations.
engineering, electrical & electronic,chemistry, analytical,instruments & instrumentation
What problem does this paper attempt to address?
The paper primarily addresses the application of fingerprint recognition in forensic scenarios, particularly focusing on the efficient and real-time comparison and matching of fingerprint images collected at crime scenes. Specifically, the paper proposes a new method to reduce the time and human resources required for manually processing crime scene fingerprints. The main contributions of this research include: 1. Proposing a method that can accurately and efficiently compare two fingerprints on portable devices and determine whether they belong to the same person. This method is suitable for fieldwork and can screen collected fingerprints in real-time conditions. 2. Introducing a new process to verify extracted fingerprint minutiae (i.e., "minutiae points" or "fine features," such as ridge bifurcations and endings), which includes defining the valid minutiae region using a convex hull and individually verifying each minutiae point through polygons rather than triangulation. Additionally, the paper discusses global fingerprint features (such as core points and delta points) and local features (such as ridge bifurcations and terminations), and provides a detailed description of the Crossing Numbers method used to extract these features. The paper then reviews related work, including commonly used fingerprint databases, evaluation metrics, and various fingerprint matching methods based on minutiae points, deep learning, and image texture. Finally, the paper presents its own solution and plans to validate its effectiveness across different databases.