Contribute Media
A thank you to everyone who makes this possible: Read More

keras-fsl: Fast model builder for production ready few shot learning algorithms

Description

Few shot learning aims at leveraging huge database for training deep neural nets models to be used onto problems with very few data. Among other methods we will focus on metric learning algorithms because they allow for immediate adaptation of the model in production. To develop such model, fast experiment is key; we will present a versatile framework for their implementation in tf.keras.

Most of the industrial cases we face do not have enough data to allow for a complete end-to-end training of common deep architecture. Furthermore research paper often do not address real test cases. In this context there is a need for easy benchmarking of usual and custom models onto ones particular datasets.

Furthermore best academic performers may not the preferred choice for production applications as simplicity, robustness and explicability are other factor of interest. Thus the need for a modularity in the implementation to be able to mix the best of them to improve practical results.

We will review some recent theoretical development in Few Shot learning and show their corresponding implementation in tf.keras. Finally I will showcase the keras_fsl package with public notebooks and key results on usual benchmarks.

Details

Improve this page