irinagetman1973 / Super-Resolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super-Resolution

This is some of the research I have been conducting as part of my internship with RisosEnterprises Ltd(https://risosenterprises.com/) , a start-up company developing a revolutionary hand held technology to detect waterborne particulates. My primary area of responsibility is Super Resolution, and the research presented here focuses on developing novel techniques to enhance the resolution of low-resolution images.

After analysing current State-Of-The-Art Image Super Resolution models on 📈 Papers with Codes, I decided to start with HAT model as a current champion in x4 upscaling.

HAT: Hybrid Attention Transformer for Image Super-Resolution

HAT model significantly outperforms existing state-of-the-art methods, demonstrating marked improvements in image super-resolution performance.

PWC

PWC

PWC

and showed state-of-the-art results on other benchmarks such as Set14, Set5, Urban100.

Metrics

The following table summarizes the PSNR and SSIM metrics for our custom-trained HAT model and the pre-trained HAT-L model for x2 upscaling:

Model PSNR SSIM
Custom trained HAT model x2 upscaling 31.7279 0.9748
HAT-L_SRx2_ImageNet-pretrain 25.4805 0.9174

References

This work makes use of the following resources:

GitHub Repository

  1. Activating More Pixels in Image Super-Resolution Transformer by XPixelGroup:
  2. Dataset Preparation
@article{chen2022activating,
  title={Activating More Pixels in Image Super-Resolution Transformer},
  author={Chen, Xiangyu and Wang, Xintao and Zhou, Jiantao and Dong, Chao},
  journal={arXiv preprint arXiv:2205.04437},
  year={2022}
}}

About


Languages

Language:Jupyter Notebook 100.0%