Any theoretical limit to compression?

后端 未结 3 1961
面向向阳花
面向向阳花 2021-01-01 18:14

Imagine that you had all the supercomputers in the world at your disposal for the next 10 years. Your task was to compress 10 full-length movies losslessly as much as possib

相关标签:
3条回答
  • 2021-01-01 18:36

    If you have a fixed catalogue of all the movies you were ever going to compress, you could just send an id for the movie and have the "decompression" lookup up the data with that index. So compression could be to a fixed size of log2(N) bits, where N was the number of movies.

    I suspect the practical lower bound is rather higher than this.

    Do you really mean lossless? Most of today's video compression is lossy, I thought.

    0 讨论(0)
  • 2021-01-01 18:54

    The limits of compression are dictated by the randomness of the source. Welcome to the study of information theory! See data compression.

    0 讨论(0)
  • 2021-01-01 18:55

    There is a theoretical limit: I suggest reading this article on Information theory and the pigeon hole principle. It seems to sum up the issue in a very easy to understand way.

    0 讨论(0)
提交回复
热议问题