ZhendongWang6/Uformer
[CVPR 2022] Official implementation of the paper "Uformer: A General U-Shaped Transformer for Image Restoration".
Combines hierarchical encoder-decoder architecture with local-enhanced window Transformer blocks using non-overlapping self-attention and depth-wise convolution to reduce computational cost while maintaining long-range dependency modeling. Implements flexible skip-connection schemes for effective information flow across encoder-decoder layers, enabling a unified framework for diverse low-level vision tasks including denoising, deblurring, deraining, and demoireing. Built on PyTorch with pre-trained weights available for multiple datasets (SIDD, GoPro, DND, HIDE, RealBlur variants).
932 stars. No commits in the last 6 months.
Stars
932
Forks
128
Language
Python
License
MIT
Category
Last pushed
Mar 21, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/ZhendongWang6/Uformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
KupynOrest/DeblurGAN
Image Deblurring using Generative Adversarial Networks
VITA-Group/DeblurGANv2
[ICCV 2019] "DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better" by Orest Kupyn,...
shuochsu/DeepVideoDeblurring
S. Su, M. Delbracio, J. Wang, G. Sapiro, W. Heidrich, O. Wang. Deep Video Deblurring. CVPR 2017,...
advimman/HiDT
Official repository for the paper "High-Resolution Daytime Translation Without Domain Labels"...
codeslake/IFAN
[CVPR 2021] Official PyTorch Implementation for "Iterative Filter Adaptive Network for Single...