Skip to content

germain-hug/NeurHal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Visual Correspondence Hallucination

This is the official repository for our paper Visual Correspondence Hallucination: Towards Geometric Reasoning . Source code will be made available shortly.

Abstract

Given a pair of partially overlapping source and target images and a keypoint in the source image, the keypoint's correspondent in the target image can be either visible, occluded or outside the field of view. Local feature matching methods are only able to identify the correspondent's location when it is visible, while humans can also hallucinate its location when it is occluded or outside the field of view through geometric reasoning. In this paper, we bridge this gap by training a network to output a peaked probability distribution over the correspondent's location, regardless of this correspondent being visible, occluded, or outside the field of view. We experimentally demonstrate that this network is indeed able to hallucinate correspondences on pairs of images captured in scenes that were not seen at training-time. We also apply this network to an absolute camera pose estimation problem and find it is significantly more robust than state-of-the-art local feature matching-based competitors.

Code

You can find a minimal code sample to load and run our model as part of the supplementary material of our paper at the following link.

BibTex

Please consider citing our work:

@inproceedings{germain2021NeurHal,
  author    = {Hugo Germain and
               Vincent Lepetit and
               Guillaume Bourmaud},
  title     = {Visual Correspondence Hallucination},
  booktitle = {ArXiv Preprint},
  year      = {2021},
  url       = {http://arxiv.org/abs/2106.09711}
}

About

Visual Correspondence Hallucination: Towards Geometric Reasoning (Under Review)

Topics

Resources

Stars

Watchers

Forks