IVLGSep 9, 2022

Learning sparse auto-encoders for green AI image coding

arXiv:2209.04448v13 citationsh-index: 35
AI Analysis

This work addresses the need for more efficient, green AI image coding methods, though it is incremental as it builds on existing auto-encoder approaches.

The paper tackled the problem of high computational and memory costs in convolutional auto-encoders for image compression by proposing a new structured sparse learning method with an ℓ1,1 constraint, achieving similar rate-distortion performance as dense networks while significantly reducing costs.

Recently, convolutional auto-encoders (CAE) were introduced for image coding. They achieved performance improvements over the state-of-the-art JPEG2000 method. However, these performances were obtained using massive CAEs featuring a large number of parameters and whose training required heavy computational power.\\ In this paper, we address the problem of lossy image compression using a CAE with a small memory footprint and low computational power usage. In order to overcome the computational cost issue, the majority of the literature uses Lagrangian proximal regularization methods, which are time consuming themselves.\\ In this work, we propose a constrained approach and a new structured sparse learning method. We design an algorithm and test it on three constraints: the classical $\ell_1$ constraint, the $\ell_{1,\infty}$ and the new $\ell_{1,1}$ constraint. Experimental results show that the $\ell_{1,1}$ constraint provides the best structured sparsity, resulting in a high reduction of memory and computational cost, with similar rate-distortion performance as with dense networks.

Foundations

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

Your Notes