Once-for-All: Controllable Generative Image Compression with Dynamic Granularity Adaptation
Anqi Li, Feng Li, Yuxi Liu, Runmin Cong, Yao Zhao, Huihui Bai

TL;DR
This paper introduces Control-GIC, a controllable generative image compression framework that enables fine-grained, dynamic bitrate adaptation while maintaining high reconstruction quality, outperforming recent methods.
Contribution
It presents the first controllable image compression method with dynamic granularity adjustment based on local information density and hierarchical feature reconstruction.
Findings
Achieves highly flexible bitrate control across diverse scenarios.
Outperforms state-of-the-art methods in compression quality.
Demonstrates effective hierarchical feature reconstruction.
Abstract
Although recent generative image compression methods have demonstrated impressive potential in optimizing the rate-distortion-perception trade-off, they still face the critical challenge of flexible rate adaption to diverse compression necessities and scenarios. To overcome this challenge, this paper proposes a Controllable Generative Image Compression framework, termed Control-GIC, the first capable of fine-grained bitrate adaption across a broad spectrum while ensuring high-fidelity and generality compression. Control-GIC is grounded in a VQGAN framework that encodes an image as a sequence of variable-length codes (i.e. VQ-indices), which can be losslessly compressed and exhibits a direct positive correlation with the bitrates. Drawing inspiration from the classical coding principle, we correlate the information density of local image patches with their granular representations.…
Peer Reviews
Decision·ICLR 2025 Poster
1. Control-GIC combines classical coding principles with VQGAN to achieve controllable generative compression across various bitrates with a unified model. 2. The framework allows for highly flexible and controllable bitrate adaption, which is a significant advancement over existing methods. 3. Unlike other methods that require training multiple models for different bitrates, Control-GIC can adapt to various bitrates with a single model, reducing computational costs.
1. More comparion with other GIC methods need to be provided. 2. The novelty is limited compared to other VQGan based GIC method
1. The proposed Control-GIC introduces a unified model that allows dynamic bitrate adjustment, which effectively solves the inefficiencies faced by existing models that need multiple fixed-rate versions. 2. The granularity-informed encoder and probabilistic conditional decoder are well-designed to achieve efficient encoding and high perceptual fidelity. 3. Experimental results show superior performance over state-of-the-art methods, demonstrating both flexibility and effectiveness in compression
1. The paper lacks sufficient details on how the features are divided into different granularities in Section 3.1. 2. The DIV2K comparisons in Figure 4 do not include evaluations against important baselines like VVC, M&S, and other methods (presented in Figure 3), which limits the completeness of the analysis. 3. The paper does not compare Control-GIC with other VQ-based methods, such as GLC [1], Mao et al. [2], and UIGC [3], which would provide a better context for understanding the model's rel
The paper proposes to flexibly determine a proper allocation of granularity for patches, supporting dynamic adjustment for VQ-indices and make the framework capable of fine-grained bitrate adaptation.
- In Figure 3, the proposed method shows worse performance than CDC for DISTS, and is also worse than CDC at the high bitrate range. Could you give some analysis? - In Figure 4, why do you compare only with BPG, CTC, and HiFiC, instead of aligning with the methods used in Figure 3? - In Figure 3 and Figure 4, most metrics are nearly reaching saturation when the bpp increases. Is there obvious difference for the visualization quality when the bpp increases at the high bitrate range? For exampl
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Compression Techniques · Algorithms and Data Compression
MethodsBalanced Selection
