ShuffleMixer: An Efficient ConvNet for Image Super-Resolution
Long Sun, Jinshan Pan, Jinhui Tang

TL;DR
ShuffleMixer is a lightweight, efficient convolutional neural network for image super-resolution that uses large depth-wise convolutions combined with channel split-shuffle operations, achieving high performance with significantly fewer parameters.
Contribution
It introduces a novel large kernel ConvNet architecture with channel split-shuffle and Fused-MBConvs for mobile-friendly image super-resolution, outperforming existing models in efficiency.
Findings
6x fewer parameters than state-of-the-art methods
Achieved competitive super-resolution performance
Won the NTIRE 2022 model complexity track
Abstract
Lightweight and efficiency are critical drivers for the practical application of image super-resolution (SR) algorithms. We propose a simple and effective approach, ShuffleMixer, for lightweight image super-resolution that explores large convolution and channel split-shuffle operation. In contrast to previous SR models that simply stack multiple small kernel convolutions or complex operators to learn representations, we explore a large kernel ConvNet for mobile-friendly SR design. Specifically, we develop a large depth-wise convolution and two projection layers based on channel splitting and shuffling as the basic component to mix features efficiently. Since the contexts of natural images are strongly locally correlated, using large depth-wise convolutions only is insufficient to reconstruct fine details. To overcome this problem while maintaining the efficiency of the proposed module,…
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 · Advanced Vision and Imaging · Image Processing Techniques and Applications
MethodsConvolution
