#355 · Primary category: Computer Vision

swin2sr

compression compression-artifact-reduction computer-vision deblocking deep-learning denoising eccv2022 image-denoising image-processing image-restoration image-sr image-super-resolution jpeg low-level-vision ntire super-resolution swin2sr swinir transformer vision-transformer

[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

Project last updated:08/19/24

GitHub Stars

691

Forks

83

Contributors

3

License

Apache-2.0

Why we included this project

Swin2SR is the official PyTorch implementation of a Swin Transformer V2 model built for low-level vision, and it is a solid reference point if you work with degraded or compressed imagery. It handles three related jobs in one codebase: classical and lightweight image super-resolution, JPEG compression artifact removal, and super-resolution of already-compressed inputs, the last being the scenario where it earned a top solution at the AIM 2022 challenge. Teams with bandwidth-limited or archival image pipelines will find the pretrained models and inference script useful for upscaling low-quality JPEGs by a configurable factor, and the Colab, Hugging Face Spaces, and Kaggle demos let you test before integrating. It is also a practical baseline for researchers comparing transformer-based restoration with convolutional approaches, since it builds directly on SwinIR and documents the training setup. The repository is research-oriented rather than a turnkey service, so expect to run the provided test script and adapt it rather than consume a packaged API.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category