Papers › Conformalized Rate-Adaptive Sensing

Conformalized Rate-Adaptive Sensing

29 Jul 2026arXiv:2607.26887added by Syntology

Jiawei Yang, Yao Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Many high-resolution imaging systems face the same fundamental question: when have enough measurements been collected to reconstruct an image accurately? We develop Conformalized Rate-Adaptive Sensing (CoRAS), a method that adaptively chooses an acquisition or compression rate for each image while keeping the reconstruction error below a target level with high probability. As measurements are collected, an image reconstruction model gradually recovers the true image, producing a reconstruction path over acquisition rates. CoRAS uses this path up to an early decision time to estimate the target stopping time, defined as the first time at which the reconstruction error falls below the target level. It then calibrates this estimate using images with similar early reconstruction behavior, producing an upper bound on the stopping time with marginal and approximate conditional coverage guarantees. Experiments on image datasets show that CoRAS attains the target stopping-time coverage, uses fewer measurements on average than fixed-rate stopping rules, and assigns more measurements to images that are harder to reconstruct.

PaperPDFCode 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="2607.26887")

Code

Syntology Ran 20 of 22 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 20 ran with no contract checked.

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

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

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

20ran
2unverified

Licence: 0 of the 22 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 jiawei-yang05/Conformalized_Rate_Adaptive_Sensing. “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.

build_conditioned_input jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/conditioning.py found in paper text by Syntology ran MIT (permissive) · 3bb455ee6f260ca1 · report
build_horizontal_cache_dataset jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/hv_conformal.py found in paper text by Syntology ran MIT (permissive) · 4f338875fc3b7ca0 · report
build_sampling_mask jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/physics.py found in paper text by Syntology ran MIT (permissive) · 02fb01ed1a182109 · report
compute_keep_counts jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/hv_residuals.py found in paper text by Syntology ran MIT (permissive) · 7ed68a9e31fe578d · report
compute_mri_next_band_residuals jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/hv_residuals.py found in paper text by Syntology ran MIT (permissive) · 419b8e12dec66413 · report
expected_in_channels jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/conditioning.py found in paper text by Syntology ran MIT (permissive) · 524e18f7194fef75 · report
format_float_token jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/trajectory_features.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 0e1bfe9111482944 · report
get_dct_matrix jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/physics.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3b9bf9b05f46dbed · report
get_effective_mri_theta_grid jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/trajectory_features.py found in paper text by Syntology ran MIT (permissive) · e7e7aaa8dafefc34 · report
get_local_gap_summary_keys jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/trajectory_features.py found in paper text by Syntology ran MIT (permissive) · e390847680b05593 · report
get_loss_function jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/loss.py found in paper text by Syntology ran MIT (permissive) · 09504493ce28502c · report
inspect_m4raw_file jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/mri/io.py found in paper text by Syntology ran MIT (permissive) · 5f6b5e6cdbf1fb0a · report
make_policy_study_dir jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/stopping_policies.py found in paper text by Syntology ran MIT (permissive) · 91f80aced105ec8f · report
make_study_dir jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/trajectory_cache.py found in paper text by Syntology ran MIT (permissive) · fb5e5c9731b06015 · report
read_json jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/trajectory_cache.py found in paper text by Syntology ran MIT (permissive) · 5afba1901d89e933 · report
read_m4raw_slice jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/mri/io.py found in paper text by Syntology ran MIT (permissive) · 2d9b612a583c697a · report
read_manifest_rows jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/trajectory_cache.py found in paper text by Syntology ran MIT (permissive) · 9fbb9bf57df621ae · report
resolve_hv_variant jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/hv_conformal.py found in paper text by Syntology ran MIT (permissive) · 7380309ed760b827 · report
select_loss_matrix jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/stopping_policies.py found in paper text by Syntology ran MIT (permissive) · be8dcbb845546eed · report
select_pairwise_matrix jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/stopping_policies.py found in paper text by Syntology ran MIT (permissive) · 86713c36d70ed1ed · report
fit_horizontal_predictions_from_cache jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/hv_conformal.py found in paper text by Syntology unverified MIT (permissive) · c2249e6bda93983b · report
simulate_undersampling jiawei-yang05/Conformalized_Rate_Adaptive_Sensing/src/physics.py found in paper text by Syntology unverified MIT (permissive) · ab74a33c11b34012 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.26887, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

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