Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (33 loc) · 1.3 KB

Learning-Based Ultrasound Image Super-Resolution

This repository contains HATNAF mixture, and SwinV2 on DeblurGANv2 proposals for my thesis work and additionally the respective codes of the HAT, NAFNet and DeblurGANv2 projects.

Citations

NAFNet

@article{chen2022simple,
  title={Simple Baselines for Image Restoration},
  author={Chen, Liangyu and Chu, Xiaojie and Zhang, Xiangyu and Sun, Jian},
  journal={arXiv preprint arXiv:2204.04676},
  year={2022}
}

HAT

@InProceedings{chen2023hat,
    author    = {Chen, Xiangyu and Wang, Xintao and Zhou, Jiantao and Qiao, Yu and Dong, Chao},
    title     = {Activating More Pixels in Image Super-Resolution Transformer},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2023},
    pages     = {22367-22377}
}

DeblurGANv2

@InProceedings{Kupyn_2019_ICCV,
author = {Orest Kupyn and Tetiana Martyniuk and Junru Wu and Zhangyang Wang},
title = {DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {Oct},
year = {2019}
}