VCT: A Video Compression Transformer
This work addresses the problem of complex model design in video compression for researchers and practitioners, offering a more straightforward and effective approach.
The paper tackles the complexity of neural video compression by introducing a transformer-based model that simplifies the architecture, eliminating the need for motion prediction and warping operations, and achieves superior performance on standard datasets.
We show how transformers can be used to vastly simplify neural video compression. Previous methods have been relying on an increasing number of architectural biases and priors, including motion prediction and warping operations, resulting in complex models. Instead, we independently map input frames to representations and use a transformer to model their dependencies, letting it predict the distribution of future representations given the past. The resulting video compression transformer outperforms previous methods on standard video compression data sets. Experiments on synthetic data show that our model learns to handle complex motion patterns such as panning, blurring and fading purely from data. Our approach is easy to implement, and we release code to facilitate future research.