Efficient Video Compression via Content-Adaptive Super-Resolution
Mehrdad Khani, Vibhaalakshmi Sivaraman, Mohammad Alizadeh

TL;DR
This paper introduces SRVC, a content-adaptive super-resolution method that enhances existing video codecs by encoding a lightweight neural network, significantly reducing bitrates while maintaining high video quality and real-time performance.
Contribution
The paper proposes a novel hybrid video compression approach combining traditional codecs with a lightweight, content-adaptive super-resolution neural network for improved efficiency.
Findings
Achieves comparable PSNR to H.265 using only 16% of its bits-per-pixel.
Uses just 2% of DVC's bits-per-pixel to reach similar quality.
Runs at 90 frames per second on a NVIDIA V100 GPU.
Abstract
Video compression is a critical component of Internet video delivery. Recent work has shown that deep learning techniques can rival or outperform human-designed algorithms, but these methods are significantly less compute and power-efficient than existing codecs. This paper presents a new approach that augments existing codecs with a small, content-adaptive super-resolution model that significantly boosts video quality. Our method, SRVC, encodes video into two bitstreams: (i) a content stream, produced by compressing downsampled low-resolution video with the existing codec, (ii) a model stream, which encodes periodic updates to a lightweight super-resolution neural network customized for short segments of the video. SRVC decodes the video by passing the decompressed low-resolution video frames through the (time-varying) super-resolution model to reconstruct high-resolution video frames.…
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 · Sparse and Compressive Sensing Techniques · Image and Signal Denoising Methods
