paper-with-me

Papers

Extreme Image Compression using Fine-tuned VQGANs

2023-07-17 · Qi Mao, Tinghan Yang, Yinuo Zhang, Zijian Wang, Meng Wang, Shiqi Wang, Siwei Ma

Recent advances in generative compression methods have demonstrated remarkable progress in enhancing the perceptual quality of compressed data, especially in scenarios with low bitrates. However, their efficacy and applicability to achieve extreme compression ratios ($<0.05$ bpp) remain constrained. In this work, we propose a simple yet effective coding framework by introducing vector quantization (VQ)--based generative models into the image compression domain. The main insight is that the codebook learned by the VQGAN model yields a strong expressive capacity, facilitating efficient compression of continuous information in the latent space while maintaining reconstruction quality. Specifically, an image can be represented as VQ-indices by finding the nearest codeword, which can be encoded using lossless compression methods into bitstreams. We propose clustering a pre-trained large-scale codebook into smaller codebooks through the K-means algorithm, yielding variable bitrates and different levels of reconstruction quality within the coding framework. Furthermore, we introduce a transformer to predict lost indices and restore images in unstable environments. Extensive qualitative and quantitative experiments on various benchmark datasets demonstrate that the proposed framework outperforms state-of-the-art codecs in terms of perceptual quality-oriented metrics and human perception at extremely low bitrates ($\le 0.04$ bpp). Remarkably, even with the loss of up to $20\%$ of indices, the images can be effectively restored with minimal perceptual loss.

📄 PDF Abstract BibTeX arXiv:2307.08265

Code (0)

등록된 구현이 없습니다.

Tasks

Image CompressionQuantization

Similar Papers 제목 키워드 기반

Dynamic Base model Shift for Delta Compression

2025-05-16 · Chenyu Huang, Peng Ye, Shenghe Zheng, Xiaohui Wang 외

Transformer-based models with the pretrain-finetune paradigm bring about significant progress, along with the heavy storage and deployment costs of finetuned models on multiple tasks. Delta compression attempts to lower …

model

Vector quantization loss analysis in VQGANs: a single-GPU ablation study for image-to-image synthesis

2023-08-09 · Luv Verma, Varun Mohan

This study performs an ablation analysis of Vector Quantized Generative Adversarial Networks (VQGANs), concentrating on image-to-image synthesis utilizing a single NVIDIA A100 GPU. The current work explores the nuanced e…

GPUImage GenerationQuantization

DeltaDQ: Ultra-High Delta Compression for Fine-Tuned LLMs via Group-wise Dropout and Separate Quantization

2024-10-11 · Yanfeng Jiang, Zelan Yang, Bohua Chen, Shen Li 외

Large language models achieve exceptional performance on various downstream tasks through supervised fine-tuning. However, the diversity of downstream tasks and practical requirements makes deploying multiple full-parame…

DiversityQuantization

One Token per Highly Selective Frame: Towards Extreme Compression for Long Video Understanding

2026-04-15 · Zheyu Zhang, Ziqi Pang, Shixing Chen, Xiang Hao 외 arxiv

Long video understanding is inherently challenging for vision-language models (VLMs) because of the extensive number of frames. With each video frame typically expanding into tens or hundreds of tokens, the limited conte…

Overfitting for Fun and Profit: Instance-Adaptive Data Compression

2021-01-21 · ICLR 2021 1 · Ties van Rozendaal, Iris A. M. Huijben, Taco S. Cohen

Neural data compression has been shown to outperform classical methods in terms of $RD$ performance, with results still improving rapidly. At a high level, neural compression is based on an autoencoder that tries to reco…

Data CompressionImage CompressionQuantization