Dual Enhancement in ODI Super-Resolution: Adapting Convolution and Upsampling to Projection Distortion

Abstract

In image denoising research, discriminative models have achieved impressive results which mainly owes to the powerful ability of convolutional networks in local feature extraction. However, there is still room for improvement due to insufficient utilization of global information. Although using fully connected layers or increasing network depth can supplement global information, this results in a significant increase in parameters and computational cost. To address these issues, we propose a global information compensation network (GICN) for image denoising in this paper. Firstly, at the shallow network part, we propose a global feature mining block that enhances the network's ability to extract global information by combining non-local blocks and the Fourier transform while improving the interpretability of the model. Secondly, between the encoder and decoder, we propose a cross-scale feature aggregation block to fuse information at different scales. Finally, we employ attention blocks to improve skip connections to better capture long-distance dependencies. Extensive experimental results show that our proposed GICN effectively compensates for global information, achieves a balance between denoising efficiency and effect, and surpasses mainstream methods in multiple benchmark tests.

Cite

Text

Ji et al. "Dual Enhancement in ODI Super-Resolution: Adapting Convolution and Upsampling to Projection Distortion." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/100

Markdown

[Ji et al. "Dual Enhancement in ODI Super-Resolution: Adapting Convolution and Upsampling to Projection Distortion." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/ji2024ijcai-dual/) doi:10.24963/ijcai.2024/100

BibTeX

@inproceedings{ji2024ijcai-dual,
  title     = {{Dual Enhancement in ODI Super-Resolution: Adapting Convolution and Upsampling to Projection Distortion}},
  author    = {Ji, Xiang and Xu, Changqiao and Zhong, Lujie and Yang, Shujie and Xiao, Han and Muntean, Gabriel-Miro},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {902-910},
  doi       = {10.24963/ijcai.2024/100},
  url       = {https://mlanthology.org/ijcai/2024/ji2024ijcai-dual/}
}