菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-03
📄 Abstract - ProGIC: Progressive and Lightweight Generative Image Compression with Residual Vector Quantization

Recent advances in generative image compression (GIC) have delivered remarkable improvements in perceptual quality. However, many GICs rely on large-scale and rigid models, which severely constrain their utility for flexible transmission and practical deployment in low-bitrate scenarios. To address these issues, we propose Progressive Generative Image Compression (ProGIC), a compact codec built on residual vector quantization (RVQ). In RVQ, a sequence of vector quantizers encodes the residuals stage by stage, each with its own codebook. The resulting codewords sum to a coarse-to-fine reconstruction and a progressive bitstream, enabling previews from partial data. We pair this with a lightweight backbone based on depthwise-separable convolutions and small attention blocks, enabling practical deployment on both GPUs and CPU-only devices. Experimental results show that ProGIC attains comparable compression performance compared with previous methods. It achieves bitrate savings of up to 57.57% on DISTS and 58.83% on LPIPS compared to MS-ILLM on the Kodak dataset. Beyond perceptual quality, ProGIC enables progressive transmission for flexibility, and also delivers over 10 times faster encoding and decoding compared with MS-ILLM on GPUs for efficiency.

顶级标签: computer vision model training aigc
详细标签: image compression generative models residual vector quantization progressive transmission lightweight architecture 或 搜索:

ProGIC:基于残差向量量化的渐进式轻量生成图像压缩 / ProGIC: Progressive and Lightweight Generative Image Compression with Residual Vector Quantization


1️⃣ 一句话总结

这篇论文提出了一种名为ProGIC的轻量级图像压缩方法,它利用残差向量量化实现渐进式编码,在保证高感知质量的同时,大幅提升了压缩效率和传输灵活性,并能在多种设备上快速运行。

源自 arXiv: 2603.02897