IJCAI 2024poster3 citations

Hybrid Frequency Modulation Network for Image Restoration

Yuning Cui, Mingyu Liu, Wenqi Ren, Alois Knoll

Abstract

Image restoration involves recovering a high-quality image from its corrupted counterpart. This paper presents an effective and efficient framework for image restoration, termed CSNet, based on ``channel + spatial" hybrid frequency modulation. Different feature channels include different degradation patterns and degrees, however, most current networks ignore the importance of channel interactions. To alleviate this issue, we propose a frequency-based channel feature modulation module to facilitate channel interactions through the channel-dimension Fourier transform. Furthermore, based on our observations, we develop a multi-scale frequency-based spatial feature modulation module to refine the direct-current component of features using extremely lightweight learnable parameters. This module contains a densely connected coarse-to-fine learning paradigm for enhancing multi-scale representation learning. In addition, we introduce a frequency-inspired loss function to achieve omni-frequency learning. Extensive experiments on nine datasets demonstrate that the proposed network achieves state-of-the-art performance for three image restoration tasks, including image dehazing, image defocus deblurring, and image desnowing. The code and models are available at https://github.com/c-yn/CSNet.

Computer Vision: CV: ApplicationsComputer Vision: CV: Computational photographyComputer Vision: CV: Representation learning
BibTeX
@inproceedings{ijcai2024p80,
  title     = {Hybrid Frequency Modulation Network for Image Restoration},
  author    = {Cui, Yuning and Liu, Mingyu and Ren, Wenqi and Knoll, Alois},
  booktitle = {Proceedings of the Thirty-Third International Joint Conference on
               Artificial Intelligence, {IJCAI-24}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Kate Larson},
  pages     = {722--730},
  year      = {2024},
  month     = {8},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2024/80},
  url       = {https://doi.org/10.24963/ijcai.2024/80},
}