Home

Awesome

Intra-Inter View Interaction Network for Light Field Image Super-Resolution

This repository contains official pytorch implementation of Intra-Inter View Interaction Network for Light Field Image Super-Resolution in TMM 2021, by Gaosheng Liu, Huanjing Yue, Jiamin Wu, and Jingyu Yang. TMM 2021 LF-IINet

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.

Results

We share the SR LF images generated by our LF-IINet on all the 5 datasets for 2x and 4x SR, which are avaliable at Baidu Drive (key:8tbv).

Code

Dependencies

Prepare Training and Test Data

Train

Test

Visual Results

Citation

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

@article{liu2021intra,
  title={Intra-Inter View Interaction Network for Light Field Image Super-Resolution},
  author={Liu, Gaosheng and Yue, Huanjing and Wu, Jiamin and Yang, Jingyu},
  journal={IEEE Transactions on Multimedia},
  year={2021},
  publisher={IEEE}
}
@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: <br> LF-DFnet<br> LF-InterNet<br> We sincerely thank the authors for sharing their code and amazing research work!