IVCVLGMar 10

ARCHE: Autoregressive Residual Compression with Hyperprior and Excitation

arXiv:2603.10188v15.2h-index: 2Has Code
Predicted impact top 62% in IV · last 90 daysOriginality Highly original
AI Analysis

This work addresses the need for efficient, high-performance image compression for practical deployment, offering a novel method that improves upon existing approaches while being computationally feasible.

The paper tackles the problem of balancing rate-distortion efficiency and computational cost in learned image compression by proposing ARCHE, an end-to-end framework that unifies hierarchical, spatial, and channel-based priors without recurrent or transformer components, achieving state-of-the-art results with a 48% BD-Rate reduction relative to a benchmark model and maintaining efficiency with 95M parameters and 222ms per image.

Recent progress in learning-based image compression has demonstrated that end-to-end optimization can substantially outperform traditional codecs by jointly learning compact latent representations and probabilistic entropy models. However, many existing approaches achieve high rate-distortion efficiency at the expense of increased computational cost and limited parallelism. This paper presents ARCHE - Autoregressive Residual Compression with Hyperprior and Excitation, an end-to-end learned image compression framework that balances modeling accuracy and computational efficiency. The proposed architecture unifies hierarchical, spatial, and channel-based priors within a single probabilistic framework, capturing both global and local dependencies in the latent representation of the image, while employing adaptive feature recalibration and residual refinement to enhance latent representation quality. Without relying on recurrent or transformer-based components, ARCHE attains state-of-the-art rate-distortion efficiency: it reduces the BD-Rate by approximately 48% relative to the commonly used benchmark model of Balle et al., 30% relative to the channel-wise autoregressive model of Minnen & Singh and 5% against the VVC Intra codec on the Kodak benchmark dataset. The framework maintains computational efficiency with 95M parameters and 222ms running time per image. Visual comparisons confirm sharper textures and improved color fidelity, particularly at lower bit rates, demonstrating that accurate entropy modeling can be achieved through efficient convolutional designs suitable for practical deployment.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes