LiuLei95 / PyTorch-Learned-Image-Compression-with-GMM-and-Attention

This repo is implementation for Learned Image Compression with Discretized Gaussian Mixture Likelihoods and Attention Modules in pytorch.
Apache License 2.0
62 stars 2 forks source link

z = self.priorEncoder(feature) #10

Open Bai-shen opened 1 year ago

Bai-shen commented 1 year ago

请教一下,z = self.priorEncoder(feature)这一步计算出来的Z有啥含义阿

LiuLei95 commented 1 year ago

z is the hyperprior information, which is used to estimate the distribution of the latent representation. The details about z could be found in the [1].

[1] Learned Image Compression with Discretized Gaussian Mixture Likelihoods and Attention Modules