Skip to content

🏠[ICME 2023] Low-complexity Deep Video Compression with A Distributed Coding Architecture

Notifications You must be signed in to change notification settings

Xinjie-Q/Distributed-DVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1db87b · May 29, 2023

History

14 Commits
Apr 5, 2023
Apr 5, 2023
May 29, 2023
Apr 5, 2023
Apr 5, 2023

Repository files navigation

Distributed DVC

The official PyTorch implementation of our ICME 2023 paper:

Low-complexity Deep Video Compression with A Distributed Coding Architecture

Xinjie Zhang, Jiawei Shao, Jun Zhang

[ArXiv Preprint]

🔖Brief Introduction

Prevalent predictive coding-based video compression methods rely on a heavy encoder to reduce temporal redundancy, which makes it challenging to deploy them on resource-constrained devices. Since the 1970s, distributed source coding theory has indicated that independent encoding and joint decoding with side information (SI) can achieve high-efficient compression of correlated sources. This has inspired a distributed coding architecture aiming at reducing the encoding complexity. However, traditional distributed coding methods suffer from a substantial performance gap to predictive coding ones. Inspired by the great success of learning-based compression, we propose the first end-to-end distributed deep video compression framework to improve the rate-distortion performance. A key ingredient is an effective SI generation module at the decoder, which helps to effectively exploit inter-frame correlations without computation-intensive encoder-side motion estimation and compensation. Experiments show that our method significantly outperforms conventional distributed video coding and H.264. Meanwhile, it enjoys 6 7 × encoding speedup against DVC with comparable compression performance.

Acknowledgement

❤️❤️❤️Our idea is implemented based on the following projects. We really appreciate their wonderful open-source works!

Citation

If any parts of our paper and code help your research, please consider citing us and giving a star to our repository.

@inproceedings{zhang2023low,
  title={Low-complexity Deep Video Compression with A Distributed Coding Architecture},
  author={Zhang, Xinjie and Shao, Jiawei and Zhang, Jun},
  booktitle={IEEE International Conference on Multimedia and Expo},
  year={2023},
}

@article{zhang2023low,
  title={Low-complexity Deep Video Compression with A Distributed Coding Architecture},
  author={Zhang, Xinjie and Shao, Jiawei and Zhang, Jun},
  journal={arXiv preprint arXiv:2303.11599},
  year={2023}
}

About

🏠[ICME 2023] Low-complexity Deep Video Compression with A Distributed Coding Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages