/CAE-CAN

Implementation of Cancelable Biometric Template Generation using Convolutional Autoencoder

Primary LanguagePython

CAE-CAN - Official Tensorflow Implementation

This repository provides official Tensorflow implementation of the following paper:

Cancelable Biometric Template Generation using Convolutional Autoencoder
Gourav Siddhad, Pritee Khanna, and Aparajita Ojha

Abstract: Convolutional autoencoders are a great tool for extracting features from images and compressing them to a lower dimension called latent space. A latent space vector is generated from the input images by extracting the relevant and the most useful features required for approximating the images. In the proposed work, a convolutional autoencoder is used for feature extraction, random noise and random convolution are used for generating cancelable template from these features. This architecture has been trained for palm vein, wrist vein, and palm print images combined from different datasets namely, CASIA, CIEPUT, and PolyU. The proposed method has been experimented and evaluated for various modalities such as palm print, palm vein, and wrist vein. The evaluation of these methods has been done in three different scenarios for addressing different uses and attacks possible.

DOI: https://doi.org/10.1007/978-981-16-1086-8_27

Citation

If you find this work helpful, please cite our paper:

Siddhad, G., Khanna, P., Ojha, A. (2021). Cancelable Biometric Template Generation Using Convolutional Autoencoder. In: Singh, S.K., Roy, P., Raman, B., Nagabhushan, P. (eds) Computer Vision and Image Processing. CVIP 2020. Communications in Computer and Information Science, vol 1376. Springer, Singapore. DOI: 10.1007/978-981-16-1086-8_27
@inproceedings{siddhad2021cancelable,
	title        = {Cancelable Biometric Template Generation Using Convolutional Autoencoder},
	author       = {Siddhad, Gourav and Khanna, Pritee and Ojha, Aparajita},
	year         = 2021,
	booktitle    = {Computer Vision and Image Processing},
	publisher    = {Springer Singapore},
	address      = {Singapore},
	pages        = {303--314},
	doi          = {10.1007/978-981-16-1086-8_27},
	isbn         = {978-981-16-1086-8},
	url          = {https://doi.org/10.1007/978-981-16-1086-8_27},
	editor       = {Singh, Satish Kumar and Roy, Partha and Raman, Balasubramanian and Nagabhushan, P.},
}