Papers › Deep Generative Model based Rate-Distortion for Image Downscaling Assessment

Deep Generative Model based Rate-Distortion for Image Downscaling Assessment

22 Mar 2024CVPR 2024 1arXiv:2403.15139archive 2025-07-28

Yuanbang Liang, Bhavesh Garg, Paul L Rosin, Yipeng Qin

In this paper, we propose Image Downscaling Assessment by Rate-Distortion (IDA-RD), a novel measure to quantitatively evaluate image downscaling algorithms. In contrast to image-based methods that measure the quality of downscaled images, ours is process-based that draws ideas from rate-distortion theory to measure the distortion incurred during downscaling. Our main idea is that downscaling and super-resolution (SR) can be viewed as the encoding and decoding processes in the rate-distortion model, respectively, and that a downscaling algorithm that preserves more details in the resulting low-resolution (LR) images should lead to less distorted high-resolution (HR) images in SR. In other words, the distortion should increase as the downscaling algorithm deteriorates. However, it is non-trivial to measure this distortion as it requires the SR algorithm to be blind and stochastic. Our key insight is that such requirements can be met by recent SR algorithms based on deep generative models that can find all matching HR images for a given LR image on their learned image manifolds. Extensive experimental results show the effectiveness of our IDA-RD measure.

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="2403.15139")

Code

Syntology Ran 13 of 20 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · violated contract; 12 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 2 repositories, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

byronliang8/ida-rd officialmentioned in paperpytorch 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

20 samples harvested; 13 ran; 0 honoured the contract we drafted; 7 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.

1ran · violated contract
12ran
7unverified

Licence: 11 of the 20 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

Block IIGROUP/MANIQA/models/maniqa.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2746ad51b2733503 · report
DropPath IIGROUP/MANIQA/models/maniqa.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 93f0fde3bc773068 · report
SaveOutput IIGROUP/MANIQA/models/maniqa.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 29ae1bd63129829a · report
WindowAttention IIGROUP/MANIQA/models/maniqa.py found in paper text by Syntology ran Apache-2.0 (permissive) · 934603402f30a8bf · report
deriveScaleFromSize andreas128/SRFlow/code/imresize.py found in paper text by Syntology ran licence not identified · pointer only · b97b2d33b67260a8 · report
deriveSizeFromScale andreas128/SRFlow/code/imresize.py found in paper text by Syntology ran licence not identified · pointer only · ffe34bf756a6eaa8 · report
getConditional andreas128/SRFlow/code/models/modules/FlowStep.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · 0bebbc75f9a3e43e · report
get_position_name andreas128/SRFlow/code/models/modules/FlowUpsamplerNet.py found in paper text by Syntology ran licence not identified · pointer only · 4a5dde4fe6f03db6 · report
imread andreas128/SRFlow/code/Measure.py found in paper text by Syntology ran licence not identified · pointer only · b3408d91189f5c25 · report
imread andreas128/SRFlow/code/prepare_data.py found in paper text by Syntology ran licence not identified · pointer only · d4a4924746094263 · report
random_crop andreas128/SRFlow/code/prepare_data.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 9c54ab0c75133028 · report
t andreas128/SRFlow/code/Measure.py found in paper text by Syntology ran licence not identified · pointer only · df0c958745aa00b2 · report
triangle andreas128/SRFlow/code/imresize.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 2722f476a816c1b9 · report
BasicLayer IIGROUP/MANIQA/models/maniqa.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 07eec89c3481b3e2 · report
MANIQA IIGROUP/MANIQA/models/maniqa.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 635a6dcf3b09ffb0 · report
SwinBlock IIGROUP/MANIQA/models/maniqa.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9171a3e6b2c22032 · report
SwinTransformer IIGROUP/MANIQA/models/maniqa.py found in paper text by Syntology unverified Apache-2.0 (permissive) · af6e9e8156c1445d · report
TABlock IIGROUP/MANIQA/models/maniqa.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 14c15edf88a94cd7 · report
define_Flow andreas128/SRFlow/code/models/networks.py found in paper text by Syntology unverified licence not identified · pointer only · 6d050c5262a0b80b · report
find_model_using_name andreas128/SRFlow/code/models/networks.py found in paper text by Syntology unverified licence not identified · pointer only · 7d04d276ed855e64 · report

Tasks

Super-Resolution

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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