Papers › Breaking the Scale Barrier: One-Shot Knowledge Transfer via Frequency Transform

Breaking the Scale Barrier: One-Shot Knowledge Transfer via Frequency Transform

8 Mar 2026ICMLarXiv:2603.07523added by Syntology

Jianlu Shen, Fu Feng, Yucheng Xie, Jiaqi Lv, Xin Geng

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

Transferring knowledge by fine-tuning large-scale pre-trained networks has become a standard paradigm for downstream tasks, yet the knowledge of a pre-trained model is tightly coupled with monolithic architecture, which restricts flexible reuse across models of varying scales. In response to this challenge, recent approaches typically resort to either parameter selection, which fails to capture the interdependent structure of this knowledge, or parameter prediction using generative models that depend on impractical access to large network collections. In this paper, we identify the low-frequency components of model weights as the concrete carrier of foundational, task-agnostic knowledge, its ``learngene", and validate this by demonstrating its efficient inheritance by downstream models and tasks. Based on this insight, we propose FRONT (FRequency dOmain kNowledge Transfer), a novel framework that uses the Discrete Cosine Transform (DCT) to isolate the low-frequency ``learngene". This learngene can be seamlessly adapted to initialize models of arbitrary size via simple truncation or padding, a process that is entirely training-free. For enhanced performance, we propose an optional low-cost refinement process that introduces a spectral regularizer to further improve the learngene's transferability. Extensive experiments demonstrate that FRONT achieves the state-of-the-art performance, accelerates convergence by up to 15× in vision tasks, and reduces training FLOPs by an average of 40.5% in language tasks. Code is available at https://github.com/LUcy0505/FRONT.

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

Code

Syntology Ran 9 of 11 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · honoured contract; 6 ran · our draft was wrong; 1 ran with no contract checked.

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

LUcy0505/FRONT 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

11 samples harvested; 9 ran; 2 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.

2ran · honoured contract
6ran · our draft was wrong
1ran
2unverified

Licence: 11 of the 11 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 LUcy0505/FRONT. “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.

ToDCT LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 53b5440685785544 · report
apply_dct LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 007c2ecbf3c8ca1b · report
apply_idct LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · d830027918a6e313 · report
dct LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 80f0f931a054d120 · report
get_layerblocks_name LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · af375a41c67e1063 · report
get_module_names LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 75d4b91b83b49d54 · report
get_top_n_modules LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 4f40165268170680 · report
get_top_n_modules_dim_dct LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · eb1e2931748a331a · report
idct LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 43a72390038a0852 · report
init_freq_domain_transfer LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology unverified no licence file found · pointer only · 6bab1f9f04276596 · report
reconstruct_weights LUcy0505/FRONT/front_init_deit.py found in paper text by Syntology unverified no licence file found · pointer only · 1e99e4d211e5a0b4 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.07523, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 4 leaderboards for this paper and placed the paper on none of them: 4 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

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