Warp Propagation for Video Resizing

Abstract

This paper presents a video resizing approach that provides both efficiency and temporal coherence. Prior approaches either sacrifice temporal coherence (resulting in jitter), or require expensive spatio-temporal optimization. By assessing the requirements for video resizing we observe a fundamental tradeoff between temporal coherence in the background and shape preservation for the moving objects. Understanding this tradeoff enables us to devise a novel approach that is efficient, because it warps each frame independently, yet can avoid introducing jitter. Like previous approaches, our method warps frames so that the background are distorted similarly to prior frames while avoiding distortion of the moving objects. However, our approach introduces a motion history map that propagates information about the moving objects between frames, allowing for graceful tradeoffs between temporal coherence in the background and shape preservation for the moving objects. The approach can handle scenes with significant camera and object motion and avoid jitter, yet warp each frame sequentially for efficiency. Experiments with a variety of videos demonstrate that our approach can efficiently produce high-quality video resizing results.

Cite

Text

Niu et al. "Warp Propagation for Video Resizing." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5540169

Markdown

[Niu et al. "Warp Propagation for Video Resizing." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/niu2010cvpr-warp/) doi:10.1109/CVPR.2010.5540169

BibTeX

@inproceedings{niu2010cvpr-warp,
  title     = {{Warp Propagation for Video Resizing}},
  author    = {Niu, Yuzhen and Liu, Feng and Li, Xueqing and Gleicher, Michael},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {537-544},
  doi       = {10.1109/CVPR.2010.5540169},
  url       = {https://mlanthology.org/cvpr/2010/niu2010cvpr-warp/}
}