Papers › GRASP: Gradient-Aligned Sequential Parameter Transfer for Memory-Efficient...

GRASP: Gradient-Aligned Sequential Parameter Transfer for Memory-Efficient Multi-Source Learning

12 Jun 2026arXiv:2606.14900added by Syntology

Mary Isabelle Wisell, Nicholas Jacobs, Aayush Manandhar, Salimeh Yasaei Sekeh

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

Multi-source transfer learning faces a fundamental scalability bottleneck: existing approaches require either loading all K source models into memory simultaneously during parameter fusion, requiring O(K) memory, or deploying all models at inference time, making production deployment infeasible. We propose GRASP (Gradient-Aligned Sequential Parameter Transfer), which achieves superior knowledge integration while maintaining O(1) memory consumption through three key innovations: (1) sequential processing that merges one source at a time into an evolving target model, (2) parameter-wise gradient alignment that selectively transfers only parameters whose optimization directions align with the target domain, avoiding negative transfer, and (3) iterative fine-tuning that adapts transferred knowledge before integrating the next source. Extensive experiments across three continual learning benchmarks (Yearbook, CLEAR-10, CLEAR-100) spanning 10 to 108-year temporal distribution shifts and four architectures (1.3M to 25.6M parameters) demonstrate that GRASP achieves 93.5% mean accuracy over all datasets and architectures compared to ensemble method's 71.7% accuracy while requiring only constant memory versus K models for standard multi-source fusion. Critically, GRASP's sequential previously merged models and scales to arbitrarily many sources without memory growth, making it uniquely suitable for resource-constrained deployment and continually evolving source domains.

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.14900")

Code

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

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

Sekeh-Lab/grasp-multisource-transfer 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

20 samples harvested; 13 ran; 1 honoured the contract we drafted; 7 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 · honoured contract
1ran · violated contract
4ran · our draft was wrong
1ran · fixture could not drive it
6ran
7unverified

Licence: 0 of the 20 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 Sekeh-Lab/grasp-multisource-transfer. “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.

GPUMemoryTracker Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran MIT (permissive) · e4d838778e6b952a · report
_get_dataset_checkpoint_dir Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 1f7d64247a9dc7a1 · report
_is_torchvision_backbone Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran · violated contract MIT (permissive) · 48209bcda65e0b8c · report
calculate_metrics Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · e950bb9bbf851272 · report
count_grasp_total_flops Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran MIT (permissive) · 3400485692b5c4e6 · report
count_model_flops Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 27c478c98034fd4f · report
fine_tune_model Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran MIT (permissive) · cef3428d24e48afb · report
get_data_module Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran MIT (permissive) · 7a2d991f4daebce0 · report
get_dataloaders Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran MIT (permissive) · a425378802b4b531 · report
get_grasp_flops_report Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran MIT (permissive) · c5114231b7acba6b · report
get_huggingface_model_name Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 6540ebe0bd674c69 · report
standardize_model_name Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 921099898da3e0f5 · report
transfer_aligned_parameters Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 05021f01edad19af · report
_build_torchvision_model Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology unverified MIT (permissive) · 6429d29cff3d6ea3 · report
compute_gradient_alignment Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology unverified MIT (permissive) · 868339718913ce91 · report
create_training_curves Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology unverified MIT (permissive) · e8aa04daf093f829 · report
evaluate_model Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology unverified MIT (permissive) · 5faf0fe65b442218 · report
load_baseline_model Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology unverified MIT (permissive) · 75008bb0c87badf8 · report
run_grasp_experiment Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology unverified MIT (permissive) · 4af2444a3ff4f132 · report
save_confusion_matrix Sekeh-Lab/grasp-multisource-transfer/experiments/grasp/run_grasp_experiment.py found in paper text by Syntology unverified MIT (permissive) · 3835a07273e542ac · report

Results from the paper

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