CVLGMMSep 13, 2019

Semantic and Visual Similarities for Efficient Knowledge Transfer in CNN Training

arXiv:1909.12916v1
Originality Incremental advance
AI Analysis

This work addresses the efficiency of CNN training for image classification, particularly in data-scarce scenarios, but it is incremental as it builds on existing transfer learning methods.

The paper tackles the problem of slow and complex training of CNNs for new tasks by improving transfer learning through combining weights based on semantic and content-based similarities between classes, resulting in increased initial performance, faster training speed, and superior long-term performance with limited samples.

In recent years, representation learning approaches have disrupted many multimedia computing tasks. Among those approaches, deep convolutional neural networks (CNNs) have notably reached human level expertise on some constrained image classification tasks. Nonetheless, training CNNs from scratch for new task or simply new data turns out to be complex and time-consuming. Recently, transfer learning has emerged as an effective methodology for adapting pre-trained CNNs to new data and classes, by only retraining the last classification layer. This paper focuses on improving this process, in order to better transfer knowledge between CNN architectures for faster trainings in the case of fine tuning for image classification. This is achieved by combining and transfering supplementary weights, based on similarity considerations between source and target classes. The study includes a comparison between semantic and content-based similarities, and highlights increased initial performances and training speed, along with superior long term performances when limited training samples are available.

Foundations

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

Your Notes