SIFT Flow: Dense Correspondence Across Different Scenes
Abstract
While image registration has been studied in different areas of computer vision, aligning images depicting different scenes remains a challenging problem, closer to recognition than to image matching. Analogous to optical flow, where an image is aligned to its temporally adjacent frame, we propose SIFT flow , a method to align an image to its neighbors in a large image collection consisting of a variety of scenes. For a query image, histogram intersection on a bag-of-visual-words representation is used to find the set of nearest neighbors in the database. The SIFT flow algorithm then consists of matching densely sampled SIFT features between the two images, while preserving spatial discontinuities. The use of SIFT features allows robust matching across different scene/object appearances and the discontinuity-preserving spatial model allows matching of objects located at different parts of the scene. Experiments show that the proposed approach is able to robustly align complicated scenes with large spatial distortions. We collect a large database of videos and apply the SIFT flow algorithm to two applications: (i) motion field prediction from a single static image and (ii) motion synthesis via transfer of moving objects.
Cite
Text
Liu et al. "SIFT Flow: Dense Correspondence Across Different Scenes." European Conference on Computer Vision, 2008. doi:10.1007/978-3-540-88690-7_3Markdown
[Liu et al. "SIFT Flow: Dense Correspondence Across Different Scenes." European Conference on Computer Vision, 2008.](https://mlanthology.org/eccv/2008/liu2008eccv-sift/) doi:10.1007/978-3-540-88690-7_3BibTeX
@inproceedings{liu2008eccv-sift,
title = {{SIFT Flow: Dense Correspondence Across Different Scenes}},
author = {Liu, Ce and Yuen, Jenny and Torralba, Antonio and Sivic, Josef and Freeman, William T.},
booktitle = {European Conference on Computer Vision},
year = {2008},
pages = {28-42},
doi = {10.1007/978-3-540-88690-7_3},
url = {https://mlanthology.org/eccv/2008/liu2008eccv-sift/}
}