English

LKFMixer: Exploring Large Kernel Feature For Efficient Image Super-Resolution

Image and Video Processing 2025-08-18 v1 Computer Vision and Pattern Recognition

Abstract

The success of self-attention (SA) in Transformer demonstrates the importance of non-local information to image super-resolution (SR), but the huge computing power required makes it difficult to implement lightweight models. To solve this problem, we propose a pure convolutional neural network (CNN) model, LKFMixer, which utilizes large convolutional kernel to simulate the ability of self-attention to capture non-local features. Specifically, we increase the kernel size to 31 to obtain the larger receptive field as possible, and reduce the parameters and computations by coordinate decomposition. Meanwhile, a spatial feature modulation block (SFMB) is designed to enhance the focus of feature information on both spatial and channel dimension. In addition, by introducing feature selection block (FSB), the model can adaptively adjust the weights between local features and non-local features. Extensive experiments show that the proposed LKFMixer family outperform other state-of-the-art (SOTA) methods in terms of SR performance and reconstruction quality. In particular, compared with SwinIR-light on Manga109 dataset, LKFMixer-L achieves 0.6dB PSNR improvement at ×\times4 scale, while the inference speed is ×\times5 times faster. The code is available at https://github.com/Supereeeee/LKFMixer.

Keywords

Cite

@article{arxiv.2508.11391,
  title  = {LKFMixer: Exploring Large Kernel Feature For Efficient Image Super-Resolution},
  author = {Yinggan Tang and Quanwei Hu},
  journal= {arXiv preprint arXiv:2508.11391},
  year   = {2025}
}
R2 v1 2026-07-01T04:51:36.558Z