14/08/2022
[Journal/ OJCAS 2021]
Check out our work ANFIC: Image Compression Using Augmented Normalizing Flows.
1. ANFIC is an end-to-end learned image compression system based on Augmented Normalizing Flows (ANF). ANF is a new type of flow model, which stacks multiple variational autoencoders (VAE) for greater model expressiveness.
2. ANFIC advances further compression efficiency by stacking and extending hierarchically multiple VAE’s. The invertibility of ANF, together with our training strategies, enables ANFIC to support a wide range of quality levels without changing the encoding and decoding networks.
3. Extensive experimental results show that in terms of PSNR-RGB, ANFIC performs comparably to or better than the state-of-the-art learned image compression.
ANFIC is open source! The paper and the code are available at:
Paper:https://arxiv.org/pdf/2107.08470.pdf
Code: https://github.com/dororojames/ANFIC