A Dual-Level Cancelable Framework for Palmprint Verification and Hack-Proof Data Storage
Yang, Kang, Teoh et al.
In recent years, palmprints have been widely used for individual verification. The rich privacy information in palmprint data necessitates its protection to ensure security and privacy without sacrificing system performance. Existing systems often use cancelable technologies to protect templates, but these technologies ignore the potential risk of data leakage. Upon breaching the system and gaining access to the stored database, a hacker could easily manipulate the stored templates, compromising the security of the verification system. To address this issue, we propose a dual-level cancelable palmprint verification framework in this paper. Specifically, the raw template is initially encrypted using a competition hashing network with a first-level token, facilitating the end-to-end generation of cancelable templates. Different from previous works, the protected template undergoes further encryption to differentiate the second-level protected template from the first-level one. The system specifically creates a negative database (NDB) with the second-level token for dual-level protection during the enrollment stage. Reversing the NDB is NP-hard and a fine-grained algorithm for NDB generation is introduced to manage the noise and specified bits. During the verification stage, we propose an NDB matching algorithm based on matrix operation to accelerate the matching process of previous NDB methods caused by dictionary-based matching rules. This approach circumvents the need to store templates identical to those utilized for verification, reducing the risk of potential data leakage. Extensive experiments conducted on public palmprint datasets have confirmed the effectiveness and generality of the proposed framework. Upon acceptance of the paper, the code will be accessible at https://github.com/Deep-Imaging-Group/NPR.
academic
A Dual-Level Cancelable Framework for Palmprint Verification and Hack-Proof Data Storage
This paper addresses privacy protection and data security issues in palmprint verification systems by proposing a Dual-Level Cancelable Palmprint Verification (DCPV) framework. The framework implements dual-layer protection through competitive hashing networks and Negative Database (NDB) technology, effectively mitigating security risks of traditional cancelable biometrics in database breach scenarios. Experimental results demonstrate that the method significantly enhances system security while maintaining verification performance.
Input: Raw palmprint images
Output: Verification result (match/non-match)
Constraints: Compliance with four ISO/IEC 30136 requirements (cancelability, non-linkability, non-invertibility, accuracy)
Dual-Layer Protection Mechanism: First implementation in palmprint verification where stored and verification templates have completely different formats
NP-hard Security Guarantee: Leverages theoretical security of negative databases to provide robust privacy protection
Efficient Matching Algorithm: Replaces traditional dictionary matching with matrix operations, substantially improving verification efficiency
End-to-End Training: Achieves network optimization through hybrid loss function
The paper cites 63 relevant references covering biometrics, cancelable technology, deep learning, and other important domains, providing solid theoretical foundation for the research.
Overall Assessment: This is a high-quality security technology paper making significant contributions to solving security problems in palmprint verification systems. The dual-layer protection framework design is novel and practical, with comprehensive experimental validation and considerable academic value and application prospects.