PhotoID Matching

PhotoID matching

The other key part of digital identity verification is to match the applicant's photo on an ID card or selfie image with the selfie video. The PresentID PhotoID matching (face matching) API/SDK evaluates whether two faces belong to the same person or not. Face verification ensures a one-to-one (1:1) match of a face image captured at the time of integration with an image captured from a trusted credential such as a driver's license or passport.

We have created a very deep convolutional neural network to extract very high-level features from a face for each person. We provide a large-scale image database of faces from many sources, e.g. web crowdsourcing, our in-house integrated dataset. The database contains a wide variety of breeds. The inference time of our model is 115ms on an intel corei7 6700k processor. Mostly in our solution, we save some images from client's SDK which are selected based on our own algorithm. This feature makes our pairing stronger. In addition, we record the checksum of a video to check for duplicate videos.

Our method has shown promising results with wide variations in Appearance, eg pose, age gaps, skin tone, glass, makeup and beard.

Use cases

  • Corporate payroll and attendance management
  • Remote access and home office authentication
  • User integration
  • Financial data and identity protection
  • Call center performance
  • Online exam and online learning
  • Mobile payments
  • Pay by face
  • Pay by voice
  • Self-service car rental
  • Self-service scooters and bikes
  • Car sharing

 

 

Rules and restrictions

  • Send data via base64 or image URL or image file.
  • Image size should not exceed 8mb.
  • Also, images should not be larger than 5000 pixels and smaller than 50 pixels.

Features

  • Less than 1 second.
  • Accuracy is 99.76% on the LFW face verification dataset, a very popular benchmark.
  • Supports iOS, Android, Windows and Mac devices.
  • Detect face photos as small as 50x50 Px.
  • Easy integration with your application.
Click or drag a file to this area to upload.
Click or drag a file to this area to upload.

Try our APIs on RapidAPI

Free Plan For Developers