Home

Awesome

Adaptive Local Implicit Image Function for Arbitrary-scale Super-resolution


This is the official implementation of our paper Adaptive Local Implicit Image Function for Arbitrary-scale Super-resolution, accepted by the International Conference on Image Processing (ICIP), 2022.

Main Contents


1. Introduction

2. Running the code

2.1. Preliminaries

2.2. DIV2K experiments

Train: python train_liif.py --config configs/train-div2k/train_edsr-baseline-A-liif.yaml (with EDSR-baseline backbone).

Test: bash scripts/test-div2k.sh [MODEL_PATH] [GPU] for div2k validation set, bash scripts/test-benchmark.sh [MODEL_PATH] [GPU] for benchmark datasets. [MODEL_PATH] is the path to a .pth file, we use epoch-last.pth in corresponding save folder.

4. Results

5. Citation

If our work or this repo is useful for your research, please cite our paper as follows:

@inproceedings{li2022adaptive,
  title={Adaptive Local Implicit Image Function for Arbitrary-scale Super-resolution},
  author={Li, Hongwei and Dai, Tao and Li, Yiming and and Zou, Xueyi and Xia, Shu-Tao},
  booktitle={ICIP},
  year={2022}
}

6. Acknowledge

The code is built on LIIF. We thank the authors for sharing the codes.