Section C

The Parameter Learning Method for Similar Image Rating Using Pulse Coupled Neural Network

Hiroki Matsushima1, Hiroaki Kurokawa1,*
Author Information & Copyright
1School of Engineering, Tokyo University of Technology, Tokyo, Japan, hkuro@cs.teu.ac.jp
*Corresponding Author: Hiroaki Kurokawa, 1404-1 Katakura Hachioji Tokyo Japan, +81-42-637-2404, hkuro@cs.teu.ac.jp.

© Copyright 2016 Korea Multimedia Society. This is an Open-Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/by-nc/4.0/) which permits unrestricted non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.

Received: Dec 15, 2016 ; Revised: Dec 30, 2016 ; Accepted: Dec 31, 2016

Published Online: Dec 31, 2016

Abstract

The Pulse Coupled Neural Network (PCNN) is a kind of neural network models that consists of spiking neurons and local connections. The PCNN was originally proposed as a model that can reproduce the synchronous phenomena of the neurons in the cat visual cortex. Recently, the PCNN has been applied to the various image processing applications, e.g., image segmentation, edge detection, pattern recognition, and so on. The method for the image matching using the PCNN had been proposed as one of the valuable applications of the PCNN. In this method, the Genetic Algorithm is applied to the PCNN parameter learning for the image matching. In this study, we propose the method of the similar image rating using the PCNN. In our method, the Genetic Algorithm based method is applied to the parameter learning of the PCNN. We show the performance of our method by simulations. From the simulation results, we evaluate the efficiency and the general versatility of our parameter learning method.

Keywords: Parameter learning; Pulse Coupled Neural Network; Similar image rating

I. INTRODUCTION

Pulse-Coupled Neural Network (PCNN) [1][2] is a kind of neural network model composed of spiking neurons and local connections. The PCNN shows the temporary synchronous dynamics of neurons’ firings. By using the synchronous pulse dynamics of the PCNN, many engineering applications of the PCNN have been proposed especially in the fields of image processing, e.g., image segmentation, edge detection, pattern recognition, image matching and so on [2]-[8], where the two-dimensional PCNN is used as shown in Fig.1.

jmis-3-4-155-g1
Fig. 1. The basic scheme of the image processing using PCNN
Download Original Figure

The image matching method using the PCNN-Icon [3][7][8] is one of the valid applications of the PCNN. The PCNN-Icon is determined as the time series of the number of firing neurons. In this method the PCNN-Icon is used as an image feature amount, and a correlation coefficient of the PCNN-Icons form two images is used for the decision of their equality.

The PCNN has several parameters to be determined. It has been shown that the parameter learning based on the Genetic Algorithm [7][8][9] is effective in the method for the image matching.

In this study, we apply the two-dimensional PCNN to the similar image rating. In our method, the Genetic Algorithm based method is used for the parameter learning. We evaluate the effectiveness of the parameter learning method by simulations. The results suggest the possibility of application to the similar image search and the category classification of images.

II. THE MODEL AND THE METHOD

2.1 Pulse Coupled Neural Network (PCNN)

Figure 1 shows the basic scheme of the image processing using two-dimensional PCNN. The spiking neurons in the PCNN are locally connected as shown in Fig. 1(a). The neuron in the PCNN and the pixel in the processing image are in one-to-one correspondence, and the intensity of the pixel can be neuronal external input as shown in Fig. 1(b).

The neuron in the PCNN is composed of three parts, i.e., the feeding input, the linking input, and the pulse generator. Figure 2 shows a simple schematic of the neuron in the PCNN.

jmis-3-4-155-g2
Fig. 2. The schematic of the neuron Nmn in the PCNN
Download Original Figure

The Feeding input receives an external input such as an intensity of the corresponding pixel, and the linking input receives the inputs from other neurons. Assuming that the neurons Nmn arearranged in a two-dimensional lattice so as to correspond to the pixel Xmn of the image, the feeding input receives the external stimulus from the pixel Xmn, where m, n and i, j denote the coordinates of the neurons and pixels. Also the linking input receives the output of neighboring neurons as shown in Fig. 1(a).

In this study, we assume that the feeding input Fmn and linking-input Lmn at time step t are given by,

F m n ( t ) = X m n 255
(1)
L m n ( t ) = L m n ( t 1 ) e x p ( 1 τ L ) + V L i j W m n , i j Y i j ( t 1 ) ,
(2)

where τL and VL are the parameters. The feeding input is a normalized intensity of the corresponding pixel. The linking input is updated with the neighboring neurons’ outputs. Synaptic weights Wmn,ij of the neuron Nmn and neighboring neuron Nij is given by,

W m n , i j ( t ) = { 1 h d ( r d ) , 0 o t h e r w i s e .
(3)

In Eq. (3), d is given by,

d = ( i m ) 2 + ( j n ) 2 .
(4)

In Eq. (3) and (4), r and h are the parameters. Note that the neuron has no synaptic weight to itself.

The pulse generator calculates the internal state of the neuron. The internal state of the neuron Nmn at time step t is given by,

U m n ( t ) = F m n ( t ) ( 1 + β L m n ( t ) ) ,
(5)

where β is the parameter. When the internal state Umn exceeds the threshold Tmn, neurons Nmn fires. Firing condition of the neuron Nmn at the time step t is given by,

Y m n ( t ) = { 1 U m n ( t ) > T m n ( t ) , 0 o t h e r w i s e .
(6)

In Eq. 6, Tmn is the threshold and it is given by,

T m n ( t + 1 ) = T m n ( t ) e x p ( 1 τ T ) + V T Y m n ( t ) ,
(7)

where τT and VT are the parameters. The firing state of the neuron is obtained by calculation of Eqs. (1) to (7). The firing states of the neurons are synchronously updated at each time step. The time series of the number of firing neurons in the PCNN is called the PCNN-Icon. Figure3 shows examples of PCNN-Icons.

jmis-3-4-155-g3
Fig. 3. Example of PCNN-Icon
Download Original Figure

In our previous study [7][8], these PCNN-Icons are used as an image feature amount for the image matching. As shown in Figure 3, similar PCNN-Icons are obtained from same images, even if, the image is rotated or reduced.

The parameters of the PCNN can be summarized to a set of seven parameters in Eqs. (1) to (7). The performance of the application depends on these parameters. In this study, we apply the parameter learning method based on the Genetic Algorithm to obtain appropriate values of these seven parameters.

2.2 Parameter Learning Method

In this section, we describe the PCNN parameter learning method using the Genetic Algorithm. The Genetic Algorithm is adaptive heuristic search algorithm based on the evolutionary ideas from a natural selection and an alternation of generations.

In our previous study [7][8], it has been proposed that the Genetic Algorithm based method of the PCNN parameter learning for the image matching. In this study, we apply the similar method to the similar image rating.

To apply the Genetic Algorithm to the parameters optimization, a set of real numbers of the seven PCNN parameters is defined as a chromosome. The procedure of the Genetic Algorithm is summarized as follows.

Step 1: Initialize the population

All of the chromosomes in the population are initialized randomly.

Step 2: Fitness Function

Calculate the fitness of each chromosome. If the fitness satisfies the condition, the parameters are obtained. In other case, go to step 3.

Step 3: Best Chromosome Selection

Select the best fitness chromosome, and send it to the next generation.

Step 4: Crossover and Mutation

The remaining chromosomes are modified by Crossover and Mutation. Modified chromosomes are sent to the next generation. Repeat this step until a number of the next generation chromosomes are full, then return to the step 2.

Figure4 shows a flow diagram of this procedure. In our method, the seven learning PCNN parameters are β, τL, VL, τT, VT, h, and r in Eqs. (1) to (7). In our method, the number of chromosomes is 17, the crossover rate is 0.6, mutation rate is 0.3, and elitism and roulette selection are applied. The ranges of the real numbers are empirically assumed to be [0.0, 20.48]. Stop condition of the Genetic Algorithm is 1,000 iterations. The fitness is determined by the correlation coefficient CXY (0 < CXY <1) of the PCNN-Icons from image X and Y. The correlation coefficient is given by,

jmis-3-4-155-g4
Fig. 4. Procedure of the Genetic Algorithm for the parameter learning
Download Original Figure
C X Y = t = 0 t m a x ( x t x ¯ ) ( y t y ¯ ) t = 0 t m a x ( x t x ¯ ) 2 t = 0 t m a x ( y t y ¯ ) 2 .
(8)

As shown in Eq. (8), CXY is the normalized correlation coefficient, where xt and yt are the number of the firing neurons at the time step t. Also in Eq. (8), and are the average of xt and yt through t = 0 to t = tmax. We assume that the tmax is 100 in this study. The correlation range is normalized to [0.0, 1.0]. Also, the fitness is given by,

F i t n e s s = C e q + ( 1 C d i f f ) .
(9)

In Eq. (9), Σ Ceq means the summation of correlation coefficients from the pairs of similar images, Σ( 1 − Cdiff ) means the summation of the values of formula including the correlation coefficients from the pairs of non-similar images. Figure 5 shows examples of similar images and non-similar images.

jmis-3-4-155-g5
Fig. 5. Similar images and non-similar images
Download Original Figure

III. SIMULATION RESULTS

In this section, we show the simulation results of the similar image rating by our method. Figure 6 shows 18 test images used in the parameter learning. The set of these test images is composed of three similar image groups i.e., the baseball bat, the piano, and the motorcycle. The goal of this simulation is to find the similarity of the images in the same group by similar image rating.

jmis-3-4-155-g6
Fig. 6. Test Images for the parameter learning
Download Original Figure

Figure 7 shows the results of the similar image rating by the PCNN with random parameters. The value in each cell shows the correlation coefficient of the PCNN-icons from the 18 test images. Also, Figure 8 is the results from the PCNN with parameters obtained by our method. In these results, the colored cells show the top six of large correlation coefficient. From these results, we can find that our method can decide the appropriate parameters for the similar image rating.

jmis-3-4-155-g7
Fig. 7. The results with the random parameters
Download Original Figure
jmis-3-4-155-g8
Fig. 8. The results with the parameters by our method
Download Original Figure

In order to show the general versatility of our parameter learning method, we show the results of similar image rating using unlearned images. Figure 9 shows nine test images for the simulation. Figure 10 shows the results of the similar image rating by the PCNN with learned parameters using the images shown in Figure 6. From the results, we can find that our method has general versatility for the similar image rating.

jmis-3-4-155-g9
Fig. 9. Test images
Download Original Figure
jmis-3-4-155-g10
Fig. 10. The results using test images
Download Original Figure

IV. CONCLUSION

In this study, we applied our Genetic Algorithm based PCNN parameter learning method to the similar image rating using the PCNN, and evaluate its performances by the simulation. The simulation results showed that our method can find similarity among the same group images, and it is applicable not only the learned images but also the unlearned images.

The technique of the similar image rating can be a component technology of the Content-Based Image Retrieval (CBIR). We will apply our method to the CBIR system and show its efficiency in our future work.

REFERENCES

[1].

R. Eckhorn, H. J. Reitboeck, M. Arndt, and P. Dicke, “Feature linking via synchronization among distributed assemblies,” Neural Computation, Vol.2, pp.293-307,1990.

[2].

R. Eckhorn, “Neural Mechanisms of Scene Segmentation: Recording from the Visual Cortex Suggest Basic Circuits for Linking Field Model,” IEEE Trans. Neural Network, vol.10, no.3, pp.464-479, 1999.

[3].

J.L. Johnson and M.L. Padgett, “PCNN Models and Applications,” IEEE Transactions on Neural Network, vol. 10, no. 3, pp.480-498, 1999.

[4].

H.S. Ranganth and G. Kuntimad, “Image segmentation using pulse coupled neural networks,” in Proceedings of the international Conference on Neural Networks, Orlando, vol. 2, 1285–1290, 1994.

[5].

T. Lindblad and J. M. Kinser, Image processing using pulse-coupled neural networks, Springer-Verlag, 2005.

[6].

H. Kurokawa, S. Kaneko, and M. Yonekawa, “A Color Image Segmentation using Inhibitory Connected Pulse Coupled Neural Network” in Proceedings of the international conference on Artificial neural network, Limassol, pp.776-783, 2009.

[7].

M. Yonekawa and H. Kurokawa, “The parameter optimization of the pulse coupled neural network for the pattern recognition,” in Proceedings of the international conference on Artificial neural network, Thessaloniki, pp.179-187, 2010.

[8].

M. Yonekawa and H. Kurokawa, “An evaluation of the image recognition method using pulse coupled neural network,” in Proceedings of the international conference on Artificial neural networks, Espoo, pp.217-224, 2011.

[9].

A.H.Weight, “Genetic algorithms for real parameter optimization,” Foundations of Genetic Algorithms, vol. 1, pp. 205-218, 1991.