SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 356
Handwritten Decimal Image Compression using Deep Stacked
Autoencoder
Swati Pachare1, Shubhada Thakare2
1P.G. Scholar, Dept. of Electronics Engineering, GCOE, Amravati
2Assistant Professor, Dept. of Electronics Engineering, GCOE, Amravati
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Compression of image is a technique that is used
to identify internal dataredundancyandtosubsequentlycome
up with a compact representation. Compression of image has
been a necessary and effective topic of research in the image
processing domain. Earlier used algorithms for image
compression, like JPEG and JPEG2000, depend on the
encoder/decoder (codec) block diagram. They use the fixed
transform matrixes, i.e wavelet transform and DiscreteCosine
Transform (DCT), together with quantization and entropy
coder to compress the image together with quantization and
entropy coder to compress the image. A compression of image
is important in the applications image processing like storing
of data, classification of image, recognition of image etc.
However, the image compression with auto-encoder has been
found for a small number of the improvements. Therefore, the
proposed work is to study and demonstrate the image
compression algorithm using the deep neural network(DNN).
Deep learning has much potentialtoenhancetheperformance
in various computer vision tasks.
Key Words: Image compression, image processing, auto-
encoder, deep neural network
1. INTRODUCTION
Image compression is the art and science art diminishing
the data required in the representation of an image. It is
most helpful and commercially successful techniques in the
area of the digital image processing. Compression enables
image transmission at very low bandwidth and decreases
space needed for the storage of the data. Image compression
has turn out to be necessary owing to increased demand for
information transfer and storage.
J. Jiang presents a review on image compression with neural
network shows image compression existing technologylike,
MPEG, H.26X and JPEG standards are being developed with
assisting with neural network to provide improvementover
traditional algorithms [1].
Chao Dong et.al shows lossy compression methodslikeJPEG
introduces ringing effects, blocking artifacts. In wavelet
transform thersholding and DCT transform in shape-
adaptive are used to remove ringing and blocking artifacts
but gives the blurred output. To eliminate the undesired
artifacts Artifacts Reduction-Convolutional Neural Network
(AR-CNN) is used showsimpressiveresultsitsuppressed the
blocking artifacts while retains the edge patterns and sharp
details [2]. G. E. Hinton, R. R. Salakhutdinov proposed
dimensionality reduction method of data using the
Restricted Boltzmann Machine (RBM) which outperforms
over the Principal Component Analysis (PCA) method [3].
Adna Sento proposed the method of image compression
method usingauto-encoder algorithmusesextendedKalman
filter algorithm as learning algorithm which updates the
weights in the network [4].
Hongda Shen [5] proposedthelosslesscompressionmethod
of curated erythrocyte images using stacked auto-encoder
and their variants. The dimensionality reduction of the
images preserves all discriminative features of the images.
This compression gives good compression performance as
compared to JP2K-LM, JPEG-LSandCALIC.J.Almotiriet.al [6]
presents the comparison between auto-encoder and
Principal Component Analysis (PCA) inthe compressionand
classification of the data. The auto-encoder gives 98.1%
accuracy while PCA gives 97.2% accuracy. Robert Torfason
et al. proposed two distinct computer vision tasks from
compressed image representations which are image
classification andsemanticsegmentationareconsider.When
combining classification and image compression training,
observe an increase in MS-SSIM and SSIM and at the same
time, a better segmentation and classification precision [7].
A.B. Said et al. [8] presents the combined compression and
classification of EMG and EEG signals by means of deep
learning approach. Deep architecture extracts the features
and also reconstructs the data using greedy layer wise
training. This experiment is conduct on DEAP dataset. It
consists of EEG, EMG and multiple physiological signals
recorded from 32 participants. For both EEG and EMG data
they have 23,040 samples of dimensionality 896. While
comparison with DWT andcompresssensingshowsthat this
approach performs better with high compression ratio. J.
Papitha, G. Merlin Nancy, D. Nedumaran proposed eight
compression algorithms were compareon200andmore MR
images for the evaluation of quality and also the
performance of it [9]. Gaurav Kumar and Pradeep Kumar
Bhatia [10] expound the brief comparison between wavelet,
Discrete Cosine Transform and Neural network methods
used for image compression. The comparison is based on
performance parameters such as PSNR, retained energyand
output image size. From this comparison wavelet based
image compression shows the optimumresultsascompared
with ANN and DCT. W. K. Yeo et al., proposed the method to
compress the MRI images using the feed forward neural
network and for training back-propagation algorithm is
used. The lossless algorithms like JPEG, JPEG 2000
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 357
outperforms well in terms of image qualityandcompression
ratio as compared to feed forwardneural network (FNN)but
the FNN in the field of medical [11].
2. PROPOSED SYSTEM
This section includes the required compression and
decompression of the handwritten decimal numeralsimages
from the dataset. For this compression and reconstructionof
the images stacked auto-encoder is used. The auto-encoder
encodes the image into its compressed representation and
from this compressed representation reconstruction of the
images is carried out.
Fig- 1: Block Diagram
1. Modified National Institute of Standard and Technology
(MNIST) is the database used consisting of collection of
handwritten digit images. It consists of 60,000 training
images and 10,000 testing images [12].
2. Image compression with stacked auto-encoder:
Auto-encoders [13] can be stackedtoformadeepnetworkby
feeding the internalrepresentation(outputcode)oftheAuto-
encoder at the layer below as input to the considered layer.
The unsupervised pre-trainingofthearchitectureisdoneone
layer at a time. Suppose we consider k layers, once the first k
layers are trained, it is possible to train the (k + 1)th layer
using the internal representation of the kth layer. The
advantage of this architecture is that by using more hidden
layers than a single auto-encoder, a high-dimensional input
data can be reduced to a much smaller code representing the
important features.
Fig-2: Stacked Autoencoder
Training of Auto-encoder
Step 1: Start
Step 2: Create and configure the auto-encoder network
Step 3: Initialize the weights and biases
Step 4: Train the auto-encoder network with Scaled
Conjugate Gradient (SCG) method
Step 5: Output of hidden layer of 1st auto-encoder network
is given as input to the 2nd auto-encoder
Step 6: Repeat step 4
Step 7: Again the output of hidden layer of 2nd auto-encoder
network is given as input to the 3rd auto-encoder.
Step 8: Repeat step 4
Step 9: And after training of all three auto-encoder the
output of hidden layer 3rd Auto-encoder is given as input to
the softmax layer which is the activation function.
Step 10: All this auto-encoder are stacked together to form
deep stacked auto-encoder.
Step 11: End
Scaled Conjugate Gradient (SCG) [14] training algorithm is
used. SCG is the supervised learning algorithm. SCG is fully
automated, includes no critical user-dependent parameters,
and avoids a time consuming line search, which CGB and
BFGS uses in each of its iteration in order to determine an
appropriate step size. SCG belongs to class of conjugate
gradient methods whichshows super-linear convergenceon
most problems. The speed is depends upon convergence
criteria i.e bigger demand for reduction of error, bigger the
speed-up.
3. EXPERIMENTATION
1. Data collection
The dataset chosen for the analysis of the deep
networks is MNIST which contains a set of hand-
written digit samples from 0 to 9. Each digit is in the
form of a grey-scale image, of size 20 × 20 pixels,
with values in range [0;1]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 358
Fig- 3: MNIST Sample Images
2. Training of auto-encoder
The MNIST handwritten digits dataset have been
used for this experiment. This architecture is
consists of three hidden layers where first layer has
100 units, second layer has 50 units and third layer
has 25 units. This structure can be denoted as [400-
>100->50->25]. The training of these three auto-
encoder is performedonebyone.Thenaftertraining
all three auto-encoders are stacked togethertoform
a deep architecture.
Fig- 4 : Auto-encoder Layer 1
Fig-5 : Auto-encoder Layer 2
Fig- 6 : Auto-encoder Layer 3
Fig-7: Stacked Auto-encoder
Fig- 8: MSE obtained at layer 1
Fig- 9: MSE obtained at layer 2
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 359
Fig- 10: MSE obtained at layer 3
3. Testing of Auto-encoder
While testing, 10,000 images from the MNIST
dataset are taken for the testing. All trained neural
networks are saved as a .mat file that can be used
for testing. These .mat file can be directly loaded
when testing is carried out. So one by one image or
array of images are loaded from the dataset and
compression at each layer is shown on the output
window and after compression decompressed
image is obtained.
4. EXPERIMENTAL RESULTS
Fig-11: Input Image
Fig-12: Compressed image at hidden layer 1
Fig-13: Compressed image at hidden layer 2
Fig- 14: Compressed image at hidden layer 3
Fig-15: Decompressed image output
5. CONCLUSION
In this paper the review of various compression of image
techniques are studied and compared. The main purpose of
the image compression to obtain less storage and low
bandwidth which is satisfied by the deep learning as
compared to machine learning and conventional image
compression technique by comparing the results of above
mentioned papers. In the deep learning, it learns features
and classifies automatically which is the advantage deep
learning. Due to large dataset the training required more
time and this is the main disadvantage of deep learning. But
once training is done testing can be done in less time. The
dimensionality reduction of the input image can be done
very precisely from the very large dataset of images. And
compression at each layer gives the more compressed
representation which is required and also as we move on
increasing the layers can get more compressed image. The
decompression of image can also be done very easily
because there is no need to apply separate decompression
method.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 360
REFERENCES
[1] J. Jiang, “Image compression with neural networks- A
survey", Signal Processing: Image Communication
14(1999) 737-760
[2] C. Dong, Y. Deng, C. C. Loy and X. Tang, "Compression
Artifacts Reduction by a Deep Convolutional Network,"
2015 IEEE International ConferenceonComputerVision
(ICCV), Santiago, 2015, pp. 576-584.
[3] G.E. Hinton and R. Salakhutdinov, "Reducing the
Dimensionality of Data with Neural Networks," Science,
vol. 313, no. 5786, pp. ,504-507, 2006
[4] Adna Sento “Image Compression with Auto-encoder
Algorithm using Deep Neural Network (DNN)" 2016
IEEE Management and Innovation Technology
International Conference (MITiCON-2016 ),pp. 99-103
[5] Hongda Shen, W. David Pan, Yuhang Dong, and
Mohammad Alim, “Lossless Compression of Curated
Erythrocyte Images Using Deep Autoencoders for
Malaria Infection Diagnosis", 2016 IEEE
[6] Jasem Almotiri, Khaled Elleithy, Abdelrahman Elleithy,
“Comparison of Autoencoder and Principal Component
Analysis Followed by Neural Network for E-Learning
Using Handwritten Recognition",2017 IEEE
[7] Robert Torfason, Fabian Mentzer, Eirikur Agustsson,
Michael Tschannen, Radu Timofte, Luc Van Gool
“Towards image understanding from deep
compressioon without decoding" Published as a
conference paper at ICLR 2018
[8] Ahmed Ben Said, Amr Mohamed, Tarek Elfouly, Khaled
Harras, Z. Jane Wang, “Multimodal deep learning
approach for joint EEG-EMG data compression and
classification",2017 IEEE
[9] J. Papitha, G. Merlin Nancy and D. Nedumaran,
“Compression Techniques on MR Image-A Comparative
Study",2013 IEEE
[10] Gaurav Kumar, Pradeep Kumar Bhatia, “Empirical
analysis of Image Compression using Wavelets,Discrete
Cosine Transform and Neural Network”, 2016
International Conference on Computing for Sustainable
Global Development (INDIACom), pp. 3862-3866
[11] W. K. Yeo, David F. W. Yap, T.H. Oh, D.P. Andito, S. L. Kok,
Y. H. Ho, M. K. Suaidi, Grayscale medical image
compression using feedforwrd neural network", 2011
International Conference on ComputerApplicationsand
Industrial Electronics (ICCAIE 2011), pp.,633-638
[12] http://yann.lecun.com/exdb/mnist
[13] Josh Patterson and Adam Gibson, “Deep Learning A
Practitioner's Approach", Published by O'Reilly Media,
Inc., 1005 Gravenstein Highway North, Sebastopol, CA
95472
[14] Martin Fodslette Meiller, “A Scaled Conjugate Gradient
Algorithm for Fast Supervised Learning", Neural
Networks, Vol. 6, pp. 525-533, 1993
[15] Salman Khan, Hossein Rahmani, Syed Afaq Ali Shah,
Mohammed Bennamoun, “A Guide to Convolutional
Neural Networks for Computer Vision", A Publicationin
the Morgan and Claypool Publishers series

More Related Content

What's hot

What's hot (20)

Improved block based segmentation for jpeg compressed document images
Improved block based segmentation for jpeg compressed document imagesImproved block based segmentation for jpeg compressed document images
Improved block based segmentation for jpeg compressed document images
 
Improved block based segmentation for jpeg
Improved block based segmentation for jpegImproved block based segmentation for jpeg
Improved block based segmentation for jpeg
 
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOMDYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
 
Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...
 
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)
 
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...
 
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueFuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
 
40120140507006
4012014050700640120140507006
40120140507006
 
Kq3518291832
Kq3518291832Kq3518291832
Kq3518291832
 
Lossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative StudyLossless Image Compression Techniques Comparative Study
Lossless Image Compression Techniques Comparative Study
 
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
 
Common image compression formats
Common image compression formatsCommon image compression formats
Common image compression formats
 
Face recognition using assemble of low frequency of DCT features
Face recognition using assemble of low frequency of DCT featuresFace recognition using assemble of low frequency of DCT features
Face recognition using assemble of low frequency of DCT features
 
International Journal on Soft Computing ( IJSC )
International Journal on Soft Computing ( IJSC )International Journal on Soft Computing ( IJSC )
International Journal on Soft Computing ( IJSC )
 
Comparison of different Fingerprint Compression Techniques
Comparison of different Fingerprint Compression TechniquesComparison of different Fingerprint Compression Techniques
Comparison of different Fingerprint Compression Techniques
 
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
 
A Comparative Case Study on Compression Algorithm for Remote Sensing Images
A Comparative Case Study on Compression Algorithm for Remote Sensing ImagesA Comparative Case Study on Compression Algorithm for Remote Sensing Images
A Comparative Case Study on Compression Algorithm for Remote Sensing Images
 
Ieee projects 2012 2013 - Digital Image Processing
Ieee projects 2012 2013 - Digital Image ProcessingIeee projects 2012 2013 - Digital Image Processing
Ieee projects 2012 2013 - Digital Image Processing
 
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
 
D0325016021
D0325016021D0325016021
D0325016021
 

Similar to IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder

A Novel Image Compression Approach Inexact Computing
A Novel Image Compression Approach Inexact ComputingA Novel Image Compression Approach Inexact Computing
A Novel Image Compression Approach Inexact Computing
ijtsrd
 
“Processing Raw Images Efficiently on the MAX78000 Neural Network Accelerator...
“Processing Raw Images Efficiently on the MAX78000 Neural Network Accelerator...“Processing Raw Images Efficiently on the MAX78000 Neural Network Accelerator...
“Processing Raw Images Efficiently on the MAX78000 Neural Network Accelerator...
Edge AI and Vision Alliance
 

Similar to IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder (20)

COMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORS
COMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORSCOMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORS
COMPOSITE IMAGELET IDENTIFIER FOR ML PROCESSORS
 
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
 
DEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONDEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTION
 
Car Steering Angle Prediction Using Deep Learning
Car Steering Angle Prediction Using Deep LearningCar Steering Angle Prediction Using Deep Learning
Car Steering Angle Prediction Using Deep Learning
 
Wavelet based Image Coding Schemes: A Recent Survey
Wavelet based Image Coding Schemes: A Recent Survey  Wavelet based Image Coding Schemes: A Recent Survey
Wavelet based Image Coding Schemes: A Recent Survey
 
DIGEST PODCAST
DIGEST PODCASTDIGEST PODCAST
DIGEST PODCAST
 
A Novel Image Compression Approach Inexact Computing
A Novel Image Compression Approach Inexact ComputingA Novel Image Compression Approach Inexact Computing
A Novel Image Compression Approach Inexact Computing
 
MEDIAN BASED PARALLEL STEERING KERNEL REGRESSION FOR IMAGE RECONSTRUCTION
MEDIAN BASED PARALLEL STEERING KERNEL REGRESSION FOR IMAGE RECONSTRUCTIONMEDIAN BASED PARALLEL STEERING KERNEL REGRESSION FOR IMAGE RECONSTRUCTION
MEDIAN BASED PARALLEL STEERING KERNEL REGRESSION FOR IMAGE RECONSTRUCTION
 
MEDIAN BASED PARALLEL STEERING KERNEL REGRESSION FOR IMAGE RECONSTRUCTION
MEDIAN BASED PARALLEL STEERING KERNEL REGRESSION FOR IMAGE RECONSTRUCTIONMEDIAN BASED PARALLEL STEERING KERNEL REGRESSION FOR IMAGE RECONSTRUCTION
MEDIAN BASED PARALLEL STEERING KERNEL REGRESSION FOR IMAGE RECONSTRUCTION
 
Median based parallel steering kernel regression for image reconstruction
Median based parallel steering kernel regression for image reconstructionMedian based parallel steering kernel regression for image reconstruction
Median based parallel steering kernel regression for image reconstruction
 
IRJET- Image Compression Technique for Quantized Encrypted Images using SVD
IRJET-  	  Image Compression Technique for Quantized Encrypted Images using SVDIRJET-  	  Image Compression Technique for Quantized Encrypted Images using SVD
IRJET- Image Compression Technique for Quantized Encrypted Images using SVD
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniques
 
Creating Objects for Metaverse using GANs and Autoencoders
Creating Objects for Metaverse using GANs and AutoencodersCreating Objects for Metaverse using GANs and Autoencoders
Creating Objects for Metaverse using GANs and Autoencoders
 
Text Recognition using Convolutional Neural Network: A Review
Text Recognition using Convolutional Neural Network: A ReviewText Recognition using Convolutional Neural Network: A Review
Text Recognition using Convolutional Neural Network: A Review
 
An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...An efficient image compression algorithm using dct biorthogonal wavelet trans...
An efficient image compression algorithm using dct biorthogonal wavelet trans...
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition System
 
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
 
Review On Fractal Image Compression Techniques
Review On Fractal Image Compression TechniquesReview On Fractal Image Compression Techniques
Review On Fractal Image Compression Techniques
 
Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...
Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...
Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...
 
“Processing Raw Images Efficiently on the MAX78000 Neural Network Accelerator...
“Processing Raw Images Efficiently on the MAX78000 Neural Network Accelerator...“Processing Raw Images Efficiently on the MAX78000 Neural Network Accelerator...
“Processing Raw Images Efficiently on the MAX78000 Neural Network Accelerator...
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 

Recently uploaded (20)

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 

IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 356 Handwritten Decimal Image Compression using Deep Stacked Autoencoder Swati Pachare1, Shubhada Thakare2 1P.G. Scholar, Dept. of Electronics Engineering, GCOE, Amravati 2Assistant Professor, Dept. of Electronics Engineering, GCOE, Amravati ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Compression of image is a technique that is used to identify internal dataredundancyandtosubsequentlycome up with a compact representation. Compression of image has been a necessary and effective topic of research in the image processing domain. Earlier used algorithms for image compression, like JPEG and JPEG2000, depend on the encoder/decoder (codec) block diagram. They use the fixed transform matrixes, i.e wavelet transform and DiscreteCosine Transform (DCT), together with quantization and entropy coder to compress the image together with quantization and entropy coder to compress the image. A compression of image is important in the applications image processing like storing of data, classification of image, recognition of image etc. However, the image compression with auto-encoder has been found for a small number of the improvements. Therefore, the proposed work is to study and demonstrate the image compression algorithm using the deep neural network(DNN). Deep learning has much potentialtoenhancetheperformance in various computer vision tasks. Key Words: Image compression, image processing, auto- encoder, deep neural network 1. INTRODUCTION Image compression is the art and science art diminishing the data required in the representation of an image. It is most helpful and commercially successful techniques in the area of the digital image processing. Compression enables image transmission at very low bandwidth and decreases space needed for the storage of the data. Image compression has turn out to be necessary owing to increased demand for information transfer and storage. J. Jiang presents a review on image compression with neural network shows image compression existing technologylike, MPEG, H.26X and JPEG standards are being developed with assisting with neural network to provide improvementover traditional algorithms [1]. Chao Dong et.al shows lossy compression methodslikeJPEG introduces ringing effects, blocking artifacts. In wavelet transform thersholding and DCT transform in shape- adaptive are used to remove ringing and blocking artifacts but gives the blurred output. To eliminate the undesired artifacts Artifacts Reduction-Convolutional Neural Network (AR-CNN) is used showsimpressiveresultsitsuppressed the blocking artifacts while retains the edge patterns and sharp details [2]. G. E. Hinton, R. R. Salakhutdinov proposed dimensionality reduction method of data using the Restricted Boltzmann Machine (RBM) which outperforms over the Principal Component Analysis (PCA) method [3]. Adna Sento proposed the method of image compression method usingauto-encoder algorithmusesextendedKalman filter algorithm as learning algorithm which updates the weights in the network [4]. Hongda Shen [5] proposedthelosslesscompressionmethod of curated erythrocyte images using stacked auto-encoder and their variants. The dimensionality reduction of the images preserves all discriminative features of the images. This compression gives good compression performance as compared to JP2K-LM, JPEG-LSandCALIC.J.Almotiriet.al [6] presents the comparison between auto-encoder and Principal Component Analysis (PCA) inthe compressionand classification of the data. The auto-encoder gives 98.1% accuracy while PCA gives 97.2% accuracy. Robert Torfason et al. proposed two distinct computer vision tasks from compressed image representations which are image classification andsemanticsegmentationareconsider.When combining classification and image compression training, observe an increase in MS-SSIM and SSIM and at the same time, a better segmentation and classification precision [7]. A.B. Said et al. [8] presents the combined compression and classification of EMG and EEG signals by means of deep learning approach. Deep architecture extracts the features and also reconstructs the data using greedy layer wise training. This experiment is conduct on DEAP dataset. It consists of EEG, EMG and multiple physiological signals recorded from 32 participants. For both EEG and EMG data they have 23,040 samples of dimensionality 896. While comparison with DWT andcompresssensingshowsthat this approach performs better with high compression ratio. J. Papitha, G. Merlin Nancy, D. Nedumaran proposed eight compression algorithms were compareon200andmore MR images for the evaluation of quality and also the performance of it [9]. Gaurav Kumar and Pradeep Kumar Bhatia [10] expound the brief comparison between wavelet, Discrete Cosine Transform and Neural network methods used for image compression. The comparison is based on performance parameters such as PSNR, retained energyand output image size. From this comparison wavelet based image compression shows the optimumresultsascompared with ANN and DCT. W. K. Yeo et al., proposed the method to compress the MRI images using the feed forward neural network and for training back-propagation algorithm is used. The lossless algorithms like JPEG, JPEG 2000
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 357 outperforms well in terms of image qualityandcompression ratio as compared to feed forwardneural network (FNN)but the FNN in the field of medical [11]. 2. PROPOSED SYSTEM This section includes the required compression and decompression of the handwritten decimal numeralsimages from the dataset. For this compression and reconstructionof the images stacked auto-encoder is used. The auto-encoder encodes the image into its compressed representation and from this compressed representation reconstruction of the images is carried out. Fig- 1: Block Diagram 1. Modified National Institute of Standard and Technology (MNIST) is the database used consisting of collection of handwritten digit images. It consists of 60,000 training images and 10,000 testing images [12]. 2. Image compression with stacked auto-encoder: Auto-encoders [13] can be stackedtoformadeepnetworkby feeding the internalrepresentation(outputcode)oftheAuto- encoder at the layer below as input to the considered layer. The unsupervised pre-trainingofthearchitectureisdoneone layer at a time. Suppose we consider k layers, once the first k layers are trained, it is possible to train the (k + 1)th layer using the internal representation of the kth layer. The advantage of this architecture is that by using more hidden layers than a single auto-encoder, a high-dimensional input data can be reduced to a much smaller code representing the important features. Fig-2: Stacked Autoencoder Training of Auto-encoder Step 1: Start Step 2: Create and configure the auto-encoder network Step 3: Initialize the weights and biases Step 4: Train the auto-encoder network with Scaled Conjugate Gradient (SCG) method Step 5: Output of hidden layer of 1st auto-encoder network is given as input to the 2nd auto-encoder Step 6: Repeat step 4 Step 7: Again the output of hidden layer of 2nd auto-encoder network is given as input to the 3rd auto-encoder. Step 8: Repeat step 4 Step 9: And after training of all three auto-encoder the output of hidden layer 3rd Auto-encoder is given as input to the softmax layer which is the activation function. Step 10: All this auto-encoder are stacked together to form deep stacked auto-encoder. Step 11: End Scaled Conjugate Gradient (SCG) [14] training algorithm is used. SCG is the supervised learning algorithm. SCG is fully automated, includes no critical user-dependent parameters, and avoids a time consuming line search, which CGB and BFGS uses in each of its iteration in order to determine an appropriate step size. SCG belongs to class of conjugate gradient methods whichshows super-linear convergenceon most problems. The speed is depends upon convergence criteria i.e bigger demand for reduction of error, bigger the speed-up. 3. EXPERIMENTATION 1. Data collection The dataset chosen for the analysis of the deep networks is MNIST which contains a set of hand- written digit samples from 0 to 9. Each digit is in the form of a grey-scale image, of size 20 × 20 pixels, with values in range [0;1]
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 358 Fig- 3: MNIST Sample Images 2. Training of auto-encoder The MNIST handwritten digits dataset have been used for this experiment. This architecture is consists of three hidden layers where first layer has 100 units, second layer has 50 units and third layer has 25 units. This structure can be denoted as [400- >100->50->25]. The training of these three auto- encoder is performedonebyone.Thenaftertraining all three auto-encoders are stacked togethertoform a deep architecture. Fig- 4 : Auto-encoder Layer 1 Fig-5 : Auto-encoder Layer 2 Fig- 6 : Auto-encoder Layer 3 Fig-7: Stacked Auto-encoder Fig- 8: MSE obtained at layer 1 Fig- 9: MSE obtained at layer 2
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 359 Fig- 10: MSE obtained at layer 3 3. Testing of Auto-encoder While testing, 10,000 images from the MNIST dataset are taken for the testing. All trained neural networks are saved as a .mat file that can be used for testing. These .mat file can be directly loaded when testing is carried out. So one by one image or array of images are loaded from the dataset and compression at each layer is shown on the output window and after compression decompressed image is obtained. 4. EXPERIMENTAL RESULTS Fig-11: Input Image Fig-12: Compressed image at hidden layer 1 Fig-13: Compressed image at hidden layer 2 Fig- 14: Compressed image at hidden layer 3 Fig-15: Decompressed image output 5. CONCLUSION In this paper the review of various compression of image techniques are studied and compared. The main purpose of the image compression to obtain less storage and low bandwidth which is satisfied by the deep learning as compared to machine learning and conventional image compression technique by comparing the results of above mentioned papers. In the deep learning, it learns features and classifies automatically which is the advantage deep learning. Due to large dataset the training required more time and this is the main disadvantage of deep learning. But once training is done testing can be done in less time. The dimensionality reduction of the input image can be done very precisely from the very large dataset of images. And compression at each layer gives the more compressed representation which is required and also as we move on increasing the layers can get more compressed image. The decompression of image can also be done very easily because there is no need to apply separate decompression method.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 08 | Aug 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 360 REFERENCES [1] J. Jiang, “Image compression with neural networks- A survey", Signal Processing: Image Communication 14(1999) 737-760 [2] C. Dong, Y. Deng, C. C. Loy and X. Tang, "Compression Artifacts Reduction by a Deep Convolutional Network," 2015 IEEE International ConferenceonComputerVision (ICCV), Santiago, 2015, pp. 576-584. [3] G.E. Hinton and R. Salakhutdinov, "Reducing the Dimensionality of Data with Neural Networks," Science, vol. 313, no. 5786, pp. ,504-507, 2006 [4] Adna Sento “Image Compression with Auto-encoder Algorithm using Deep Neural Network (DNN)" 2016 IEEE Management and Innovation Technology International Conference (MITiCON-2016 ),pp. 99-103 [5] Hongda Shen, W. David Pan, Yuhang Dong, and Mohammad Alim, “Lossless Compression of Curated Erythrocyte Images Using Deep Autoencoders for Malaria Infection Diagnosis", 2016 IEEE [6] Jasem Almotiri, Khaled Elleithy, Abdelrahman Elleithy, “Comparison of Autoencoder and Principal Component Analysis Followed by Neural Network for E-Learning Using Handwritten Recognition",2017 IEEE [7] Robert Torfason, Fabian Mentzer, Eirikur Agustsson, Michael Tschannen, Radu Timofte, Luc Van Gool “Towards image understanding from deep compressioon without decoding" Published as a conference paper at ICLR 2018 [8] Ahmed Ben Said, Amr Mohamed, Tarek Elfouly, Khaled Harras, Z. Jane Wang, “Multimodal deep learning approach for joint EEG-EMG data compression and classification",2017 IEEE [9] J. Papitha, G. Merlin Nancy and D. Nedumaran, “Compression Techniques on MR Image-A Comparative Study",2013 IEEE [10] Gaurav Kumar, Pradeep Kumar Bhatia, “Empirical analysis of Image Compression using Wavelets,Discrete Cosine Transform and Neural Network”, 2016 International Conference on Computing for Sustainable Global Development (INDIACom), pp. 3862-3866 [11] W. K. Yeo, David F. W. Yap, T.H. Oh, D.P. Andito, S. L. Kok, Y. H. Ho, M. K. Suaidi, Grayscale medical image compression using feedforwrd neural network", 2011 International Conference on ComputerApplicationsand Industrial Electronics (ICCAIE 2011), pp.,633-638 [12] http://yann.lecun.com/exdb/mnist [13] Josh Patterson and Adam Gibson, “Deep Learning A Practitioner's Approach", Published by O'Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472 [14] Martin Fodslette Meiller, “A Scaled Conjugate Gradient Algorithm for Fast Supervised Learning", Neural Networks, Vol. 6, pp. 525-533, 1993 [15] Salman Khan, Hossein Rahmani, Syed Afaq Ali Shah, Mohammed Bennamoun, “A Guide to Convolutional Neural Networks for Computer Vision", A Publicationin the Morgan and Claypool Publishers series