Papers › Region-Adaptive Transform with Segmentation Prior for Image Compression

Region-Adaptive Transform with Segmentation Prior for Image Compression

1 Mar 2024arXiv:2403.00628archive 2025-07-28

Yuxi Liu, Wenhan Yang, Huihui Bai, Yunchao Wei, Yao Zhao

Learned Image Compression (LIC) has shown remarkable progress in recent years. Existing works commonly employ CNN-based or self-attention-based modules as transform methods for compression. However, there is no prior research on neural transform that focuses on specific regions. In response, we introduce the class-agnostic segmentation masks (i.e. semantic masks without category labels) for extracting region-adaptive contextual information. Our proposed module, Region-Adaptive Transform, applies adaptive convolutions on different regions guided by the masks. Additionally, we introduce a plug-and-play module named Scale Affine Layer to incorporate rich contexts from various regions. While there have been prior image compression efforts that involve segmentation masks as additional intermediate inputs, our approach differs significantly from them. Our advantages lie in that, to avoid extra bitrate overhead, we treat these masks as privilege information, which is accessible during the model training stage but not required during the inference phase. To the best of our knowledge, we are the first to employ class-agnostic masks as privilege information and achieve superior performance in pixel-fidelity metrics, such as Peak Signal to Noise Ratio (PSNR). The experimental results demonstrate our improvement compared to previously well-performing methods, with about 8.2% bitrate saving compared to VTM-17.0. The source code is available at https://github.com/GityuxiLiu/SegPIC-for-Image-Compression.

PaperPDFCodeCode 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="2403.00628")

Code

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

By repository: official repository: 18 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.

gityuxiliu/segpic-for-image-compression 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

18 samples harvested; 14 ran; 2 honoured the contract we drafted; 4 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
2ran · our draft was wrong
10ran
4unverified

Licence: 18 of the 18 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 GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression. “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.

Mask_gray GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/datasets/utils.py official repository ran no licence file found · pointer only · 0509f26cf7a9dd0a · report
build_channel_branch GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/layers/ddf/ddf.py official repository ran no licence file found · pointer only · 99379bb201e22807 · report
build_spatial_branch GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/layers/ddf/ddf.py official repository ran no licence file found · pointer only · 23d6996fc9e497e6 · report
conv GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/models/utils.py official repository ran · our draft was wrong no licence file found · pointer only · f2cea3e9848ae52d · report
conv3x3 GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/layers/layers.py official repository ran no licence file found · pointer only · 0cbeed6985b2cf30 · report
find_named_buffer GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/models/utils.py official repository ran · honoured contract no licence file found · pointer only · a94389b554ddc179 · report
get_scale_table GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/models/sac.py official repository ran · honoured contract no licence file found · pointer only · feb29b32fc1ec50e · report
interpolate GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/models/sac.py official repository ran no licence file found · pointer only · ede0eadc178dd4d4 · report
mask_pool2d GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/models/sac.py official repository ran no licence file found · pointer only · 3310ed81f5341fbc · report
mask_rgb2gray GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/datasets/utils.py official repository ran fingerprinted no licence file found · pointer only · 42ec9057e39b91f5 · report
ste_round GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/ops/ops.py official repository ran fingerprinted no licence file found · pointer only · 8e528b0db078ab0e · report
subpel_conv3x3 GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/layers/layers.py official repository ran no licence file found · pointer only · 8bc3a872b71e34f4 · report
window_partition GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/layers/win_attention.py official repository ran fingerprinted no licence file found · pointer only · 565f4668acf5b8f4 · report
window_reverse GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/layers/win_attention.py official repository ran · our draft was wrong no licence file found · pointer only · fb32094c6dbece71 · report
conv1x1 GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/layers/layers.py official repository unverified no licence file found · pointer only · 15eae621014906be · report
find_named_module GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/models/utils.py official repository unverified no licence file found · pointer only · 0b4d7c9d1baaf828 · report
lower_bound_bwd GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/ops/bound_ops.py official repository unverified no licence file found · pointer only · 07f8484bf7fe9b22 · report
lower_bound_fwd GityuxiLiu/Region-Adaptive-Transform-with-Segmentation-Prior-for-Image-Compression/SegPIC-main/compressai/ops/bound_ops.py official repository unverified no licence file found · pointer only · 9d2139d32f9bca32 · report

Tasks

Image CompressionSegmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Compression kodak SegPIC BD-Rate over VTM-17.0 -8.18 #8 of 8 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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