CVJun 17, 2020

Multi-Subspace Neural Network for Image Recognition

arXiv:2006.09618v1
AI Analysis

This work addresses feature extraction challenges in image recognition for tasks like digit and object classification, but it appears incremental as it builds on existing deep learning methods.

The authors tackled the problem of intra-class variability in image classification by proposing a multi-subspace neural network (MSNN) that integrates convolutional neural network components with subspace concepts, and experimental results on MNIST and COIL-20 datasets show it is competitive with state-of-the-art approaches.

In image classification task, feature extraction is always a big issue. Intra-class variability increases the difficulty in designing the extractors. Furthermore, hand-crafted feature extractor cannot simply adapt new situation. Recently, deep learning has drawn lots of attention on automatically learning features from data. In this study, we proposed multi-subspace neural network (MSNN) which integrates key components of the convolutional neural network (CNN), receptive field, with subspace concept. Associating subspace with the deep network is a novel designing, providing various viewpoints of data. Basis vectors, trained by adaptive subspace self-organization map (ASSOM) span the subspace, serve as a transfer function to access axial components and define the receptive field to extract basic patterns of data without distorting the topology in the visual task. Moreover, the multiple-subspace strategy is implemented as parallel blocks to adapt real-world data and contribute various interpretations of data hoping to be more robust dealing with intra-class variability issues. To this end, handwritten digit and object image datasets (i.e., MNIST and COIL-20) for classification are employed to validate the proposed MSNN architecture. Experimental results show MSNN is competitive to other state-of-the-art approaches.

Foundations

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

Your Notes