3D Object Recognition Based on Low Frequency Response and Random Feature Selection Roberto A. Vázquez, Humberto Sossa, and Beatriz A. Garro Centro de Investigación en Computación – IPN Av. Juan de Dios Batiz, esquina con Miguel de Othon de Mendizábal Ciudad de México, 07738, México [email protected], [email protected], [email protected]

Abstract. In this paper we propose a view-based method for 3D object recognition based on some biological aspects of infant vision. The biological hypotheses of this method are based on the role of the response to low frequencies at early stages, and some conjectures concerning how an infant detects subtle features (stimulating points) from an object. In order to recognize an object from different images of it (different orientations from 0° to 100°) we make use of a dynamic associative memory (DAM). As the infant vision responds to low frequencies of the signal, a low-filter is first used to remove high frequency components from the image. Then we detect subtle features in the image by means of a random feature selection detector. At last, the DAM is fed with this information for training and recognition. To test the accuracy of the proposal we use the Columbia Object Image Library (COIL 100) database.

1 Introduction View-based object recognition has attracted much attention in recent years. In contrast to methods that rely on pre-defined geometric (shape) models for recognition, view-based methods learn a model of the object's appearance in a two-dimensional image under different poses and illumination conditions. Several view-based methods have been proposed to recognize 3D objects. In Poggio and Edelman [2] show that 3D objects can be recognized from the raw intensity values in 2D images (pixel-based representation) using a network of generalized radial basis functions. Turk and Pentland [3] demonstrate that human faces can be represented and recognized by eigenfaces. Representing a face image as a vector of pixel values, the eigenfaces are the eigenvectors associated with the largest eigenvalues that are computed from a covariance matrix of the sample vectors. An attractive feature of this method is that the eigenfaces can be learned from the sample images in pixel representation without any feature selection. Despite this method is a computationally expensive technique; it has been used in different vision tasks from face recognition to object tracking. Murase and Nayar [4] and [5] developed a parametric eigenspace method to recognize 3D objects directly from their appearance. For each object of interest, a set of images in which the object appears in different poses is obtained as training examples. Next, the eigenvectors are computed from the covariance matrix of the training set. The set of images is projected to a low dimensional subspace spanned A. Gelbukh and A.F. Kuri Morales (Eds.): MICAI 2007, LNAI 4827, pp. 694–704, 2007. © Springer-Verlag Berlin Heidelberg 2007

3D Object Recognition Based on Low Frequency Response

695

by a subset of eigenvectors, in which the object is represented as a manifold. A compact parametric model is constructed by interpolating the points in the subspace. In recognition, the image of a test object is projected to the subspace and the object is recognized based on the manifold it lies on. General-purpose learning methods such as support vector machines (SVMs) have also been used for this problem. Schölkopf [7] was the first to apply SVMs to recognize 3D objects from 2D images and has demonstrated the potential of this approach in visual learning. Pontil and Verri [8] also used SVMs for 3D object recognition and experimented with a subset of the COIL-100 data set. Their training set consisted of 36 images (one for every 10°) for each of the 32 objects they chose, and the test sets consist of the remaining 36 images for each object. For 20 random selections of 32 objects from the COIL-100, the system achieves perfect recognition rate. A subset of COIL-100 set has also been used by Roobaert and Van Hulle [9] to compare the performance of SVMs with different pixel-based input representations. In this research, we propose a view-based method for 3D object recognition based on some biological aspects of infant vision. The biological hypotheses of this proposal are based on the role of the response to low frequencies at early stages, and some conjectures concerning how an infant detects subtle features (stimulating points) in a face or object [10], [11], [14] and [15]. As a learning device we use a dynamic associative memory (DAM) used to recognize different images of objects at different orientations (from 0° to 90°). Due to the infant vision responds to low frequencies of the signal, a low-filter is first used to remove high frequency components from the image. Then we detect subtle features in the image by means of a random selection of stimulating points. At last, the DAM is fed with this information for training and recognition. To test the accuracy of the proposal, we use the Columbia Object Image Library (COIL 100) [6]. The training set consists of 100 images (one for every object at 0°), and the testing set consists of the 20 images (from 5 to 100°) for each object.

2 Dynamic Associative Memory The Dynamic associative model is not an iterative model as Hopfield’s model. This model emerges as an improvement of the model proposed in [13] and some of the results presented in [16]. Let x ∈ R n and y ∈ R m an input and output pattern, respectively. An association

(

)

between input pattern x and output pattern y is denoted as x k , y k , where k is the corresponding association. Associative memory W is represented by a matrix whose components wij can be seen as the synapses of the neural network. If

x k = y k ∀k = 1,h , p then W is auto-associative, otherwise it is hetero-associative. A distorted version of a pattern x to be recalled will be denoted as xh . If an associative memory W is fed with a distorted version of x k and the output obtained is exactly y k , we say that recalling is robust.

696

R.A. Vázquez, H. Sossa, and B.A. Garro

2.1 Building the Associative Memory Due to several regions of the brain interact together in the process of learning and recognition [12], in the dynamic model there are defined several interacting areas; also it integrated the capability to adjust synapses in response to an input stimulus. Before the brain processes an input pattern, it is hypothesized that it is transformed and codified by the brain. This process is simulated using the procedure introduced in [13]. This procedure allows computing codified patterns from input and output patterns denoted by x and y respectively; xˆ and yˆ are de-codifying patterns. Codified and de-codifying patterns are allocated in different interacting areas and d defines of much these areas are separated. On the other hand, d determines the noise supported by our model. In addition a simplified version of x k denoted by sk is obtained as:

sk = s ( xk ) = mid x k

(1)

where mid operator is defined as mid x = x( n +1) / 2 . When the brain is stimulated by an input pattern, some regions of the brain (interacting areas) are stimulated and synapses belonging to those regions are modified. In this model, the most excited interacting area is call active region (AR) and could be estimated as follows:

⎛ p ⎞ ar = r ( x ) = arg ⎜ min s ( x ) − si ⎟ i =1 ⎝ ⎠

(2)

Once computed the codified patterns, the de-codifying patterns and sk we can build the associative memory. Let ( x k , y k ) k = 1,h , p , x k ∈ R n , y k ∈ R m a fundamental set of associations

{

}

(codified patterns). Synapses of associative memory W are defined as:

wij = yi − x j

(3) After computed the codified patterns, the de-codifying patterns, the reader can easily corroborate that any association can be used to compute the synapses of W without modifying the results. In short, building of the associative memory can be performed in three stages as: 1. 2. 3.

Transform the fundamental set codifying patterns by means of Compute simplified versions of Build W in terms of codified

of association into codified and depreviously described Procedure 1. input patterns by using equation 1. patterns by using equation 3.

2.2 Modifying Synapses of the Associative Model There are synapses that can be drastically modified and they do not alter the behavior of the associative memory. In the contrary, there are synapses that only can be slightly modified to do not alter the behavior of the associative memory; we call this set of synapses the kernel of the associative memory and it is denoted by K W .

3D Object Recognition Based on Low Frequency Response

697

Let K W ∈ R n the kernel of an associative memory W . A component of vector

K W is defined as:

kwi = mid ( wij ) , j = 1,h , m

(4)

According to the original idea of our proposal, synapses that belong to K W are modified as a response to an input stimulus. Input patterns stimulate some active regions, interact with these regions and then, according to those interactions, the corresponding synapses are modified. Synapses belonging to K W are modified according to the stimulus generated by the input pattern. This adjusting factor is denoted by Δw and can be computed as:

Δw = Δ ( x ) = s ( x r ) − s ( x )

(5)

where r is the index of the active region. Finally, synapses belonging to K W are modified as:

K W = K W ⊕ ( Δwnew − Δwold )

(6)

where operator ⊕ is defined as x ⊕ e = xi + e ∀i = 1,h , m . As you can appreciate, modification of K W in equation 6 depends of the previous value of Δw denoted by

Δwold obtained with the previous input pattern. Once trained the AM, when it is used by first time, the value of Δwold is set to zero. 2.3 Recalling a Pattern Using the Proposed Model Once synapses of the associative memory have been modified in response to an input pattern, every component of vector y can be recalled by using its corresponding input vector x as:

yi = mid ( wij + x j ) , j = 1,h , n

(7)

In short, pattern y can be recalled by using its corresponding key vector x or xh in six stages as follows: 1. Obtain index of the active region 2. Transform

3.

xk

ar

by using equation 2.

using de-codifying pattern

hk k ˆ ar . ing transformation: x = x + x h Compute adjust factor Δw = Δ ( x ) by ing equation 6.

6. Obtain

y

k

h yk

by applying the follow-

using equation 5.

4. Modify synapses of associative memory 5. Recall pattern

xˆ ar

W

that belong to

KW

by us-

yˆ ar

by ap-

by using equation 7.

h y k using h y k = y k − yˆ ar .

by transforming

plying transformation:

de-codifying pattern

698

R.A. Vázquez, H. Sossa, and B.A. Garro

The formal set of prepositions that support the correct functioning of this dynamic model and the main advantages with respect to other classical models can be found in [21]. Some interesting applications of this model are described in [17], [18], [19], and [20].

3 Description of the Proposal The proposal consists of a DAM used to recognize different images of a 3D object. As the infant vision responds to low frequencies of the signal, a low-filter is first used to remove high frequency components from the image. Then we detect subtle features in the image by means of a random selection of stimulating points. At last, the DAM is fed with this information for training and recognition. In Fig. 1 it is shown a general schema of the proposal.

(a)

(b)

Fig. 1. A general schema of the proposal. (a) Building phase. (b) Recall phase.

3.1 Response to Low Frequencies It is important to mention that instead of using a filter that exactly simulates the infant vision system behavior at any stage we use a low-pass filter to remove high frequency. This kind of filter could be seen as a slight approximation of the infant vision system due to it eliminates high frequency components from the pattern. For simplicity, we used an average filter. If we apply this filter to an image, the resultant image could be hypothetically seen as the image that infants perceive in a specific stage of their life. One year (1x1) 6 months (9x9) 3 months (21x21) Fig. 2. Images filtered with masks of different size. Each group could be associated with different stages of infant vision system.

For example, we could associate the size of the mask used in the filter with a specific stage. For example if the size of the mask is one we could say that the resultant

3D Object Recognition Based on Low Frequency Response

699

image corresponds to one year of age; if the size of the mask is the biggest we could say that the resultant image corresponds to a newborn. Fig. 2 shows some images filtered with masks of different sizes. 3.2 Random Selection In order to simulate the random selection of the infant vision system we add to the DAM model a vector of stimulating points SP where each stimulating point, given by spi = random ( n ) , is a random number between zero and the length of input pattern and i = 1,h , c where c is the number of stimulating points used. To determine the active region we allocate in the DAM model an alternative simplified version of each pattern x k given by:

ssik = ss ( x k ) = x kspi

(8)

Once compute these simplified versions we could estimate the active region as follows: p

ar = r ( x ) = arg max(a)

(9)

i =1

p

where ab = ab + 1 , bi = arg min ⎡⎣ ss ( x ) ⎤⎦ − ssik and i = 1,h , c . i i k =1

i

We supposed that most relevant information that best describes an object in an image is concentrated in the center of the image. In general, when humans pay attention to a particular object, most of the time humans they focus their sight in the center of the field vision. Trying to simulate this, we use a Gaussian random number generator based in the polar form of the Box-Muller transformation [1]. 3.3 Implementation of the Proposal Building of the DAM is done as follows:

I kx

Let

and

I ky

an association of images and

c

be the number of stimu-

lating points.

1.

Take at random a stimulating point

2.

spi , i = 1,h , c .

For each association: Select filter size and apply it to the stimulating points in the images.

a.

3.

k

k

Transform the images into a vector ( x , y ) by means of the standard image scan method. Train the DAM as in building procedure and compute the alternative simplified version of the patterns by using equation 8.

b.

Pattern I ky can be recalled by using its corresponding key image I kx or distorted version Ihkx as follows:

700

1. 2. 3. 4. 5.

R.A. Vázquez, H. Sossa, and B.A. Garro

Use the same stimulating point,

spi , i = 1,h , c

and filter size as in

building phase. Apply filter to the stimulating points in the images. Transform the images into a vector by means of the standard image scan method Determine active region using equation 9. Apply steps from two to six as described in recalling procedure.

4 Experimental Results To test the accuracy of the proposal, we have used the Columbia Object Image Library (COIL 100). The training set consists of 100 images (one for every object at 0°), and the testing set consists of the 20 images (from 5 to 100°) for each object. Each photo is in colour and of 128 × 128 pixels. The DAM was trained in the auto-associative way using building procedure described in section 3.3. Once trained the DAM we proceeded to test the proposal with three sets of experiments. In the first set of experiments we show how by using a Gaussian number generator and different stimulating points the accuracy of the proposal increases. In the second set of experiment we show how by changing the standard deviation and different stimulating points the accuracy of the proposal increases. Finally in the third set experiments, we show how by increasing the size of the filter the accuracy of the proposal could be also increased. 4.1 First Set of Experiments In this set of experiments we compared four random number generators. The first generator generates uniformly distributed random numbers (uniform 1) in intervals. For the details, refer to [20]. The second generator also generates uniformly distributed random numbers (uniform 2). The third and forth ones generate Gaussian random numbers based on the polar form of the Box-Muller transformation. For the third generator, we generated random numbers over the image transformed into a vector using a mean of 8191.5 and a standard deviation of 4729.6. For the forth generator we generated random numbers over axis x and y of the image by using a mean of 63.5 and a standard deviation of 37.09. By using this generator we tried to approximate the way humans focus their sight to the center of the field vision. We have also experimented with different numbers of stimulating points. As you can appreciate from Fig. 3(a), in average the accuracy of the proposal when using the first two generators is of 36% and 34% respectively. In general, the accuracy of the proposal when using the Gaussian generator increases; in average for Gaussian 1 and Gaussian 2 the accuracy of the proposal is 42% and 50% respectively. On the other hand, when augmenting to 200 stimulating points the accuracy of the proposal tends to increase. Despite of the accuracy obtained using each generator, we can see a clearly advantage of generate Gaussian random numbers over axis x and y on an image against the other generators.

3D Object Recognition Based on Low Frequency Response

701

4.2 Second Set of Experiments In this set of experiments we modified the value of the standard deviation of forth generator in order to improve the accuracy of the proposal. We used this generator in order to approximate the way as a human focus their sight at the center of the field vision. Despite humans focus their sight at the center of all field vision, they also perceive information from the periphery to the center field vision. We could control the radius of the center to the periphery by adjusting the value of standard deviation. In the previous set of experiments we used a standard deviation of 37.09, this means that we generated stimulating points from the whole image. If we reduce the standard deviation we could concentrate the stimulating points to the center of the image. In Fig. 3(b) we show the accuracy of the proposal when varying the value of standard deviation. SD-x is the value of the standard deviation 37.09 minus the value of x. As you can be appreciated from this figure, if we reduce the standard deviation the accuracy of the proposal increases, but when the stimulating points are too concentrated to the center of the image the accuracy of the proposal tends to decrease. In average the accuracy of the proposal for the different standard deviations SD-5, SD-10, SD-15, SD-20, SD-25 and SD-30 was of 56%, 72%, 83%, 87%, 76% and 62% respectively. It is worth mentioning from this experiment how the proposal’s accuracy can be increased when changing the value of the standard deviation. Particularly, the best accuracy was of 92% when using 2001 stimulation points and SD-20. 4.3 Third Set of Experiments In this set of experiments we removed the high frequencies of the images in order to improve the accuracy of the proposal. By removing high frequencies, as we will see, contributes to eliminate unnecessary information and help the DAM to learn efficiently objects. As we previously said, we have used an average filter. In this set of experiments we applied the filter to the stimulating point in the images. We tested different size of the filter from 1 to 39 combine with different SD-x. As you can appreciate from Fig. 4(a), the accuracy of the proposal when using SD0 increases when the size of the filter is increased. By using 1000, 2000 and 3000 stimulating points we reached an accuracy of 97%, 95% and 96% respectively. After a filter of size 35 the accuracy starts to decrease. The accuracy of the proposal using SD-5 increases when the size of the filter is increased, see Fig. 4(b). By using 1000, 2000 and 3000 stimulating points we reached an accuracy of 95%, 95% and 96% respectively. Also, after a filter of size 35 the accuracy starts to decrease. In Fig. 4(c) it is shown how the accuracy of the proposal when using SD-15 increases when the size of the filter is increased. By using 1000, 2000 and 3000 stimulating points we reached an accuracy of 94%, 95% and 96% respectively. After a filter of size 29 the accuracy starts to decrease. As in the case of previous configurations, the accuracy of the proposal when using SD-20 increases when the size of the filter is increased as shown in Fig. 4(d). By

702

R.A. Vázquez, H. Sossa, and B.A. Garro

(a)

(b)

Fig. 3. (a) Accuracy of the proposal using different random number generators. (b) Accuracy of the proposal using different standard deviation values.

(a)

(b)

(d)

(c)

(e)

Fig. 4. (a-e) Accuracy of the proposal using different size of the filter and SD-x

using 1000, 2000 and 3000 stimulating points we reached an accuracy of 93%, 93% and 94% respectively. After a filter of size 21 the accuracy starts to decrease. In the contrary, as you can appreciate from Fig. 4(e), the accuracy of the proposal when using SD-25 decreases when the size of the filter is increased. By using 1000, 2000 and 3000 stimulating points we reached an accuracy of 89%, 91% and 91% respectively. Through several experiments we have observed that after applying a filter of size greater than 1 and SD-25 the accuracy of the proposal tends to diminish. In average, by removing high frequencies and by selecting at random stimulating points, and by using a Gaussian number generator over axis x and y, contributes to eliminating unnecessary information and help the DAM to learn efficiently the objects. In general, the accuracy of the proposal surpasses the 90% of recognition and with some configurations we up-performed this result. By using SD-0, 1000 stimulating points and a filter of size 31 we reached an accuracy of 97%. The results obtained with the proposal through several experiments were comparable with those obtained by means of a PCA-based method (99%). Although PCA is a powerful technique it consumes a lot of time to reduce the dimensionality of the data.

3D Object Recognition Based on Low Frequency Response

703

Our proposal, because of its simplicity in operations, is not a computationally expensive technique and the results obtained are comparable to those provided by PCA.

5 Conclusions In this paper we have proposed a view-based method 3D object recognition based on some biological aspects of infant vision. We have shown that by applying some aspects of the infant vision system it is possible to enhance the performance of an associative memory and also make possible its application to complex problems such as 3D object recognition. The biological hypotheses of this method are based on the role of the response to low frequencies at early stages, and some conjectures concerning to how an infant detects subtle features (stimulating points) in objects. We used a DAM used to recognize different images of a 3D object. As the infant vision responds to low frequencies of the signal, a low-filter is first used to remove high frequency components from the image. Then we detect subtle features in the image by means of a random selection of stimulating points. At last, the DAM is fed with this information for training and recognition. Through several experiments we have shown how the accuracy of the proposal can be increased by using a Gaussian number generator over axis x and y on an image. Trying to approximate the way as a human focus their sight to the center of the field vision and perceive information from the periphery to the center field vision. We could control the radius of the center to the periphery adjusting the value of standard deviation. By removing high frequencies and by randomly selecting of stimulating points contributes to eliminate unnecessary information and help the DAM to learn efficiently the objects. In general, the accuracy of the proposal oscillates between 90% and 97%. Important to mention is that, to our knowledge, nobody has reported results of this type using an associative memory for 3D object recognition. The results obtained with the proposal were comparable with those obtained by means of a PCA-based method. Although PCA is a powerful technique it consumes a lot of time to reduce the dimensionality of the data. Our proposal, because of its simplicity in operations, is not a computationally expensive technique and the results obtained are comparable to those provided by PCA. Acknowledgments. This work was economically supported by SIP-IPN under grant 20071438 and CONACYT under grant 46805.

References [1] Box, G.E.P., Muller, M.E.: A note on the generation of random normal deviates. The Annals of Mathematical Statistics 29(2), 610–611 (1958) [2] Poggio, T., Edelman, S.: A network that learns to recognize 3d objects. Nature 343, 263–266 (1990) [3] Turk, M., Pentland, A.: Eigenfaces for recognition. Journal of Cognitive Neuroscience 3(1), 71–86 (1991)

704

R.A. Vázquez, H. Sossa, and B.A. Garro

[4] Murase, H., Nayar, S.K.: Visual learning and recognition of 3-d objects from appearance. International Journal of Computer Vision 14, 5–24 (1995) [5] Nayar, S.K., Nene, S.A., Murase, H.: Real-time 100 object recognition system. In: Proceedings of IEEE International Conf. on Robotics and Automation, pp. 2321–2325. IEEE Computer Society Press, Los Alamitos (1996) [6] Nayar, S.K., Nene, S.A., Murase, H.: Columbia Object Image Library (COIL 100). Tech. Report No. CUCS-006-96. Department of Comp. Science, Columbia University [7] Schölkopf, B.: Support Vector Learning. PhD thesis, Informatik der Technischen Universitat Berlin (1997) [8] Pontil, M., Verri, A.: Support vector machines for 3d object recognition. IEEE Transactions on Pattern Analysis and Machine Intelligence 20(6), 637–646 (1998) [9] Roobaert, D., Hulle, M.V.: View-based 3d object recognition with support vector machines. In: Proceedings of IEEE International Workshop on Neural Networks for Signal Processing, pp. 77–84. IEEE Computer Society Press, Los Alamitos (1999) [10] Mondloch, C.J., et al.: Face Perception During Early Infancy. Psychological Science 10(5), 419–422 (1999) [11] [11] Acerra, F., Burnod, Y., Schonen, S.: Modelling aspects of face processing in early infancy. Developmental science 5(1), 98–117 (2002) [12] Laughlin, S.B., Sejnowski, T.J.: Communication in neuronal networks. Science 301, 1870–1874 (2003) [13] Sossa, H., Barrón, R., Vázquez, R.A.: Transforming Fundamental set of Patterns to a Canonical Form to Improve Pattern Recall. In: Lemaître, C., Reyes, C.A., González, J.A. (eds.) IBERAMIA 2004. LNCS (LNAI), vol. 3315, pp. 687–696. Springer, Heidelberg (2004) [14] Slaughter, V., Stone, V.E., Reed, C.: Perception of Faces and Bodies Similar or Different? Current Directions in Psychological Science 13(9), 219–223 (2004) [15] Cuevas, K., Rovee-Collier, C., Learmonth, A.E.: Infants Form Associations Between Memory Representations of Stimuli That Are Absent. Psychological Science 17(6), 543–549 (2006) [16] Sossa, H., Barron, R., Vazquez, R.A.: Study of the Influence of Noise in the Values of a Median Associative Memory. In: Beliczynski, B., et al. (eds.) ICANNGA 2007, Part II. LNCS, vol. 4432, pp. 55–62. Springer, Heidelberg (2007) [17] Vazquez, R.A., Sossa, H.: Associative Memories Applied to Image Categorization. In: Martínez-Trinidad, J.F., Carrasco Ochoa, J.A., Kittler, J. (eds.) CIARP 2006. LNCS, vol. 4225, pp. 549–558. Springer, Heidelberg (2006) [18] Vazquez, R.A., Sossa, H., Garro, B.A.: A New Bi-directional Associative Memory. In: Gelbukh, A., Reyes-Garcia, C.A. (eds.) MICAI 2006. LNCS (LNAI), vol. 4293, pp. 367–380. Springer, Heidelberg (2006) [19] Vazquez, R.A., Sossa, H.: A computational approach for modeling the infant vision system in object and face recognition. Journal BMC Neuroscience 8(suppl 2), P204 (2007) [20] Vazquez, R.A., Sossa, H., Garro, B.A.: Low frequency responses and random feature selection applied to face recognition. In: Kamel, M., Campilho, A. (eds.) ICIAR 2007. LNCS, vol. 4633, pp. 818–830. Springer, Heidelberg (2007) [21] Vazquez, R.A., Sossa, H.: A new associative memory with dynamical synapses to be submitted (2007)

3D Object Recognition Based on Low Frequency ... - CiteSeerX

points. At last, the DAM is fed with this information for training and recognition. To ... then W is auto-associative, otherwise it is hetero-associative. A distorted ...

366KB Sizes 2 Downloads 359 Views

Recommend Documents

3D Object Recognition Based on Low Frequency ... - CiteSeerX
in visual learning. ..... based in the polar form of the Box-Muller transformation [1]. .... [1] Box, G.E.P., Muller, M.E.: A note on the generation of random normal ...

Computer Vision-based Wood Recognition System - CiteSeerX
The system has less mobility, although it can be used on laptops, but setting up ... density function normalizes the GLCM by dividing all its elements by the total ...

Detection-based Object Labeling in 3D Scenes
In computer vision, both scene labeling and object de- tection have been extensively .... Hence, the maximum detector response across all scales is the best estimate of the true ..... at 30, 45, and 60 degrees with the horizon. Each detector is.

moving object recognition using improved rmi method - CiteSeerX
e-mail: [email protected], [email protected] ... framework for use in development of automated video surveillance systems. RMI is a specific ...

moving object recognition using improved rmi method - CiteSeerX
plays a major role in advanced security systems and video surveillance applications. With the aim to recognize moving objects through video monitoring system, ...

Face Recognition Based on SVM ace Recognition ...
features are given to the SVM classifier for training and testing purpose. ... recognition has emerged as an active research area in computer vision with .... they map pattern vectors to a high-dimensional feature space where a 'best' separating.

Automatic Object Trajectory- Based Motion Recognition ...
Need to process data from Non- video sensors: e.g., wired- gloves, radar, GPS, ... acceleration, velocity, subtrajectory length, etc. ▫ Lei-Chen & Oria [ACM MIR ...

Language Recognition Based on Score ... - Semantic Scholar
1School of Electrical and Computer Engineering. Georgia Institute of ... over all competing classes, and have been demonstrated to be effective in isolated word ...

Language Recognition Based on Score ... - Semantic Scholar
1School of Electrical and Computer Engineering. Georgia Institute ... NIST (National Institute of Standards and Technology) has ..... the best procedure to follow.

Shape-based Object Recognition in Videos Using ... - Semantic Scholar
Recognition in videos by matching the shapes of object silhouettes obtained ... It is the closest ap- proach to ours regarding the nature of the data while we use.

Low frequency words
Spectral analysis. 1. ... novel spectral analysis techniques. .... Mr. Jitender and Ms Sumathi for fMRI acquisition; Ms Megha Sharda for help with data analysis and.

3D articulated object retrieval using a graph-based ... - Springer Link
Aug 12, 2010 - Department of Electrical and Computer Engineering, Democritus. University ... Among the existing 3D object retrieval methods, two main categories ...... the Ph.D. degree in the Science of ... the past 9 years he has been work-.

View-based 3D Object Retrieval Using Tangent ...
this advantage, we propose a 3D object retrieval framework based on light field. ... In our experiment, a standard 3D object database is adopted, and our.

Distributed PageRank Computation Based on Iterative ... - CiteSeerX
Oct 31, 2005 - Department of Computer. Science. University of California, Davis. CA 95616, USA .... sults show that the DPC algorithm achieves better approx-.

Heuristic Scheduling Based on Policy Learning - CiteSeerX
production systems is done by allocating priorities to jobs waiting at various machines through these dispatching heuristics. 2.1 Heuristic Rules. These are Simple priority rules based on information available related to jobs. In the context of produ

On Low Frequency Entrainment Using Auditory Steady ...
music to mask the sinusoidal tones. ... work was funded by Research Innovation Fund, School of Computer Science and Electronic Engineering, University of.

Heuristic Scheduling Based on Policy Learning - CiteSeerX
machine centres, loading/unloading station and work-in-process storage racks. Five types of parts were processed in the FMS, and each part type could be processed by several flexible routing sequences. Inter arrival times of all parts was assumed to

Facilitate Object Recognition
the subject's verbal response triggered a voice key linked to a headset micro- phone. The intertriai interval was fixed at 2000 msec after the response. The five ...

low frequency noise during work
Below is a list of terms used in this thesis and in the articles referred to in the text. .... therefore a need to develop alternative measures that can better predict negative effects of .... 57 dBD) with a dominance of energy in the low frequency a

Highway Safety Challenges on Low-Volume Rural Roads - CiteSeerX
permission to use smaller sign sizes ... access to residences, farms, businesses or other abutting property,” the .... (20%) Inspection and maintenance programs. .... Other accidents show a peak between 2 and 5 pm, which accounts for ..... with sev