WaveMixSR: A Resource-efficient Neural Network for Image Super-resolution
Pranav Jeevan, Akella Srinidhi, Pasunuri Prathiba, Amit Sethi

TL;DR
WaveMixSR introduces a resource-efficient neural network for image super-resolution that leverages wavelet transforms, outperforming transformer-based models in performance and efficiency across multiple datasets.
Contribution
The paper presents WaveMixSR, a novel super-resolution model that combines wavelet-based token mixing with convolutional inductive biases, reducing resource requirements while maintaining high accuracy.
Findings
WaveMixSR achieves state-of-the-art results on BSD100 dataset.
The model requires less training data and computational resources.
WaveMixSR maintains high parameter efficiency compared to existing methods.
Abstract
Image super-resolution research recently been dominated by transformer models which need higher computational resources than CNNs due to the quadratic complexity of self-attention. We propose a new neural network -- WaveMixSR -- for image super-resolution based on WaveMix architecture which uses a 2D-discrete wavelet transform for spatial token-mixing. Unlike transformer-based models, WaveMixSR does not unroll the image as a sequence of pixels/patches. It uses the inductive bias of convolutions along with the lossless token-mixing property of wavelet transform to achieve higher performance while requiring fewer resources and training data. We compare the performance of our network with other state-of-the-art methods for image super-resolution. Our experiments show that WaveMixSR achieves competitive performance in all datasets and reaches state-of-the-art performance in the BSD100…
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 Processing Techniques and Applications
