Papers › Sequential Kernel-based Conditional Independence Testing via Adaptive Betting

Sequential Kernel-based Conditional Independence Testing via Adaptive Betting

17 Jun 2026ICMLarXiv:2606.18993added by Syntology

Zheng He, Danica J. Sutherland

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

Testing conditional independence is fundamental yet intrinsically difficult: without additional assumptions, Type I error control is impossible in general. The "Model-X'' paradigm addresses this difficulty by assuming exact knowledge of a relevant conditional distribution. While small deviations from this assumption can sometimes be tolerated in classical one-shot testing, existing sequential conditional independence tests typically require the Model-X conditional to be known exactly, making them fragile when it must instead be estimated. We propose a new approach that is substantially more robust to such estimation error. Our method applies testing-by-betting to an adaptively optimized Kernel Conditional Independence statistic, together with a normalization scheme and a truncate-and-shift calibration strategy. These modifications greatly reduce Type I error inflation while preserving high power across high-dimensional synthetic benchmarks and real-world fairness tasks, outperforming existing sequential Model-X approaches. Code is available at https://github.com/he-zh/SKCI.

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

Code

Syntology Ran 18 of 21 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 2 ran · fixture could not drive it; 11 ran with no contract checked.

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

romanpogodin/kernel-ci-testing found in paper text by Syntology report
he-zh/SKCI 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

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

5ran · our draft was wrong
2ran · fixture could not drive it
11ran
3unverified

Licence: 21 of the 21 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

AutoencoderModel he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · ad969967f4c8d09c · report
BaseModel he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · c6866c2f7187d2a7 · report
CombinedDataset he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran no licence file found · pointer only · 03e65a2f466d0896 · report
EarlyStopper he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran no licence file found · pointer only · 8c1e24c3f1af1b00 · report
EncoderReducerWrapper he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · bcfceab8bea65bbe · report
ImageAutoencoder he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · e98a136afbaa12d0 · report
Kernel he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 49b08ce34c57a4ab · report
LDAReducer he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a2e03db3f69368fb · report
LeaveOneOutKRR he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 0c33c83e0243328c · report
PCAReducer he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · b312f71ee30021a2 · report
SquareLossKRR he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · b5771efb37d38b25 · report
add_diag he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 4f46781100e7e85e · report
compute_hsic romanpogodin/kernel-ci-testing/splitkci/dependence_measures.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 9119ce0071ef2f48 · report
compute_unbiased_kci he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 2d307fb7a8b53546 · report
get_centered_kernel_matrix he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 2d89a2b7fa5030ff · report
merge_datasets he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c4be48a1d0b8f76f · report
solve_regularized_kernel_matrix_system he-zh/SKCI/trainer/trainer.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 44c8b6a61eab3862 · report
split_data romanpogodin/kernel-ci-testing/splitkci/dependence_measures.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 41b683c4be4cd8ca · report
DependenceMeasure romanpogodin/kernel-ci-testing/splitkci/dependence_measures.py found in paper text by Syntology unverified no licence file found · pointer only · 26ff1fd03e551784 · report
KCIMeasure romanpogodin/kernel-ci-testing/splitkci/dependence_measures.py found in paper text by Syntology unverified no licence file found · pointer only · 30df91834d21b20c · report
Trainer he-zh/SKCI/trainer/trainer.py found in paper text by Syntology unverified no licence file found · pointer only · 2ced95cb1cda483a · report

Results from the paper

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