GitHunt
MB

mbanani/unsupervisedRR

[CVPR 2021 - Oral] UnsupervisedR&R: Unsupervised Point Cloud Registration via Differentiable Rendering

UnsupervisedR&R: Unsupervised Pointcloud Registration via Differentiable Rendering

This repository holds all the code and data for our recent work on unsupervised point cloud
registration:

UnsupervisedR&R: Unsupervised Pointcloud Registration via Differentiable Rendering
Mohamed El Banani, Luya Gao, Justin Johnson

If you find this code useful, please consider citing:

@inProceedings{elbanani2021unsupervisedrr,
  title={{UnsupervisedR&R: Unsupervised Pointcloud Registration via Differentiable Rendering}},
  author={El Banani, Mohamed and Gao, Luya and Johnson, Justin},
  booktitle={CVPR},
  year={2021},
}

If you have any questions about the paper or the code, please feel free to email me at
mbanani@umich.edu

Usage Instructions

  1. How to setup your environment?
  2. How to download and setup the datasets?
  3. How to train models?
  4. How to run inference with pretrained checkpoints?

Acknowledgments

We would like to thank the reviewers and area chairs for their valuable comments and suggestions.
We also thank Nilesh Kulkarni, Karan Desai, Richard Higgins, and Max Smith for many helpful
discussions and feedback on early drafts of this work.

We would also like to acknowledge the following repositories and users for making great code openly
available for us to use:

Languages

Python100.0%

Contributors

MIT License
Created February 16, 2021
Updated February 12, 2026
mbanani/unsupervisedRR | GitHunt