Upload folder using huggingface_hub
Browse files- README.md +47 -0
- ufm_560_refine.pt +3 -0
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
license: cc-by-nc-4.0
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pipeline_tag: other
|
9 |
+
---
|
10 |
+
|
11 |
+
<div align="center">
|
12 |
+
<h1>UFM: A Simple Path towards Unified Dense Correspondence with Flow</h1>
|
13 |
+
|
14 |
+
<a href="https://arxiv.org/abs/0000.00000"><img src="https://img.shields.io/badge/arXiv-2503.11651-b31b1b" alt="arXiv"></a>
|
15 |
+
<a href="https://uniflowmatch.github.io/"><img src="https://img.shields.io/badge/Project_Page-green" alt="Project Page"></a>
|
16 |
+
<a href='https://huggingface.co/spaces/infinity1096/UFM'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Demo-blue'></a>
|
17 |
+
|
18 |
+
|
19 |
+
**Carnegie Mellon University**
|
20 |
+
|
21 |
+
[Yuchen Zhang](https://infinity1096.github.io/), [Nikhil Keetha](https://nik-v9.github.io/), [Chenwei Lyu](https://www.linkedin.com/in/chenwei-lyu/), [Bhuvan Jhamb](https://www.linkedin.com/in/bhuvanjhamb/), [Yutian Chen](https://www.yutianchen.blog/about/)
|
22 |
+
[Yuheng Qiu](https://haleqiu.github.io), [Jay Karhade](https://jaykarhade.github.io/), [Shreyas Jha](https://www.linkedin.com/in/shreyasjha/), [Yaoyu Hu](http://www.huyaoyu.com/)
|
23 |
+
[Deva Ramanan](https://www.cs.cmu.edu/~deva/), [Sebastian Scherer](https://theairlab.org/team/sebastian/), [Wenshan Wang](http://www.wangwenshan.com/)
|
24 |
+
</div>
|
25 |
+
|
26 |
+
## Overview
|
27 |
+
|
28 |
+
UFM(UniFlowMatch) is a simple, end-to-end trained transformer model that directly regresses pixel displacement image that applies concurrently to both optical flow and wide-baseline matching tasks.
|
29 |
+
|
30 |
+
This model space contains the refine model.
|
31 |
+
|
32 |
+
## Quick Start
|
33 |
+
|
34 |
+
Check out our [Github Repo](https://github.com/UniFlowMatch/UFM) and the hugging face [demo](https://huggingface.co/spaces/infinity1096/UFM).
|
35 |
+
|
36 |
+
|
37 |
+
## Citation
|
38 |
+
If you find our repository useful, please consider giving it a star ⭐ and citing our paper in your work:
|
39 |
+
|
40 |
+
```bibtex
|
41 |
+
@inproceedings{zhang2025ufm,
|
42 |
+
title={UFM: A Simple Path towards Unified Dense Correspondence with Flow},
|
43 |
+
author={Zhang, Yuchen and Keetha, Nikhil and Lyu, Chenwei and Jhamb, Bhuvan and Chen, Yutian and Qiu, Yuheng and Karhade, Jay and Jha, Shreyas and Hu, Yaoyu and Ramanan, Deva and Scherer, Sebastian and Wang, Wenshan},
|
44 |
+
booktitle={TBD},
|
45 |
+
year={2025}
|
46 |
+
}
|
47 |
+
```
|
ufm_560_refine.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d52af39eefdadfddb48f1cbab7b77c2ca188720a9b4ecfa2eca3429148f30f7
|
3 |
+
size 1911282615
|