IVCVMay 23, 2025

Accelerating Learned Image Compression Through Modeling Neural Training Dynamics

arXiv:2505.18107v11 citationsh-index: 9Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This work addresses training efficiency for learned image compression methods, which is an incremental improvement in a domain-specific area.

The paper tackles the problem of computationally demanding training in learned image compression by modeling neural training dynamics, resulting in significantly reduced training space dimensions and trainable parameters without sacrificing performance, as supported by theoretical analysis showing lower training variance than standard SGD.

As learned image compression (LIC) methods become increasingly computationally demanding, enhancing their training efficiency is crucial. This paper takes a step forward in accelerating the training of LIC methods by modeling the neural training dynamics. We first propose a Sensitivity-aware True and Dummy Embedding Training mechanism (STDET) that clusters LIC model parameters into few separate modes where parameters are expressed as affine transformations of reference parameters within the same mode. By further utilizing the stable intra-mode correlations throughout training and parameter sensitivities, we gradually embed non-reference parameters, reducing the number of trainable parameters. Additionally, we incorporate a Sampling-then-Moving Average (SMA) technique, interpolating sampled weights from stochastic gradient descent (SGD) training to obtain the moving average weights, ensuring smooth temporal behavior and minimizing training state variances. Overall, our method significantly reduces training space dimensions and the number of trainable parameters without sacrificing model performance, thus accelerating model convergence. We also provide a theoretical analysis on the Noisy quadratic model, showing that the proposed method achieves a lower training variance than standard SGD. Our approach offers valuable insights for further developing efficient training methods for LICs.

Foundations

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

Your Notes