Cool-chic (pronounced /kul Κik/ as in French π₯π§π·) is a low-complexity neural image codec based on overfitting. It offers coding performance on par with H.266/VVC for 1000 multiplications per decoded pixel, allowing for fast CPU-only decoding.
Cool-chic compresses images as well as H.266/VVC
Decode a 1280x720 image in 100 ms on CPU with our decoder written in C
Fixed-point arithmetic at the decoder for bit-exact results on different hardwares.
Encode PNG, PPM and YUV 420 & 444 files with a bitdepth of 8 to 16 bits.
Special thanks to Hyunjik Kim, Matthias Bauer, Lucas Theis, Jonathan Richard Schwarz and Emilien Dupont for their great work enhancing Cool-chic: C3: High-performance and low-complexity neural compression from a single image or video, Kim et al.