Home

Awesome

LF-DFnet: Light Field Image Super-Resolution Using Deformable Convolution, <a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9286855">TIP 2021</a>

<p align="center"> <img src="https://raw.github.com/YingqianWang/LF-DFnet/master/Figs/Network.jpg" width="95%"> </p>

News: We recommend our newly-released repository BasicLFSR for the implementation of our LF-DFnet. BasicLFSR is an open-source and easy-to-use toolbox for LF image SR. A number of milestone methods have been implemented (retrained) in a unified framework in BasicLFSR.

<br>

Directly Download the Results of LF-DFnet:

We share the super-resolved LF images generated by our LF-DFnet on all the 5 datasets for 4xSR. Then, researchers can compare their algorithms to our LF-DFnet without performing inference. Results are available at Baidu Drive (Key: nudt).

Datasets:

We used the EPFL, HCInew, HCIold, INRIA and STFgantry datasets for both training and test. Please first download our dataset via Baidu Drive (key:nudt) or OneDrive, then place the 5 datasets to the folder ./Datasets/.

Requirement:

Compile DCN:

Train:

Test on our datasets:

Results in Our Paper:

Quantitative Results:

<p align="center"> <img src="https://raw.github.com/YingqianWang/LF-DFnet/master/Figs/Quantitative.jpg" width="100%"> </p>

Visual Comparisons:

<p align="center"> <img src="https://raw.github.com/YingqianWang/LF-DFnet/master/Figs/2xSR.jpg" width="100%"> </p> <p align="center"> <img src="https://raw.github.com/YingqianWang/LF-DFnet/master/Figs/4xSR.jpg" width="100%"> </p>

Efficiency:

<p align="center"> <img src="https://raw.github.com/YingqianWang/LF-DFnet/master/Figs/Efficiency.jpg" width="50%"> </p>

Performance w.r.t. Perspectives:

<p align="center"> <img src="https://raw.github.com/YingqianWang/LF-DFnet/master/Figs/PwrtP.jpg" width="100%"> </p>

Performance w.r.t. Baseline Lengths:

<p align="center"> <img src="https://raw.github.com/YingqianWang/LF-DFnet/master/Figs/PwrtB.jpg" width="60%"> </p>

Benefits to Depth Estimation (i.e., Angular Consistency):

<p align="center"> <img src="https://raw.github.com/YingqianWang/LF-DFnet/master/Figs/Depth.jpg" width="100%"> </p>

Performance on Real LFs:

<p align="center"> <img src="https://raw.github.com/YingqianWang/LF-DFnet/master/Figs/realSR.jpg" width="50%"> </p>

Citiation:

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

@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},
}
<br>

Acknowledgement

The DCN part of our code is referred from DCNv2 and D3Dnet. We thank the authors for sharing their codes. <br>

Contact

Any question regarding this work can be addressed to wangyingqian16@nudt.edu.cn.