CVDec 29, 2017

Significance of Softmax-based Features in Comparison to Distance Metric Learning-based Features

arXiv:1712.10151v269 citations
Originality Synthesis-oriented
AI Analysis

This provides a comparative analysis for computer vision researchers, suggesting that softmax-based features should be considered in evaluations, though it is incremental as it focuses on benchmarking rather than introducing new methods.

The paper tackles the problem of comparing deep features from softmax-based classification networks versus distance metric learning (DML) networks, finding that softmax-based features perform competitively or better than state-of-the-art DML features when the dataset size per class is large.

The extraction of useful deep features is important for many computer vision tasks. Deep features extracted from classification networks have proved to perform well in those tasks. To obtain features of greater usefulness, end-to-end distance metric learning (DML) has been applied to train the feature extractor directly. However, in these DML studies, there were no equitable comparisons between features extracted from a DML-based network and those from a softmax-based network. In this paper, by presenting objective comparisons between these two approaches under the same network architecture, we show that the softmax-based features perform competitive, or even better, to the state-of-the-art DML features when the size of the dataset, that is, the number of training samples per class, is large. The results suggest that softmax-based features should be properly taken into account when evaluating the performance of deep features.

Foundations

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

Your Notes