pith. sign in

arxiv: 1807.02758 · v2 · pith:KO4OUQRSnew · submitted 2018-07-08 · 💻 cs.CV

Image Super-Resolution Using Very Deep Residual Channel Attention Networks

classification 💻 cs.CV
keywords residualattentionchannelconnectionsdeepimageinformationnetwork
0
0 comments X
read the original abstract

Convolutional neural network (CNN) depth is of crucial importance for image super-resolution (SR). However, we observe that deeper networks for image SR are more difficult to train. The low-resolution inputs and features contain abundant low-frequency information, which is treated equally across channels, hence hindering the representational ability of CNNs. To solve these problems, we propose the very deep residual channel attention networks (RCAN). Specifically, we propose a residual in residual (RIR) structure to form very deep network, which consists of several residual groups with long skip connections. Each residual group contains some residual blocks with short skip connections. Meanwhile, RIR allows abundant low-frequency information to be bypassed through multiple skip connections, making the main network focus on learning high-frequency information. Furthermore, we propose a channel attention mechanism to adaptively rescale channel-wise features by considering interdependencies among channels. Extensive experiments show that our RCAN achieves better accuracy and visual improvements against state-of-the-art methods.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. SRGAN-CKAN: Expressive Super-Resolution with Nonlinear Functional Operators under Minimal Resources

    cs.CV 2026-05 unverdicted novelty 6.0

    SRGAN-CKAN integrates convolutional Kolmogorov-Arnold networks into an adversarial super-resolution pipeline, replacing linear convolutions with spline-based nonlinear patch operators to improve perceptual quality und...

  2. SRGAN-CKAN: Expressive Super-Resolution with Nonlinear Functional Operators under Minimal Resources

    cs.CV 2026-05 unverdicted novelty 5.0

    SRGAN-CKAN integrates convolutional Kolmogorov-Arnold networks into an adversarial super-resolution pipeline, replacing linear convolutions with nonlinear functional operators to improve perceptual quality under const...

  3. Distilling with Residual Network for Single Image Super Resolution

    cs.CV 2019-07 unverdicted novelty 5.0

    DRN uses residual distilling blocks (RDB) and groups (RDG) to achieve a better performance to model size trade-off in single image super-resolution than existing methods.