论文标题
Remarnet:小样本图像分类的联合关系和边缘学习
ReMarNet: Conjoint Relation and Margin Learning for Small-Sample Image Classification
论文作者
论文摘要
尽管达到了最先进的表现,但深度学习方法通常需要在培训过程中大量标记的数据,并且在样本量很小时可能会过度拟合。为了确保在小样本量下的深网的良好推广性,学习判别特征至关重要。为此,已经提出了几种损失功能,以鼓励大型的课内紧凑性和类间的分离性。在本文中,我们建议通过引入一种称为关系和修订学习网络(Remarnet)的新型神经网络(Remarnet)来增强特征的歧视力。我们的方法组装了两个不同骨架的网络,以学习可以在上述两个分类机制中表现出色的功能。具体而言,关系网络用于学习可以根据样本和类原型之间的相似性来支持分类的功能。同时,使用跨熵损失的完全连接的网络通过决策边界进行分类。四个图像数据集的实验表明,我们的方法可以有效地从一小组标记的样本中学习判别特征,并针对最新方法实现竞争性能。代码可在https://github.com/liyunyu08/remarnet上找到。
Despite achieving state-of-the-art performance, deep learning methods generally require a large amount of labeled data during training and may suffer from overfitting when the sample size is small. To ensure good generalizability of deep networks under small sample sizes, learning discriminative features is crucial. To this end, several loss functions have been proposed to encourage large intra-class compactness and inter-class separability. In this paper, we propose to enhance the discriminative power of features from a new perspective by introducing a novel neural network termed Relation-and-Margin learning Network (ReMarNet). Our method assembles two networks of different backbones so as to learn the features that can perform excellently in both of the aforementioned two classification mechanisms. Specifically, a relation network is used to learn the features that can support classification based on the similarity between a sample and a class prototype; at the meantime, a fully connected network with the cross entropy loss is used for classification via the decision boundary. Experiments on four image datasets demonstrate that our approach is effective in learning discriminative features from a small set of labeled samples and achieves competitive performance against state-of-the-art methods. Codes are available at https://github.com/liyunyu08/ReMarNet.