TL;DR
GLU-Net is a universal neural network architecture designed to handle various dense correspondence tasks like optical flow and semantic matching, achieving high accuracy and robustness across different scenarios with a single model.
Contribution
The paper introduces a universal network architecture that applies to multiple dense correspondence problems, utilizing combined global and local correlation layers and an adaptive resolution strategy.
Findings
Achieves state-of-the-art performance across multiple dense correspondence tasks.
Operates effectively on various input resolutions with a single trained model.
Demonstrates robustness to large displacements and appearance changes.
Abstract
Establishing dense correspondences between a pair of images is an important and general problem, covering geometric matching, optical flow and semantic correspondences. While these applications share fundamental challenges, such as large displacements, pixel-accuracy, and appearance changes, they are currently addressed with specialized network architectures, designed for only one particular task. This severely limits the generalization capabilities of such networks to new scenarios, where e.g. robustness to larger displacements or higher accuracy is required. In this work, we propose a universal network architecture that is directly applicable to all the aforementioned dense correspondence problems. We achieve both high accuracy and robustness to large displacements by investigating the combined use of global and local correlation layers. We further propose an adaptive resolution…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
GLU-Net: Global-Local Universal Network for Dense Flow and Correspondences· youtube
