Cool-chic: Coordinate-based Low Complexity Hierarchical Image/Video Codec
Ultra-low-complexity overfitted/coordinate-based learned video codec using ~800 parameters, with companion open-source implementation.
Link
Related resources
- OpenDCVCs: Reproducible PyTorch Reimplementation of the DCVC Codec SeriesIndependent open reimplementation with training+eval code of the whole Microsoft DCVC learned video codec family (prior official releases w…
- jxs (JPEG XS reference)Reference software implementation of ISO/IEC 21122-5 (JPEG XS) including jxs_encoder binary, supports PNM/PGX/raw YUV/RGB input.
- RefractGuided AVIF/JPEG XL/WebP conversion tool using an iterative quality-search ("optometrist") approach.
- xin26xFrom-scratch HEVC/H.26x encoder written in plain C, claims 4x speed vs x265 single-core.
- Differentiable VMAF Re-implementation on PyTorchDifferentiable PyTorch reimplementation of VMAF metric enabling gradient-based codec/RDO optimization, with companion code.
- Performance Comparison of AV1, JEM, VP9, and HEVC EncodersFraunhofer HHI SPIE 2017 paper comparing codec internals, BD-BR, and complexity across AV1, JEM, VP9, and HEVC.
- Opus (xiph/opus)Reference implementation of the Opus audio codec, recently adding deep-learning-based packet loss concealment.
- FOSDEM 2024: VVdeC<>Arm — Optimizing an Open Source VVC Decoder for Arm ArchitecturesFOSDEM Open Media devroom talk detailing Arm-specific performance optimization work on the open-source VVdeC VVC decoder.
- nano-hevcMinimal educational HEVC encoder written in pure Python, readable-over-fast, for teaching codec internals.
- dav1d.wasmWASM port of the dav1d AV1 decoder, SIMD-optimized with TypeScript interfaces, aimed at production use in browsers.