next up previous


Self-Organization of Feature Columns using Modules

Abstract:

Recent physiological studies have discovered feature columns in which cells with overlapping but slightly different selectivities to complex patterns cluster together. We research functional requirements for self-organization of feature columns in the process of visual recognition.

Introduction

The feature columns were found in the inferior temporal cortex which have close relation to object recognition. This discovery leads us to infer that the brain extracts complex features from images and recognizes objects from a combination of those features. In addition, we know from other studies that the brain has hierarchical structures, that is, as the layer gets higher, receptive field sizes get larger and features to which cells are sensitive get more complex.

To reveal what mechanism makes it possible for feature columns to self-organize, we constructed a computational model with artificial neural networks and tried executing unsupervised classification tasks with the model.

The computational model

We must solve two problems for constructing a computational model: one is to classify objects without any label and the other is to make feature columns self-organize.

We have implemented unsupervised learning using a method of competitive modular scheme with a mixture of auto-encoders [1]. Self-organization of feature columns is possible by building a hierarchical structure of the competitive modules [2,3]. It is also realized in this model that receptive field sizes and complexity of features in columns vary according to their layers.

Simulation Results

Simulation results are shown in figures below, which is an example of object classification with a two-layer model. Figure 1 describes classification of two objects: circles and squares. Figure 2 shows feature columns constructed in the lower layer where their receptive field size is a quarter of a whole input field. Each column consists of corners and arcs severally.


  
Figure 1: Images of inputs and outputs.
\includegraphics[height=2.8cm]{suzuki-1.eps}


  
Figure 2: Constructed feature columns.
\includegraphics[height=2.8cm]{suzuki-2.eps}

The simulation results shows the possibility of self-organization of feature columns assuming both competitive modular learning and a hierarchical structure. We are, furthermore, investigating some applications of the network's ability for simultaneously realizing unsupervised classification and feature extraction.

Contact: Satoshi Suzuki, satoshi@cslab.kecl.ntt.co.jp

Bibliography

1
Suzuki, S. and Ando, H.(ATR): Unsupervised Classification of 3D Objects from 2D Views, Advances in Neural Information Processing Systems 7 (NIPS'7), pp. 949-956 (1995).

2
Suzuki, S. and Ueda, N.: Self-Organization of Feature Columns using Modular Structure (in Japanese), Proc. of the 8th Annual Conference of Japanese Neural Networks Society, pp. 133-134 (1997).

3
Suzuki, S. and Ueda, N.: Self-Organization of Feature Columns and its Application to Object Classification, Proc. of the 4th International Conference on Neural Information Processing and Intelligent Information Systems (ICONIP'97), pp. 1166-1169 (1997).


next up previous


This page is assembled by Takeshi Yamada