EAAI Journal 2026 Journal Article
An anisotropic low-rank self-attention mechanism for infrared and visible image fusion
- Xiaowen Liu
- Hongtao Huo
- Haozhe Cao
- Xu Dong
- Jing Li
Visible-infrared image fusion (VIF) is crucial for multi-modality information integration. Existing VIF methods predominantly rely on intricate network architectures and semantic-driven paradigms to enhance global semantic extraction capabilities, which still face significant challenges. Firstly, the patch-wise operations adopted by Transformer-based VIF methods disrupt pixel-level spatial structures, which restricts applicability in low-level vision tasks. Additionally, semantic-driven methods often suffer from feature heterogeneity between upstream and downstream tasks. To solve these, we propose the Anisotropic Low-Rank Self-Attention (ALRSA) mechanism to bridge the gap of Transformer in image fusion tasks. Meantime, we design ALRTFusion, an anisotropic low-rank Transformer-based fusion method with robust semantic representation capability, which is a pure Transformer-based encoder–decoder model with pixel-level token encoding capability and linear computational complexity. Specifically, the ALRSA mechanism incorporates a prior anisotropic low-rank characteristic, guiding the model to preserve critical visual and semantic structures while efficiently suppressing redundant information. Furthermore, an orthogonal attention embedding strategy is adopted to map and expand the low-rank content across channel and spatial dimensions at the feature level, thereby achieving low-rank approximation and capturing comprehensive contextual information. Extensive experiments on multiple benchmark datasets demonstrate that ALRTFusion significantly outperforms state-of-the-art methods in both pixel-level visual quality and semantic-level performance. The code will be available at https: //github. com/XiaoW-Liu/ALRTFusion.