CVOct 2, 2017

Rethinking Feature Discrimination and Polymerization for Large-scale Recognition

arXiv:1710.00870v2120 citations
Originality Incremental advance
AI Analysis

This work addresses feature learning for large-scale recognition systems, such as in computer vision, but is incremental as it builds on existing ideas like softmax and metric learning.

The paper tackles the problem of learning discriminative and polymerized features for large-scale recognition where test identities are unseen, proposing the COCO algorithm to optimize cosine similarity, which achieves competitive results on five benchmarks.

Feature matters. How to train a deep network to acquire discriminative features across categories and polymerized features within classes has always been at the core of many computer vision tasks, specially for large-scale recognition systems where test identities are unseen during training and the number of classes could be at million scale. In this paper, we address this problem based on the simple intuition that the cosine distance of features in high-dimensional space should be close enough within one class and far away across categories. To this end, we proposed the congenerous cosine (COCO) algorithm to simultaneously optimize the cosine similarity among data. It inherits the softmax property to make inter-class features discriminative as well as shares the idea of class centroid in metric learning. Unlike previous work where the center is a temporal, statistical variable within one mini-batch during training, the formulated centroid is responsible for clustering inner-class features to enforce them polymerized around the network truncus. COCO is bundled with discriminative training and learned end-to-end with stable convergence. Experiments on five benchmarks have been extensively conducted to verify the effectiveness of our approach on both small-scale classification task and large-scale human recognition problem.

Code Implementations1 repo
Foundations

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

Your Notes