English

Fully $1\times1$ Convolutional Network for Lightweight Image Super-Resolution

Computer Vision and Pattern Recognition 2024-03-13 v2 Artificial Intelligence

Abstract

Deep models have achieved significant process on single image super-resolution (SISR) tasks, in particular large models with large kernel (3×33\times3 or more). However, the heavy computational footprint of such models prevents their deployment in real-time, resource-constrained environments. Conversely, 1×11\times1 convolutions bring substantial computational efficiency, but struggle with aggregating local spatial representations, an essential capability to SISR models. In response to this dichotomy, we propose to harmonize the merits of both 3×33\times3 and 1×11\times1 kernels, and exploit a great potential for lightweight SISR tasks. Specifically, we propose a simple yet effective fully 1×11\times1 convolutional network, named Shift-Conv-based Network (SCNet). By incorporating a parameter-free spatial-shift operation, it equips the fully 1×11\times1 convolutional network with powerful representation capability while impressive computational efficiency. Extensive experiments demonstrate that SCNets, despite its fully 1×11\times1 convolutional structure, consistently matches or even surpasses the performance of existing lightweight SR models that employ regular convolutions. The code and pre-trained models can be found at https://github.com/Aitical/SCNet.

Keywords

Cite

@article{arxiv.2307.16140,
  title  = {Fully $1\times1$ Convolutional Network for Lightweight Image Super-Resolution},
  author = {Gang Wu and Junjun Jiang and Kui Jiang and Xianming Liu},
  journal= {arXiv preprint arXiv:2307.16140},
  year   = {2024}
}

Comments

Accepted by Machine Intelligence Research, DOI: 10.1007/s11633-024-1401-z

R2 v1 2026-06-28T11:43:40.383Z