An Out-of-the-box Full-network Embedding for Convolutional Neural NetworksDownload PDF

15 Feb 2018 (modified: 07 Apr 2024)ICLR 2018 Conference Blind SubmissionReaders: Everyone
Abstract: Transfer learning for feature extraction can be used to exploit deep representations in contexts where there is very few training data, where there are limited computational resources, or when tuning the hyper-parameters needed for training is not an option. While previous contributions to feature extraction propose embeddings based on a single layer of the network, in this paper we propose a full-network embedding which successfully integrates convolutional and fully connected features, coming from all layers of a deep convolutional neural network. To do so, the embedding normalizes features in the context of the problem, and discretizes their values to reduce noise and regularize the embedding space. Significantly, this also reduces the computational cost of processing the resultant representations. The proposed method is shown to outperform single layer embeddings on several image classification tasks, while also being more robust to the choice of the pre-trained model used for obtaining the initial features. The performance gap in classification accuracy between thoroughly tuned solutions and the full-network embedding is also reduced, which makes of the proposed approach a competitive solution for a large set of applications.
TL;DR: We present a full-network embedding of CNN which outperforms single layer embeddings for transfer learning tasks.
Keywords: Embedding spaces, feature extraction, transfer learning.
Data: [CUB-200-2011](https://paperswithcode.com/dataset/cub-200-2011), [Caltech-101](https://paperswithcode.com/dataset/caltech-101), [Food-101](https://paperswithcode.com/dataset/food-101), [Oxford 102 Flower](https://paperswithcode.com/dataset/oxford-102-flower)
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:1705.07706/code)
4 Replies

Loading