mv-lab/swin2sr
[ECCV] Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration. Advances in Image Manipulation (AIM) workshop ECCV 2022. Try it out! over 3.3M runs https://replicate.com/mv-lab/swin2sr
Based on the README, here's a technical summary: Built on SwinV2 Transformer architecture with improved training stability and faster convergence (~2x speedup over SwinIR), Swin2SR addresses resolution gaps between pre-training and fine-tuning while reducing data hunger—key challenges in vision transformer training. The model handles multiple restoration tasks including JPEG artifact removal, classical/lightweight super-resolution, and compressed image upscaling (4x scale by default). Integrated into Stable Diffusion WebUI and deployable via PyTorch with pretrained weights on DIV2K/Flickr2K datasets; inference code and comprehensive visual results are provided in the repository.
676 stars. No commits in the last 6 months.
Stars
676
Forks
81
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 19, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/mv-lab/swin2sr"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhangyi-3/IDR
Self-Supervised Image Denoising via Iterative Data Refinement (CVPR2022)
yinboc/liif
Learning Continuous Image Representation with Local Implicit Image Function, in CVPR 2021 (Oral)
XingangPan/deep-generative-prior
Code for deep generative prior (ECCV2020 oral)
eliahuhorwitz/DeepSIM
Official PyTorch implementation of the paper: "DeepSIM: Image Shape Manipulation from a Single...
cszn/FFDNet
FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising (TIP, 2018)