paper-with-me

Papers

Accelerated Fingerprint Enhancement: A GPU-Optimized Mixed Architecture Approach

2023-06-01 · André Brasil Vieira Wyzykowski, Anil K. Jain

This document presents a preliminary approach to latent fingerprint enhancement, fundamentally designed around a mixed Unet architecture. It combines the capabilities of the Resnet-101 network and Unet encoder, aiming to form a potentially powerful composite. This combination, enhanced with attention mechanisms and forward skip connections, is intended to optimize the enhancement of ridge and minutiae features in fingerprints. One innovative element of this approach includes a novel Fingerprint Enhancement Gabor layer, specifically designed for GPU computations. This illustrates how modern computational resources might be harnessed to expedite enhancement. Given its potential functionality as either a CNN or Transformer layer, this Gabor layer could offer improved agility and processing speed to the system. However, it is important to note that this approach is still in the early stages of development and has not yet been fully validated through rigorous experiments. As such, it may require additional time and testing to establish its robustness and usability in the field of latent fingerprint enhancement. This includes improvements in processing speed, enhancement adaptability with distinct latent fingerprint types, and full validation in experimental approaches such as open-set (identification 1:N) and open-set validation, fingerprint quality evaluation, among others.

📄 PDF Abstract BibTeX arXiv:2306.00272

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Finger-UNet: A U-Net based Multi-Task Architecture for Deep Fingerprint Enhancement

2023-10-01 · Ekta Gavas, Anoop Namboodiri

For decades, fingerprint recognition has been prevalent for security, forensics, and other biometric applications. However, the availability of good-quality fingerprints is challenging, making recognition difficult. Fing…

DecoderMulti-Task Learning

UoU: A Universal Fingerprint Foundation Model Based on Large-Scale Unsupervised Learning

2026-06-16 · Xiongjun Guan, Jianjiang Feng, Jie Zhou arxiv

Fingerprint recognition is still dominated by task-specific pipelines, where enhancement, structural parsing, alignment, and matching are optimized in isolation. Although effective in narrow settings, this design limits …

Multi-Task LearningImage Restoration

FingerGAN: A Constrained Fingerprint Generation Scheme for Latent Fingerprint Enhancement

2022-06-26 · Yanming Zhu, Xuefei Yin, Jiankun Hu

Latent fingerprint enhancement is an essential pre-processing step for latent fingerprint identification. Most latent fingerprint enhancement methods try to restore corrupted gray ridges/valleys. In this paper, we propos…

Generative Adversarial Network

Performance Evaluation of Image Enhancement Techniques on Transfer Learning for Touchless Fingerprint Recognition

2025-02-07 · S Sreehari, Dilavar P D, S M Anzar, Alavikunhu Panthakkan 외

Fingerprint recognition remains one of the most reliable biometric technologies due to its high accuracy and uniqueness. Traditional systems rely on contact-based scanners, which are prone to issues such as image degrada…

Image EnhancementTransfer Learning

Extending BrainScaleS OS for BrainScaleS-2

2020-03-30 · Eric Müller, Christian Mauch, Philipp Spilger, Oliver Julien Breitwieser 외

BrainScaleS-2 is a mixed-signal accelerated neuromorphic system targeted for research in the fields of computational neuroscience and beyond-von-Neumann computing. To augment its flexibility, the analog neural network co…