Image Super-Resolution (single-image) L1-383
Unclaimed Principle — open for contribution
This Principle is declared in the catalog but has no reference solver, no pinned dataset, and is not registered on-chain. There is no reward pool. Submitting a cert against this Principle today will record the cert for reproducibility but pay zero PWM.
To claim it as a Bounty #7 contribution: open a PR adding (1) a reference solver, (2) ≥1 dataset pinned to IPFS, (3) updates to the L3 manifest with dataset CIDs. After verifier-agent triple-review, the founders' 3-of-5 multisig signs PWMRegistry.register() and the Principle becomes mineable.
Forward model E
A high-resolution (HR) image x is anti-alias filtered, downsampled by an integer factor s, and corrupted by noise and (optionally) compression artifacts. Recovery is the inverse of this non-invertible degradation.
L-DAG
Well-posedness W
- Existence:
- true
- Uniqueness:
- false
- Stability:
- conditional
- κ:
- 5000
Inherently underdetermined (s^2:1 information loss); uniqueness restored only under image prior (sparse/natural-image manifold). Stability controlled by anti-alias kernel accuracy and noise level.
Solvability C
- Solver class:
- bicubic upsample (L+O), sparse-coding (Yang ScSR, L+O), learned (SRCNN, EDSR, RCAN, SwinIR, Real-ESRGAN)
- Convergence rate q:
- 2
- Complexity:
- O(sH * sW * C * log) for FFT-based reconstruction; learned single forward pass O(sH * sW * C * F) with F filters