# PVSNet: Palm Vein Authentication Siamese Network Trained using Triplet   Loss and Adaptive Hard Mining by Learning Enforced Domain Specific Features

**Authors:** Daksh Thapar, Gaurav Jaswal, Aditya Nigam, Vivek Kanhangad

arXiv: 1812.06271 · 2019-08-14

## TL;DR

This paper introduces PVSNet, a deep learning framework for palm vein authentication that combines domain-specific feature learning with a Siamese network trained using triplet loss and adaptive hard negative mining, achieving superior performance on vein datasets.

## Contribution

The paper presents a novel end-to-end deep CNN architecture that integrates generative domain-specific feature learning with a Siamese network trained via triplet loss and adaptive hard mining, specifically tailored for biometric matching with limited data.

## Key findings

- Outperforms existing deep learning methods on palm vein datasets
- Effectively learns domain-specific features for biometric matching
- Demonstrates robustness with limited training samples

## Abstract

Designing an end-to-end deep learning network to match the biometric features with limited training samples is an extremely challenging task. To address this problem, we propose a new way to design an end-to-end deep CNN framework i.e., PVSNet that works in two major steps: first, an encoder-decoder network is used to learn generative domain-specific features followed by a Siamese network in which convolutional layers are pre-trained in an unsupervised fashion as an autoencoder. The proposed model is trained via triplet loss function that is adjusted for learning feature embeddings in a way that minimizes the distance between embedding-pairs from the same subject and maximizes the distance with those from different subjects, with a margin. In particular, a triplet Siamese matching network using an adaptive margin based hard negative mining has been suggested. The hyper-parameters associated with the training strategy, like the adaptive margin, have been tuned to make the learning more effective on biometric datasets. In extensive experimentation, the proposed network outperforms most of the existing deep learning solutions on three type of typical vein datasets which clearly demonstrates the effectiveness of our proposed method.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.06271/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1812.06271/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1812.06271/full.md

---
Source: https://tomesphere.com/paper/1812.06271