SlideShare una empresa de Scribd logo
1 de 5
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 7, Issue 2 (May 2013), PP. 58-62
58
Video Compression based on Singular Value Decomposition
and Distributed Video Coding
S.Dhivya, M.Kannan
PG Scholar, Department of ECE, K.S.R. College of Engineering, Tiruchengode.
Assistant Professor, Department of ECE, K.S.R. College of Engineering, Tiruchengode.
_______________________________________________________________________________
ABSTRACT: Video compression with improved visual quality and with temporal redundancy reduction is a
challenging task. Video coding standards such as H.261/3, MPEG-1/2/4 and H.264/AVC use motion estimation
(ME) scheme to remove temporal redundancy which significantly improves the coding efficiency. However, the
peak signal-to-noise ratio is less. A new video coding method is proposed based on Singular Value
Decomposition (SVD) and Distributed Video Coding (DVC). The proposed scheme provides high peak signal-
to-noise ratio(PSNR) with better visual quality and high compression efficiency compared to existing video
codec’s. The comparison of the proposed SVD coding plus distributed video coding scheme with the existing
codec’s shows its advantages and potential in applications. This method of video coding is suitable for scenarios
such as mobile video phone, video surveillance systems, wireless video cameras, and disposable video cameras
etc where high compression with enhanced visual quality are required.
Keywords – Compression efficiency, Distributed video coding, Peak-signal-to-noise ratio, Singular value
decomposition, Video compression.
I. INTRODUCTION
Video is a sequence of still images representing scenes in motion. Video is characterized by huge
amount of data. An uncompressed video (video conference) recorded with a resolution of 352x240 at 15 fps
has a data rate of 30.41Mbps. As a result, transmission of raw video requires huge bandwidth. Also, the memory
required to store this uncompressed video is enormous. These two drawbacks make it impractical to use raw
video.
To reduce the transmission bandwidth and the storage requirements, video compression is done.
During compression, the redundant information is removed. Compression algorithms typically exploit spatial
and temporal redundancies present in a video. Temporal redundancy occurs when adjacent frames are highly
correlated in a video. In MJPEG (Motion JPEG), each frame is coded independently using JPEG. Therefore
MJPEG do not suffer from interframe dependence. However MJPEG exploits only spatial redundancy and does
not exploit the temporal redundancies in the video and therefore it results in lower compression.
H.261 is the video compression standard and is a motion compression algorithm developed
specifically for videoconferencing. Motion compensation involves working with groups of pixels to identify a
group in the previous frame that best matches a group in the current frame. H.261 use prediction and motion
estimation to reduce temporal redundancy. As the motion content of the images increases, the codec has to do
more computations and usually has to give up on image quality to maintain frame rate.
H.264 offers higher compression rates and can be achieved by using both inter frame and intra frame coding.
Spatial redundancy can be removed by intra frame coding and temporal redundancy can be removed by inter
frame coding. The high compression efficiency is the high computational complexity due to the ME process
used. In addition, with applications in which frames need to be edited and changed, all the frames affected by
the changes have to be encoded again in an ME-based coder because of the inter frame dependence therefore,
hybrid coding is not popular for situations requiring video editing and easy access to an individual frame.
Motion estimation and compensation is an efficient algorithm and a compression anywhere between
30:1 to 100:1 can be achieved. It is a challenge to remove temporal redundancy for getting high coding gain
without significant increase in computational complexity. Temporal redundancy is exploited by the techniques
such as block-based motion estimation (ME). Video coding standards like H.261/3, MPEG-1/2/4 and
H.264/AVC implement this coding structure. Accordingly, coding efficiency is extensively improved.
However, due to the motion estimation process, computational complexity is high. The cost of high
complexity are long computational time, high energy consumption, short battery life, and high cost of hardware
implementation. In addition, the hybrid coding system causes inter-frame dependence in decompression.
Therefore there is a need for algorithms, which achieve the necessary compression in real time with low power
Video Compression Based On Singular Value Decomposition And Distributed Video Coding
59
consumption. Hence in this paper, a new scheme is proposed for video coding based on Singular Value
Decomposition and Distributed Video Coding which improves the visual quality of the video.
The rest of this paper is organized as follows. Section 2 gives the theoretical foundation of the proposed system
and comparison with the existing relevant codecs. Section 3 describes the whole codec framework of the
proposed SVD and DVC scheme. Section 4 presents the overall coding operation and experimental results with
PSNR values, whereas Section 5 concludes this paper.
II. RELATED WORK
Asai proposed new video coding scheme optimized for high-resolution video sources[1] based on
motion estimation and discrete cosine transform. Although coding efficiency is improved, computational
complexity is high. Kyung-hee lee proposed a video coding method for H.264/AVC based on reference frame
selection algorithm which reduced the complexity but frame loss is present.
Bahari proposed a low-power H.264 video compression[2] architectures for mobile communication
based on pixel truncation by variable block-size where computational saving is achieved but increases the
hardware design.
Fan Zhang proposed texture warping and synthesis based video compression[3]. A perspective motion
model was employed to warp static textures, instead of encoding whole images or prediction residuals after
translational motion estimation, and dynamic textures are created by utilizing texture synthesis. Using the
features derived from complex wavelet transform, texture regions are segmented and further classified
according to their spatial and temporal characteristics. In addition, to evaluate the quality of the reconstructed
video, a compatible artifact-based video metric was proposed to prevent warping and synthesis artifacts.
However this method had poor visual quality.
Gabriellini proposed an approach for intra-prediction in video coding[4] based on the combination of
spatial closed-loop and open-loop predictions called as Combined Intra-Prediction, which enables better
prediction of frame pixels that is desirable for efficient video compression and also addresses both the rate-
distortion performance enhancement as well as low-complexity requirements that are imposed on codec’s for
targeted high-resolution content. The drawback of this method was that it does not provide better quality for
complex video sequences.
Asai described a video coding scheme which used conventional block-based motion compensation plus
discrete cosine transform coding approach that is suitable for hardware implementation of a high-resolution
video codec. This scheme achieved significant development of coding efficiency, allowing the use of larger
blocks for motion compensation and transform coding than conventional standards. However this method
increased the computations.
III. VIDEO CODEC OPERATION
Video compression is done based on singular value decomposition plus distributed video coding method
which improves the visual quality of the video sequences and also provide high peak signal-to-noise ratio
(PSNR) compared with the existing video coding methods.
A. SVD process
Initially the given video sequence is divided into group of pictures(GOP) with n frames. Consider the
ith frame denoted as Fi. The mean frame Fmean is found from n frames and the mean subtracted frames is
obtained, i.e. Fi’ = Fi - Fmean. Then the mean-subtracted group of pictures(GOP) is divided into 8 × 8 group of
blocks(GOBs) where each block in B is denoted as B1,….,Bn.
SVD is applied for the jth GOB to obtain the corresponding eigenvector matrices El and Er and the group of 8 ×
8 coefficient matrices S1…Sn. The eigenvector matrix contains eight eigenvectors. The eigenvectors with small
sub-indices are more important since they correspond to the top left coefficients which contain more
information. These eigenvectors are often coded using vector quantization.
Video Compression Based On Singular Value Decomposition And Distributed Video Coding
60
Fig 1. SVD encoder
After quantization, eigenvectors are transmitted as group information(GI) for each GOB. The longer the GOP,
the less proportion the GI will occupy. With the increase in GOP size, there will be more high-magnitude SVD
coefficients, which negatively impact the coding efficiency.
A rational GOP size is chosen, such that the portion of GI in each GOP and the number of high-magnitude
coefficients are balanced. For video sequences, the optimal GOP size also ranges from 21 to 31.
Fig 2. SVD decoder
In the decoder part, first, the group information is decoded; whereby the mean frame and eigenvector matrices
are extracted. The reconstructed frames without the mean frame is obtained by applying inverse SVD. By
adding the 8 × 8 blocks of frame with the reconstructed mean frame, we get the original frames Fi which forms
the given video sequence. In this way, once the group information is successfully received, we are able to
decode each frame independently.
B. DVC process
Distributed video coding (DVC) is a new video coding framework which is based on Wyner-Ziv (WZ)
coding. In DVC, the complex task i.e., motion estimation is shifted to decoder, and decoder generates the side
information, which is one type of input frame and the encoder only sends parity bits to correct errors or to
improve its quality.
The incoming video sequence is first divided into group of pictures (GOPs). The first frame of each
GOP is called key frame and conventional intra encoder is used to encode the key frame. The remaining frames
in GOP are called as WZ frames and are encoded using distributed coding. Conventional intra encoder can be
of H.264/AVC intra or JPEG2000. The WZ frames first go through transform such as discrete cosine transform
(DCT) or discrete wavelet transform (DWT), depending on the conventional intra encoder chosen.
The transformed coefficients are then quantized (i.e., each coefficient is divided by an integer value) before
splitting into bit planes. Typically, the result is a block in which most or all of the coefficients are zero, with a
few non-zero coefficients. The video coding process produces a number of values that must be encoded to form
the compressed bit stream.
Video Compression Based On Singular Value Decomposition And Distributed Video Coding
61
Fig 3. DVC codec
These values include quantized transform coefficients, information about the structure of the compressed data
and the compression tools used during encoding, information about the complete video sequence. These values
are converted into binary codes using any of the codes like Turbo, Trellis, or Arithmetic codes for encoding.
After encoding, the bit stream can then be stored and/or transmitted. The codes are deployed here for error
correction of frames, by sending the parity bits.
The parity bits stored in the buffer are sent to decoder based on the requests from the decoder.
Therefore a feedback channel is needed between decoder and encoder. Side information (SI) is generated at the
decoder by motion compensated interpolation or extrapolation of previously decoded frames. To decode the
quantized bit planes, the side information is used along with the parity bits of the WZ frames requested via a
feedback channel.
The reconstructed transform coefficients bands are obtained by the side information together with the decoded
quantized bit planes. By applying inverse discrete cosine transform, the decoded WZ frames can be obtained
and the key frames go through conventional intra encoder and decoder.
IV. PROPOSED TECHNIQUE
The proposed video coding scheme involves compressing the video sequence first by using SVD
process. The output video obtained from the SVD process is further compressed by distributed video coding
process which provides highly compressed video with better visual quality as described in Fig.4.
Also, the proposed system gives high peak signal-to-noise ratio when compared to existing video coding
standards.
Fig 4. Flow diagram of proposed method
Video Compression Based On Singular Value Decomposition And Distributed Video Coding
62
Initially, the input video is divided into group of frames. Then SVD process is applied to that frames which in
turn produces compressed output video with certain PSNR value and compression ratio. Next the output video is
again compressed using DVC method which produces highly compressed video with high PSNR improvement
than the other codec’s. Different video codec’s are compared based on their performance in terms of peak-
signal-to-noise ratio as shown in Fig. 5 where the proposed SVD and DVC video coding technique provides
high PSNR value.
Fig 5. Performance comparison of different video codec's
V. CONCLUSION AND FUTURE WORKS
In this paper we have proposed a new scheme for video coding based upon Singular Value
Decomposition (SVD) plus Distributed Video Coding (DVC). Compared with existing hybrid video codec’s,
our codec gives high coding efficiency in terms of peak signal-to-noise ratio(PSNR) by 3-8 dB for the given
aero plane sequence compared with existing SVD method and hybrid video codec’s. Therefore, our scheme
provides better visual quality and this video coding method is suitable for applications such as mobile video
phone, video surveillance systems, wireless video cameras, and disposable video cameras etc where high
compression with enhanced visual quality are required. Hence developing this video coding method for
complex videos with further complexity reduction will be a future challenge.
REFERENCES
[1]. Asai.K, Murakami.T, Yamagishi.S, Minezawa.A and Itani.Y, (2011), “New Video Coding Scheme
Optimized for High-Resolution Video Sources,” IEEE Trans. Signal Process., vol. 5, no. 7, pp. 1290–
1297.
[2]. A. Bahari, T. Arslan, and A. T. Erdogan, (2009), “Low-power H.264 video compression architectures
for mobile communication,” IEEE Trans. Circuits Syst. Video Technol., vol. 19, no. 9, pp. 1251–1261.
[3]. Fan Zhang, and Bull.D.R, (2011), “A Parametric Framework for Video Compression Using Region-
Based Texture Models,” IEEE Trans., Signal Process., vol. 5, no. 7, pp. 1378–1392.
[4]. Gabriellini.A, Flynn.D, Mark.M and Davies.T., (2011), “Combined Intra- Prediction for High-
Efficiency Video Coding,” IEEE Trans. Signal Process., vol. 5, no. 7, pp. 1282–1289.
[5]. Zhouye Gu, Weisin Lin, Bu-sung Lee and Chiew Tong Lau, (2012), “Low-Complexity Video Coding
Based on Two-Dimensional Singular Value Decomposition,” IEEE Trans. Image Process., vol.21, no.2,
pp. 674–687.
[6]. J. Liu, S. C. Chen, Z.-H. Zhou, and X. Y. Tan, (2010), “Generalized low-rank approximations of matrices
revisited,” IEEE Trans. Neural Netw., vol. 21, no. 4, pp. 621–632.
[7]. C. Brites, J. Ascenso, Q. Pedro, and F. Pereira, (2008), “Evaluating a feedback channel based transform
domain Wyner-Ziv video codec”, IEEE Trans. Signal Process., vol. 23, no. 4, pp. 269–297.
[8]. B. Girod, A. Aaron, S. Rane, and D.Rebollo-Monedero, (2005), “Distributed video coding”, IEEE, vol. 93,
no. 1, pp. 71-83.

Más contenido relacionado

La actualidad más candente

Jiri ece-01-03 adaptive temporal averaging and frame prediction based surveil...
Jiri ece-01-03 adaptive temporal averaging and frame prediction based surveil...Jiri ece-01-03 adaptive temporal averaging and frame prediction based surveil...
Jiri ece-01-03 adaptive temporal averaging and frame prediction based surveil...Ijripublishers Ijri
 
IRJET- A Hybrid Image and Video Compression of DCT and DWT Techniques for H.2...
IRJET- A Hybrid Image and Video Compression of DCT and DWT Techniques for H.2...IRJET- A Hybrid Image and Video Compression of DCT and DWT Techniques for H.2...
IRJET- A Hybrid Image and Video Compression of DCT and DWT Techniques for H.2...IRJET Journal
 
A Novel Optimum Technique for JPEG 2000 Post Compression Rate Distortion Algo...
A Novel Optimum Technique for JPEG 2000 Post Compression Rate Distortion Algo...A Novel Optimum Technique for JPEG 2000 Post Compression Rate Distortion Algo...
A Novel Optimum Technique for JPEG 2000 Post Compression Rate Distortion Algo...IDES Editor
 
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...INFOGAIN PUBLICATION
 
An overview Survey on Various Video compressions and its importance
An overview Survey on Various Video compressions and its importanceAn overview Survey on Various Video compressions and its importance
An overview Survey on Various Video compressions and its importanceINFOGAIN PUBLICATION
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniquesIRJET Journal
 
JPEG2000 in a nutshell
JPEG2000 in a nutshellJPEG2000 in a nutshell
JPEG2000 in a nutshellBenoit Michel
 
Multi-View Video Coding Algorithms/Techniques: A Comprehensive Study
Multi-View Video Coding Algorithms/Techniques: A Comprehensive StudyMulti-View Video Coding Algorithms/Techniques: A Comprehensive Study
Multi-View Video Coding Algorithms/Techniques: A Comprehensive StudyIJERA Editor
 
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
 
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...DR.P.S.JAGADEESH KUMAR
 
IRJET- Study of SVM and CNN in Semantic Concept Detection
IRJET- Study of SVM and CNN in Semantic Concept DetectionIRJET- Study of SVM and CNN in Semantic Concept Detection
IRJET- Study of SVM and CNN in Semantic Concept DetectionIRJET Journal
 
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...sipij
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490IJRAT
 
absorption, Cu2+ : glass, emission, excitation, XRD
absorption, Cu2+ : glass, emission, excitation, XRDabsorption, Cu2+ : glass, emission, excitation, XRD
absorption, Cu2+ : glass, emission, excitation, XRDIJERA Editor
 
The motion estimation
The motion estimationThe motion estimation
The motion estimationsakshij91
 

La actualidad más candente (19)

Jiri ece-01-03 adaptive temporal averaging and frame prediction based surveil...
Jiri ece-01-03 adaptive temporal averaging and frame prediction based surveil...Jiri ece-01-03 adaptive temporal averaging and frame prediction based surveil...
Jiri ece-01-03 adaptive temporal averaging and frame prediction based surveil...
 
IRJET- A Hybrid Image and Video Compression of DCT and DWT Techniques for H.2...
IRJET- A Hybrid Image and Video Compression of DCT and DWT Techniques for H.2...IRJET- A Hybrid Image and Video Compression of DCT and DWT Techniques for H.2...
IRJET- A Hybrid Image and Video Compression of DCT and DWT Techniques for H.2...
 
A Novel Optimum Technique for JPEG 2000 Post Compression Rate Distortion Algo...
A Novel Optimum Technique for JPEG 2000 Post Compression Rate Distortion Algo...A Novel Optimum Technique for JPEG 2000 Post Compression Rate Distortion Algo...
A Novel Optimum Technique for JPEG 2000 Post Compression Rate Distortion Algo...
 
Z03301550160
Z03301550160Z03301550160
Z03301550160
 
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
5 ijaems sept-2015-9-video feature extraction based on modified lle using ada...
 
An overview Survey on Various Video compressions and its importance
An overview Survey on Various Video compressions and its importanceAn overview Survey on Various Video compressions and its importance
An overview Survey on Various Video compressions and its importance
 
A04840107
A04840107A04840107
A04840107
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniques
 
JPEG2000 in a nutshell
JPEG2000 in a nutshellJPEG2000 in a nutshell
JPEG2000 in a nutshell
 
Multi-View Video Coding Algorithms/Techniques: A Comprehensive Study
Multi-View Video Coding Algorithms/Techniques: A Comprehensive StudyMulti-View Video Coding Algorithms/Techniques: A Comprehensive Study
Multi-View Video Coding Algorithms/Techniques: A Comprehensive Study
 
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
 
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
 
IRJET- Study of SVM and CNN in Semantic Concept Detection
IRJET- Study of SVM and CNN in Semantic Concept DetectionIRJET- Study of SVM and CNN in Semantic Concept Detection
IRJET- Study of SVM and CNN in Semantic Concept Detection
 
Ec36783787
Ec36783787Ec36783787
Ec36783787
 
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
TARGET DETECTION AND CLASSIFICATION PERFORMANCE ENHANCEMENT USING SUPERRESOLU...
 
Jpeg2000
Jpeg2000Jpeg2000
Jpeg2000
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490
 
absorption, Cu2+ : glass, emission, excitation, XRD
absorption, Cu2+ : glass, emission, excitation, XRDabsorption, Cu2+ : glass, emission, excitation, XRD
absorption, Cu2+ : glass, emission, excitation, XRD
 
The motion estimation
The motion estimationThe motion estimation
The motion estimation
 

Destacado

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
 
How top marketers think about storytelling: 10 Takeouts
How top marketers think about storytelling: 10 TakeoutsHow top marketers think about storytelling: 10 Takeouts
How top marketers think about storytelling: 10 TakeoutsLemon Scented Tea
 
Núcleo ciclo y cromosomas
Núcleo ciclo y cromosomasNúcleo ciclo y cromosomas
Núcleo ciclo y cromosomasciencia20
 
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
 
Uni Capabilities
Uni CapabilitiesUni Capabilities
Uni Capabilitiespcara
 
A POWERPOINT PRESENTATION ON RATIONAL NUMBERS
A POWERPOINT PRESENTATION ON RATIONAL NUMBERSA POWERPOINT PRESENTATION ON RATIONAL NUMBERS
A POWERPOINT PRESENTATION ON RATIONAL NUMBERSjinisheejad
 
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
 
Filmes para quem despreza o cinema nacional (Parte 3 - Década de 90)
Filmes para quem despreza o cinema nacional (Parte 3 - Década de 90)Filmes para quem despreza o cinema nacional (Parte 3 - Década de 90)
Filmes para quem despreza o cinema nacional (Parte 3 - Década de 90)VittorioTedeschi
 

Destacado (15)

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)
 
How top marketers think about storytelling: 10 Takeouts
How top marketers think about storytelling: 10 TakeoutsHow top marketers think about storytelling: 10 Takeouts
How top marketers think about storytelling: 10 Takeouts
 
Núcleo ciclo y cromosomas
Núcleo ciclo y cromosomasNúcleo ciclo y cromosomas
Núcleo ciclo y cromosomas
 
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)
 
Uni Capabilities
Uni CapabilitiesUni Capabilities
Uni Capabilities
 
Extensiones
ExtensionesExtensiones
Extensiones
 
A07010105
A07010105A07010105
A07010105
 
Makalah bulu tangkis,,,,
Makalah bulu tangkis,,,,Makalah bulu tangkis,,,,
Makalah bulu tangkis,,,,
 
A POWERPOINT PRESENTATION ON RATIONAL NUMBERS
A POWERPOINT PRESENTATION ON RATIONAL NUMBERSA POWERPOINT PRESENTATION ON RATIONAL NUMBERS
A POWERPOINT PRESENTATION ON RATIONAL NUMBERS
 
B07010613
B07010613B07010613
B07010613
 
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)
 
Filmes para quem despreza o cinema nacional (Parte 3 - Década de 90)
Filmes para quem despreza o cinema nacional (Parte 3 - Década de 90)Filmes para quem despreza o cinema nacional (Parte 3 - Década de 90)
Filmes para quem despreza o cinema nacional (Parte 3 - Década de 90)
 
Dracs
DracsDracs
Dracs
 
Crisis de las democracias
Crisis de las democraciasCrisis de las democracias
Crisis de las democracias
 
DFS and BFS
DFS and BFSDFS and BFS
DFS and BFS
 

Similar a International Journal of Engineering Research and Development (IJERD)

Optimal coding unit decision for early termination in high efficiency video c...
Optimal coding unit decision for early termination in high efficiency video c...Optimal coding unit decision for early termination in high efficiency video c...
Optimal coding unit decision for early termination in high efficiency video c...IJECEIAES
 
Patch-Based Image Learned Codec using Overlapping
Patch-Based Image Learned Codec using OverlappingPatch-Based Image Learned Codec using Overlapping
Patch-Based Image Learned Codec using Overlappingsipij
 
Video Compression Algorithm Based on Frame Difference Approaches
Video Compression Algorithm Based on Frame Difference Approaches Video Compression Algorithm Based on Frame Difference Approaches
Video Compression Algorithm Based on Frame Difference Approaches ijsc
 
18 13 sep17 8aug 8314 9991-1-ed (edit ari)
18 13 sep17 8aug 8314 9991-1-ed (edit ari)18 13 sep17 8aug 8314 9991-1-ed (edit ari)
18 13 sep17 8aug 8314 9991-1-ed (edit ari)IAESIJEECS
 
18 13 sep17 8aug 8314 9991-1-ed (edit ari)
18 13 sep17 8aug 8314 9991-1-ed (edit ari)18 13 sep17 8aug 8314 9991-1-ed (edit ari)
18 13 sep17 8aug 8314 9991-1-ed (edit ari)IAESIJEECS
 
Improved Error Detection and Data Recovery Architecture for Motion Estimation...
Improved Error Detection and Data Recovery Architecture for Motion Estimation...Improved Error Detection and Data Recovery Architecture for Motion Estimation...
Improved Error Detection and Data Recovery Architecture for Motion Estimation...IJERA Editor
 
HARDWARE SOFTWARE CO-SIMULATION OF MOTION ESTIMATION IN H.264 ENCODER
HARDWARE SOFTWARE CO-SIMULATION OF MOTION ESTIMATION IN H.264 ENCODERHARDWARE SOFTWARE CO-SIMULATION OF MOTION ESTIMATION IN H.264 ENCODER
HARDWARE SOFTWARE CO-SIMULATION OF MOTION ESTIMATION IN H.264 ENCODERcscpconf
 
Multilayer bit allocation for video encoding
Multilayer bit allocation for video encodingMultilayer bit allocation for video encoding
Multilayer bit allocation for video encodingIJMIT JOURNAL
 
Comparison of ezw and h.264 2
Comparison of ezw and h.264 2Comparison of ezw and h.264 2
Comparison of ezw and h.264 2IAEME Publication
 
A Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System VideosA Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System VideosINFOGAIN PUBLICATION
 
ERROR RESILIENT FOR MULTIVIEW VIDEO TRANSMISSIONS WITH GOP ANALYSIS
ERROR RESILIENT FOR MULTIVIEW VIDEO TRANSMISSIONS WITH GOP ANALYSIS ERROR RESILIENT FOR MULTIVIEW VIDEO TRANSMISSIONS WITH GOP ANALYSIS
ERROR RESILIENT FOR MULTIVIEW VIDEO TRANSMISSIONS WITH GOP ANALYSIS ijma
 
Error resilient for multiview video transmissions with gop analysis
Error resilient for multiview video transmissions with gop analysisError resilient for multiview video transmissions with gop analysis
Error resilient for multiview video transmissions with gop analysisijma
 
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...csandit
 
Effective Compression of Digital Video
Effective Compression of Digital VideoEffective Compression of Digital Video
Effective Compression of Digital VideoIRJET Journal
 
Robust Video Watermarking Scheme Based on Intra-Coding Process in MPEG-2 Style
Robust Video Watermarking Scheme Based on Intra-Coding Process in MPEG-2 Style Robust Video Watermarking Scheme Based on Intra-Coding Process in MPEG-2 Style
Robust Video Watermarking Scheme Based on Intra-Coding Process in MPEG-2 Style IJECEIAES
 
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTSA VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTSIAEME Publication
 
Optimal Repeated Frame Compensation Using Efficient Video Coding
Optimal Repeated Frame Compensation Using Efficient Video  CodingOptimal Repeated Frame Compensation Using Efficient Video  Coding
Optimal Repeated Frame Compensation Using Efficient Video CodingIOSR Journals
 

Similar a International Journal of Engineering Research and Development (IJERD) (20)

Optimal coding unit decision for early termination in high efficiency video c...
Optimal coding unit decision for early termination in high efficiency video c...Optimal coding unit decision for early termination in high efficiency video c...
Optimal coding unit decision for early termination in high efficiency video c...
 
Patch-Based Image Learned Codec using Overlapping
Patch-Based Image Learned Codec using OverlappingPatch-Based Image Learned Codec using Overlapping
Patch-Based Image Learned Codec using Overlapping
 
Video Compression Algorithm Based on Frame Difference Approaches
Video Compression Algorithm Based on Frame Difference Approaches Video Compression Algorithm Based on Frame Difference Approaches
Video Compression Algorithm Based on Frame Difference Approaches
 
18 13 sep17 8aug 8314 9991-1-ed (edit ari)
18 13 sep17 8aug 8314 9991-1-ed (edit ari)18 13 sep17 8aug 8314 9991-1-ed (edit ari)
18 13 sep17 8aug 8314 9991-1-ed (edit ari)
 
18 13 sep17 8aug 8314 9991-1-ed (edit ari)
18 13 sep17 8aug 8314 9991-1-ed (edit ari)18 13 sep17 8aug 8314 9991-1-ed (edit ari)
18 13 sep17 8aug 8314 9991-1-ed (edit ari)
 
Improved Error Detection and Data Recovery Architecture for Motion Estimation...
Improved Error Detection and Data Recovery Architecture for Motion Estimation...Improved Error Detection and Data Recovery Architecture for Motion Estimation...
Improved Error Detection and Data Recovery Architecture for Motion Estimation...
 
HARDWARE SOFTWARE CO-SIMULATION OF MOTION ESTIMATION IN H.264 ENCODER
HARDWARE SOFTWARE CO-SIMULATION OF MOTION ESTIMATION IN H.264 ENCODERHARDWARE SOFTWARE CO-SIMULATION OF MOTION ESTIMATION IN H.264 ENCODER
HARDWARE SOFTWARE CO-SIMULATION OF MOTION ESTIMATION IN H.264 ENCODER
 
Multilayer bit allocation for video encoding
Multilayer bit allocation for video encodingMultilayer bit allocation for video encoding
Multilayer bit allocation for video encoding
 
Cuda project paper
Cuda project paperCuda project paper
Cuda project paper
 
Gg3311121115
Gg3311121115Gg3311121115
Gg3311121115
 
Comparison of ezw and h.264 2
Comparison of ezw and h.264 2Comparison of ezw and h.264 2
Comparison of ezw and h.264 2
 
A Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System VideosA Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System Videos
 
ERROR RESILIENT FOR MULTIVIEW VIDEO TRANSMISSIONS WITH GOP ANALYSIS
ERROR RESILIENT FOR MULTIVIEW VIDEO TRANSMISSIONS WITH GOP ANALYSIS ERROR RESILIENT FOR MULTIVIEW VIDEO TRANSMISSIONS WITH GOP ANALYSIS
ERROR RESILIENT FOR MULTIVIEW VIDEO TRANSMISSIONS WITH GOP ANALYSIS
 
Error resilient for multiview video transmissions with gop analysis
Error resilient for multiview video transmissions with gop analysisError resilient for multiview video transmissions with gop analysis
Error resilient for multiview video transmissions with gop analysis
 
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
 
Effective Compression of Digital Video
Effective Compression of Digital VideoEffective Compression of Digital Video
Effective Compression of Digital Video
 
Robust Video Watermarking Scheme Based on Intra-Coding Process in MPEG-2 Style
Robust Video Watermarking Scheme Based on Intra-Coding Process in MPEG-2 Style Robust Video Watermarking Scheme Based on Intra-Coding Process in MPEG-2 Style
Robust Video Watermarking Scheme Based on Intra-Coding Process in MPEG-2 Style
 
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTSA VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
 
Optimal Repeated Frame Compensation Using Efficient Video Coding
Optimal Repeated Frame Compensation Using Efficient Video  CodingOptimal Repeated Frame Compensation Using Efficient Video  Coding
Optimal Repeated Frame Compensation Using Efficient Video Coding
 
A0540106
A0540106A0540106
A0540106
 

Más de IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEIJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignIJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingIJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string valueIJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraIJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingIJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart GridIJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderIJERD Editor
 

Más de IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Último

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Último (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

International Journal of Engineering Research and Development (IJERD)

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 7, Issue 2 (May 2013), PP. 58-62 58 Video Compression based on Singular Value Decomposition and Distributed Video Coding S.Dhivya, M.Kannan PG Scholar, Department of ECE, K.S.R. College of Engineering, Tiruchengode. Assistant Professor, Department of ECE, K.S.R. College of Engineering, Tiruchengode. _______________________________________________________________________________ ABSTRACT: Video compression with improved visual quality and with temporal redundancy reduction is a challenging task. Video coding standards such as H.261/3, MPEG-1/2/4 and H.264/AVC use motion estimation (ME) scheme to remove temporal redundancy which significantly improves the coding efficiency. However, the peak signal-to-noise ratio is less. A new video coding method is proposed based on Singular Value Decomposition (SVD) and Distributed Video Coding (DVC). The proposed scheme provides high peak signal- to-noise ratio(PSNR) with better visual quality and high compression efficiency compared to existing video codec’s. The comparison of the proposed SVD coding plus distributed video coding scheme with the existing codec’s shows its advantages and potential in applications. This method of video coding is suitable for scenarios such as mobile video phone, video surveillance systems, wireless video cameras, and disposable video cameras etc where high compression with enhanced visual quality are required. Keywords – Compression efficiency, Distributed video coding, Peak-signal-to-noise ratio, Singular value decomposition, Video compression. I. INTRODUCTION Video is a sequence of still images representing scenes in motion. Video is characterized by huge amount of data. An uncompressed video (video conference) recorded with a resolution of 352x240 at 15 fps has a data rate of 30.41Mbps. As a result, transmission of raw video requires huge bandwidth. Also, the memory required to store this uncompressed video is enormous. These two drawbacks make it impractical to use raw video. To reduce the transmission bandwidth and the storage requirements, video compression is done. During compression, the redundant information is removed. Compression algorithms typically exploit spatial and temporal redundancies present in a video. Temporal redundancy occurs when adjacent frames are highly correlated in a video. In MJPEG (Motion JPEG), each frame is coded independently using JPEG. Therefore MJPEG do not suffer from interframe dependence. However MJPEG exploits only spatial redundancy and does not exploit the temporal redundancies in the video and therefore it results in lower compression. H.261 is the video compression standard and is a motion compression algorithm developed specifically for videoconferencing. Motion compensation involves working with groups of pixels to identify a group in the previous frame that best matches a group in the current frame. H.261 use prediction and motion estimation to reduce temporal redundancy. As the motion content of the images increases, the codec has to do more computations and usually has to give up on image quality to maintain frame rate. H.264 offers higher compression rates and can be achieved by using both inter frame and intra frame coding. Spatial redundancy can be removed by intra frame coding and temporal redundancy can be removed by inter frame coding. The high compression efficiency is the high computational complexity due to the ME process used. In addition, with applications in which frames need to be edited and changed, all the frames affected by the changes have to be encoded again in an ME-based coder because of the inter frame dependence therefore, hybrid coding is not popular for situations requiring video editing and easy access to an individual frame. Motion estimation and compensation is an efficient algorithm and a compression anywhere between 30:1 to 100:1 can be achieved. It is a challenge to remove temporal redundancy for getting high coding gain without significant increase in computational complexity. Temporal redundancy is exploited by the techniques such as block-based motion estimation (ME). Video coding standards like H.261/3, MPEG-1/2/4 and H.264/AVC implement this coding structure. Accordingly, coding efficiency is extensively improved. However, due to the motion estimation process, computational complexity is high. The cost of high complexity are long computational time, high energy consumption, short battery life, and high cost of hardware implementation. In addition, the hybrid coding system causes inter-frame dependence in decompression. Therefore there is a need for algorithms, which achieve the necessary compression in real time with low power
  • 2. Video Compression Based On Singular Value Decomposition And Distributed Video Coding 59 consumption. Hence in this paper, a new scheme is proposed for video coding based on Singular Value Decomposition and Distributed Video Coding which improves the visual quality of the video. The rest of this paper is organized as follows. Section 2 gives the theoretical foundation of the proposed system and comparison with the existing relevant codecs. Section 3 describes the whole codec framework of the proposed SVD and DVC scheme. Section 4 presents the overall coding operation and experimental results with PSNR values, whereas Section 5 concludes this paper. II. RELATED WORK Asai proposed new video coding scheme optimized for high-resolution video sources[1] based on motion estimation and discrete cosine transform. Although coding efficiency is improved, computational complexity is high. Kyung-hee lee proposed a video coding method for H.264/AVC based on reference frame selection algorithm which reduced the complexity but frame loss is present. Bahari proposed a low-power H.264 video compression[2] architectures for mobile communication based on pixel truncation by variable block-size where computational saving is achieved but increases the hardware design. Fan Zhang proposed texture warping and synthesis based video compression[3]. A perspective motion model was employed to warp static textures, instead of encoding whole images or prediction residuals after translational motion estimation, and dynamic textures are created by utilizing texture synthesis. Using the features derived from complex wavelet transform, texture regions are segmented and further classified according to their spatial and temporal characteristics. In addition, to evaluate the quality of the reconstructed video, a compatible artifact-based video metric was proposed to prevent warping and synthesis artifacts. However this method had poor visual quality. Gabriellini proposed an approach for intra-prediction in video coding[4] based on the combination of spatial closed-loop and open-loop predictions called as Combined Intra-Prediction, which enables better prediction of frame pixels that is desirable for efficient video compression and also addresses both the rate- distortion performance enhancement as well as low-complexity requirements that are imposed on codec’s for targeted high-resolution content. The drawback of this method was that it does not provide better quality for complex video sequences. Asai described a video coding scheme which used conventional block-based motion compensation plus discrete cosine transform coding approach that is suitable for hardware implementation of a high-resolution video codec. This scheme achieved significant development of coding efficiency, allowing the use of larger blocks for motion compensation and transform coding than conventional standards. However this method increased the computations. III. VIDEO CODEC OPERATION Video compression is done based on singular value decomposition plus distributed video coding method which improves the visual quality of the video sequences and also provide high peak signal-to-noise ratio (PSNR) compared with the existing video coding methods. A. SVD process Initially the given video sequence is divided into group of pictures(GOP) with n frames. Consider the ith frame denoted as Fi. The mean frame Fmean is found from n frames and the mean subtracted frames is obtained, i.e. Fi’ = Fi - Fmean. Then the mean-subtracted group of pictures(GOP) is divided into 8 × 8 group of blocks(GOBs) where each block in B is denoted as B1,….,Bn. SVD is applied for the jth GOB to obtain the corresponding eigenvector matrices El and Er and the group of 8 × 8 coefficient matrices S1…Sn. The eigenvector matrix contains eight eigenvectors. The eigenvectors with small sub-indices are more important since they correspond to the top left coefficients which contain more information. These eigenvectors are often coded using vector quantization.
  • 3. Video Compression Based On Singular Value Decomposition And Distributed Video Coding 60 Fig 1. SVD encoder After quantization, eigenvectors are transmitted as group information(GI) for each GOB. The longer the GOP, the less proportion the GI will occupy. With the increase in GOP size, there will be more high-magnitude SVD coefficients, which negatively impact the coding efficiency. A rational GOP size is chosen, such that the portion of GI in each GOP and the number of high-magnitude coefficients are balanced. For video sequences, the optimal GOP size also ranges from 21 to 31. Fig 2. SVD decoder In the decoder part, first, the group information is decoded; whereby the mean frame and eigenvector matrices are extracted. The reconstructed frames without the mean frame is obtained by applying inverse SVD. By adding the 8 × 8 blocks of frame with the reconstructed mean frame, we get the original frames Fi which forms the given video sequence. In this way, once the group information is successfully received, we are able to decode each frame independently. B. DVC process Distributed video coding (DVC) is a new video coding framework which is based on Wyner-Ziv (WZ) coding. In DVC, the complex task i.e., motion estimation is shifted to decoder, and decoder generates the side information, which is one type of input frame and the encoder only sends parity bits to correct errors or to improve its quality. The incoming video sequence is first divided into group of pictures (GOPs). The first frame of each GOP is called key frame and conventional intra encoder is used to encode the key frame. The remaining frames in GOP are called as WZ frames and are encoded using distributed coding. Conventional intra encoder can be of H.264/AVC intra or JPEG2000. The WZ frames first go through transform such as discrete cosine transform (DCT) or discrete wavelet transform (DWT), depending on the conventional intra encoder chosen. The transformed coefficients are then quantized (i.e., each coefficient is divided by an integer value) before splitting into bit planes. Typically, the result is a block in which most or all of the coefficients are zero, with a few non-zero coefficients. The video coding process produces a number of values that must be encoded to form the compressed bit stream.
  • 4. Video Compression Based On Singular Value Decomposition And Distributed Video Coding 61 Fig 3. DVC codec These values include quantized transform coefficients, information about the structure of the compressed data and the compression tools used during encoding, information about the complete video sequence. These values are converted into binary codes using any of the codes like Turbo, Trellis, or Arithmetic codes for encoding. After encoding, the bit stream can then be stored and/or transmitted. The codes are deployed here for error correction of frames, by sending the parity bits. The parity bits stored in the buffer are sent to decoder based on the requests from the decoder. Therefore a feedback channel is needed between decoder and encoder. Side information (SI) is generated at the decoder by motion compensated interpolation or extrapolation of previously decoded frames. To decode the quantized bit planes, the side information is used along with the parity bits of the WZ frames requested via a feedback channel. The reconstructed transform coefficients bands are obtained by the side information together with the decoded quantized bit planes. By applying inverse discrete cosine transform, the decoded WZ frames can be obtained and the key frames go through conventional intra encoder and decoder. IV. PROPOSED TECHNIQUE The proposed video coding scheme involves compressing the video sequence first by using SVD process. The output video obtained from the SVD process is further compressed by distributed video coding process which provides highly compressed video with better visual quality as described in Fig.4. Also, the proposed system gives high peak signal-to-noise ratio when compared to existing video coding standards. Fig 4. Flow diagram of proposed method
  • 5. Video Compression Based On Singular Value Decomposition And Distributed Video Coding 62 Initially, the input video is divided into group of frames. Then SVD process is applied to that frames which in turn produces compressed output video with certain PSNR value and compression ratio. Next the output video is again compressed using DVC method which produces highly compressed video with high PSNR improvement than the other codec’s. Different video codec’s are compared based on their performance in terms of peak- signal-to-noise ratio as shown in Fig. 5 where the proposed SVD and DVC video coding technique provides high PSNR value. Fig 5. Performance comparison of different video codec's V. CONCLUSION AND FUTURE WORKS In this paper we have proposed a new scheme for video coding based upon Singular Value Decomposition (SVD) plus Distributed Video Coding (DVC). Compared with existing hybrid video codec’s, our codec gives high coding efficiency in terms of peak signal-to-noise ratio(PSNR) by 3-8 dB for the given aero plane sequence compared with existing SVD method and hybrid video codec’s. Therefore, our scheme provides better visual quality and this video coding method is suitable for applications such as mobile video phone, video surveillance systems, wireless video cameras, and disposable video cameras etc where high compression with enhanced visual quality are required. Hence developing this video coding method for complex videos with further complexity reduction will be a future challenge. REFERENCES [1]. Asai.K, Murakami.T, Yamagishi.S, Minezawa.A and Itani.Y, (2011), “New Video Coding Scheme Optimized for High-Resolution Video Sources,” IEEE Trans. Signal Process., vol. 5, no. 7, pp. 1290– 1297. [2]. A. Bahari, T. Arslan, and A. T. Erdogan, (2009), “Low-power H.264 video compression architectures for mobile communication,” IEEE Trans. Circuits Syst. Video Technol., vol. 19, no. 9, pp. 1251–1261. [3]. Fan Zhang, and Bull.D.R, (2011), “A Parametric Framework for Video Compression Using Region- Based Texture Models,” IEEE Trans., Signal Process., vol. 5, no. 7, pp. 1378–1392. [4]. Gabriellini.A, Flynn.D, Mark.M and Davies.T., (2011), “Combined Intra- Prediction for High- Efficiency Video Coding,” IEEE Trans. Signal Process., vol. 5, no. 7, pp. 1282–1289. [5]. Zhouye Gu, Weisin Lin, Bu-sung Lee and Chiew Tong Lau, (2012), “Low-Complexity Video Coding Based on Two-Dimensional Singular Value Decomposition,” IEEE Trans. Image Process., vol.21, no.2, pp. 674–687. [6]. J. Liu, S. C. Chen, Z.-H. Zhou, and X. Y. Tan, (2010), “Generalized low-rank approximations of matrices revisited,” IEEE Trans. Neural Netw., vol. 21, no. 4, pp. 621–632. [7]. C. Brites, J. Ascenso, Q. Pedro, and F. Pereira, (2008), “Evaluating a feedback channel based transform domain Wyner-Ziv video codec”, IEEE Trans. Signal Process., vol. 23, no. 4, pp. 269–297. [8]. B. Girod, A. Aaron, S. Rane, and D.Rebollo-Monedero, (2005), “Distributed video coding”, IEEE, vol. 93, no. 1, pp. 71-83.