SwiftSRGAN -- Rethinking Super-Resolution for Efficient and Real-time Inference
Koushik Sivarama Krishnan, Karthik Sivarama Krishnan

TL;DR
SwiftSRGAN introduces a lightweight, real-time super-resolution architecture using depth-wise separable convolutions, achieving comparable quality to existing GANs while significantly reducing size and increasing speed, enabling high-resolution streaming under bandwidth constraints.
Contribution
The paper presents a novel, efficient super-resolution GAN architecture that is faster and smaller, suitable for real-time applications with low memory usage.
Findings
Model is 1/8 the size of traditional SRGANs.
Performs 74 times faster than existing SRGANs.
Maintains comparable super-resolution quality.
Abstract
In recent years, there have been several advancements in the task of image super-resolution using the state of the art Deep Learning-based architectures. Many super-resolution-based techniques previously published, require high-end and top-of-the-line Graphics Processing Unit (GPUs) to perform image super-resolution. With the increasing advancements in Deep Learning approaches, neural networks have become more and more compute hungry. We took a step back and, focused on creating a real-time efficient solution. We present an architecture that is faster and smaller in terms of its memory footprint. The proposed architecture uses Depth-wise Separable Convolutions to extract features and, it performs on-par with other super-resolution GANs (Generative Adversarial Networks) while maintaining real-time inference and a low memory footprint. A real-time super-resolution enables streaming high…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
