顔認識は、コンピュータビジョンの分野における顕著な問題の1つです。ディープラーニングの進歩を目の当たりにして、畳み込みニューラルネットワーク(CNN)、レイヤー、損失関数などの認識フレームワークのさまざまな部分に触れた顔認識で重要な作業が観察されました。クロスエントロピー、角度などのさまざまな損失関数- SoftmaxとArcFaceは、顔認識のためのネットワークの重みを学習するために導入されました。ただし、これらの損失関数は、簡単なサンプルと比較して、難しいサンプルに高い優先順位を与えません。さらに、彼らの学習プロセスは、難しい例と比較して多くの簡単な例のために偏っています。このホワイトペーパーでは、より優先度の高い難しい例を検討することで、この問題に対処します。そのために、難しい例では損失を増やし、簡単な例では損失を減らすことで、ハードマイニング損失を提案します。提案された概念は一般的であり、既存の損失関数で使用できます。クロスエントロピー、Angular-Softmax、ArcFaceなどのさまざまな損失を使用してハードマイニング損失をテストします。提案されたハードマイニング損失は、広く使用されているLabeled Faces in the Wild(LFW)およびYouTube Faces(YTF)データセットでテストされています。トレーニングは、CASIA-WebFaceおよびMS-Celeb-1Mデータセットに対して実行されます。実験的分析には残余ネットワーク(つまり、ResNet18)を使用します。実験結果は、提案されたハードマイニング損失のフレームワークで使用すると、既存の損失関数のパフォーマンスが向上することを示唆しています。
Face Recognition is one of the prominent problems in the computer vision domain. Witnessing advances in deep learning, significant work has been observed in face recognition, which touched upon various parts of the recognition framework like Convolutional Neural Network (CNN), Layers, Loss functions, etc. Various loss functions such as Cross-Entropy, Angular-Softmax and ArcFace have been introduced to learn the weights of network for face recognition. However, these loss functions do not give high priority to the hard samples as compared to the easy samples. Moreover, their learning process is biased due to a number of easy examples compared to hard examples. In this paper, we address this issue by considering hard examples with more priority. In order to do so, We propose a Hard-Mining loss by increasing the loss for harder examples and decreasing the loss for easy examples. The proposed concept is generic and can be used with any existing loss function. We test the Hard-Mining loss with different losses such as Cross-Entropy, Angular-Softmax and ArcFace. The proposed Hard-Mining loss is tested over widely used Labeled Faces in the Wild (LFW) and YouTube Faces (YTF) datasets. The training is performed over CASIA-WebFace and MS-Celeb-1M datasets. We use the residual network (i.e., ResNet18) for the experimental analysis. The experimental results suggest that the performance of existing loss functions is boosted when used in the framework of the proposed Hard-Mining loss.