Papers › Distributionally-Robust Learning to Optimize

Distributionally-Robust Learning to Optimize

7 May 2026arXiv:2605.06585added by Syntology

Vinit Ranjan, Jisun Park, Bartolomeo Stellato

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

We propose a distributionally robust approach to learning hyperparameters for first-order methods in convex optimization. Given a dataset of problem instances, we minimize a Wasserstein distributionally robust version of the performance estimation problem (PEP) over algorithm parameters such as step sizes. Our framework unifies two extremes: as the robustness radius vanishes, we recover classical learning to optimize (L2O); as it grows, we recover worst-case optimal algorithm design via PEP. We solve the resulting problem with stochastic gradient descent, differentiating through the solution of an inner semidefinite program at each step. We prove high-probability bounds showing that the true risk of the learned algorithm is at most the in-sample L2O optimum plus a slack that shrinks with the sample size, and is no worse than the worst-case PEP bound. On unconstrained quadratic minimization, LASSO, and linear programming benchmarks, our learned algorithms achieve strong out-of-sample performance with certifiable robustness, outperforming both worst-case optimal and vanilla L2O baselines.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 10 of 10 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · fixture could not drive it; 5 ran with no contract checked.

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

stellatogrp/dro_pep 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

10 samples harvested; 10 ran; 1 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · fixture could not drive it
5ran

Licence: 0 of the 10 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 stellatogrp/dro_pep. “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.

ClarabelCanonicalizer stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1ee1a2438367c16e · report
CustomInterpCanonicalizer stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran Apache-2.0 (permissive) · 09623b4efae24509 · report
CvxpyCanonicalizer stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5e1d0529c7e56d5a · report
DROReformulator stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran Apache-2.0 (permissive) · 815ee2ed2ccb1e21 · report
_SparseRows stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran Apache-2.0 (permissive) · b5b8d3d07d576e9a · report
get_triangular_idx stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 95847fc1a9987e7e · report
scaled_off_triangles stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 544ddfef4e41287b · report
symm_vec_to_mat stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 2de719ef0abcd7e2 · report
symm_vectorize stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 1ad153fe57546ca4 · report
unvec_no_scale stellatogrp/dro_pep/src/reformulator/dro_reformulator.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · a6d144bcb99f7023 · report

Results from the paper

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