LGCVMLJul 24, 2018

Self-Paced Learning with Adaptive Deep Visual Embeddings

arXiv:1807.09200v17 citations
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient training data scheduling for practitioners in computer vision, offering an incremental improvement over existing self-paced learning variants.

The paper tackles the challenge of selecting optimal training examples for deep neural networks by introducing SPL-ADVisE, a method that combines self-paced learning and deep metric learning, resulting in faster convergence and higher accuracy across datasets, especially for fine-grained classes.

Selecting the most appropriate data examples to present a deep neural network (DNN) at different stages of training is an unsolved challenge. Though practitioners typically ignore this problem, a non-trivial data scheduling method may result in a significant improvement in both convergence and generalization performance. In this paper, we introduce Self-Paced Learning with Adaptive Deep Visual Embeddings (SPL-ADVisE), a novel end-to-end training protocol that unites self-paced learning (SPL) and deep metric learning (DML). We leverage the Magnet Loss to train an embedding convolutional neural network (CNN) to learn a salient representation space. The student CNN classifier dynamically selects similar instance-level training examples to form a mini-batch, where the easiness from the cross-entropy loss and the true diverseness of examples from the learned metric space serve as sample importance priors. To demonstrate the effectiveness of SPL-ADVisE, we use deep CNN architectures for the task of supervised image classification on several coarse- and fine-grained visual recognition datasets. Results show that, across all datasets, the proposed method converges faster and reaches a higher final accuracy than other SPL variants, particularly on fine-grained classes.

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