CVJun 21, 2017

GM-Net: Learning Features with More Efficiency

arXiv:1706.06792v11 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges in deep learning for image classification, offering a domain-specific incremental improvement.

The paper tackles the problem of improving parameter efficiency in deep CNNs for image classification by proposing GM-Net, which uses Basic Units and a merging strategy to reduce parameters while enhancing performance, achieving significant reductions and improvements on datasets like CIFAR-10 and CIFAR-100.

Deep Convolutional Neural Networks (CNNs) are capable of learning unprecedentedly effective features from images. Some researchers have struggled to enhance the parameters' efficiency using grouped convolution. However, the relation between the optimal number of convolutional groups and the recognition performance remains an open problem. In this paper, we propose a series of Basic Units (BUs) and a two-level merging strategy to construct deep CNNs, referred to as a joint Grouped Merging Net (GM-Net), which can produce joint grouped and reused deep features while maintaining the feature discriminability for classification tasks. Our GM-Net architectures with the proposed BU_A (dense connection) and BU_B (straight mapping) lead to significant reduction in the number of network parameters and obtain performance improvement in image classification tasks. Extensive experiments are conducted to validate the superior performance of the GM-Net than the state-of-the-arts on the benchmark datasets, e.g., MNIST, CIFAR-10, CIFAR-100 and SVHN.

Foundations

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

Your Notes