yuchuantian
commited on
Commit
•
5d15cea
1
Parent(s):
cd76f23
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# [CVPR2024 Oral] Image Processing GNN: Breaking Rigidity in Super-Resolution
|
5 |
+
|
6 |
+
<p align="left">
|
7 |
+
<a href="https://openaccess.thecvf.com/content/CVPR2024/papers/Tian_Image_Processing_GNN_Breaking_Rigidity_in_Super-Resolution_CVPR_2024_paper.pdf" alt="arXiv">
|
8 |
+
Paper</a> |
|
9 |
+
<a href="https://ipgnn.github.io" alt="arXiv">
|
10 |
+
Project Page</a> |
|
11 |
+
<a href="https://openaccess.thecvf.com/content/CVPR2024/html/Tian_Image_Processing_GNN_Breaking_Rigidity_in_Super-Resolution_CVPR_2024_paper.html" alt="arXiv">
|
12 |
+
<img src="https://img.shields.io/badge/CVPR'24-Oral-b31b31b.svg?style=flat" /></a>
|
13 |
+
<a href="https://huggingface.co/yuchuantian/IPG/tree/main" alt="Hugging Face Models">
|
14 |
+
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-blue" /></a>
|
15 |
+
</p>
|
16 |
+
This is the official repo of our CVPR'24 paper **Image Processing GNN: Breaking Rigidity in Super-Resolution**. In the paper, we propose IPG: a Graph-based SR model that achieves outstanding performance on various SR benchmarks.
|
17 |
+
|
18 |
+
## News
|
19 |
+
|
20 |
+
7/6/2024: We opensourced the code & weights of IPG!
|
21 |
+
|
22 |
+
6/19/2024: Our work got the **Best Student Runner-up Award** of CVPR'24!🎉🎉
|
23 |
+
|
24 |
+
6/2/2024: We open-sourced [U-DiT](https://github.com/YuchuanTian/U-DiT), an efficient U-Net-style DiT variant.
|
25 |
+
|
26 |
+
|
27 |
+
## Weights & Visual Results
|
28 |
+
|
29 |
+
| Model | Scale | Urban100 | Weights | Visual Results |
|
30 |
+
| ----- | ----- | -------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
31 |
+
| IPG | 2x | 34.48 | [🤗Link](https://huggingface.co/yuchuantian/IPG/blob/main/IPG_SRx2.pth) | [🤗Link](https://huggingface.co/yuchuantian/IPG/blob/main/IPG_srx2.zip) |
|
32 |
+
| IPG | 3x | 30.36 | [🤗Link](https://huggingface.co/yuchuantian/IPG/blob/main/IPG_SRx3.pth) | [🤗Link](https://huggingface.co/yuchuantian/IPG/blob/main/IPG_srx3.zip) |
|
33 |
+
| IPG | 4x | 28.13 | [🤗Link](https://huggingface.co/yuchuantian/IPG/blob/main/IPG_SRx4.pth) | [🤗Link](https://huggingface.co/yuchuantian/IPG/blob/main/IPG_srx4.zip) |
|
34 |
+
|