Skip to content

shutengW/Quantum-Multiple-Rotation-Averaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Multiple Rotation Averaging

This is the implementation of the paper "Quantum Multiple Rotation Averaging" by Wang et al. We introduce IQARS, a novel method for globally synchronizing multiple local rotation matrices. For details, we refer to the project page.

Getting Started

This repository provides a Python implementation of Quantum Multiple Rotation Averaging using QUBO formulations and annealing-based optimization (simulated or quantum).

The code is organized into modular Python files:

  • lie.py — SO(3) geometry utilities and derivatives
  • data.py — synthetic rotation dataset generation
  • qubo.py — QUBO construction
  • objective.py — residual evaluation
  • solvers.py — simulated / quantum annealing interface
  • main.py — experiment runner

Installation

1. Clone the repository

git clone https://github.com/shutengW/Quantum-Multiple-Rotation-Averaging.git

cd Quantum-Multiple-Rotation-Averaging


2. Create the conda environment

conda env create --name EnvName --file environment.yaml conda activate EnvName

This installs all required dependencies for running QMRA experiments.


Running QMRA

To run the synthetic rotation averaging experiment:

python main.py

The script will:

  • generate synthetic relative rotations
  • construct the QUBO problem
  • solve it using annealing
  • iteratively update rotations

Citing QMRA

If you use QMRA in your research, please consider citing our work:

    @inproceedings{Wang2026quantum,
                title={Quantum Multiple Rotation Averaging},
                author={Wang, Shuteng and Kuete Meli, Natacha and Möller, Michael and Golyanik, Vladislav},
                booktitle={International Conference on 3D Vision},
                year={2026}
                }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages