CVOct 4, 2021

BPFNet: A Unified Framework for Bimodal Palmprint Alignment and Fusion

arXiv:2110.01179v211 citations
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in biometric security by improving palmprint recognition accuracy, though it appears incremental as it builds on existing methods for ROI handling and fusion.

The paper tackles the problem of bimodal palmprint recognition by proposing BPFNet, an end-to-end framework for ROI localization, alignment, and fusion, achieving state-of-the-art performance on large-scale datasets CUHKSZ-v1 and TongJi.

Bimodal palmprint recognition leverages palmprint and palm vein images simultaneously,which achieves high accuracy by multi-model information fusion and has strong anti-falsification property. In the recognition pipeline, the detection of palm and the alignment of region-of-interest (ROI) are two crucial steps for accurate matching. Most existing methods localize palm ROI by keypoint detection algorithms, however the intrinsic difficulties of keypoint detection tasks make the results unsatisfactory. Besides, the ROI alignment and fusion algorithms at image-level are not fully investigaged.To bridge the gap, in this paper, we propose Bimodal Palmprint Fusion Network (BPFNet) which focuses on ROI localization, alignment and bimodal image fusion.BPFNet is an end-to-end framework containing two subnets: The detection network directly regresses the palmprint ROIs based on bounding box prediction and conducts alignment by translation estimation.In the downstream,the bimodal fusion network implements bimodal ROI image fusion leveraging a novel proposed cross-modal selection scheme. To show the effectiveness of BPFNet,we carry out experiments on the large-scale touchless palmprint datasets CUHKSZ-v1 and TongJi and the proposed method achieves state-of-the-art performances.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes