NICVSep 21, 2022

Gemino: Practical and Robust Neural Compression for Video Conferencing

arXiv:2209.10507v430 citationsh-index: 97Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of degraded user experience in video conferencing under poor network conditions, representing a domain-specific advancement with practical implementation.

The paper tackles the problem of poor video quality in video conferencing at low bitrates by introducing Gemino, a neural compression system that uses a high-frequency-conditional super-resolution pipeline, achieving 2.2-5x lower bitrate than traditional codecs for the same perceptual quality.

Video conferencing systems suffer from poor user experience when network conditions deteriorate because current video codecs simply cannot operate at extremely low bitrates. Recently, several neural alternatives have been proposed that reconstruct talking head videos at very low bitrates using sparse representations of each frame such as facial landmark information. However, these approaches produce poor reconstructions in scenarios with major movement or occlusions over the course of a call, and do not scale to higher resolutions. We design Gemino, a new neural compression system for video conferencing based on a novel high-frequency-conditional super-resolution pipeline. Gemino upsamples a very low-resolution version of each target frame while enhancing high-frequency details (e.g., skin texture, hair, etc.) based on information extracted from a single high-resolution reference image. We use a multi-scale architecture that runs different components of the model at different resolutions, allowing it to scale to resolutions comparable to 720p, and we personalize the model to learn specific details of each person, achieving much better fidelity at low bitrates. We implement Gemino atop aiortc, an open-source Python implementation of WebRTC, and show that it operates on 1024x1024 videos in real-time on a Titan X GPU, and achieves 2.2-5x lower bitrate than traditional video codecs for the same perceptual quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes