Create README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-sa-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
<h1 align="center">🦄 UniCorrn: Unified Correspondence Transformer Across 2D and 3D <br> CVPR 2026</h1>
|
| 7 |
+
|
| 8 |
+
<div align="center">
|
| 9 |
+
|
| 10 |
+
[Prajnan Goswami<sup>1*</sup>](https://prajnancv.github.io),
|
| 11 |
+
[Tianye Ding<sup>1*</sup>](https://jerrygcding.github.io/),
|
| 12 |
+
[Feng Liu<sup>2</sup>](https://scholar.google.com/citations?&user=uiqXutMAAAAJ),
|
| 13 |
+
[Huaizu Jiang<sup>1</sup>](https://jianghz.me/)\
|
| 14 |
+
<sup>1</sup> [Visual Intelligence Lab, Northeastern University](https://github.com/neu-vi), <sup>2</sup> [Adobe Research](https://research.adobe.com)\
|
| 15 |
+
<sup>*</sup> Equal Contribution
|
| 16 |
+
|
| 17 |
+
<a href="https://arxiv.org/abs/2605.04044"><img src="https://img.shields.io/badge/arXiv-2605.04044-b31b1b" alt="arXiv"></a>
|
| 18 |
+
<a href="https://neu-vi.github.io/UniCorrn/"><img src="https://img.shields.io/badge/Project_Page-green" alt="Project Page"></a>
|
| 19 |
+
|
| 20 |
+
</div>
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
## Overview
|
| 24 |
+
|
| 25 |
+
UniCorrn is the first correspondence model with shared weights that unifies 2D-2D, 2D-3D, and 3D-3D geometric matching with an end-to-end transformer architecture.
|
| 26 |
+
|
| 27 |
+
This model space contains the large-scale pretrained weights from stage1 and stage2 training.
|
| 28 |
+
|
| 29 |
+
## Quick Start
|
| 30 |
+
|
| 31 |
+
Check out our [Github Repo](https://github.com/neu-vi/UniCorrn).
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
## Citation
|
| 35 |
+
If you find this repository useful in your research, please consider giving a star ⭐ and a citation
|
| 36 |
+
```bibtex
|
| 37 |
+
@inproceddings{goswami2026unicorrn,
|
| 38 |
+
title={UniCorrn: Unified Correspondence Transformer Across 2D and 3D},
|
| 39 |
+
author={Goswami, Prajnan and Ding, Tianye and Liu, Feng and Jiang, Huaizu},
|
| 40 |
+
booktitle={CVPR},
|
| 41 |
+
year={2026}
|
| 42 |
+
}
|
| 43 |
+
```
|