Giter Site home page Giter Site logo

sohaib50k / thirdeye---iris-recognition-using-triplets Goto Github PK

View Code? Open in Web Editor NEW
11.0 3.0 4.0 702 KB

Triplet loss based iris recognition

Jupyter Notebook 96.49% Python 3.51%
biometrics vision computer-vision machine-learning tensorflow keras iris-recognition

thirdeye---iris-recognition-using-triplets's Introduction

ThirdEye---Iris-recognition-using-triplets

Iris recognition using variants of the triplet loss.

For starters the implementation uses Keras and Tensorflow, other needed packages include numpy, opencv, matplotlib among others.

The losses borrow heavily from the omoindrot triplet loss implementations.

Training process

The recognition pipeline works on the outputs of the segmentation pipeline. It needs square images with irises in the center. The background is set to black. This implementation uses a custom Keras generator, the data format is in this format:

  • Training data
    • class1
      • iris1_class1
      • iris2_class1
    • class2
      • iris1_class2
      • iris2_class2

Left and right irises are different classes due to them being statistically different.

Testing process

The testing pipeling requires a single folder with iris images with the Notre Dame format. The provided script outputs visualizations such as correlation between feature vectors and histogram of distances. Other visualizations such as tsne are still pending. The Notre Dame iris dataset file format : "02463d1000l.png", where 02463 is the subject number, 1000 is the image number and l signifies the left iris.

Plots

There are two plots of note which the code outputs.

Histogram of distances for the ND dataset:

Histogram of distances

FAR/FRR plot for the ND dataset:

Histogram of distances

If you use this repository consider citing our paper

@INPROCEEDINGS{9185998,  author={S. {Ahmad} and B. {Fuller}}, 
booktitle={2019 IEEE 10th International Conference on Biometrics Theory, Applications and Systems (BTAS)},   
title={ThirdEye: Triplet Based Iris Recognition without Normalization},   
year={2019},  
volume={},  
number={},  
pages={1-9},  
doi={10.1109/BTAS46853.2019.9185998}}

thirdeye---iris-recognition-using-triplets's People

Contributors

sohaib50k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

thirdeye---iris-recognition-using-triplets's Issues

Iris dataset

Hell!I am majoring in biometrics,and I need some iris datasets for iris recognition research. Can you share your dataset for me? Thanks very much if you approve it!

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.