File size: 2,173 Bytes
5d15cea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
license: apache-2.0
---
# [CVPR2024 Oral] Image Processing GNN: Breaking Rigidity in Super-Resolution
<p align="left">
<a href="https://openaccess.thecvf.com/content/CVPR2024/papers/Tian_Image_Processing_GNN_Breaking_Rigidity_in_Super-Resolution_CVPR_2024_paper.pdf" alt="arXiv">
Paper</a> |
<a href="https://ipgnn.github.io" alt="arXiv">
Project Page</a> |
<a href="https://openaccess.thecvf.com/content/CVPR2024/html/Tian_Image_Processing_GNN_Breaking_Rigidity_in_Super-Resolution_CVPR_2024_paper.html" alt="arXiv">
<img src="https://img.shields.io/badge/CVPR'24-Oral-b31b31b.svg?style=flat" /></a>
<a href="https://huggingface.co/yuchuantian/IPG/tree/main" alt="Hugging Face Models">
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-blue" /></a>
</p>
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.
## News
7/6/2024: We opensourced the code & weights of IPG!
6/19/2024: Our work got the **Best Student Runner-up Award** of CVPR'24!🎉🎉
6/2/2024: We open-sourced [U-DiT](https://github.com/YuchuanTian/U-DiT), an efficient U-Net-style DiT variant.
## Weights & Visual Results
| Model | Scale | Urban100 | Weights | Visual Results |
| ----- | ----- | -------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 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) |
| 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) |
| 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) |
|