Code Monkey home page Code Monkey logo

rr-hlfsr_ntire2023_lfsr's Introduction

RR-HLFSR_NTIRE2023_LFSR

Residual in Resiual Learning based Hybrid Light Field Image Super-Resolution Network (RR-HLFSR)

News

[2023-03-20]: We released our RR-HLFSR, which is participated in NTIRE2023. Our RR-HLFSR is an enhanced version of our HLFSR

Results

We share the pre-trained models and the SR LF images generated by our RR-HLFSR model for 4x LF spatial SR, which are avaliable at https://drive.google.com/drive/u/2/folders/160KS4l5jWEehJ0KtgOg0T6pdlhgTyWbg

Code

Dependencies

  • Python 3.6
  • Pyorch 1.3.1 + torchvision 0.4.2 + cuda 92
  • Matlab

Dataset

We use the processed data by LF-DFnet, including EPFL, HCInew, HCIold, INRIA and STFgantry datasets for training and testing. Please download the dataset in the official repository of LF-DFnet.

Prepare Training and Test Data

  • To generate the training data, please first download the five datasets and run:
    Generate_Data_for_Training.m
  • To generate the test data, run:
    Generate_Data_for_Test.m

Train

  • Run:
    python train.py  --model_name RR_HLFSR --angRes 5 --scale_factor 4 --n_groups 10 --n_blocks 15 --channels 64  --crop_test_method 3  

Test

  • Run:
    python test.py --model_name RR_HLFSR --angRes 5 --upscale_factor 4 --n_groups 10 --n_blocks 15 --channels 64  --crop_test_method 1 --self_ensemble True  --model_path [pre-trained dir]

[Important note]:

  1. For our HLFSR method, the performance is following “the larger image patch size is the better”. For example, if we keep the whole image as an input of our network (i.e., crop_test_method is fixed equal to 1), it can be achieved the best performance. This is because our proposed network components require an adequate size of an input image to better exploit the pixel correlations in a larger receptive field. To get the same performance as reported in this NTIRE2023 LFSR challenge, we need to set the default crop_test_method equal to 1.

  2. We are using the geometric self-ensemble method to further improve the performance in NTIRE2023 LFSR challenges

  3. We may need to turn off the calculate PSNR/SSIM by settings "--test_NTIRE2023_LFSR 1" since there is no ground true HR images during the testing phase.

Citation

If you find this work helpful, please consider citing the following papers:

@article{
  title={Light Field Super-Resolution Network Using Joint Spatio-Angular and Epipolar Information},
  author={Vinh Van Duong, Thuc Nguyen Huu, Jonghoon Yim, and Byeungwoo Jeon},
  journal={ IEEE Transactions on Computational Imaging},
  year={2023},
  publisher={IEEE}
}
@InProceedings{LF-InterNet,
  author    = {Wang, Yingqian and Wang, Longguang and Yang, Jungang and An, Wei and Yu, Jingyi and Guo, Yulan},
  title     = {Spatial-Angular Interaction for Light Field Image Super-Resolution},
  booktitle = {European Conference on Computer Vision (ECCV)},
  pages     = {290-308},
  year      = {2020},
}

```Citation
@article{LF-DFnet,
  author  = {Wang, Yingqian and Yang, Jungang and Wang, Longguang and Ying, Xinyi and Wu, Tianhao and An, Wei and Guo, Yulan},
  title   = {Light Field Image Super-Resolution Using Deformable Convolution},
  journal = {IEEE Transactions on Image Processing},
  volume  = {30),
  pages   = {1057-1071},
  year    = {2021},
}

Acknowledgement

Our work and implementations are inspired and based on the following projects:
Basic-LFSR
LF-DFnet
LF-InterNet
We sincerely thank the authors for sharing their code and amazing research work!

Contact

if you have any question, please contact me through email [email protected]

visitors

views

rr-hlfsr_ntire2023_lfsr's People

Contributors

duongvinh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.