Unified ROI-based Image Compression Paradigm with Generalized Gaussian Model
Kai Hu, Junfu Tan, Fang Xu, Ramy Samy, Yu Liu
TL;DR
The paper tackles ROI-based image compression by addressing the mismatch between the sharp-peaked, heavy-tailed latent distributions and conventional Gaussian priors. It introduces a Generalized Gaussian Model (GGM) with learnable scale $\alpha$ and shape $\beta$, along with differentiable activations (Softplus for $\beta$, Hubber-like for $\alpha$) and a dynamic lower bound to stabilize training. A unified rate–distortion optimization paradigm is developed, integrating the GGM prior into RD objectives under spatial heterogeneity constraints and implicit bit allocation via a Mask-guided Feature Enhancement module. Empirical results on COCO2017 and HRSOD show state-of-the-art ROI reconstruction and improved performance on machine-vision tasks (segmentation and detection), with substantial BD-rate reductions and BD-PSNR gains compared to baselines. The approach achieves high fidelity in ROIs while maintaining efficiency, illustrating the practical impact of flexible distribution modeling and ROI-aware optimization for real-world vision systems.
Abstract
Region-of-Interest (ROI)-based image compression allocates bits unevenly according to the semantic importance of different regions. Such differentiated coding typically induces a sharp-peaked and heavy-tailed distribution. This distribution characteristic mathematically necessitates a probability model with adaptable shape parameters for accurate description. However, existing methods commonly use a Gaussian model to fit this distribution, resulting in a loss of coding performance. To systematically analyze the impact of this distribution on ROI coding, we develop a unified rate-distortion optimization theoretical paradigm. Building on this paradigm, we propose a novel Generalized Gaussian Model (GGM) to achieve flexible modeling of the latent variables distribution. To support stable optimization of GGM, we introduce effective differentiable functions and further propose a dynamic lower bound to alleviate train-test mismatch. Moreover, finite differences are introduced to solve the gradient computation after GGM fits the distribution. Experiments on COCO2017 demonstrate that our method achieves state-of-the-art in both ROI reconstruction and downstream tasks (e.g., Segmentation, Object Detection). Furthermore, compared to classical probability models, our GGM provides a more precise fit to feature distributions and achieves superior coding performance. The project page is at https://github.com/hukai-tju/ROIGGM.
