Papers › Variable-Rate Deep Image Compression through Spatially-Adaptive Feature Transform

Variable-Rate Deep Image Compression through Spatially-Adaptive Feature Transform

21 Aug 2021ICCV 2021 10arXiv:2108.09551archive 2025-07-28

Myungseo Song, Jinyoung Choi, Bohyung Han

We propose a versatile deep image compression network based on Spatial Feature Transform (SFT arXiv:1804.02815), which takes a source image and a corresponding quality map as inputs and produce a compressed image with variable rates. Our model covers a wide range of compression rates using a single model, which is controlled by arbitrary pixel-wise quality maps. In addition, the proposed framework allows us to perform task-aware image compressions for various tasks, e.g., classification, by efficiently estimating optimized quality maps specific to target tasks for our encoding network. This is even possible with a pretrained network without learning separate models for individual tasks. Our algorithm achieves outstanding rate-distortion trade-off compared to the approaches based on multiple models that are optimized separately for several different target rates. At the same level of compression, the proposed approach successfully improves performance on image classification and text region quality preservation via task-aware quality map estimation without additional model training. The code is available at the project website: https://github.com/micmic123/QmapCompression

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2108.09551")

Code

Syntology Ran 14 of 23 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 4 ran · our draft was wrong; 8 ran with no contract checked.

By repository: official repository: 23 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

micmic123/qmapcompression officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 14 ran; 2 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
4ran · our draft was wrong
8ran
9unverified

Licence: 23 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from micmic123/qmapcompression. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Conv2d micmic123/qmapcompression/models/models.py official repository ran · our draft was wrong no licence file found · pointer only · 57912304b19e055b · report
EntropyModel micmic123/qmapcompression/models/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 9c1f1cc448e0664d · report
GDN micmic123/qmapcompression/models/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · c39451487c43c591 · report
GDN1 micmic123/qmapcompression/models/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · be5888fab6d676bd · report
LowerBound micmic123/qmapcompression/models/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · bf1b22bbc577d39b · report
LowerBoundFunction micmic123/qmapcompression/models/models.py official repository ran no licence file found · pointer only · 1cd37f07f26da419 · report
NonNegativeParametrizer micmic123/qmapcompression/models/models.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 1640fa653b057731 · report
SFT micmic123/qmapcompression/models/models.py official repository ran no licence file found · pointer only · 4c9e4068d6df44c1 · report
SFTResblk micmic123/qmapcompression/models/models.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 21e656d9f3eb6bb6 · report
UpConv2d micmic123/qmapcompression/models/models.py official repository ran · our draft was wrong no licence file found · pointer only · c32ca457818c1366 · report
conv micmic123/qmapcompression/models/models.py official repository ran · our draft was wrong no licence file found · pointer only · f2cea3e9848ae52d · report
deconv micmic123/qmapcompression/models/models.py official repository ran · our draft was wrong no licence file found · pointer only · 1afd37c576493fea · report
find_named_buffer micmic123/qmapcompression/models/models.py official repository ran · honoured contract no licence file found · pointer only · a94389b554ddc179 · report
get_scale_table micmic123/qmapcompression/models/models.py official repository ran · honoured contract no licence file found · pointer only · d1e39fa98bee2cb7 · report
CompressionModel micmic123/qmapcompression/models/models.py official repository unverified no licence file found · pointer only · 3bc52cfb7b786786 · report
EntropyBottleneck micmic123/qmapcompression/models/models.py official repository unverified no licence file found · pointer only · 148cb7a629823ea7 · report
GaussianConditional micmic123/qmapcompression/models/models.py official repository unverified no licence file found · pointer only · 2474ed1b08d571c3 · report
ScaleHyperprior micmic123/qmapcompression/models/models.py official repository unverified no licence file found · pointer only · dc293862477823c8 · report
SpatiallyAdaptiveCompression micmic123/qmapcompression/models/models.py official repository unverified no licence file found · pointer only · 9732c184d3a8e96b · report
_EntropyCoder micmic123/qmapcompression/models/models.py official repository unverified no licence file found · pointer only · d05821ea9fe6037d · report
_update_registered_buffer micmic123/qmapcompression/models/models.py official repository unverified no licence file found · pointer only · 5612db1b73ea390d · report
default_entropy_coder micmic123/qmapcompression/models/models.py official repository unverified no licence file found · pointer only · faadfa6193587d6c · report
update_registered_buffers micmic123/qmapcompression/models/models.py official repository unverified no licence file found · pointer only · a089d0be0293d735 · report

Tasks

Image ClassificationImage Compressionimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Spatial Feature Transform

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections