CVLGApr 25, 2019

Learning Discriminative Features Via Weights-biased Softmax Loss

arXiv:1904.11138v128 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient and discriminative feature learning in convolutional neural networks for image classification, representing an incremental improvement over existing loss functions.

The paper tackled the problem of training deep neural networks to learn more discriminative features by proposing a weights-biased softmax loss that explicitly formulates intra-class compactness and inter-class separability, achieving superior performance on image classification benchmarks.

Loss functions play a key role in training superior deep neural networks. In convolutional neural networks (CNNs), the popular cross entropy loss together with softmax does not explicitly guarantee minimization of intra-class variance or maximization of inter-class variance. In the early studies, there is no theoretical analysis and experiments explicitly indicating how to choose the number of units in fully connected layer. To help CNNs learn features more fast and discriminative, there are two contributions in this paper. First, we determine the minimum number of units in FC layer by rigorous theoretical analysis and extensive experiment, which reduces CNNs' parameter memory and training time. Second, we propose a negative-focused weights-biased softmax (W-Softmax) loss to help CNNs learn more discriminative features. The proposed W-Softmax loss not only theoretically formulates the intraclass compactness and inter-class separability, but also can avoid overfitting by enlarging decision margins. Moreover, the size of decision margins can be flexibly controlled by adjusting a hyperparameter $α$. Extensive experimental results on several benchmark datasets show the superiority of W-Softmax in image classification tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes