D<sup>2</sup>former: Dual-branch differential transformer for infrared image denoising.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 42462565.
- Also identified by DOI 10.1016/j.neunet.2026.109363.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Infrared imaging is essential for environmental monitoring and astronomical remote sensing. However, its utility is often diminished due to sensor limitations and environmental factors that introduce noise into the images, leading to low-contrast visuals and a decreased signal-to-noise ratio. To address these challenges, we propose an innovative denoising technique inspired by the noise cancellation concept used in headphones. Our approach, named D<sup>2</sup>former, significantly enhances the quality of infrared images by adaptively applying differential mechanisms into spatial and channel attention computations. We present two primary modules: the Differential Spatial-wise Transformer Block (DSTB) and the Differential Channel-wise Transformer Block (DCTB). By emulating how noise-canceling headphones reduce ambient noise through differential signal processing, these modules create sparser and cleaner attention maps by subtracting parallel softmax responses, enabling the model to focus more accurately on critical structural elements. Building on this foundation, D<sup>2</sup>former employs a dual-branch global-local encoder-decoder architecture, where the DSTB is used in the local branch for detailed feature extraction and the DCTB in the global branch for contextual interaction. An adaptive bidirectional interaction module further enhances multi-scale feature exchange, ensuring complementary integration of local and global information. Extensive experiments on multiple infrared datasets under simulated noise conditions demonstrate that D<sup>2</sup>former consistently outperforms state-of-the-art denoising methods in terms of both visual quality and structural fidelity. The source code is publicly available at https://github.com/MingLicxy/D2former.