Lightweight Bimodal Network for Single-Image Super-Resolution via Symmetric CNN and Recursive Transformer

Abstract

Single-image super-resolution (SISR) has achieved significant breakthroughs with the development of deep learning. However, these methods are difficult to be applied in real-world scenarios since they are inevitably accompanied by the problems of computational and memory costs caused by the complex operations. To solve this issue, we propose a Lightweight Bimodal Network (LBNet) for SISR. Specifically, an effective Symmetric CNN is designed for local feature extraction and coarse image reconstruction. Meanwhile, we propose a Recursive Transformer to fully learn the long-term dependence of images thus the global information can be fully used to further refine texture details. Studies show that the hybrid of CNN and Transformer can build a more efficient model. Extensive experiments have proved that our LBNet achieves more prominent performance than other state-of-the-art methods with a relatively low computational cost and memory consumption. The code is available at https://github.com/IVIPLab/LBNet.

Cite

Text

Gao et al. "Lightweight Bimodal Network for Single-Image Super-Resolution via Symmetric CNN and Recursive Transformer." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/128

Markdown

[Gao et al. "Lightweight Bimodal Network for Single-Image Super-Resolution via Symmetric CNN and Recursive Transformer." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/gao2022ijcai-lightweight/) doi:10.24963/IJCAI.2022/128

BibTeX

@inproceedings{gao2022ijcai-lightweight,
  title     = {{Lightweight Bimodal Network for Single-Image Super-Resolution via Symmetric CNN and Recursive Transformer}},
  author    = {Gao, Guangwei and Wang, Zhengxue and Li, Juncheng and Li, Wenjie and Yu, Yi and Zeng, Tieyong},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {913-919},
  doi       = {10.24963/IJCAI.2022/128},
  url       = {https://mlanthology.org/ijcai/2022/gao2022ijcai-lightweight/}
}