26
Motion Vector Refineme nt for High-Performanc e Transcoding Jeongnam Youn, Ming-Ting Sun, Fellow,IEEE, Chi a-Wen Lin IEEE TRANSACTIONS ON MULTIMEDIA, MARCH 199 9

Motion Vector Refinement for High-Performance Transcoding

Embed Size (px)

DESCRIPTION

Motion Vector Refinement for High-Performance Transcoding. Jeongnam Youn, Ming-Ting Sun, Fellow,IEEE, Chia-Wen Lin IEEE TRANSACTIONS ON MULTIMEDIA, MARCH 1999. Introduction. Transcoding, a process of converting a previously compressed bit-stream into a lower bit-rate bit-stream. - PowerPoint PPT Presentation

Citation preview

Page 1: Motion Vector Refinement for High-Performance Transcoding

Motion Vector Refinement for High-Performance Transcoding

Jeongnam Youn, Ming-Ting Sun, Fellow,IEEE, Chia-Wen Lin

IEEE TRANSACTIONS ON MULTIMEDIA, MARCH 1999

Page 2: Motion Vector Refinement for High-Performance Transcoding

Introduction Transcoding, a process of converting a prev

iously compressed bit-stream into a lower bit-rate bit-stream.

Page 3: Motion Vector Refinement for High-Performance Transcoding

simply reusing the motion vectors extracted from an incoming video bit stream may not result in the best quality.

We propose a fast-search adaptive motion vector refinement scheme that is capable of providing video quality comparable to that can be achieved by performing a new full-scale motion estimation but with much less computation.

Page 4: Motion Vector Refinement for High-Performance Transcoding

Motion Estimation in Transcoding

Page 5: Motion Vector Refinement for High-Performance Transcoding

Structure of a cascaded transcoder

Page 6: Motion Vector Refinement for High-Performance Transcoding
Page 7: Motion Vector Refinement for High-Performance Transcoding

Motion Vector Refinement (MVR)

Refining the incoming motion vector within a small range.

(Bx,By) : base motion vector obtained from the incoming bit stream.

(Dx,Dy) : delta motion vector estimated within a new search window SR.

Page 8: Motion Vector Refinement for High-Performance Transcoding

The performance of motion vector refinement.

Degradation0.45 dB

Page 9: Motion Vector Refinement for High-Performance Transcoding

Motion Vector Refinement in Frame-Rate Conversion To transport video over low bandwidth cha

nnels, a high transcoding ratio is required. Frame-rate reduction is often used as an eff

icient scheme to allocate more bits to the remaining frames.

When some incoming frames are dropped for the frame rate conversion, the incoming motion vectors are not valid.

Page 10: Motion Vector Refinement for High-Performance Transcoding
Page 11: Motion Vector Refinement for High-Performance Transcoding

Forward dominant vector selection (FDVS) Select one dominant motion vector from th

e four neighboring macroblocks. The dominant macroblock is a macroblock

that has the largest overlapping segment with the block pointed by the incoming motion vector.

A dominant motion vector is defined as the motion vector carried by a dominant macroblock.

Page 12: Motion Vector Refinement for High-Performance Transcoding
Page 13: Motion Vector Refinement for High-Performance Transcoding
Page 14: Motion Vector Refinement for High-Performance Transcoding

Performance comparison of the proposed FDVS and the bilinear interpolation motion vector composition

Page 15: Motion Vector Refinement for High-Performance Transcoding

Foreman 1.7 dB

Carphone 0.8dB

Performance comparison of motion vector composition methods (constant bitrate)

Page 16: Motion Vector Refinement for High-Performance Transcoding

Motion Vector Refinement for the Composed Motion Vector

(Vx,Vy) : the dominant motion vector at the frame (n-d)

(Ix,Iy) :theincoming motion vector of the frame (n)

Page 17: Motion Vector Refinement for High-Performance Transcoding
Page 18: Motion Vector Refinement for High-Performance Transcoding

Full-scale ME (29.29dB)

FDVS with MVR (28.90 dB)

Quality of the picture with the worst PSNR drop (frame number 34)

Page 19: Motion Vector Refinement for High-Performance Transcoding

Adaptive Motion Vector Refinement

Page 20: Motion Vector Refinement for High-Performance Transcoding

When the quantization step size difference is small, the distortion caused by the reuse of incoming motion vector is small.

Sum of differential reconstruction error (SDRE)

Page 21: Motion Vector Refinement for High-Performance Transcoding
Page 22: Motion Vector Refinement for High-Performance Transcoding

Fast Search Algorithm To reduce computational complexity by

minimizing the number of required checking points.

Horizontal and vertical search (HAVS) scheme.

Only when the computed SAD on the left side is larger than that of the starting point, the points on the right side are searched.

Page 23: Motion Vector Refinement for High-Performance Transcoding

5 checking points are required (best case)

Page 24: Motion Vector Refinement for High-Performance Transcoding

7 checking points are required (worst case)

Page 25: Motion Vector Refinement for High-Performance Transcoding

Simulation Results

Page 26: Motion Vector Refinement for High-Performance Transcoding

Conclusion Motion vector refinement (MVR) Forward dominant vector selection

composition method (FDVS) Adaptive motion vector refinement

scheme Fast-search algorithm