LKFormer: Large Kernel Transformer for Infrared Image Super-Resolution
Feiwei Qin, Kang Yan, Changmiao Wang, Ruiquan Ge, Yong Peng, Kai Zhang
TL;DR
The paper addresses infrared image super-resolution by tackling the inefficiency of self-attention-based Transformers for 2D infrared data and the need to capture both local details and global context. It introduces LKFormer, which replaces standard self-attention with a Large Kernel Residual Attention (LKRA) built on depth-wise convolutions with multiple large kernels, enabling linear-complexity feature modeling. Complementing LKRA, the Gated-Pixel Feed-Forward Network (GPFN) adds a pixel-attention pathway to refine information flow for dense pixel prediction. Through extensive experiments on IR700, results-A, and ESPOL FIR, LKFormer achieves state-of-the-art PSNR/SSIM with fewer parameters, aided by ablations that validate the LKRA design and gating mechanism, and it provides practical implications for efficient infrared SR on resource-limited devices.
Abstract
Given the broad application of infrared technology across diverse fields, there is an increasing emphasis on investigating super-resolution techniques for infrared images within the realm of deep learning. Despite the impressive results of current Transformer-based methods in image super-resolution tasks, their reliance on the self-attentive mechanism intrinsic to the Transformer architecture results in images being treated as one-dimensional sequences, thereby neglecting their inherent two-dimensional structure. Moreover, infrared images exhibit a uniform pixel distribution and a limited gradient range, posing challenges for the model to capture effective feature information. Consequently, we suggest a potent Transformer model, termed Large Kernel Transformer (LKFormer), to address this issue. Specifically, we have designed a Large Kernel Residual Attention (LKRA) module with linear complexity. This mainly employs depth-wise convolution with large kernels to execute non-local feature modeling, thereby substituting the standard self-attentive layer. Additionally, we have devised a novel feed-forward network structure called Gated-Pixel Feed-Forward Network (GPFN) to augment the LKFormer's capacity to manage the information flow within the network. Comprehensive experimental results reveal that our method surpasses the most advanced techniques available, using fewer parameters and yielding considerably superior performance.The source code will be available at https://github.com/sad192/large-kernel-Transformer.
