2020

Universally Quantized Neural Compression

Agustsson, Eirikur, Theis, Lucas

Understand

A popular approach to learning encoders for lossy compression is to use additive uniform noise during training as a differentiable approximation to test-time quantization.

  • We demonstrate that a uniform noise channel can also be implemented at test time using universal quantization (Ziv, 1985).
  • This allows us to eliminate the mismatch between training and test phases while maintaining a completely differentiable loss function.
  • Implementing the uniform noise channel is a special case of the more general problem of communicating a sample, which we prove is computationally hard if we do not make assumptions about its distribution.

Reading the bibliography…