Hybrid Pixel-Unshuffled Network for Lightweight Image Super-Resolution
Bin Sun, Yulun Zhang, Songyao Jiang, and Yun Fu

TL;DR
This paper introduces HPUN, a lightweight image super-resolution network that employs pixel-unshuffled downsampling and depthwise separable convolutions to achieve high performance with fewer parameters.
Contribution
The novel hybrid pixel-unshuffled downsampling module combined with self-residual depthwise separable convolutions enhances super-resolution performance efficiently.
Findings
Achieves state-of-the-art results on benchmark datasets.
Uses fewer parameters and less computation than existing methods.
Surpasses previous models in reconstruction quality.
Abstract
Convolutional neural network (CNN) has achieved great success on image super-resolution (SR). However, most deep CNN-based SR models take massive computations to obtain high performance. Downsampling features for multi-resolution fusion is an efficient and effective way to improve the performance of visual recognition. Still, it is counter-intuitive in the SR task, which needs to project a low-resolution input to high-resolution. In this paper, we propose a novel Hybrid Pixel-Unshuffled Network (HPUN) by introducing an efficient and effective downsampling module into the SR task. The network contains pixel-unshuffled downsampling and Self-Residual Depthwise Separable Convolutions. Specifically, we utilize pixel-unshuffle operation to downsample the input features and use grouped convolution to reduce the channels. Besides, we enhance the depthwise convolution's performance by adding the…
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
Taxonomy
TopicsAdvanced Image Processing Techniques · Image Processing Techniques and Applications · Photoacoustic and Ultrasonic Imaging
Methods1x1 Convolution · Low-resolution input · Grouped Convolution · Convolution
