Data Compaction Techniques

Data Compaction Techniques

R. Raj Kumar, P. Viswanath, C. Shoba Bindu
Copyright: © 2018 |Pages: 35
DOI: 10.4018/978-1-5225-2805-0.ch003
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

A large dataset is not preferable as it increases computational burden on the methods operating over it. Given the Large dataset, it is always interesting that whether one can generate smaller dataset which is a subset or a set (cardinality should be less when compare to original dataset) of extracted patterns from that large dataset. The patterns in the subset are representatives of the patterns in the original dataset. The subset (set) of representing patterns forms the Prototype set. Forming Prototype set is broadly categorized into two types. 1) Prototype set which is a proper subset of original dataset. 2) Prototype set which contains patterns extracted by using the patterns in the original dataset. This process of reducing the training set can also be done with the features of the training set. The authors discuss the reduction of the datasets in the both directions. These methods are well known as Data Compaction Techniques.
Chapter Preview
Top

Introduction

The large datasets are always increases computational burden on the methods (algorithms) operating over them. In pattern recognition and its allied fields it is always interesting to generate smaller dataset which is a representative of the original set. A dataset can be represented using a set of attributes or features and patterns or objects. The reduction of the original set can be achieved in both directions i.e. reducing the number of patterns and reducing the number of features. Reducing the number of patterns is called Prototype selection or Prototype generation. Reducing the number of features is called Feature Selection or Feature Extraction.

Forming Prototype set is basically categorized into two types.

  • Prototype set which is a proper subset of original dataset.

  • Prototype set which contains patterns extracted by using the patterns in the original training set.

Given the large dataset in which patterns are represented by large number of features, it is efficient to select a set of features which can best describe the dataset. Like prototype set discussed above, selection of feature set also basically divided into two categories.

  • Feature set which is a proper subset of set of features in the original dataset.

  • Feature set which contains features extracted from the features of the original dataset.

Both the methods attract the researchers of Big Data, Pattern Recognition and its allied fields.

This chapter is organized as follows. In the section Data Compression using Prototype selection methods the novel methods that are used for Prototype selection were presented. Nearest Neighbour rule is used for computing the Prototype set. The section Data Compaction using Feature selection, some of the important methods which are useful for reducing the data using based on feature selection were discussed. The next section presents how we can combine the methods present in the previous two sections so as to reduce the data both vertically and horizontally. Each section is strengthened by giving suitable examples and experimental results over datasets which are widely used in Machine Learning and its allied fields. The section conclusion and future enhancement gives the future scope for the researchers related to this area.

The last section presents brief summary of the chapter.

Data Compaction Using Prototype Selection

Usage of the representative dataset in place of the original dataset reduces the input data size. Some of the Prototype Selection methods are discussed in this section. A Prototype is a representation of the original pattern. For example, a mean pattern can act as a Prototype of a set of patterns. For example, consider the following data set of two dimensional patterns.

D={(2,4),(2,6),(6,4),(8,8),(6,6)}

The mean of the above patterns is 978-1-5225-2805-0.ch003.m01= (12, 14).

Like mean, there are techniques to find the representative patterns which otherwise called Prototype Selection or Prototype Generation methods.

If the Prototype set contains the actual patterns of the training set (However the size of Prototype set is less compare to the original set) then it is called Prototype selection. Instead if the Prototype set contains the patterns which are generated using the patterns of the data set, then it is called Prototype Generation. Both Prototype selection and Prototype generation are two familiar methods in reducing the given data set. The authors focussed on the Prototype selection methods.

Complete Chapter List

Search this Book:
Reset