Central Tendency Measurement based Unidentified Object Recognition System

DOI : 10.17577/IJERTV9IS040430
Download Full-Text PDF Cite this Publication

Text Only Version

 

Central Tendency Measurement based Unidentified Object Recognition System

S.M. Mohidul Islam
Department of Computer Science and Engineering Discipline,
Khulna University, Khulna-9208, Bangladesh

Abdullah Al Zubaer, Joyassree Sen,
Bappa Sarkar, Md. Nazrul Islam
Department of Computer Science and Engineering Islamic University,
Kushtia-7003, Bangladesh

Abstract:- At present era, Object recognition has become one of the most momentous tasks for various applications. The existing approach provides poor and inefficiency result due to complex behavior of real images, object size and shape. For object classification it is very important to extract the exact images from a given dataset. In this case, in many studies we have seen that object recognition has done tremendous representation. We envision a new approach of object recognition based on Mean, Median, Mode, Geometric mean, and standard deviation features using Euclidean distance. The overall goal of my research is to find a robust model for object recognition. The model will be robust in both time and accuracy. The experimental results show that this system can perform comparable recognition of object using these features and the evaluation results conclude that the proposed object recognition system shows better results than many existing methods.

KeywordsObject recognition; Central tendency; Standard Deviation; Euclidean distance

  1. INTRODUCTIONTechnology has taken us to a new era of the capability of machines to recognize different objects based on their images [1]. When a human being sees an object, his brain gets some images of the object through his eyes and he can recognize the object easily based on his real life experience [2]. But the task is not easy for a computerized automatic system because the system needs to get images from different angles and it has to have a previous database to compare and contrast. The central tendency measurement based on an unidentified object recognition system can take us a few steps ahead. Though object recognition is a big challenge using computerized object viewing system, the technology has been developed over times. At present object recognition is done getting the images of an object and comparing it with the exact images extracted from the given dataset in the system [6]. In the research, a new approach of object recognition based on mean median geometric mean and standard deviation features using Euclidean distance has been used in object recognition [3]. All these imply a central tendency and that tendency helps us to recognize an unidentified object.
  2. METHODOLOGY AND IMPLEMENTATIONThe system architecture of the research is shown in fig 1. The system involves two phases: training phase and testing phase. Both phase contains some common steps: image acquisition, preprocessing, feature extraction and feature vector creation etc.

    Training image acquisition

    Training image acquisition

     

    Training Phase

    Testing Phase

    Query image acquisition

    RGB to Gray

    Preprocessing

    RGB to Gray

    RGB to Gray

    Preprocessing

    RGB to Gray

    Mean, Median, Mode, Geometric mean,

    Standard Deviation

    Create Feature Vector

    Mean, Median, Mode, Geometric mean, Standard Deviation

    Create Feature Vector

    Feature Extraction

    Feature Extraction

     

    Euclidean Distance

    Euclidean Distance

     

    Store in Database

    Output (Object type)

    Output (Object type)

     

    Fig 1: System Architecture

    1. Training PhaseThe Steps of the training phases are described in the below:
    2. Image AcquisitionImage of 8 different object types are used for training. All images are resized to 256 × 256. Figure 2 shows some sample images of eight different types of objects [7].

      Fig 2: Sample image of 8 different types of objects

    3. PreprocessingThe images in the dataset are RGB images. The RGB images are converted to gray images. Fig 3 shows a sample gray apple image.
    4. Feature ExtractionFig 3: Converted Gray image of apple of fig 2

      The features are extracted from processed images. The central tendency meansures such as mean, median, mode, and GM features are used with one data dispersion measure: standard deviation [3].

      Measuring the Central Tendency: Mean, Median, Mode, and Geometric mean.

      In this section, we look at various ways to measure the central tendency of data. Suppose that we have some attribute X, which has been recorded for a set of objects. Let x1 , x2 ,……….., xN be the set of N observed values or observations for X. Here, these values may also be referred to as the data set (for X). If we were to plot the observations for X, where would most of the values fall? This gives us an idea of the central tendency of the data. Measures of central tendency include the mean, median, mode, and geometric mean.

      The most common and effective numeric measure of the centre of a set of data is the (arithmetic) mean. Let x1, x2,……….., xN

      be a set of N values or observations, such as for some numeric attribute X. The mean of this set of values is

      =

      The median of this set of values is

       

      =

      = + ++

      The mode of this set of values is

      Me = L +

      ×

      Mo = L +

      ×

      The geometric mean of this set of values is

      G= ( )

      Measuring the Dispersion of Data: Standard Deviation

      Variance and standard deviation are measures of data dispersion. They indicate how spread out a data distribution is. A low standard deviation means that the data observations tend to be very close to the mean, while a high standard deviation indicates that the data are spread out over a large range of values [8][9].

      The variance of N observations x1, x2,……….., xN for a numeric attribute X is

      ² = (

      )² = ( ) ²

      =

      =

      Where, is the mean value of the observations. The standard deviation, , of the observation is the square root of the variance,

      2.

    5. Feature Vector Creation and Storing in DatabaseAfter extracting features from images, the feature vector is created for each image and the feature vectors are stored in the databse [4][5]. Figure 4 shows the sample extracted feature of first 20 images of the dataset. In the figure, 1st column represents the class label, 2nd to 6th column represents the mean, median, mode, standard deviation, and GM features respectively.

      Fig 4: Sample extracted features of 20 images (10 apple and 10 car images)

    6. Testing Phase: Object Recognition

    The query image acquisition, preprocessing, feature extraction, and fetaure vector vector creations steps of testing phase are same as those of training phase. The distance of the features of the query image from the features of the training images are calculated using Euclidean or L2 distance metric. The class of the image of shortest distance from query image is considered the predicted class of the query image. The most popular distance measure is Euclidean distance (i.e., straight line or as the crow flies). Let i = ( 1, 2 ,…., p) and j = (1, 2 ,…., p) be two objects described by p numeric attributes. The Euclidean distance between objects i and j is defined as

    (, ) = {( )² + ( ) + + ( )²}

  3. SIMULATION RESULTS(a)

    (b)

    Fig 5: Sample Object Recognition outputs (apple andcow)

  4. PERFORMANCE ANALYSIS

The experiments are performed on 80 images. Images include 10 images from 8 different objects (Apple, Car, Cow, Cup, Dog, Horse, Pear, and Tomato). The 10 images of each object vary in angle. Five-fold cross validation is performed, i.e., the images are partitioned into five equal subsets, D1, D2, D3, D4, D5 . That means, each partition contains 16 images, 2 images from each category. Each time of iteration, one of the partitions is used for testing and other 4 partitions are used for training. This is performed five different times. So each image is tested exactly one time. In each of the iterations, the total number of correctly recognized object is counted and it is 13, 15, 14, 13, and 13 respectively. So Accuracy of this work is

Accuracy = ((13+15+14+13+13) × 100 / 80) = 85%.

CONCLUSION

Object recognition from image is an intriguing task in computer vision. It is simple for human being but complex for machine because of complex background, lightening, different viewing angle, size etc. So, a typically automatic and robust system is required to recognize object. In this project, a content-based object recognition system using central tendency measures such as: mean, median, mode, and midrange with one data dispersion measures, standard deviations are discussed. Euclidean or L2 Distance from query image features to training image features are used to find the similar object of the query image. The class of the image object with the shortest distance is considered as the predicted class of the query image. The experimental results show that this system can perform comparable recognition of object using these features and the evaluation results conclude that the proposed object recognition system shows better results than many existing methods.

REFERENCES

  1. F. Long, H. J. Zhang and D. D. Feng, Fundamentals of Content-basedImage Retrieval, In Multimedia Information Retrieval andManagement, D. Feng Eds, Springer, 2003.
  2. A. Goyal and E. Walia, Variants of Dense Descriptors and Zernike Moments as Features for Accurate Shape-based Image Retrieval, Signal, Image Video Processing, pp. 117, 2014.
  3. J. Li and J. Z. Wang. Automatic linguistic indexing of pictures by a statistical modeling approach. IEEE Trans. Pattern Analysis and Machine Intelligence, 25(9):1075-1088, 2003.
  4. Akio Nagasaka and Yuzuru Tanaka. Automatic video indexing and full-video search for object appearances. In 2nd Working Conference on Visual Database Systems, October 1991
  5. Virginia Ogle and Michael Stonebraker. Chabot: Retrieval from a relational database of images. IEEE Computer, 28(9):4048, September 1995
  6. Roth, Peter M. & Winter, Martin (2008). “SURVEYOFAPPEARANCE-BASED METHODS FOR OBJECT RECOGNITION” (PDF). Technical Report. ICG-TR-01/08.
  7. Image Acquisition, https://www.google.com/search?q=image+acquisition&rlz= 1C1CHBF_enBD813BD813&oq=Image+Acquisition&aqs=chrome.0.0l6.1635j0j4&source chrome&ie=UTF-8
  8. McQuarrie, Donald A. (1976). Statistical Mechanics. NY: Harper & Row. ISBN 0-06-044366-9.
  9. Rothschild, Michael; Stiglitz, Joseph (1970). “Increasing risk I: A definition”. Journal of Economic Theory. 2 (3): 225243. doi:10.1016/0022- 0531(70)90038-4.

Leave a Reply