English

Comparing Correspondences: Video Prediction with Correspondence-wise Losses

Computer Vision and Pattern Recognition 2022-04-04 v2 Machine Learning

Abstract

Image prediction methods often struggle on tasks that require changing the positions of objects, such as video prediction, producing blurry images that average over the many positions that objects might occupy. In this paper, we propose a simple change to existing image similarity metrics that makes them more robust to positional errors: we match the images using optical flow, then measure the visual similarity of corresponding pixels. This change leads to crisper and more perceptually accurate predictions, and does not require modifications to the image prediction network. We apply our method to a variety of video prediction tasks, where it obtains strong performance with simple network architectures, and to the closely related task of video interpolation. Code and results are available at our webpage: https://dangeng.github.io/CorrWiseLosses

Keywords

Cite

@article{arxiv.2104.09498,
  title  = {Comparing Correspondences: Video Prediction with Correspondence-wise Losses},
  author = {Daniel Geng and Max Hamilton and Andrew Owens},
  journal= {arXiv preprint arXiv:2104.09498},
  year   = {2022}
}

Comments

CVPR 2022 Camera Ready

R2 v1 2026-06-24T01:20:30.788Z