Tat-Jun Chin 1, David Suter 2, Shin-Fang Chng 1, James Quach 3.
1 Australian Institute for Machine Learning (AIML), University of Adelaide, 2 School of Computing and Security, Edith Cowan University 3 School of Physical Sciences, The University of Adelaide
This is the official repository for Quantum Robust Fitting.
This demo runs in MATLAB, and has been tested on macOS Catalina and Ventura.
- gurobi (https://www.gurobi.com) (optional)
This demo demonstrates an example of computing the exact influence
on the 2D line fitting problem.
- Run
main.m
in demo_influence folder.
This demo demonstrates an example of computing the exact influence
on solving a homography instance for 20 feature correspondences.
- Run
main.m
in demo_homography_small folder.
This demo demonstrates an example of computing the approximate influence
on solving a large-scale homography instance for more than 200 feature correspondences.
- Run
main.m
in demo_homography_large folder.
We provide the results of large-scale homography estimation for a church
instance. If you wish to plot the results, please follow the steps below:
-
Download the results from the following link: https://drive.google.com/drive/folders/1_Z5Be2T78u2PQfWPL0_bl1uvUZlCfDMY?usp=sharing
Please note that you will find two results at the provided link:
accv_official.zip
contains the influence corresponding to the results in the paper, andrun2.zip
contains the influence for a recent run. -
Place the data in
demo_homography_large/output
directory. -
Run
evaluate_approx_influence.m
. You will then obtain the following plots,
This code is for non-commercial use. If you find our work useful in your research, please consider citing our paper:
@inproceedings{chin2020quantum,
title={Quantum robust fitting},
author={Chin, Tat-Jun and Suter, David and Ch'ng, Shin-Fang and Quach, James},
booktitle={Proceedings of the Asian Conference on Computer Vision},
year={2020}
}