Domain Adaptation for Learned Image Compression with Supervised Adapters
Alberto Presta, Gabriele Spadaro, Enzo Tartaglione, Attilio Fiandrotti, and Marco Grangetto

TL;DR
This paper introduces a domain adaptation method for learned image compression that uses adapter modules and a gate network to improve performance across multiple image domains without degrading source domain results.
Contribution
It proposes a novel adapter-based approach with a gating mechanism for effective multi-domain adaptation in learned image compression models.
Findings
Improved rate-distortion efficiency on target domains.
No performance penalty on the source domain.
Enhanced encoding efficiency for images outside learned domains.
Abstract
In Learned Image Compression (LIC), a model is trained at encoding and decoding images sampled from a source domain, often outperforming traditional codecs on natural images; yet its performance may be far from optimal on images sampled from different domains. In this work, we tackle the problem of adapting a pre-trained model to multiple target domains by plugging into the decoder an adapter module for each of them, including the source one. Each adapter improves the decoder performance on a specific domain, without the model forgetting about the images seen at training time. A gate network computes the weights to optimally blend the contributions from the adapters when the bitstream is decoded. We experimentally validate our method over two state-of-the-art pre-trained models, observing improved rate-distortion efficiency on the target domains without penalties on the source domain.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Compression Techniques · Image Retrieval and Classification Techniques · Advanced Image Processing Techniques
MethodsAdapter
