FC$^2$N: Fully Channel-Concatenated Network for Single Image Super-Resolution
Xiaole Zhao, Ying Liao, Tian He, Yulun Zhang, Yadong Wu, Tao Zhang

TL;DR
The paper introduces FC$^2$N, a deep CNN for single image super-resolution that avoids residual learning, employs weighted channel concatenation for interlayer skips, and achieves superior performance with over 400 layers.
Contribution
Proposes a fully channel-concatenated network (FC$^2$N) that surpasses residual networks in SR tasks without using residual connections, enabling deeper models.
Findings
Achieves state-of-the-art SR performance with fewer parameters.
First CNN model over 400 layers without residual learning.
Demonstrates effectiveness in both large-scale and lightweight settings.
Abstract
Most current image super-resolution (SR) methods based on convolutional neural networks (CNNs) use residual learning in network structural design, which favors to effective back propagation and hence improves SR performance by increasing model scale. However, residual networks suffer from representational redundancy by introducing identity paths that impede the full exploitation of model capacity. Besides, blindly enlarging network scale can cause more problems in model training, even with residual learning. In this paper, a novel fully channel-concatenated network (FCN) is presented to make further mining of representational capacity of deep models, in which all interlayer skips are implemented by a simple and straightforward operation, i.e., weighted channel concatenation (WCC), followed by a 11 conv layer. Based on the WCC, the model can achieve the joint attention…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Vision and Imaging · Image and Signal Denoising Methods
