Exponential Discriminative Metric Embedding in Deep Learning
Wu, Bowen, Chen, Zhangling, Wang, Jun, Wu, Huaming
With the remarkable success achieved by the Convolutional Neural Networks (CNNs) in object recognition recently, deep learning is being widely used in the computer vision community. Deep Metric Learning (DML), integrating deep learning with conventional metric learning, has set new records in many fields, especially in classification task. In this paper, we propose a replicable DML method, called Include and Exclude (IE) loss, to force the distance between a sample and its designated class center away from the mean distance of this sample to other class centers with a large margin in the exponential feature projection space. With the supervision of IE loss, we can train CNNs to enhance the intra-class compactness and inter-class separability, leading to great improvements on several public datasets ranging from object recognition to face verification. We conduct a comparative study of our algorithm with several typical DML methods on three kinds of networks with different capacity. Extensive experiments on three object recognition datasets and two face recognition datasets demonstrate that IE loss is always superior to other mainstream DML methods and approach the state-of-the-art results. Preprint submitted to Neurocomputing March 8, 2018 1. Introduction Recently, Convolutional Neural Networks (CNNs) are continuously setting new records in classification aspect, such as object recognition [1, 2, 3, 4], scene recognition [5, 6], face recognition [7, 8, 9, 10, 11, 12], age estimation [13, 14] and so on. Facing the more and more complex data, the deeper and wider CNNs tend to obtain better accuracies. Meanwhile, many troubles will show up, such as gradient saturating, model overfitting, parameter augmentation, etc. To solve the first problem, some nonlinear activations [15, 16, 17] have been proposed.
Mar-6-2018