Papers › Image-to-Image Regression with Distribution-Free Uncertainty Quantification and...

Image-to-Image Regression with Distribution-Free Uncertainty Quantification and Applications in Imaging

10 Feb 2022arXiv:2202.05265archive 2025-07-28

Anastasios N Angelopoulos, Amit P Kohli, Stephen Bates, Michael I Jordan, Jitendra Malik, Thayer Alshaabi, Srigokul Upadhyayula, Yaniv Romano

Image-to-image regression is an important learning task, used frequently in biological imaging. Current algorithms, however, do not generally offer statistical guarantees that protect against a model's mistakes and hallucinations. To address this, we develop uncertainty quantification techniques with rigorous statistical guarantees for image-to-image regression problems. In particular, we show how to derive uncertainty intervals around each pixel that are guaranteed to contain the true value with a user-specified confidence probability. Our methods work in conjunction with any base machine learning model, such as a neural network, and endow it with formal mathematical guarantees -- regardless of the true unknown data distribution or choice of model. Furthermore, they are simple to implement and computationally inexpensive. We evaluate our procedure on three image-to-image regression tasks: quantitative phase microscopy, accelerated magnetic resonance imaging, and super-resolution transmission electron microscopy of a Drosophila melanogaster brain.

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

Code

Syntology Ran 2 of 21 code samples harvested from 1 repository linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract.

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

aangelopoulos/im2im-uq officialmentioned in papermentioned on GitHubpytorchMIT 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

21 samples harvested; 2 ran; 1 honoured the contract we drafted; 19 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 · honoured contract
1ran · violated contract
19unverified

Licence: 0 of the 21 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 aangelopoulos/im2im-uq. “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.

bentkus_plus aangelopoulos/im2im-uq/core/calibration/bounds.py official repository ran · honoured contract MIT (permissive) · 6164fcc501da6f66 · report
h1 aangelopoulos/im2im-uq/core/calibration/bounds.py official repository ran · violated contract fingerprinted MIT (permissive) · 86294eacaecc7ea5 · report
cacheable aangelopoulos/im2im-uq/core/utils.py official repository unverified MIT (permissive) · 00660111f7ab14b9 · report
complex_abs aangelopoulos/im2im-uq/core/datasets/fastmri/math_util.py official repository unverified MIT (permissive) · 385e0a4ae00863da · report
complex_conj aangelopoulos/im2im-uq/core/datasets/fastmri/math_util.py official repository unverified MIT (permissive) · e5788b10a7f0b402 · report
complex_mul aangelopoulos/im2im-uq/core/datasets/fastmri/math_util.py official repository unverified MIT (permissive) · f760d2d48a634ebd · report
create_mask_for_mask_type aangelopoulos/im2im-uq/core/datasets/fastmri/subsample.py official repository unverified MIT (permissive) · 84e1a77035c301fe · report
et_query aangelopoulos/im2im-uq/core/datasets/fastmri/FastMRIDataset.py official repository unverified MIT (permissive) · 33282a1691459010 · report
et_query aangelopoulos/im2im-uq/core/datasets/fastmri/mri_data.py official repository unverified MIT (permissive) · 656ebf54ad47cd94 · report
fetch_dir aangelopoulos/im2im-uq/core/datasets/fastmri/mri_data.py official repository unverified MIT (permissive) · cd2c51b462e7b045 · report
fft2c_new aangelopoulos/im2im-uq/core/datasets/fastmri/fftc.py official repository unverified MIT (permissive) · ef5182a3c1f446c4 · report
fft2c_old aangelopoulos/im2im-uq/core/datasets/fastmri/fftc.py official repository unverified MIT (permissive) · 1e9da50866e41bae · report
get_rcps_losses aangelopoulos/im2im-uq/core/calibration/calibrate_model.py official repository unverified MIT (permissive) · 4df39bd3bce9fa0d · report
get_rcps_losses_from_outputs aangelopoulos/im2im-uq/core/calibration/calibrate_model.py official repository unverified MIT (permissive) · 409578d8bfb9c122 · report
get_rcps_metrics_from_outputs aangelopoulos/im2im-uq/core/calibration/calibrate_model.py official repository unverified MIT (permissive) · a3f8321918f99c0d · report
hoeffding_plus aangelopoulos/im2im-uq/core/calibration/bounds.py official repository unverified MIT (permissive) · 91e18dc97f950939 · report
ifft2c_old aangelopoulos/im2im-uq/core/datasets/fastmri/fftc.py official repository unverified MIT (permissive) · 67883fe2b6265694 · report
normalize aangelopoulos/im2im-uq/core/utils.py official repository unverified MIT (permissive) · 9ae0c74fc30f64e6 · report
normalize_dataset aangelopoulos/im2im-uq/core/utils.py official repository unverified MIT (permissive) · c1607cdb46c79988 · report
normalize_dataset aangelopoulos/im2im-uq/core/datasets/utils.py official repository unverified MIT (permissive) · 6c13382d785eb557 · report
rss aangelopoulos/im2im-uq/core/datasets/fastmri/coil_combine.py official repository unverified MIT (permissive) · a6fd5ed2509fce4e · report

Tasks

Conformal PredictionImage-to-Image RegressionPrediction IntervalsSuper-ResolutionUncertainty Quantificationregression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

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