CVNov 30, 2015

Design of Kernels in Convolutional Neural Networks for Image Classification

arXiv:1511.09231v323 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a fundamental design problem in CNNs for image classification researchers, offering incremental improvements in efficiency and performance.

The paper tackles the limited understanding of how kernel shape affects learned representations in CNNs for image classification, achieving state-of-the-art performance by reducing parameters and computational time on datasets like ILSVRC-2012 and CIFAR-10/100.

Despite the effectiveness of Convolutional Neural Networks (CNNs) for image classification, our understanding of the relationship between shape of convolution kernels and learned representations is limited. In this work, we explore and employ the relationship between shape of kernels which define Receptive Fields (RFs) in CNNs for learning of feature representations and image classification. For this purpose, we first propose a feature visualization method for visualization of pixel-wise classification score maps of learned features. Motivated by our experimental results, and observations reported in the literature for modeling of visual systems, we propose a novel design of shape of kernels for learning of representations in CNNs. In the experimental results, we achieved a state-of-the-art classification performance compared to a base CNN model [28] by reducing the number of parameters and computational time of the model using the ILSVRC-2012 dataset [24]. The proposed models also outperform the state-of-the-art models employed on the CIFAR-10/100 datasets [12] for image classification. Additionally, we analyzed the robustness of the proposed method to occlusion for classification of partially occluded images compared with the state-of-the-art methods. Our results indicate the effectiveness of the proposed approach. The code is available in github.com/minogame/caffe-qhconv.

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