Papers › Characterizing and Correcting Effective Target Shift in Online Learning

Characterizing and Correcting Effective Target Shift in Online Learning

8 May 2026arXiv:2605.07886added by Syntology

Ziyan Li, Naoki Hiratani

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

Online learning from a stream of data is a defining feature of intelligence, yet modern machine learning systems often struggle in this setting, especially under distributional shift. To understand its basic properties, we study the relationship between online and offline learning in the context of kernel regression. We derive a closed-form expression for the function learned by online kernel regression, revealing that online kernel regression is equivalent to offline regression with shifted, inaccurate target outputs. Conversely, we show that by compensating for this effective shift in the teaching signal through target correction, online kernel-based learning can provably learn the same predictor as its offline counterpart. We derive both a closed-form expression for this target correction and an iterative form that can be applied sequentially. Applying this framework to image classification tasks on CIFAR-10 and CORe50, we show that online stochastic gradient descent with iteratively corrected targets outperforms learning with the true targets in continual learning settings. This work therefore provides a basic framework for analyzing and improving online learning in non-stationary environments.

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

Code

Syntology Ran 24 of 26 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 23 ran with no contract checked.

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

Hiratani-Lab/target_correction 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

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

1ran · fixture could not drive it
23ran
2unverified

Licence: 26 of the 26 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 Hiratani-Lab/target_correction. “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.

calc_RBF Hiratani-Lab/target_correction/toy_model/model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 479cad028ee1ca1f · report
calc_eff_label Hiratani-Lab/target_correction/ConvNTK/model.py found in paper text by Syntology ran no licence file found · pointer only · d749677135645894 · report
calc_error_accuracy Hiratani-Lab/target_correction/ConvNTK/run_ntk.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3d51ac4fb8646a94 · report
calc_kernel Hiratani-Lab/target_correction/toy_model/model.py found in paper text by Syntology ran no licence file found · pointer only · 5a0f8fdd3b949b2b · report
calc_kernels Hiratani-Lab/target_correction/ConvNTK/run_ntk.py found in paper text by Syntology ran no licence file found · pointer only · 6cf947717ab2e6b4 · report
calc_kernels_jax Hiratani-Lab/target_correction/image_classification/src/kernel_cal.py found in paper text by Syntology ran no licence file found · pointer only · 1d021ecb0aa2fdb5 · report
compute_ntk_features Hiratani-Lab/target_correction/image_classification/src/kernel_cal.py found in paper text by Syntology ran no licence file found · pointer only · 74794d08619c1e54 · report
fh Hiratani-Lab/target_correction/toy_model/model.py found in paper text by Syntology ran no licence file found · pointer only · f63b5f93c3384433 · report
generate_toyGP_curve Hiratani-Lab/target_correction/toy_model/data.py found in paper text by Syntology ran no licence file found · pointer only · 76091281a21724a3 · report
generate_toyGP_data Hiratani-Lab/target_correction/toy_model/data.py found in paper text by Syntology ran no licence file found · pointer only · 05d875629419e640 · report
get_frozen_seed Hiratani-Lab/target_correction/ConvNTK/run_ntk.py found in paper text by Syntology ran no licence file found · pointer only · 37ac3ec91aaf9fac · report
infer_logits_optionA Hiratani-Lab/target_correction/image_classification/src/ewc_gating.py found in paper text by Syntology ran no licence file found · pointer only · 53debe544ddc8c1e · report
infer_logits_optionB Hiratani-Lab/target_correction/image_classification/src/ewc_gating.py found in paper text by Syntology ran no licence file found · pointer only · 1f47aa0a1039668e · report
infer_pred_optionA_selfclass Hiratani-Lab/target_correction/image_classification/src/ewc_gating.py found in paper text by Syntology ran no licence file found · pointer only · 03f2bea549603bda · report
kernel_save_path Hiratani-Lab/target_correction/image_classification/main_core50.py found in paper text by Syntology ran no licence file found · pointer only · 29a78521e201c2db · report
make_order_multiclass Hiratani-Lab/target_correction/image_classification/src/dataset.py found in paper text by Syntology ran no licence file found · pointer only · facea36211627d04 · report
mean_and_sem Hiratani-Lab/target_correction/image_classification/main_core50.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 009b9eb8119136a0 · report
mse_from_f Hiratani-Lab/target_correction/image_classification/main_core50.py found in paper text by Syntology ran no licence file found · pointer only · 150719cf2414e49c · report
off_predict Hiratani-Lab/target_correction/ConvNTK/model.py found in paper text by Syntology ran no licence file found · pointer only · 5721aed4ca95627d · report
on_predict Hiratani-Lab/target_correction/ConvNTK/model.py found in paper text by Syntology ran no licence file found · pointer only · 1e286d5e76ff9cf9 · report
one_hot Hiratani-Lab/target_correction/ConvNTK/data.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 60fb650d6d546a2c · report
torch_to_jax_nhwc Hiratani-Lab/target_correction/image_classification/src/dataset.py found in paper text by Syntology ran no licence file found · pointer only · 413e09a5ccd816d3 · report
whiten_data Hiratani-Lab/target_correction/ConvNTK/data.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 92d0fb4743dc5d77 · report
whiten_like_jax Hiratani-Lab/target_correction/image_classification/src/dataset.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · c77cb9e1005460d4 · report
load_mcycle_data Hiratani-Lab/target_correction/toy_model/data.py found in paper text by Syntology unverified no licence file found · pointer only · 7a2073f56bcb379a · report
ntk_feature_single Hiratani-Lab/target_correction/image_classification/src/kernel_cal.py found in paper text by Syntology unverified no licence file found · pointer only · a044b55d0ff0abce · report

Results from the paper

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