大量のトレーニングデータの欠如は、機械学習の多くの問題を解決する上で常に制約要因であり、One Shot Learningは機械学習の最も興味深いアイデアの1つとなっています。 1つまたは少数のトレーニング例からオブジェクトカテゴリに関する情報を学習することを目的としています。ディープラーニングにおける学習のこのプロセスは、通常、適切な目的関数によって達成されます。損失関数と埋め込み抽出、すなわち建築。この論文では、シャムニューラルネットワークなどのワンショット学習のメトリックベースのディープラーニングアーキテクチャについて説明し、Kafnets(ニューラルネットワークのカーネルベースのノンパラメトリック活性化関数)を使用して適切な埋め込みを学習することにより、精度を向上させる方法を提示しますエポックの数が比較的少ない。カーネルアクティベーション関数を使用すると、埋め込み構造、損失収束、および精度の点で、ReLUベースのディープラーニングモデルの結果を超える強力な結果を得ることができます。
The lack of a large amount of training data has always been the constraining factor in solving a lot of problems in machine learning, making One Shot Learning one of the most intriguing ideas in machine learning. It aims to learn information about object categories from one, or only a few training examples. This process of learning in deep learning is usually accomplished by proper objective function, i.e; loss function and embeddings extraction i.e; architecture. In this paper, we discussed about metrics based deep learning architectures for one shot learning such as Siamese neural networks and present a method to improve on their accuracy using Kafnets (kernel-based non-parametric activation functions for neural networks) by learning proper embeddings with relatively less number of epochs. Using kernel activation functions, we are able to achieve strong results which exceed those of ReLU based deep learning models in terms of embeddings structure, loss convergence, and accuracy.