Papers › TRACE-CRC: Trajectory-Adaptive Conformal Risk Control for Multi-Step Channel State...

TRACE-CRC: Trajectory-Adaptive Conformal Risk Control for Multi-Step Channel State Information Prediction

27 Aug 2026arXiv:2608.27124added by Syntology

Kiarash Rezaei, Mehdi Sattari, Javad Aliakbari, Tommy Svensson, Paolo Monti, Carlos Natalino

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

Reliable prediction of time-varying channel state information (CSI) is essential for efficient wireless communication. Each CSI frame is a matrix-valued representation of the wireless channel response, and a sequence of CSI frames forms a temporal channel trajectory. Modern deep learning-based CSI predictors, however, often provide only point predictions and lack calibrated uncertainty estimates. This limitation is particularly problematic in multi-step CSI prediction, where the target is a sequence of future CSI matrices, and downstream decisions such as beamforming or scheduling may fail if any part of the predicted trajectory is unreliable. We propose trajectory-adaptive calibration and error profiling with conformal risk control (TRACE-CRC), a method for trajectory-aware uncertainty quantification in multi-step CSI prediction. TRACE-CRC constructs Frobenius-norm uncertainty balls around predicted CSI matrices and controls the risk that at least one future frame is uncovered. Instead of calibrating each future step independently, TRACE-CRC combines future-step-dependent error profiling, trajectory difficulty stratification, and learn-then-test (LTT) risk control. Empirically, TRACE-CRC achieves reliable trajectory-level coverage with substantially smaller uncertainty balls than conservative multi-step corrections, while avoiding the trajectory undercoverage of compact stepwise and adaptive conformal baselines.

PaperPDFCode Syntology ran

In Syntology 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="2608.27124")

Code

Syntology Ran 19 of 27 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 4 ran · honoured contract; 3 ran · violated contract; 1 ran · our draft was wrong; 4 ran · fixture could not drive it; 7 ran with no contract checked.

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

kiarashRezaei/trace-crc found in paper text by Syntology report

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

27 samples harvested; 19 ran; 4 honoured the contract we drafted; 8 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.

4ran · honoured contract
3ran · violated contract
1ran · our draft was wrong
4ran · fixture could not drive it
7ran
8unverified

Licence: 27 of the 27 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 kiarashRezaei/trace-crc. “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.

ModelBundle kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · c98f1b70a71740e6 · report
_make_groups kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran licence not identified · pointer only · 99f9451617477f9b · report
_make_groups_multi kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran licence not identified · pointer only · 0726ae6cfd1f0280 · report
_merge_bins_multi kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · violated contract fingerprinted licence not identified · pointer only · 0342e8b19157383a · report
adaptive_binning kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · fixture could not drive it fingerprinted licence not identified · pointer only · ffd0e8c6d682a334 · report
coverage_rate kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · honoured contract fingerprinted licence not identified · pointer only · 728cc45a1ad62e5f · report
empirical_risk_curve kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · honoured contract fingerprinted licence not identified · pointer only · 970e4179ef5a62e9 · report
expand_grid kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · honoured contract fingerprinted licence not identified · pointer only · 8b8d750f24ed95e2 · report
kmeans_groups kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran licence not identified · pointer only · a9a220fcca85ce1d · report
kmeans_groups_multi kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · fixture could not drive it fingerprinted licence not identified · pointer only · d76571c7e6de6222 · report
normalized_vapnik_tail_upper kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran licence not identified · pointer only · 73d66c6745e784c1 · report
quantile_bins kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · fixture could not drive it fingerprinted licence not identified · pointer only · b15cbe9e9396eae7 · report
quantile_midpoint_predictor kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · 1f318ec13ecfbd91 · report
residuals kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · violated contract fingerprinted licence not identified · pointer only · f3f5c042351be0a2 · report
safe_brentq kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · honoured contract licence not identified · pointer only · b10ed143dd9bd770 · report
safe_min kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · violated contract fingerprinted licence not identified · pointer only · 8f4174eb8bea74e1 · report
shat_upper_tail kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran licence not identified · pointer only · 49b684775554234a · report
tree_based_groups kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran licence not identified · pointer only · 482292cc6023c0b9 · report
tree_groups_multi kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology ran · fixture could not drive it fingerprinted licence not identified · pointer only · ddc2bd7bcd7360fd · report
ConditionalConfig kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology unverified licence not identified · pointer only · 882367d87c23b3fe · report
_sort_groups kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology unverified licence not identified · pointer only · 442d86276815f902 · report
_uniform_upper_bounds kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology unverified licence not identified · pointer only · 55d5dd7467eefac0 · report
available_lambda_functions kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology unverified licence not identified · pointer only · 9e117b04f83d0de9 · report
build_lambda_grid kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology unverified licence not identified · pointer only · 5a3c86bf259c43e8 · report
get_eta_star_upper kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology unverified licence not identified · pointer only · 0d445af28a37f57c · report
run_ltt_certified kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology unverified licence not identified · pointer only · 32ed07c1fea1edce · report
run_ltt_certified_multi kiarashRezaei/trace-crc/conformal/simple_cp/pipelines/conditional.py found in paper text by Syntology unverified licence not identified · pointer only · ea5dad7740ca143b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.27124, was issued in August 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