コンボリューションニューラルネットワーク(CNN)は最近、手書き漢字認識(HCCR)の最先端のパフォーマンスを達成しました。ただし、CNNモデルのほとんどはSoftMaxアクティベーション機能を使用し、クラス間の情報の損失を引き起こす可能性のあるクロスエントロピー損失を最小限に抑えます。この問題に対処するために、クロスエントロピーを類似度ランキング関数と組み合わせて、損失関数として使用することを提案します。実験結果は、組み合わせ損失関数がHCCRでより高い精度を生み出すことを示しています。このレポートでは、典型的な類似度ランキング関数であるクロスエントロピー損失関数:ユークリッド距離を簡単にレビューし、新しい類似度ランキング関数:平均分散類似度も提案します。 CNNモデルのパフォーマンスを3つの異なる損失関数と比較する実験が行われます。最終的に、SoftMaxクロスエントロピーと平均分散の類似性により、手書き漢字認識の最高の精度が得られます。
Convolution Neural Networks (CNN) have recently achieved state-of-the art performance on handwritten Chinese character recognition (HCCR). However, most of CNN models employ the SoftMax activation function and minimize cross entropy loss, which may cause loss of inter-class information. To cope with this problem, we propose to combine cross entropy with similarity ranking function and use it as loss function. The experiments results show that the combination loss functions produce higher accuracy in HCCR. This report briefly reviews cross entropy loss function, a typical similarity ranking function: Euclidean distance, and also propose a new similarity ranking function: Average variance similarity. Experiments are done to compare the performances of a CNN model with three different loss functions. In the end, SoftMax cross entropy with Average variance similarity produce the highest accuracy on handwritten Chinese characters recognition.