Papers › A Theory of Finite-Noise Optima and Generalization in Quantum Machine Learning

A Theory of Finite-Noise Optima and Generalization in Quantum Machine Learning

25 Aug 2026arXiv:2608.24229added by Syntology

Ziyu Zhang, Zikang Jia, Xiaosong Li, Yulong Dong

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

Quantum noise is expected to degrade quantum machine learning by driving circuits away from their noiseless implementations. Yet recent studies show moderate noise can reduce testing error, a behavior unexplained by weak-noise perturbative error accumulation or strong-noise trainability collapse. Here we develop a statistical learning theory connecting microscopic noise processes to macroscopic learning performance. At its heart is a noise-order purity parameter, derived from a surrogate model analysis, that predicts the noise-induced reduction in model complexity and the consequent reduction in the generalization gap. Noise simultaneously increases prediction bias. Their competition explains the intermediate-noise regime left open between these limits. It produces a finite-noise optimum whose location depends on the learning setup and can disappear in the large-sample limit. Numerical experiments validate these predictions. Noise programming can move a model towards this optimum. These results make the non-monotonic effect of noise predictable and provide a route to harness it.

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

Code

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

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

dongsnaq/Finite-Noise-Generalization-QML 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

23 samples harvested; 17 ran; 4 honoured the contract we drafted; 6 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.

4ran · honoured contract
2ran · violated contract
4ran · our draft was wrong
2ran · fixture could not drive it
5ran
6unverified

Licence: 0 of the 23 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 dongsnaq/Finite-Noise-Generalization-QML. “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.

config_tasks dongsnaq/Finite-Noise-Generalization-QML/code/run_checkpoint_sweep.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 17880e440501c4df · report
custom_collate_fn dongsnaq/Finite-Noise-Generalization-QML/code/qnir_molecular/model.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 2ce2388871b24883 · report
file_sha256 dongsnaq/Finite-Noise-Generalization-QML/code/compute_molecular_deff.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 970994898fa7a46d · report
fit_geff dongsnaq/Finite-Noise-Generalization-QML/code/assemble_recomputed_results.py found in paper text by Syntology ran MIT (permissive) · 662f42aff1ab732f · report
jacobian_rows dongsnaq/Finite-Noise-Generalization-QML/code/compute_molecular_deff.py found in paper text by Syntology ran MIT (permissive) · ca145de1d739f72a · report
kron_all dongsnaq/Finite-Noise-Generalization-QML/code/qnir_four_qubit/noise_order_dp.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 6f5062331e95e2c7 · report
load_gaussian_results dongsnaq/Finite-Noise-Generalization-QML/code/qnir_four_qubit/noise_programming.py found in paper text by Syntology ran MIT (permissive) · f060c09b14d1af37 · report
load_molecular_metrics dongsnaq/Finite-Noise-Generalization-QML/code/assemble_recomputed_results.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 66bcdfafd9203c52 · report
load_result_bundle dongsnaq/Finite-Noise-Generalization-QML/code/result_bundle.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 845db32893fa3ca7 · report
molecular_task dongsnaq/Finite-Noise-Generalization-QML/code/run_checkpoint_sweep.py found in paper text by Syntology ran MIT (permissive) · 394bb51670197362 · report
mse dongsnaq/Finite-Noise-Generalization-QML/code/evaluate_four_qubit_checkpoint.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · e06f503cace0223b · report
noise_colors dongsnaq/Finite-Noise-Generalization-QML/code/plot_style.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 0f18c20dcc62ba1e · report
quantize_angle_ste dongsnaq/Finite-Noise-Generalization-QML/code/qnir_molecular/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 6ac3321e493591f2 · report
rx dongsnaq/Finite-Noise-Generalization-QML/code/qnir_four_qubit/noise_order_dp.py found in paper text by Syntology ran · violated contract MIT (permissive) · b3f824c4f1955dcd · report
sha256 dongsnaq/Finite-Noise-Generalization-QML/code/evaluate_molecular_checkpoint.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 6f2a533d0951e650 · report
soft_count dongsnaq/Finite-Noise-Generalization-QML/code/compute_molecular_deff.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · e1390a36e53bff7e · report
summarize dongsnaq/Finite-Noise-Generalization-QML/code/plot_figures.py found in paper text by Syntology ran MIT (permissive) · bf0c07b92ddcb985 · report
beta_x dongsnaq/Finite-Noise-Generalization-QML/code/plot_figures.py found in paper text by Syntology unverified MIT (permissive) · bc5582461119e4b0 · report
build_heatmap_arrays dongsnaq/Finite-Noise-Generalization-QML/code/qnir_four_qubit/noise_programming.py found in paper text by Syntology unverified MIT (permissive) · e2807313509bed37 · report
one_wire dongsnaq/Finite-Noise-Generalization-QML/code/qnir_four_qubit/noise_order_dp.py found in paper text by Syntology unverified MIT (permissive) · a03de0f3995024bc · report
read_table dongsnaq/Finite-Noise-Generalization-QML/code/plot_figures.py found in paper text by Syntology unverified MIT (permissive) · 4654b8eea9b271c2 · report
sector_purity dongsnaq/Finite-Noise-Generalization-QML/code/assemble_recomputed_results.py found in paper text by Syntology unverified MIT (permissive) · 5e58fc0a4af6f6f6 · report
tasks dongsnaq/Finite-Noise-Generalization-QML/code/run_checkpoint_sweep.py found in paper text by Syntology unverified MIT (permissive) · 6ef98b44594cd464 · report

Results from the paper

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