• 검색 결과가 없습니다.

Lossy Image Compression y g p

N/A
N/A
Protected

Academic year: 2022

Share "Lossy Image Compression y g p"

Copied!
8
0
0

로드 중.... (전체 텍스트 보기)

전체 글

(1)

Lossy Image Compression y g p

2008학년도 제 2학기

Lossy Image Compression

• Decompression yields an imperfect reconstruction of the original image data g g

• Focus on the basic concepts of lossy

compression adopted in practice and in standards

• Special emphasis on Discrete Cosine Transform- based compression schemes

DCT b d h f th b i f ll th i d id

– DCT-based schemes form the basis of all the image and video compression standards

• Sample-based vs. Block-based coding p g

2008학년도 제 2학기

Sample-Based Coding

C d l b l b i

• Compressed on a sample-by-sample basis

– Samples can be either in the spatial domain or in the frequency domain

E l Diff ti l P l C d M d l ti (DPCM)

• Example: Differential Pulse Code Modulation (DPCM)

ij

ij

q

P +

=

x

ij Quantizer:

ij

ij

q

P +

=

x

ij irreversible

main cause of information loss

Prediction Kernel for DPCM

1,j 1

x

i

j

x

i 1,

− 1 , j

x

i

x

i,j

1j - i 3 1

- 1j - i 2 1

- ij

1

x w x w x

w + +

=

P

ij

(2)

Quantization

• Quantization:

– the process of representing a large (possibly infinite) set of values with a much smaller set

00 01 11 10

Input

0.0 10.0

-10.0

2 bit d 2-bit encoder

• Input: scalars or vectors

2008학년도 제 2학기

Quantization

) round(

=

ij

ij

q round( e )

= Δ q

ij

: quantization step

• variance(e

ij

) < variance(x

ij

)

Δ

j j

– quantization will not introduce significant distortion

• Covariance function between pixels at distances longer than 8 decays rapidly

longer than 8 decays rapidly

– No benefit to using more than an eight-pixel neighborhood when forming Pij

2008학년도 제 2학기

Computational Complexity

• Example: Three prior samples

– PPijij requires 3 multiplications, 2 additionsrequires 3 multiplications, 2 additions – eij requires 1 subtraction

– qij requires 1 multiplications

– Multiplications involve small constants

» Look-up table methods can be used for faster encoding.

Block-Based Coding

• Block-based coding schemes yield:

– better compression ratios for the same-level of distortion or – less distortions for the same compression ratio.

• Spatial-domain vs Transform-domain block

• Spatial-domain vs. Transform-domain block

coding

(3)

Spatial-Domain Block Coding

• Pixels are grouped into blocks.

Bl k d i th ti l d i

• Blocks are compressed in the spatial domain.

• Example: Vector-Quantization method

Search for best match

Codebook best match

4x4 block

== vector of dimension 16 Full search

Tree search

2008학년도 제 2학기

Transform-Domain Block Coding

• Pixels are grouped into blocks.

• Blocks are transformed to another domain.

• Why transforming X to Y?

– Hopefully Y is a more compact representation of X

• Lossy transform-based compression:

– First, perform transformation from X to Y

Second discard the less important information in Y – Second, discard the less important information in Y

2008학년도 제 2학기

Compaction Efficiency for Various Transformations

• KLT is the optimum transform:

– It packs the most energy in the least numbe rof elements in Y.

• KLT has implementation-related deficiencies:

– Basis functions are image dependent

• In practice DCT is used widely In practice, DCT is used widely

– Basis functions are image INDEPENDENT.

– Compaction efficiency is close to that of the KLT.

DCT-Based Coding

• Basic tool: N x N image block from the spatial domain to the DCT domain

• What value for N?

– N = 8 for compression standards Why 8?

– Why 8?

» Implementation: 8x8 is appropriate considering the memory requirements and computational complexity

» Compaction Efficiency: a blocksize larger than 8x8 does not offer significant improvements

(4)

Discrete Cosine Transform

2008학년도 제 2학기

Benefits of DCT

• For highly correlated images, DCT compaction efficiency ~= KLT compaction efficiency

• 2-D DCT and IDCT are separable transformations

– 2-D DCT can be obtained by row-wise 1-D DCTs followed by column-wise 1-D DCTs

column wise 1 D DCTs

• DCT basis is image independent.

• There exist fast algorithms that require fewer There exist fast algorithms that require fewer operations than those required by the definition.

2008학년도 제 2학기

Generic DCT-based Image Coding System

• Entropy coder Entropy coder combines a run-

a block from a low-activity region

(5)

a block from a high-activity region

2008학년도 제 2학기

Block-Based Coding

2008학년도 제 2학기

Block-Based Coding: Encoding Block-Based Coding: Encoding

(6)

Block-Based Coding: Decoding

2008학년도 제 2학기

Block-Based Coding: Decoding Errors

2008학년도 제 2학기

Discrete Cosine Transform DCT vs. DFT

(7)

ZigZag Scan

Lower frequency frequency

Hi h Higher frequency

2008학년도 제 2학기

Fast DCT Algorithms

• Direct Computation

– Each DCT coefficient requires 64 multiplications and 64Each DCT coefficient requires 64 multiplications and 64 additions

– For an 8x8 block, 4096 (= 64x64) multiplications and 4096 additions

• Separable Implementation

– Eight 1-D row-wise DCTs followed by eight 1-D column-wise DCTs

» For each 1-D DCT coefficient, 8 Xs and 8 +s

» For a 1x8 block, 64 Xs and 64 +s – For 16 1-D DCTs, 1024 Xs and 1024 +s

• These numbers are still quite high

• For real-time implementation, need faster algorithms

2008학년도 제 2학기

Lee’s 1-D IDCT Algorithm

1 - N ..., 1, 0, k ,

x(k) X(n) C

1 - N

0 n

1)n (2k

2N

=

=

=

+

X(n), e(n)

X(n) where

0 n

=

=

0 n if , 2

e(n) = ⎨ ⎧ 1/ =

) 1 2 (

otherwise e(n) 1,

k

⎩ ⎨

=

2 ) ) 1 2 cos( ( C

(2k2N 1)n

N n k +

=

+

π

2N

Lee’s 1-D IDCT Algorithm

Main idea: Recursively Divide & Conquer

x(7) 0)

x(

X(7) X(0)

x(7) ...

0) x(

X(7) ...

X(0)

1 How? 2. How?

⎯ →

⎯ →

h(3) h(0)

H(3) H(0)

g(3) ...

g(0) G(3)

...

G(0)

IDCT point - 4

IDCT point - 4

1. How?

⇒ H(0) ... H(3) h(0) ... h(3)

1

1) X(2 1)

X(2 H( )

X(2n) G(n) =

1 2C h(k) g(k) 1

x(k)

2k1

16

+

+

=

1) - X(2n 1)

X(2n

H(n) = + + x(7 - k) g(k) - 1 h(k)

=

+

(8)

Lee’s 1-D IDCT Algorithm

• From Figure 1 of Lee’s paper

– For N=8,

» # of multiplications = 12 Non-trivial constant

» # of multiplications = 12

» # of additions = 29

• Input sequence: in bit-reversed order

• Output sequence:

– Start with (0, 1)

– Add the prefix 0 to each element (00, 01)

– Obtain the rest of elements by complementing the existing ones (00, 01) -> (00, 01, 11, 10)

2008학년도 제 2학기

Computational Complexity of DCT Algorithms

• Disadvantages of 2-D DCT methods

Storage for up to 128 elements is required – Storage for up to 128 elements is required

» For systems with the small number of registers, not feasible

D t dd i i hi hl i l

– Data addressing is highly irregular

» additional overhead for address calculations

2008학년도 제 2학기

참조

관련 문서

limiting the solid angle formed by chief rays chief rays As seen from the centre of the entrance pupil As seen from the centre of the entrance pupil ( ( E E n n P P ), the

사람의 가치를 만드는 젊은기업 엔아이엠 서울 강남구 역삼1동 827-41 서원빌딩 3층, 553-3434 www.nimkorea.com. PDA를 PDA 를 이용한 이용한

Uses the convolution property of the Fourier transform to perform the wavelet transform in the spatial domain. 주파수 영역에서의 곱 Î

The N application rate is estimated from (1) the total N requirement for onions (excluding mineralized N) of 160 pounds per acre, (2) an adjustment due to the

Because the SHP box of Ufd1 and the UBD of Npl4 bind to different sites on the surface of the p97 N domain, it may be structurally possible for the two modules of an

In the algorithm, 22 different features were initially extracted from the HRV signal by frequency domain, time domain, wavelet transformed, and

Extensive experimental results demonstrate that the proposed DMWT domain video watermarking using SURF features is robust against common image processing attacks, motion

The comparison of lower part of image 1 and the upper portion of image 2 using DCT block similarity detection method is executed, as demonstrated in Fig.. If they