Skip to content

I developed this project while working with my Machine Learning Instructor at Hochschule Rhein-Waal

Notifications You must be signed in to change notification settings

nafisa-samia/One-Shot-Learning-Face-Recognition-using-Siamese-Neural-Network

Repository files navigation

Face-Recognition-using-One-Shot-Learning

(I developed this project while working with my Machine Learning Instructor at Hochschule Rhein-Waal)

alt text

One-shot learning is a classification task where one, or a few, examples are used to classify many new examples in the future.

This characterizes tasks seen in the field of face recognition, such as face identification and face verification, where people must be classified correctly with different facial expressions, lighting conditions, accessories, and hairstyles given one or a few template photos.

Modern face recognition systems approach the problem of one-shot learning via face recognition by learning a rich low-dimensional feature representation, called a face embedding, that can be calculated for faces easily and compared for verification and identification tasks.

Historically, embeddings were learned for one-shot learning problems using a Siamese network. The training of Siamese networks with comparative loss functions resulted in better performance, later leading to the triplet loss function used in the FaceNet system by Google that achieved then state-of-the-art results on benchmark face recognition tasks.

About

I developed this project while working with my Machine Learning Instructor at Hochschule Rhein-Waal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published