Skip to content

Robust Homography Estimation via Dual Principal Component Pursuit

Notifications You must be signed in to change notification settings

tianjiaoding/DPCP-Homography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robust Homography Estimation via Dual Principal Component Pursuit

This repository contains implementation that robustly estimates a homography matrix from correspondences that contain a large number of outliers using Dual Principal Component Pursuit. For reference on formulation, theoretical guarantees and experiments, please see the following paper.

Getting started

With Matlab, run main_EPFL.m or main_HOMOGR.m. The error metrics (e.g., rotation and translation error, transfer error) will show up in the console.

This implementation is an entire pipeline of structure from motion. Firstly, feature points are extracted from each view, and then are matched aross views to form correspondences. Then, the correspondences are normalized on each view, and then mapped into epipolar or homographic embeddings (§2). Now, Dual Principal Component Pursuit (§3) robustly estimate a nullspace of suitable dimension from those embeddings (Table 1). Homographies are in turn extracted from such a nullspace. When camera calibration or intrinsic parameters are available, one gets a Euclidean homography, which can be decomposed to rotation and translation. The rotation and translation are compared with the ground-truth.

Citation

@inproceedings{ding2020robust,
  title={Robust Homography Estimation via Dual Principal Component Pursuit},
  author={Ding, Tianjiao and Yang, Yunchen and Zhu, Zhihui and Robinson, Daniel P and Vidal, Ren{\'e} and Kneip, Laurent and Tsakiris, Manolis C},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={6080--6089},
  year={2020}
}

About

Robust Homography Estimation via Dual Principal Component Pursuit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages