paper-with-me

홈 › Papers

Hierarchical Residual Attention Network for Single Image Super-Resolution

2020-12-08 · Parichehr Behjati, Pau Rodriguez, Armin Mehri, Isabelle Hupont, Carles Fernández Tena, Jordi Gonzalez

Convolutional neural networks are the most successful models in single image super-resolution. Deeper networks, residual connections, and attention mechanisms have further improved their performance. However, these strategies often improve the reconstruction performance at the expense of considerably increasing the computational cost. This paper introduces a new lightweight super-resolution model based on an efficient method for residual feature and attention aggregation. In order to make an efficient use of the residual features, these are hierarchically aggregated into feature banks for posterior usage at the network output. In parallel, a lightweight hierarchical attention mechanism extracts the most relevant features from the network into attention banks for improving the final output and preventing the information loss through the successive operations inside the network. Therefore, the processing is split into two independent paths of computation that can be simultaneously carried out, resulting in a highly efficient and effective model for reconstructing fine details on high-resolution images from their low-resolution counterparts. Our proposed architecture surpasses state-of-the-art performance in several datasets, while maintaining relatively low computation and memory footprint.

📄 PDF Abstract BibTeX arXiv:2012.04578

Code (1)

pbehjatii/OverNet pytorch

Tasks

Image Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

Cross-domain heterogeneous residual network for single image super-resolution

2022-05-26 · Neural Networks 2022 5 · Li Ji, Qinghui Zhu, Yongqin Zhang, Juanjuan Yin 외

Single image super-resolution is an ill-posed problem, whose purpose is to acquire a high-resolution image from its degraded observation. Existing deep learning-based methods are compromised on their performance and spee…

Image ReconstructionImage Super-ResolutionSuper-Resolution

Residual Feature Aggregation Network for Image Super-Resolution

2020-06-01 · CVPR 2020 6 · Jie Liu, Wenjie Zhang, Yuting Tang, Jie Tang 외

Recently, very deep convolutional neural networks (CNNs) have shown great power in single image super-resolution (SISR) and achieved significant improvements against traditional methods. Among these CNN-based methods, th…

Image Super-ResolutionSuper-Resolution

Triple Attention Mixed Link Network for Single Image Super Resolution

2018-10-08 · Xi Cheng, Xiang Li, Jian Yang

Single image super resolution is of great importance as a low-level computer vision task. Recent approaches with deep convolutional neural networks have achieved im-pressive performance. However, existing architectures h…

Image Super-ResolutionSuper-Resolution

Channel Attention and Multi-level Features Fusion for Single Image Super-Resolution

2018-10-16 · Yue Lu, Yun Zhou, Zhuqing Jiang, Xiaoqiang Guo 외

Convolutional neural networks (CNNs) have demonstrated superior performance in super-resolution (SR). However, most CNN-based SR methods neglect the different importance among feature channels or fail to take full advant…

Image Super-ResolutionSuper-Resolution

Residual Non-local Attention Networks for Image Restoration

2019-03-24 · ICLR 2019 5 · Yulun Zhang, Kunpeng Li, Kai Li, Bineng Zhong 외

In this paper, we propose a residual non-local attention network for high-quality image restoration. Without considering the uneven distribution of information in the corrupted images, previous methods are restricted by …

DemosaickingDenoisingImage DenoisingImage Restoration+1