Search papers, labs, and topics across Lattice.
This paper introduces Shift-IISR, a dual-path diffusion-based framework for infrared image super-resolution (IISR) that enhances image clarity while preserving global distribution and structural consistency. By integrating a Global Representation Modulation (GRM) module to extract modality-specific information and a Local Structure Refinement (LSR) module to focus on structural details, the method effectively addresses the limitations of existing IISR techniques. Extensive experiments show that Shift-IISR not only improves consistency in results but also maintains competitive performance in super-resolution tasks.
Shift-IISR achieves superior consistency in infrared super-resolution by leveraging dual-path diffusion techniques that enhance both global distribution and local structure.
Infrared image super-resolution (IISR) mitigates the limitations imposed by low spatial resolution. Existing methods have recognized that IISR should preserve consistency in global distribution and structural information while enhancing image clarity. However, these methods are either insufficient or overly intrusive, a problem that becomes even more pronounced in diffusion-based models. To address these issues, we propose a dual-path diffusion-based framework for IISR, termed Shift-IISR. The proposed method is designed to improve the consistency of IISR results while preserving the generative capacity of diffusion models. Specifically, we develop a Global Representation Modulation (GRM) module to extract modality-specific information from infrared imagery and guide the global distribution of the diffusion model toward the ground truth. In addition, we introduce a Local Structure Refinement (LSR) module to encourage the model to focus on structural information at each step of the iterative denoising process. Extensive experiments demonstrate that the proposed method effectively improves distributional and structural consistency while maintaining competitive super-resolution performance. The source code of the proposed Shift-IISR can be available at https://github.com/Assassink8/Shift-IISR.