Giter Club home page Giter Club logo

generated_latent_fingerprint_dataset's Introduction

Generated Latent Fingerprint Dataset

The dataset consists of 484 Latent-Sensor and Latent-Latent pair of fingerprint images. Latent fingerprint images were generated from two public datasets FVC Dataset 2000-2004 [1] and Tsinghua Distorted Fingerprint Dataset [2] by using CycleGan [3]. The datasets were used in the "MinNet: Minutia Patch Embedding Network for Automated Latent Fingerprint Recognition" study to evalute the matching performance of proposed method.

Dataset Name # Pair Image
FVC-Latent_Test_Dataset 316
Tsinghua-Latent_Test_Dataset 168

FVC-Latent_Test_Dataset

Latent-Sensor pair images are placed in the same directory. Query latent image (in the latent folder) must be match with pair sensor image (in the clean folder) in the same directory against all sensor image by matcher. The directory names can be translate to original FVC directory by VC2000DbsDb2a1 => FVC2000_Dbs/Db2_a/

Directory Tree

FVC-Latent_Test_Dataset/
├── data
 |    ├── VC2000DbsDb2a1
 |    │    ├── clean
 |    │    │    ├── 1_2.png
 |    │    │    └── 1_2.xyt
 |    │    └── latent
 |    │    │    ├── 1_5.png
 |    │    │    └── 1_5.xyt
 |    ├── VC2000DbsDb2a10
 |    │    ├── clean
 |    │    │    ├── 10_7.png
 |    │    │    └── 10_7.xyt
 |    │    └── latent
 |    │    │    ├── 10_6.png
 |    │    │    └── 10_6.xyt

Tsinghua-Latent_Test_Dataset

Latent-Latent pair images are placed in the same directory. Query latent image (in the Latent folder) must be match with pair sensor image (in the sensor folder) in the same directory against all image which is placed in the sensor directory by matcher.

Tsinghudataset.xlsx : 4-columns show the RangeStart-RangeEnd for each fingerprint ID. For instance, 2nd rows shows that images from 1_1.png to 10_1.png belong to same ID (therefore same finger). Therefore, we assigned the same ID name for these images. Unfortunately, dataset also contains multiple images of the same finger in non sequential manner.For instance, as row 7 shows that images 51_1.png to 60_1.png belong to finger ID number 6, but image names 103_1.png and 104_1.png (see row 13) also belong to the same finger. Therefore, we only use row 13 images when building the dataset. So, if SameID column value is not empty, it contains the ID number of the same image ID names. SameID values are not included in the final dataset.

Directory Tree

Tsinghua-Latent_Test_Dataset/
 |    ├── Latent_Latent
 |    |    ├── 1
 |    |    │    ├── latent
 |    |    │    │    ├── 3_1_fake_0_25.xyt
 |    |    │    │    └── 3_1_fake.png
 |    |    │    └── sensor
 |    |    │    |    ├── 3_2_fake_0.xyt
 |    |    │    |    └── 3_2_fake.png
 |    |    ├── 10
 |    |    │    ├── latent
 |    |    │    │    ├── 93_1_fake_0_25.xyt
 |    |    │    │    └── 93_1_fake.png
 |    |    │    └── sensor
 |    |    │    |    ├── 93_2_fake_0.xyt
 |    |    │    |    └── 93_2_fake.png

References

[1] D. Maio, D. Maltoni, R. Cappelli, J.L. Wayman, and A.K.Jain. Fvc2000: fingerprint verification competition. IEEE Transactions on Pattern Analysis and Machine Intelligence, 24(3):402–412, 2002

[2] Xuanbin Si, Jianjiang Feng, Jie Zhou, and Yuxuan Luo. Detection and rectification of distorted fingerprints. IEEE Transactions on Pattern Analysis and Machine Intelligence, 37(3):555–568, 2015

[3]Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A. Efros. Unpaired image-to-image translation using cycle-consistent adversarial networks. In 2017 IEEE International Conference on Computer Vision (ICCV), pages 2242–2251, 2017.

generated_latent_fingerprint_dataset's People

Contributors

fingergeneration avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.