paper-with-me

Papers

CompressAI: a PyTorch library and evaluation platform for end-to-end compression research

2020-11-05 · Jean Bégaint, Fabien Racapé, Simon Feltman, Akshay Pushparaja

This paper presents CompressAI, a platform that provides custom operations, layers, models and tools to research, develop and evaluate end-to-end image and video compression codecs. In particular, CompressAI includes pre-trained models and evaluation tools to compare learned methods with traditional codecs. Multiple models from the state-of-the-art on learned end-to-end compression have thus been reimplemented in PyTorch and trained from scratch. We also report objective comparison results using PSNR and MS-SSIM metrics vs. bit-rate, using the Kodak image dataset as test set. Although this framework currently implements models for still-picture compression, it is intended to be soon extended to the video compression domain.

📄 PDF Abstract BibTeX arXiv:2011.03029

Code (4)

InterDigitalInc/CompressAI 공식 구현 pytorch
liuzhening111/bisic pytorch
xinjie-q/distributed-dvc pytorch
xinjie-q/ldmic pytorch

Tasks

Image CompressionMS-SSIMSSIMVideo Compression

Similar Papers 제목 키워드 기반

CompressAI-Vision: Open-source software to evaluate compression methods for computer vision tasks

2025-09-25 · Hyomin Choi, Heeji Han, Chris Rosewarne, Fabien Racapé arxiv

With the increasing use of neural network (NN)-based computer vision applications that process image and video data as input, interest has emerged in video compression technology optimized for computer vision tasks. In f…

DeepRobust: A PyTorch Library for Adversarial Attacks and Defenses

2020-05-13 · Ya-Xin Li, Wei Jin, Han Xu, Jiliang Tang

DeepRobust is a PyTorch adversarial learning library which aims to build a comprehensive and easy-to-use platform to foster this research field. It currently contains more than 10 attack algorithms and 8 defense algorith…

FasterAI: A Lightweight Library for Creating Sparse Neural Networks

2022-07-03 · Nathan Hubens

FasterAI is a PyTorch-based library, aiming to facilitate the utilization of deep neural networks compression techniques such as sparsification, pruning, knowledge distillation, or regularization. The library is built wi…

Knowledge Distillation

iSpLib: A Library for Accelerating Graph Neural Networks using Auto-tuned Sparse Operations

2024-03-21 · Md Saidul Hoque Anik, Pranav Badhe, Rohit Gampa, Ariful Azad

Core computations in Graph Neural Network (GNN) training and inference are often mapped to sparse matrix operations such as sparse-dense matrix multiplication (SpMM). These sparse operations are harder to optimize by man…

CPUGraph Neural Network

UncertaintyPlayground: A Fast and Simplified Python Library for Uncertainty Estimation

2023-10-23 · Ilia Azizi

This paper introduces UncertaintyPlayground, a Python library built on PyTorch and GPyTorch for uncertainty estimation in supervised learning tasks. The library offers fast training for Gaussian and multi-modal outcome d…

CPUGPUPrediction Intervals