kedartatwawadi / stanford_compression_library
The goal of the library is to help with research in the area of data compression. This is not meant to be fast or efficient implementation, but rather for educational purpose
☆85Updated last month
Alternatives and similar repositories for stanford_compression_library:
Users that are interested in stanford_compression_library are comparing it to the libraries listed below
- ☆10Updated 10 months ago
- TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems☆80Updated last year
- ☆61Updated 2 years ago
- Entropy coders for research and production in Python and Rust.☆88Updated 3 weeks ago
- Fraunhofer Neural Network Encoder/Decoder (NNCodec)☆76Updated last year
- This repository contains the source code and dataset link mentioned in WWW 2022 accepted paper "TRACE:A Fast Transformer-based General-Pu…☆29Updated 3 years ago
- Data compression in JAX☆61Updated 4 months ago
- A lightweight rANSCoder meant for rapid prototyping.☆18Updated last year
- public-domain implementation of entropy coder from ANS family.☆18Updated 5 years ago
- Simple rANS encoder/decoder (arithmetic coding-ish entropy coder).☆325Updated 2 years ago
- Massively Parallel ANS Decoding on GPUs☆28Updated 5 years ago
- Testing various methods for choosing tANS entropy coding automata☆75Updated last year
- Data compression using LSTM☆131Updated last year
- ☆35Updated 4 years ago
- Dzip: improved general-purpose lossless compression based on novel neural network modeling☆66Updated 3 years ago
- rans optimized tricks☆24Updated 6 years ago
- Official code repo for NeurIPS 2020 paper "Improving Inference for Neural Image Compression"☆48Updated last year
- a fast range coder in C++, using SSE☆67Updated last year
- ☆78Updated 2 months ago
- Entropy coding / arithmetic coding for PyTorch☆247Updated 2 years ago
- Recoil: Parallel rANS Decoding with Decoder-Adaptive Scalability☆15Updated last year
- GPU-Accelerated Lossless Data Compressors Survey☆114Updated 4 years ago
- A CUDA implementation of Arithmetic Coding☆16Updated 2 months ago
- Data Compression using Arithmetic Encoding in Python☆80Updated last year
- TensorFlow implementation of SwinT-ChARM (Transformer-Based Transform Coding, ICLR 2022)☆38Updated last year
- Authors' PyTorch implementation of lossy image compression methods based on hierarchical VAEs☆65Updated 5 months ago
- GPU implementation of a fast generalized ANS (asymmetric numeral system) entropy encoder and decoder, with extensions for lossless compre…☆322Updated last week
- PyTorch code for the CVPR'20 paper "Learning Better Lossless Compression Using Lossy Compression"☆62Updated last year
- rANS coder (derived from https://github.com/rygorous/ryg_rans)