Papers › Distribution-Free Robust Predict-Then-Optimize in Function Spaces

Distribution-Free Robust Predict-Then-Optimize in Function Spaces

9 Feb 2026arXiv:2602.08215added by Syntology

Yash Patel, Ambuj Tewari

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

The need to rapidly solve PDEs in engineering design workflows has spurred the rise of neural surrogate models. In particular, neural operator models provide a discretization-invariant surrogate by retaining the infinite-dimensional, functional form of their arguments. Despite improved throughput, such methods lack guarantees on accuracy, unlike classical numerical PDE solvers. Optimizing engineering designs under these potentially miscalibrated surrogates thus runs the risk of producing designs that perform poorly upon deployment. In a similar vein, there is growing interest in automated decision-making under black-box predictors in the finite-dimensional setting, where a similar risk of suboptimality exists under poorly calibrated models. For this reason, methods have emerged that produce adversarially robust decisions under uncertainty estimates of the upstream model. One such framework leverages conformal prediction, a distribution-free post-hoc uncertainty quantification method, to provide these estimates due to its natural pairing with black-box predictors. We herein extend this line of conformally robust decision-making to infinite-dimensional function spaces. We first extend the typical conformal prediction guarantees over finite-dimensional spaces to infinite-dimensional Sobolev spaces. We then demonstrate how such uncertainty can be leveraged to robustly formulate engineering design tasks and characterize the suboptimality of the resulting robust optimal designs. We then empirically demonstrate the generality of our functional conformal coverage method across a diverse collection of PDEs, including the Poisson and heat equations, and showcase the significant improvement of such robust design in a quantum state discrimination task.

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

Code

Syntology Ran 0 of 28 code samples harvested from 1 repository linked to this paper; 28 have no recorded run.

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

yashpatel5400/fpo 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

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

28unverified

Licence: 0 of the 28 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 yashpatel5400/fpo. “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.

add_hierarchical_offset_2d yashpatel5400/fpo/data.py found in paper text by Syntology unverified MIT (permissive) · b0d450e5bb923406 · report
build_legacy_suffix yashpatel5400/fpo/operator_accuracy.py found in paper text by Syntology unverified MIT (permissive) · 346f3fb157d99d7e · report
build_suffix yashpatel5400/fpo/collection_sweep.py found in paper text by Syntology unverified MIT (permissive) · 8baf73eb04f01385 · report
build_suffix yashpatel5400/fpo/operator_accuracy.py found in paper text by Syntology unverified MIT (permissive) · ad37cae170cd3854 · report
calculate_I_AB_components_torch yashpatel5400/fpo/robust_opt.py found in paper text by Syntology unverified MIT (permissive) · 32542ac2d757d6ae · report
calculate_conditional_probs_p_j_given_k_torch yashpatel5400/fpo/robust_opt.py found in paper text by Syntology unverified MIT (permissive) · f03101ca398d9223 · report
channels_to_spectrum_complex_torch yashpatel5400/fpo/model.py found in paper text by Syntology unverified MIT (permissive) · 5604e74122809770 · report
channels_to_spectrum_complex_torch yashpatel5400/fpo/collection.py found in paper text by Syntology unverified MIT (permissive) · 821053dc67710bba · report
expected_base yashpatel5400/fpo/collection_sweep.py found in paper text by Syntology unverified MIT (permissive) · 3d789b6d350a6382 · report
first_existing yashpatel5400/fpo/appendix_collection_viz.py found in paper text by Syntology unverified MIT (permissive) · f1767f684708bcc8 · report
generate_latex_table yashpatel5400/fpo/robust_opt_sweep.py found in paper text by Syntology unverified MIT (permissive) · 2c8d997e3ea51631 · report
get_mode_indices_and_weights yashpatel5400/fpo/calibration.py found in paper text by Syntology unverified MIT (permissive) · ba928d4883913b13 · report
load_and_prepare_dataloaders yashpatel5400/fpo/model.py found in paper text by Syntology unverified MIT (permissive) · 0f574e35260259c4 · report
load_radius yashpatel5400/fpo/appendix_collection_viz.py found in paper text by Syntology unverified MIT (permissive) · 668c3e16b59ed2f6 · report
pad_to_full_centered yashpatel5400/fpo/collection.py found in paper text by Syntology unverified MIT (permissive) · aef3d77c1537f553 · report
parse_float_list yashpatel5400/fpo/operator_accuracy_sweep.py found in paper text by Syntology unverified MIT (permissive) · f860fb1d6549a8a1 · report
parse_int_list yashpatel5400/fpo/operator_accuracy_sweep.py found in paper text by Syntology unverified MIT (permissive) · 8dc6aca9ce6ae15c · report
poisson_suffix yashpatel5400/fpo/appendix_collection_viz.py found in paper text by Syntology unverified MIT (permissive) · fbe8a50d4093bab9 · report
run_script yashpatel5400/fpo/calibration_sweep.py found in paper text by Syntology unverified MIT (permissive) · 56cfef58cb04093a · report
run_script yashpatel5400/fpo/collection_sweep.py found in paper text by Syntology unverified MIT (permissive) · b48067ba3bbdeb9d · report
run_script yashpatel5400/fpo/robust_opt_sweep.py found in paper text by Syntology unverified MIT (permissive) · 2996eec91458a373 · report
run_single_calibration_pipeline yashpatel5400/fpo/calibration_sweep.py found in paper text by Syntology unverified MIT (permissive) · 6f460ddccfb3254c · report
run_single_robust_opt yashpatel5400/fpo/robust_opt_sweep.py found in paper text by Syntology unverified MIT (permissive) · b4feacd478620451 · report
solve_poisson_2d_rfft yashpatel5400/fpo/data.py found in paper text by Syntology unverified MIT (permissive) · 70df22f5e0184adf · report
spectrum_complex_to_channels_torch yashpatel5400/fpo/model.py found in paper text by Syntology unverified MIT (permissive) · c314096fa242334f · report
spectrum_complex_to_channels_torch yashpatel5400/fpo/collection.py found in paper text by Syntology unverified MIT (permissive) · 89729296470c6f30 · report
split_step_solver_2d yashpatel5400/fpo/data.py found in paper text by Syntology unverified MIT (permissive) · cce9a1789dc85313 · report
suffix_candidates yashpatel5400/fpo/operator_accuracy.py found in paper text by Syntology unverified MIT (permissive) · 4e812720bbb00ede · report

Results from the paper

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