SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 8 21 – 24
_______________________________________________________________________________________________
21
IJRITCC | August 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Importance of Dimensionality Reduction in Image Processing
Jigna J. Patel
Asst.Prof.
Dr. S &S.S.Ghandhy GEC, Surat
jigna2012me@gmail.com
Abstract: This paper presents a survey on various techniques of compression methods. Linear Discriminant analysis (LDA) is a method used in
statistics, pattern recognition and machine learning to find a linear combination of features that classifies an object into two or more classes. This
results in a dimensionality reduction before later classification.Principal component analysis (PCA) uses an orthogonal transformation to convert
a set of correlated variables into a set of values of linearly uncorrelated variables called principal components. The purpose of the review is to
explore the possibility of image compression for multiple images.
Keywords: Principal Component Analysis,Linear Discriminant Analysis,Image Compression,Redundancy,lossy compression,lossless
compression
__________________________________________________*****_________________________________________________.
I. Introduction:
An image is formed by several pixels i.e. picture
elements that are arranged sequentially in the form of
rectangular matrix i.e. rows and columns. These pixels
represent the color intensity of the image. In Image
processing, the processing of images is carried out on their
physical and mathematical parameters by mathematical
equations. We may get as an output of image processing
either an enhanced image or a set of characteristics related
to that image. Nowadays, the mode of communication is
digital therefore much storage space is required to store
large amount of digital data of an image.Before transferring
the image, image compression is required because of the
problem of limited bandwidth .Several techniques have been
developed in image processingto overcome these kinds of
situations. As image editing softwares are easily available in
the market, image compression has become a necessity for
data transfer and storage.
To transmit data efficiently, image compression
can be applied to images in image processing. Image
compression uses use various mathematical models in order
to reduce irrelevance and redundancy of image data.
Image can be compressed in two ways using,
i) Lossless compression: lossless compression is
mostly required for text and data files, such as
bank records and text articles .e.g. medical
imaging, technical drawings, clip art, or
comics.
ii) Lossy compression: Lossy compression is
acceptable in many imaging application such
as audio, video, and images. In this type of
compression imperceptible loss of fidelity is
acceptable to achieve a substantial reduction in
bit rate.
Different types of redundancy can be found in data
in an image. By applying the compression techniques
they can be reduced, types of redundant data are as
follows:
1. Coding Redundancy: Coding redundancy is associated
with the representation of information i.e. if the gray levels
of an image are coded in a way that uses more code symbols
than needed to represent each gray level then the resulting
image is said to contain coding redundancy. Here, the image
data is encoded in such a manner that resultant bits are less
than the actual image bits.
2. Inter Pixel Redundancy: Inter-pixel Redundancy is also
called spatial redundancy, inter frame redundancy, or
geometric redundancy where the intensity of a pixel may be
greatly correlated to its neighbor’s intensity value. We can
predict the intensity value of any given pixel by its neighbor
in inter-pixel redundancy. So, we don’t need to store the
absolute intensity values, instead we can use changes
present in the intensity values.
3. Psycho Visual Redundancy: Psychovisual redundancies
exist due to the human perception as human eye does not
respond to all visual information with equal sensitivity. This
means, eye is less sensitive to the higher frequencies and
more to the lower frequencies. Therefore, it can be reduced
without making any significant difference to the human eye.
II. Image Compression
We have already discussed two types of Image
compression techniques as follows:
1. Lossless-Compression Method
2. Lossy-Compression Method
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 8 21 – 24
_______________________________________________________________________________________________
22
IJRITCC | August 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Lossless Compression Method –In this method,
the image data is encoded in such a manner that it
does not lose its quality. Original image can be
restored from the reduced data after
decompression.
Following are the methods that can be used as lossless
compression modes are:
1. Variable Length Coding: Variable length code
words are used for encoding different symbol of
image. In this method, shorter code words are
assigned to the most frequent symbols.
2. Run Length Encoding: RLE is a simple form of
lossless compression technique where runs of data
(i.e. sequences in which the same data value occurs
in many consecutive data elements) are stored as a
single data value. It is most useful on data that
contains many such runs but not useful with files
that don't have many runs as it could greatly
increase the file size.
3. Differential Coding: It explores the inter pixel
redundancy in images where data is represented by
storing the only the first value in the data stream,
all other values are represented by the difference
between the value and the preceding value.
4. Predictive Coding: It also explores the inter pixel
redundancy of near located pixels in digital images.
In this type of coding only the new information
included in the new pixel is extracted and
stored.The difference of the pixel and the predicted
value of that pixelwill be used to define this
information. Here, the prediction is based on the
known values of the closely located pixels.
Lossy Compression Method -lossy compression methods
can be used where some amount of deterioration in the
image visual quality is acceptable because here the actual
image cannot be reformed after decompression. Lossy
compression techniques introduces a certain amount of
distortion to the encoded image but there must be an
appropriate relation between the amount of error (loss) and
the resulting bit savings otherwise the purpose cannot be
achieved.
The different types of lossy compression methods are:
1. Quantization: Quantization is the process of mapping a
continuous or discrete scalar or vector, produced by a
source, into a range of smaller set of values. Scalar
quantization and Vectorquantization are the two types of
quantization methods.
2. Transform Coding: It works on the pixel values of
image data where it uses a reversible-linear mathematical
transform to map the pixel values onto a set of coefficients.
The resultant value obtained after the computation of
coefficients values are then quantized and encoded.
3. Fractal Coding: This lossy compression method used
for digital images is based on fractals.Different attributes of
an image e.g. color separation; edge detection and texture
are used to decompose the image into segments.
4. Wavelet Coding: Here, the coefficients of a transform
that de-correlates the pixels of an image are coded more
efficiently than the original pixels.
III. Dimensionality Reduction
The process of minimizing or reducing the number
of random variables under consideration by obtaining a set
of principal variables is known as Dimensionality Reduction
or Dimension Reduction in statistics and machine learning.
It is further divided into feature selection and feature
extraction. In statistics feature selection is the process of
selecting a subset of relevant features or variables for use in
model construction. It is also known as variable selection,
attribute selection or variable subset selection. Feature
selection is useful for simplification of models so that the
researchers can easily interpret them. Feature
extraction starts from an initial set of measured data
in machine learning, pattern recognition and in image
processing. It than builds derived values or features that is
intended to be informative and non-redundant. This leads to
subsequent learning and generalization steps which help in
better human interpretations. When we have to process a
large amount of input data which is redundant, then it can be
transformed into a reduced set of features. This
transformation process is called feature extraction. The
extracted features contain relevant information from the
input data, so that the desired task can be performed by
using this reduced representation instead of the complete
initial data.
Principal Components Analysis (PCA) is
accomplished using mathematical formulation used in the
reduction of data dimensions. Using PCA formulation the
digital image may be compressed with a low level of loss.
Such a reduction is advantageous for image compression,
data representation; calculation reduction necessary in
subsequent processing, etc.PCA is an unsupervised
dimensionality reduction method as it does not require
classes or variables to be known in advance.PCA reduces
the dimension of the data by finding a few orthogonal linear
combinations i.e. the principal components PCs of the
original variables with the largest variance. The first several
Principal Component’s explain most of the variance, so that
even if the rest are of minimal loss of information, for many
datasets to reduce the dimensionality of the huge data and
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 8 21 – 24
_______________________________________________________________________________________________
23
IJRITCC | August 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
retaining as much information as possible in the original
dataset.
Linear discriminant analysis (LDA) is a supervised
technique for classification , used in statistics, pattern
recognition and machine learning to find a linear
combination of features that characterizes or separates two
or more classes of objects or events. The resultant may be
used as a linear classifier, or for dimensionality
reduction before later classification.
IV. Related Work:
In 2013, Steven Fernandes and Josemin[2] had
reported performance analysis of Principal Component
Analysis (PCA) and Linear Discriminant Analysis (LDA)
for face recognition. They had carried out the analysis on
various current PCA and LDA based face recognition
algorithms using standard public databases. They authors
used ORL and SHEFFIELD database consisting of 100
components and find it the best. Illumination Adaptive
Linear
Discriminant Analysis (IALDA) gave them the best face
recognition rate of 98.9% on CMU PIE database, and they
got 98.125% recognition rate using Fuzzy Fisherface
through genetic algorithm on ORL database.By the
experiments carried out by the authors they find out that the
best algorithm to recognize image without disturbance ,but
to recognize image with disturbances, LDA is better and in
terms of time taken, PCA tends to be much better than LDA,
especially to recognize images with background disturbance
.
In 2013, Ms. Pallavi M. Sune Prof. Vijaya K.
Shandilya[3] discussed about the image classification,
wavelet compression and convert an image into an array
using Delphi image control tool. They had proposed a
method created in Delphi to implement Huffman coding. In
their experimental analysis, they found that Huffman coding
of compression technique is the best technique in lossless
compression and the process is complete in two passes to
compress any file. The Wavelet Compression technique was
used in this study.
In 2014, Hang Su and Xuansheng Wang [4],
proposed a new PCA method based on the linear
discriminant analysis (LDA) space. They further derived
from their theoretic analysis and numerical experiments that
their new PCA method (PCA-LDA) can worked more
effectively and efficiently. In PCA-LDA algorithm that they
used, the principal components were obtained from the LDA
space. Compared with original PCA, the PCA-LDA they got
higher recognition rates.
In 2015, Md. Mofarreh et al.[5] found that by
using PCA method ,High compression ratios can be
obtained. Authors proposed a new PCA based (Extended
PCA) method to compress color image, which can be
utilized in parallel mode to increase the compression speed.
They also found that more precise method for selecting the
bands of image can be utilized to improve the performance
of compression.
In 2015, Shereena V. B. and Julie M. David[6]
presented a comparative study of dimension reduction
methods namely Principal Component Analysis and Linear
Discriminant Analysis. The authors had computed
eigenvectors from their dataset and collected them in
scatter-matrices, the between-class scatter matrix and
within-class scatter matrix in LDA. They had trained the
network about the reduced feature set (using PCA or LDA)
of all the images from the training dataset in Neural
Network based PCA/LDA. They had used Levenberg-
Marquardt back propagation training algorithm with 3
hidden layers. From the experimental analysis done by
them, they found that the rates are high for all the cases of
PCA when compared to the LDA.
V. Discussion
From the study of PCA and LDA, it can be found
that both PCA and LDA can be applied to images in many
different ways to get the better classification of image and in
order to achieve better compression performance. Until now
many methods have been proposed for the image
compression but still there is no study has been done to
compress multiple images, large amount of redundant data
can be found in the form of pixel values from multiple
images which can be reduced in order to get maximum
compression ratio.
VI. Conclusion
An image can be pre-processed or compressed
before it can be used further such as storage, transmission,
etc. PCA can increase the efficiency of image compression
while LDA can be used as classifier. Also, we can improve
the performance of various compression techniques as a
combined approach using PCA and LDA.
References:
[1] Khushboo Kumar Sahu, Prof. K. J. Satao,” Image
Compression Methods using Dimension Reduction and
Classification through PCA and LDA: A Review”,
IJSR’2013.
[2] Steven Fernandes and Josemin Bala, “Performance
Analysis of PCA-based and LDA based Algorithms for
Face Recognition”, IJSPS’2013.
[3] Ms. Pallavi M. Sune Prof. Vijaya K. Shandilya,”Image
Compression Techniques based On Wavelet and Huffman
Coding “, IJARCSSE’2013.
[4] Hang Su and Xuansheng Wang,”Principal Component
Analysis in Linear Discriminant Analysis Space for Face
Recognition”, DOI 10.1109/ICDH.2014.13 IEEE’2014.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 8 21 – 24
_______________________________________________________________________________________________
24
IJRITCC | August 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
[5] Mostafa Mofarreh,” Color Image Compression using
PCA”, International Journal of Computer Applications
(0975 – 8887) Volume 111 – No 5’ February 2015.
[6] Shereena V. B.and Julie M. David,”Significance of
dimensionality reduction in image processing”, SIPIJ’2015.
[7] Mohammad Mofarreh Bonab and Mostafa Mofarreh-
Bonab,” A New Technique for Image Compression Using
PCA, “International Journal of Computer Science &
Communication Networks,Vol 2(1), 111-116.
[8] Amritpal Kaur, Sarabjit Singh and Taqdir,” Face
Recognition Using PCA (Principal
Component Analysis) and LDA (Linear Discriminant
Analysis) Techniques”, IJARCCE’ 2015.
[9] Chiyuan Zhang, Xiaofei He,” Image Compression by
Learning to Minimize the total Error”,IEEE, Vol.23, No.
4’2013.
[10] Telgaonkar Archana H.,” Dimensionality Reduction and
Classification through PCA and LDA”,IJCA (0975- 8887),
Volume 122 - No.17, P.P. 04-08’2015.

More Related Content

What's hot

Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...Editor Jacotech
 
Digital image processing
Digital image processingDigital image processing
Digital image processingtushar05
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONIAEME Publication
 
Fundamental steps in image processing
Fundamental steps in image processingFundamental steps in image processing
Fundamental steps in image processingPremaPRC211300301103
 
A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...IOSR Journals
 
Enhanced Image Compression Using Wavelets
Enhanced Image Compression Using WaveletsEnhanced Image Compression Using Wavelets
Enhanced Image Compression Using WaveletsIJRES Journal
 
Lossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative StudyLossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative StudyIRJET Journal
 
IMAGE COMPRESSION AND DECOMPRESSION SYSTEM
IMAGE COMPRESSION AND DECOMPRESSION SYSTEMIMAGE COMPRESSION AND DECOMPRESSION SYSTEM
IMAGE COMPRESSION AND DECOMPRESSION SYSTEMVishesh Banga
 
Thesis on Image compression by Manish Myst
Thesis on Image compression by Manish MystThesis on Image compression by Manish Myst
Thesis on Image compression by Manish MystManish Myst
 
Matlab Based Image Compression Using Various Algorithm
Matlab Based Image Compression Using Various AlgorithmMatlab Based Image Compression Using Various Algorithm
Matlab Based Image Compression Using Various Algorithmijtsrd
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural NetworkIRJET Journal
 
MULTIPLE CAUSAL WINDOW BASED REVERSIBLE DATA EMBEDDING
MULTIPLE CAUSAL WINDOW BASED REVERSIBLE DATA EMBEDDINGMULTIPLE CAUSAL WINDOW BASED REVERSIBLE DATA EMBEDDING
MULTIPLE CAUSAL WINDOW BASED REVERSIBLE DATA EMBEDDINGijistjournal
 
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...Omar Ghazi
 
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...iosrjce
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus imagesIAEME Publication
 

What's hot (19)

Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
DIP questions
DIP questionsDIP questions
DIP questions
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
 
Fundamental steps in image processing
Fundamental steps in image processingFundamental steps in image processing
Fundamental steps in image processing
 
A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...
 
Enhanced Image Compression Using Wavelets
Enhanced Image Compression Using WaveletsEnhanced Image Compression Using Wavelets
Enhanced Image Compression Using Wavelets
 
Lossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative StudyLossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative Study
 
Kt3618371840
Kt3618371840Kt3618371840
Kt3618371840
 
IMAGE COMPRESSION AND DECOMPRESSION SYSTEM
IMAGE COMPRESSION AND DECOMPRESSION SYSTEMIMAGE COMPRESSION AND DECOMPRESSION SYSTEM
IMAGE COMPRESSION AND DECOMPRESSION SYSTEM
 
Thesis on Image compression by Manish Myst
Thesis on Image compression by Manish MystThesis on Image compression by Manish Myst
Thesis on Image compression by Manish Myst
 
Matlab Based Image Compression Using Various Algorithm
Matlab Based Image Compression Using Various AlgorithmMatlab Based Image Compression Using Various Algorithm
Matlab Based Image Compression Using Various Algorithm
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural Network
 
Image processing ppt
Image processing pptImage processing ppt
Image processing ppt
 
MULTIPLE CAUSAL WINDOW BASED REVERSIBLE DATA EMBEDDING
MULTIPLE CAUSAL WINDOW BASED REVERSIBLE DATA EMBEDDINGMULTIPLE CAUSAL WINDOW BASED REVERSIBLE DATA EMBEDDING
MULTIPLE CAUSAL WINDOW BASED REVERSIBLE DATA EMBEDDING
 
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
 
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus images
 

Similar to Importance of Dimensionality Reduction in Image Processing

Evaluation Of Proposed Design And Necessary Corrective Action
Evaluation Of Proposed Design And Necessary Corrective ActionEvaluation Of Proposed Design And Necessary Corrective Action
Evaluation Of Proposed Design And Necessary Corrective ActionSandra Arveseth
 
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...IJCSIS Research Publications
 
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...IJCSIS Research Publications
 
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...khalil IBRAHIM
 
Framework on Retrieval of Hypermedia Data using Data mining Technique
Framework on Retrieval of Hypermedia Data using Data mining TechniqueFramework on Retrieval of Hypermedia Data using Data mining Technique
Framework on Retrieval of Hypermedia Data using Data mining Techniquerahulmonikasharma
 
Implementation of Fractal Image Compression on Medical Images by Different Ap...
Implementation of Fractal Image Compression on Medical Images by Different Ap...Implementation of Fractal Image Compression on Medical Images by Different Ap...
Implementation of Fractal Image Compression on Medical Images by Different Ap...ijtsrd
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
 
Performance Analysis of Compression Techniques Using SVD, BTC, DCT and GP
Performance Analysis of Compression Techniques Using SVD, BTC, DCT and GPPerformance Analysis of Compression Techniques Using SVD, BTC, DCT and GP
Performance Analysis of Compression Techniques Using SVD, BTC, DCT and GPIOSR Journals
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Analysis and Comparison of various Methods for Text Detection from Images usi...
Analysis and Comparison of various Methods for Text Detection from Images usi...Analysis and Comparison of various Methods for Text Detection from Images usi...
Analysis and Comparison of various Methods for Text Detection from Images usi...rahulmonikasharma
 
Reversible Data Hiding Methods : A Survey
Reversible Data Hiding Methods : A SurveyReversible Data Hiding Methods : A Survey
Reversible Data Hiding Methods : A Surveyrahulmonikasharma
 
Digital image compression techniques
Digital image compression techniquesDigital image compression techniques
Digital image compression techniqueseSAT Journals
 
Efficient Image Compression Technique using Clustering and Random Permutation
Efficient Image Compression Technique using Clustering and Random PermutationEfficient Image Compression Technique using Clustering and Random Permutation
Efficient Image Compression Technique using Clustering and Random PermutationIJERA Editor
 
Efficient Image Compression Technique using Clustering and Random Permutation
Efficient Image Compression Technique using Clustering and Random PermutationEfficient Image Compression Technique using Clustering and Random Permutation
Efficient Image Compression Technique using Clustering and Random PermutationIJERA Editor
 
IRJET- Different Approaches for Implementation of Fractal Image Compressi...
IRJET-  	  Different Approaches for Implementation of Fractal Image Compressi...IRJET-  	  Different Approaches for Implementation of Fractal Image Compressi...
IRJET- Different Approaches for Implementation of Fractal Image Compressi...IRJET Journal
 
Lossless Image Compression Using Data Folding Followed By Arithmetic Coding
Lossless Image Compression Using Data Folding Followed By Arithmetic CodingLossless Image Compression Using Data Folding Followed By Arithmetic Coding
Lossless Image Compression Using Data Folding Followed By Arithmetic Codingiosrjce
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
 
An Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdfAn Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdfThe Lifesciences Magazine
 

Similar to Importance of Dimensionality Reduction in Image Processing (20)

Evaluation Of Proposed Design And Necessary Corrective Action
Evaluation Of Proposed Design And Necessary Corrective ActionEvaluation Of Proposed Design And Necessary Corrective Action
Evaluation Of Proposed Design And Necessary Corrective Action
 
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
 
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
 
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
Hybrid Algorithm for Enhancing and Increasing Image Compression Based on Imag...
 
Framework on Retrieval of Hypermedia Data using Data mining Technique
Framework on Retrieval of Hypermedia Data using Data mining TechniqueFramework on Retrieval of Hypermedia Data using Data mining Technique
Framework on Retrieval of Hypermedia Data using Data mining Technique
 
Implementation of Fractal Image Compression on Medical Images by Different Ap...
Implementation of Fractal Image Compression on Medical Images by Different Ap...Implementation of Fractal Image Compression on Medical Images by Different Ap...
Implementation of Fractal Image Compression on Medical Images by Different Ap...
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
 
Performance Analysis of Compression Techniques Using SVD, BTC, DCT and GP
Performance Analysis of Compression Techniques Using SVD, BTC, DCT and GPPerformance Analysis of Compression Techniques Using SVD, BTC, DCT and GP
Performance Analysis of Compression Techniques Using SVD, BTC, DCT and GP
 
B017120611
B017120611B017120611
B017120611
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Analysis and Comparison of various Methods for Text Detection from Images usi...
Analysis and Comparison of various Methods for Text Detection from Images usi...Analysis and Comparison of various Methods for Text Detection from Images usi...
Analysis and Comparison of various Methods for Text Detection from Images usi...
 
Reversible Data Hiding Methods : A Survey
Reversible Data Hiding Methods : A SurveyReversible Data Hiding Methods : A Survey
Reversible Data Hiding Methods : A Survey
 
Digital image compression techniques
Digital image compression techniquesDigital image compression techniques
Digital image compression techniques
 
Efficient Image Compression Technique using Clustering and Random Permutation
Efficient Image Compression Technique using Clustering and Random PermutationEfficient Image Compression Technique using Clustering and Random Permutation
Efficient Image Compression Technique using Clustering and Random Permutation
 
Efficient Image Compression Technique using Clustering and Random Permutation
Efficient Image Compression Technique using Clustering and Random PermutationEfficient Image Compression Technique using Clustering and Random Permutation
Efficient Image Compression Technique using Clustering and Random Permutation
 
IRJET- Different Approaches for Implementation of Fractal Image Compressi...
IRJET-  	  Different Approaches for Implementation of Fractal Image Compressi...IRJET-  	  Different Approaches for Implementation of Fractal Image Compressi...
IRJET- Different Approaches for Implementation of Fractal Image Compressi...
 
Lossless Image Compression Using Data Folding Followed By Arithmetic Coding
Lossless Image Compression Using Data Folding Followed By Arithmetic CodingLossless Image Compression Using Data Folding Followed By Arithmetic Coding
Lossless Image Compression Using Data Folding Followed By Arithmetic Coding
 
K017236770
K017236770K017236770
K017236770
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
An Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdfAn Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdf
 

More from rahulmonikasharma

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paperrahulmonikasharma
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...rahulmonikasharma
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Frameworkrahulmonikasharma
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systemsrahulmonikasharma
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Surveyrahulmonikasharma
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETrahulmonikasharma
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formularahulmonikasharma
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...rahulmonikasharma
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pirahulmonikasharma
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...rahulmonikasharma
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticlesrahulmonikasharma
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMrahulmonikasharma
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoringrahulmonikasharma
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...rahulmonikasharma
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...rahulmonikasharma
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM Systemrahulmonikasharma
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosisrahulmonikasharma
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Techniquerahulmonikasharma
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Couplerrahulmonikasharma
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motorrahulmonikasharma
 

More from rahulmonikasharma (20)

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

Importance of Dimensionality Reduction in Image Processing

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 8 21 – 24 _______________________________________________________________________________________________ 21 IJRITCC | August 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Importance of Dimensionality Reduction in Image Processing Jigna J. Patel Asst.Prof. Dr. S &S.S.Ghandhy GEC, Surat jigna2012me@gmail.com Abstract: This paper presents a survey on various techniques of compression methods. Linear Discriminant analysis (LDA) is a method used in statistics, pattern recognition and machine learning to find a linear combination of features that classifies an object into two or more classes. This results in a dimensionality reduction before later classification.Principal component analysis (PCA) uses an orthogonal transformation to convert a set of correlated variables into a set of values of linearly uncorrelated variables called principal components. The purpose of the review is to explore the possibility of image compression for multiple images. Keywords: Principal Component Analysis,Linear Discriminant Analysis,Image Compression,Redundancy,lossy compression,lossless compression __________________________________________________*****_________________________________________________. I. Introduction: An image is formed by several pixels i.e. picture elements that are arranged sequentially in the form of rectangular matrix i.e. rows and columns. These pixels represent the color intensity of the image. In Image processing, the processing of images is carried out on their physical and mathematical parameters by mathematical equations. We may get as an output of image processing either an enhanced image or a set of characteristics related to that image. Nowadays, the mode of communication is digital therefore much storage space is required to store large amount of digital data of an image.Before transferring the image, image compression is required because of the problem of limited bandwidth .Several techniques have been developed in image processingto overcome these kinds of situations. As image editing softwares are easily available in the market, image compression has become a necessity for data transfer and storage. To transmit data efficiently, image compression can be applied to images in image processing. Image compression uses use various mathematical models in order to reduce irrelevance and redundancy of image data. Image can be compressed in two ways using, i) Lossless compression: lossless compression is mostly required for text and data files, such as bank records and text articles .e.g. medical imaging, technical drawings, clip art, or comics. ii) Lossy compression: Lossy compression is acceptable in many imaging application such as audio, video, and images. In this type of compression imperceptible loss of fidelity is acceptable to achieve a substantial reduction in bit rate. Different types of redundancy can be found in data in an image. By applying the compression techniques they can be reduced, types of redundant data are as follows: 1. Coding Redundancy: Coding redundancy is associated with the representation of information i.e. if the gray levels of an image are coded in a way that uses more code symbols than needed to represent each gray level then the resulting image is said to contain coding redundancy. Here, the image data is encoded in such a manner that resultant bits are less than the actual image bits. 2. Inter Pixel Redundancy: Inter-pixel Redundancy is also called spatial redundancy, inter frame redundancy, or geometric redundancy where the intensity of a pixel may be greatly correlated to its neighbor’s intensity value. We can predict the intensity value of any given pixel by its neighbor in inter-pixel redundancy. So, we don’t need to store the absolute intensity values, instead we can use changes present in the intensity values. 3. Psycho Visual Redundancy: Psychovisual redundancies exist due to the human perception as human eye does not respond to all visual information with equal sensitivity. This means, eye is less sensitive to the higher frequencies and more to the lower frequencies. Therefore, it can be reduced without making any significant difference to the human eye. II. Image Compression We have already discussed two types of Image compression techniques as follows: 1. Lossless-Compression Method 2. Lossy-Compression Method
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 8 21 – 24 _______________________________________________________________________________________________ 22 IJRITCC | August 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Lossless Compression Method –In this method, the image data is encoded in such a manner that it does not lose its quality. Original image can be restored from the reduced data after decompression. Following are the methods that can be used as lossless compression modes are: 1. Variable Length Coding: Variable length code words are used for encoding different symbol of image. In this method, shorter code words are assigned to the most frequent symbols. 2. Run Length Encoding: RLE is a simple form of lossless compression technique where runs of data (i.e. sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value. It is most useful on data that contains many such runs but not useful with files that don't have many runs as it could greatly increase the file size. 3. Differential Coding: It explores the inter pixel redundancy in images where data is represented by storing the only the first value in the data stream, all other values are represented by the difference between the value and the preceding value. 4. Predictive Coding: It also explores the inter pixel redundancy of near located pixels in digital images. In this type of coding only the new information included in the new pixel is extracted and stored.The difference of the pixel and the predicted value of that pixelwill be used to define this information. Here, the prediction is based on the known values of the closely located pixels. Lossy Compression Method -lossy compression methods can be used where some amount of deterioration in the image visual quality is acceptable because here the actual image cannot be reformed after decompression. Lossy compression techniques introduces a certain amount of distortion to the encoded image but there must be an appropriate relation between the amount of error (loss) and the resulting bit savings otherwise the purpose cannot be achieved. The different types of lossy compression methods are: 1. Quantization: Quantization is the process of mapping a continuous or discrete scalar or vector, produced by a source, into a range of smaller set of values. Scalar quantization and Vectorquantization are the two types of quantization methods. 2. Transform Coding: It works on the pixel values of image data where it uses a reversible-linear mathematical transform to map the pixel values onto a set of coefficients. The resultant value obtained after the computation of coefficients values are then quantized and encoded. 3. Fractal Coding: This lossy compression method used for digital images is based on fractals.Different attributes of an image e.g. color separation; edge detection and texture are used to decompose the image into segments. 4. Wavelet Coding: Here, the coefficients of a transform that de-correlates the pixels of an image are coded more efficiently than the original pixels. III. Dimensionality Reduction The process of minimizing or reducing the number of random variables under consideration by obtaining a set of principal variables is known as Dimensionality Reduction or Dimension Reduction in statistics and machine learning. It is further divided into feature selection and feature extraction. In statistics feature selection is the process of selecting a subset of relevant features or variables for use in model construction. It is also known as variable selection, attribute selection or variable subset selection. Feature selection is useful for simplification of models so that the researchers can easily interpret them. Feature extraction starts from an initial set of measured data in machine learning, pattern recognition and in image processing. It than builds derived values or features that is intended to be informative and non-redundant. This leads to subsequent learning and generalization steps which help in better human interpretations. When we have to process a large amount of input data which is redundant, then it can be transformed into a reduced set of features. This transformation process is called feature extraction. The extracted features contain relevant information from the input data, so that the desired task can be performed by using this reduced representation instead of the complete initial data. Principal Components Analysis (PCA) is accomplished using mathematical formulation used in the reduction of data dimensions. Using PCA formulation the digital image may be compressed with a low level of loss. Such a reduction is advantageous for image compression, data representation; calculation reduction necessary in subsequent processing, etc.PCA is an unsupervised dimensionality reduction method as it does not require classes or variables to be known in advance.PCA reduces the dimension of the data by finding a few orthogonal linear combinations i.e. the principal components PCs of the original variables with the largest variance. The first several Principal Component’s explain most of the variance, so that even if the rest are of minimal loss of information, for many datasets to reduce the dimensionality of the huge data and
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 8 21 – 24 _______________________________________________________________________________________________ 23 IJRITCC | August 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ retaining as much information as possible in the original dataset. Linear discriminant analysis (LDA) is a supervised technique for classification , used in statistics, pattern recognition and machine learning to find a linear combination of features that characterizes or separates two or more classes of objects or events. The resultant may be used as a linear classifier, or for dimensionality reduction before later classification. IV. Related Work: In 2013, Steven Fernandes and Josemin[2] had reported performance analysis of Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA) for face recognition. They had carried out the analysis on various current PCA and LDA based face recognition algorithms using standard public databases. They authors used ORL and SHEFFIELD database consisting of 100 components and find it the best. Illumination Adaptive Linear Discriminant Analysis (IALDA) gave them the best face recognition rate of 98.9% on CMU PIE database, and they got 98.125% recognition rate using Fuzzy Fisherface through genetic algorithm on ORL database.By the experiments carried out by the authors they find out that the best algorithm to recognize image without disturbance ,but to recognize image with disturbances, LDA is better and in terms of time taken, PCA tends to be much better than LDA, especially to recognize images with background disturbance . In 2013, Ms. Pallavi M. Sune Prof. Vijaya K. Shandilya[3] discussed about the image classification, wavelet compression and convert an image into an array using Delphi image control tool. They had proposed a method created in Delphi to implement Huffman coding. In their experimental analysis, they found that Huffman coding of compression technique is the best technique in lossless compression and the process is complete in two passes to compress any file. The Wavelet Compression technique was used in this study. In 2014, Hang Su and Xuansheng Wang [4], proposed a new PCA method based on the linear discriminant analysis (LDA) space. They further derived from their theoretic analysis and numerical experiments that their new PCA method (PCA-LDA) can worked more effectively and efficiently. In PCA-LDA algorithm that they used, the principal components were obtained from the LDA space. Compared with original PCA, the PCA-LDA they got higher recognition rates. In 2015, Md. Mofarreh et al.[5] found that by using PCA method ,High compression ratios can be obtained. Authors proposed a new PCA based (Extended PCA) method to compress color image, which can be utilized in parallel mode to increase the compression speed. They also found that more precise method for selecting the bands of image can be utilized to improve the performance of compression. In 2015, Shereena V. B. and Julie M. David[6] presented a comparative study of dimension reduction methods namely Principal Component Analysis and Linear Discriminant Analysis. The authors had computed eigenvectors from their dataset and collected them in scatter-matrices, the between-class scatter matrix and within-class scatter matrix in LDA. They had trained the network about the reduced feature set (using PCA or LDA) of all the images from the training dataset in Neural Network based PCA/LDA. They had used Levenberg- Marquardt back propagation training algorithm with 3 hidden layers. From the experimental analysis done by them, they found that the rates are high for all the cases of PCA when compared to the LDA. V. Discussion From the study of PCA and LDA, it can be found that both PCA and LDA can be applied to images in many different ways to get the better classification of image and in order to achieve better compression performance. Until now many methods have been proposed for the image compression but still there is no study has been done to compress multiple images, large amount of redundant data can be found in the form of pixel values from multiple images which can be reduced in order to get maximum compression ratio. VI. Conclusion An image can be pre-processed or compressed before it can be used further such as storage, transmission, etc. PCA can increase the efficiency of image compression while LDA can be used as classifier. Also, we can improve the performance of various compression techniques as a combined approach using PCA and LDA. References: [1] Khushboo Kumar Sahu, Prof. K. J. Satao,” Image Compression Methods using Dimension Reduction and Classification through PCA and LDA: A Review”, IJSR’2013. [2] Steven Fernandes and Josemin Bala, “Performance Analysis of PCA-based and LDA based Algorithms for Face Recognition”, IJSPS’2013. [3] Ms. Pallavi M. Sune Prof. Vijaya K. Shandilya,”Image Compression Techniques based On Wavelet and Huffman Coding “, IJARCSSE’2013. [4] Hang Su and Xuansheng Wang,”Principal Component Analysis in Linear Discriminant Analysis Space for Face Recognition”, DOI 10.1109/ICDH.2014.13 IEEE’2014.
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 8 21 – 24 _______________________________________________________________________________________________ 24 IJRITCC | August 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ [5] Mostafa Mofarreh,” Color Image Compression using PCA”, International Journal of Computer Applications (0975 – 8887) Volume 111 – No 5’ February 2015. [6] Shereena V. B.and Julie M. David,”Significance of dimensionality reduction in image processing”, SIPIJ’2015. [7] Mohammad Mofarreh Bonab and Mostafa Mofarreh- Bonab,” A New Technique for Image Compression Using PCA, “International Journal of Computer Science & Communication Networks,Vol 2(1), 111-116. [8] Amritpal Kaur, Sarabjit Singh and Taqdir,” Face Recognition Using PCA (Principal Component Analysis) and LDA (Linear Discriminant Analysis) Techniques”, IJARCCE’ 2015. [9] Chiyuan Zhang, Xiaofei He,” Image Compression by Learning to Minimize the total Error”,IEEE, Vol.23, No. 4’2013. [10] Telgaonkar Archana H.,” Dimensionality Reduction and Classification through PCA and LDA”,IJCA (0975- 8887), Volume 122 - No.17, P.P. 04-08’2015.