paper-with-me

Papers

An Introduction to Neural Data Compression

2022-02-14 · Yibo Yang, Stephan Mandt, Lucas Theis

Neural compression is the application of neural networks and other machine learning methods to data compression. Recent advances in statistical machine learning have opened up new possibilities for data compression, allowing compression algorithms to be learned end-to-end from data using powerful generative models such as normalizing flows, variational autoencoders, diffusion probabilistic models, and generative adversarial networks. The present article aims to introduce this field of research to a broader machine learning audience by reviewing the necessary background in information theory (e.g., entropy coding, rate-distortion theory) and computer vision (e.g., image quality assessment, perceptual metrics), and providing a curated guide through the essential ideas and methods in the literature thus far.

📄 PDF Abstract BibTeX arXiv:2202.06533

Code (3)

google/codex jax
mandt-lab/shallow-ntc tf
tensorflow/compression tf

Tasks

BIG-bench Machine LearningData CompressionImage Quality Assessment

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Editorial: Introduction to the Issue on Deep Learning for Image/Video Restoration and Compression

2021-02-09 · A. Murat Tekalp, Michele Covell, Radu Timofte, Chao Dong

Recent works have shown that learned models can achieve significant performance gains, especially in terms of perceptual quality measures, over traditional methods. Hence, the state of the art in image restoration and co…

Image RestorationVideo Restoration

Image Compression Using Novel View Synthesis Priors

2024-11-21 · Luyuan Peng, Mandar Chitre, Hari Vishnu, Yuen Min Too 외

Real-time visual feedback is essential for tetherless control of remotely operated vehicles, particularly during inspection and manipulation tasks. Though acoustic communication is the preferred choice for medium-range c…

Image CompressionNovel View Synthesis

What Do Compressed Deep Neural Networks Forget?

2019-11-13 · Sara Hooker, Aaron Courville, Gregory Clark, Yann Dauphin 외

Deep neural network pruning and quantization techniques have demonstrated it is possible to achieve high levels of compression with surprisingly little degradation to test set accuracy. However, this measure of performan…

FairnessInterpretability Techniques for Deep LearningModel CompressionNetwork Pruning+2

Low-Rank Compression of Language Models via Differentiable Rank Selection

2025-12-14 · Sidhant Sundrani, Francesco Tudisco, Pasquale Minervini arxiv

Approaches for compressing large-language models using low-rank decomposition have made strides, particularly with the introduction of activation and loss-aware SVD, which improves the trade-off between decomposition ran…

Model Compression and Efficient Inference for Large Language Models: A Survey

2024-02-15 · Wenxiao Wang, Wei Chen, Yicong Luo, Yongliu Long 외

Transformer based large language models have achieved tremendous success. However, the significant memory and computational costs incurred during the inference process make it challenging to deploy large models on resour…

Knowledge DistillationModel CompressionQuantization