Edge-Enhanced Feature Distillation Network for Efficient Super-Resolution

Abstract

With the recently massive development in convolution neural networks, numerous lightweight CNN-based image super-resolution methods have been proposed for practical deployments on edge devices. However, most existing methods focus on one specific aspect: network or loss design, which leads to the difficulty of minimizing the model size. To address the issue, we conclude block devising, architecture searching, and loss design to obtain a more efficient SR structure. In this paper, we proposed an edge-enhanced feature distillation network, named EFDN, to preserve the high-frequency information under constrained resources. In detail, we build an edge-enhanced convolution block based on the existing reparameterization methods. Meanwhile, we propose edge-enhanced gradient loss to calibrate the reparameterized path training. Experimental results show that our edge-enhanced strategies preserve the edge and significantly improve the final restoration quality. Code is available at https://github.com/icandle/EFDN.

Cite

Text

Wang. "Edge-Enhanced Feature Distillation Network for Efficient Super-Resolution." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022. doi:10.1109/CVPRW56347.2022.00093

Markdown

[Wang. "Edge-Enhanced Feature Distillation Network for Efficient Super-Resolution." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022.](https://mlanthology.org/cvprw/2022/wang2022cvprw-edgeenhanced/) doi:10.1109/CVPRW56347.2022.00093

BibTeX

@inproceedings{wang2022cvprw-edgeenhanced,
  title     = {{Edge-Enhanced Feature Distillation Network for Efficient Super-Resolution}},
  author    = {Wang, Yan},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2022},
  pages     = {776-784},
  doi       = {10.1109/CVPRW56347.2022.00093},
  url       = {https://mlanthology.org/cvprw/2022/wang2022cvprw-edgeenhanced/}
}