IVCVJan 22, 2024

LKFormer: Large Kernel Transformer for Infrared Image Super-Resolution

arXiv:2401.11859v220 citationsh-index: 12Has CodeMultimedia tools and applications
Originality Incremental advance
AI Analysis

This addresses super-resolution for infrared images, which is important for applications in fields like surveillance and medical imaging, but it is incremental as it builds on existing Transformer-based methods.

The paper tackles super-resolution for infrared images by proposing LKFormer, a Transformer model that replaces self-attention with a large kernel residual attention module to better capture 2D structure and handle uniform pixel distributions, achieving state-of-the-art performance with fewer parameters.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes