Papers › Outcome-Aware Spectral Feature Learning for Instrumental Variable Regression

Outcome-Aware Spectral Feature Learning for Instrumental Variable Regression

30 Nov 2025ICMLarXiv:2512.00919added by Syntology

Dimitri Meunier, Jakub Wornbard, Vladimir R. Kostic, Antoine Moulin, Alek Fröhlich, Karim Lounici, Massimiliano Pontil, Arthur Gretton

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 address the problem of causal effect estimation in the presence of hidden confounders using nonparametric instrumental variable (IV) regression. An established approach is to use estimators based on learned spectral features, that is, features spanning the top singular subspaces of the operator linking treatments to instruments. While powerful, such features are agnostic to the outcome variable. Consequently, the method can fail when the true causal function is poorly represented by these dominant singular functions. To mitigate, we introduce Augmented Spectral Feature Learning, a framework that makes the feature learning process outcome-aware. Our method learns features by minimizing a novel contrastive loss derived from an augmented operator that incorporates information from the outcome. By learning these task-specific features, our approach remains effective even under spectral misalignment. We provide a theoretical analysis of this framework and validate our approach on challenging benchmarks.

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

Code

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

By repository: found in paper text by Syntology: 18 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.

Wornbard/AugSpecIV 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

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

18unverified

Licence: 18 of the 18 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 Wornbard/AugSpecIV. “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.

center_operator Wornbard/AugSpecIV/networks/features.py found in paper text by Syntology unverified no licence file found · pointer only · 1aac110da52f84a7 · report
cross_entropy_loss Wornbard/AugSpecIV/learning/losses.py found in paper text by Syntology unverified no licence file found · pointer only · c50540858bc7e459 · report
direct_spectral_alignment Wornbard/AugSpecIV/evaluation/alignment.py found in paper text by Syntology unverified no licence file found · pointer only · f3885e3cac46f530 · report
full_pdf Wornbard/AugSpecIV/datasets/rejection_sampling.py found in paper text by Syntology unverified no licence file found · pointer only · c80256edcd18be83 · report
identity Wornbard/AugSpecIV/datasets/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 39c5e845572ae4e0 · report
load_from_checkpoint Wornbard/AugSpecIV/networks/utils.py found in paper text by Syntology unverified no licence file found · pointer only · f45e85f6edae359f · report
log_prob_loss Wornbard/AugSpecIV/learning/losses.py found in paper text by Syntology unverified no licence file found · pointer only · 25c5ca8c9cc6eef6 · report
max_pdf Wornbard/AugSpecIV/datasets/rejection_sampling.py found in paper text by Syntology unverified no licence file found · pointer only · a7b68d5160876e3f · report
mu_Y_cov Wornbard/AugSpecIV/evaluation/alignment.py found in paper text by Syntology unverified no licence file found · pointer only · dbd939913573e340 · report
off_diag Wornbard/AugSpecIV/ope/src/ope/augspeciv/learner.py found in paper text by Syntology unverified no licence file found · pointer only · ad6c970a56c97949 · report
proposal_general Wornbard/AugSpecIV/datasets/rejection_sampling.py found in paper text by Syntology unverified no licence file found · pointer only · 60fb24150785c5b7 · report
reg_fn Wornbard/AugSpecIV/ope/src/ope/augspeciv/learner.py found in paper text by Syntology unverified no licence file found · pointer only · f4fb6ffc6312f8b3 · report
signed_log Wornbard/AugSpecIV/datasets/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 958d1e59d78c3287 · report
sort_svals Wornbard/AugSpecIV/networks/utils.py found in paper text by Syntology unverified no licence file found · pointer only · c22e0b993fb1ce49 · report
sqrtmh Wornbard/AugSpecIV/networks/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 035485d3cc921157 · report
square Wornbard/AugSpecIV/datasets/utils.py found in paper text by Syntology unverified no licence file found · pointer only · e426cc48b7f6ee73 · report
training_step Wornbard/AugSpecIV/perturbed_operator_fitting.py found in paper text by Syntology unverified no licence file found · pointer only · a61b14c297d24b1b · report
whiten_operator Wornbard/AugSpecIV/networks/features.py found in paper text by Syntology unverified no licence file found · pointer only · cf92fb68d02b0b21 · report

Results from the paper

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