Papers › LoRKD: Low-Rank Knowledge Decomposition for Medical Foundation Models

LoRKD: Low-Rank Knowledge Decomposition for Medical Foundation Models

29 Sep 2024arXiv:2409.19540archive 2025-07-28

Haolin Li, YuHang Zhou, Ziheng Zhao, Siyuan Du, Jiangchao Yao, Weidi Xie, Ya zhang, Yanfeng Wang

The widespread adoption of large-scale pre-training techniques has significantly advanced the development of medical foundation models, enabling them to serve as versatile tools across a broad range of medical tasks. However, despite their strong generalization capabilities, medical foundation models pre-trained on large-scale datasets tend to suffer from domain gaps between heterogeneous data, leading to suboptimal performance on specific tasks compared to specialist models, as evidenced by previous studies. In this paper, we explore a new perspective called "Knowledge Decomposition" to improve the performance on specific medical tasks, which deconstructs the foundation model into multiple lightweight expert models, each dedicated to a particular anatomical region, with the aim of enhancing specialization and simultaneously reducing resource consumption. To accomplish the above objective, we propose a novel framework named Low-Rank Knowledge Decomposition (LoRKD), which explicitly separates gradients from different tasks by incorporating low-rank expert modules and efficient knowledge separation convolution. The low-rank expert modules resolve gradient conflicts between heterogeneous data from different anatomical regions, providing strong specialization at lower costs. The efficient knowledge separation convolution significantly improves algorithm efficiency by achieving knowledge separation within a single forward propagation. Extensive experimental results on segmentation and classification tasks demonstrate that our decomposed models not only achieve state-of-the-art performance but also exhibit superior transferability on downstream tasks, even surpassing the original foundation models in task-specific evaluations. The code is available at here.

PaperPDFCodeCode 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="2409.19540")

Code

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

By repository: official repository: 13 samples from 2 repositories, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mediabrain-sjtu/lorkd officialmentioned on GitHubpytorch report
tdlhl/LoRKD officialmentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

13 samples harvested; 10 ran; 1 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.

1ran · honoured contract
1ran · our draft was wrong
2ran · fixture could not drive it
6ran
3unverified

Licence: 2 of the 13 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.

BaseBERT tdlhl/LoRKD/model/query_generator.py official repository ran Apache-2.0 (permissive) · b8c367e3d51d88b5 · report
Knowledge_Encoder tdlhl/LoRKD/model/query_generator.py official repository ran Apache-2.0 (permissive) · 2751ff6367a1ba60 · report
LoRALayer mediabrain-sjtu/lorkd/peft/lora_fast_shufflenet.py official repository ran no licence file found · pointer only · dc1bf240658da664 · report
MedCPT tdlhl/LoRKD/model/query_generator.py official repository ran Apache-2.0 (permissive) · b50742ef9e3c7903 · report
MultiLoraConv2d mediabrain-sjtu/lorkd/peft/lora_fast_shufflenet.py official repository ran no licence file found · pointer only · 81774072bef023f0 · report
Random_Embed tdlhl/LoRKD/model/query_generator.py official repository ran Apache-2.0 (permissive) · 37f1dea898fdd023 · report
compute_average_gradient tdlhl/LoRKD/model/query_generator.py official repository ran · honoured contract Apache-2.0 (permissive) · 62a601fb5fbbf828 · report
get_window_size tdlhl/LoRKD/model/SwinUNETR.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 168646537c6adfff · report
window_partition tdlhl/LoRKD/model/SwinUNETR.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 80ada9d6ef99fa0d · report
window_reverse tdlhl/LoRKD/model/SwinUNETR.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 68a071c415424018 · report
MyTokenizer tdlhl/LoRKD/model/query_generator.py official repository unverified Apache-2.0 (permissive) · b35da59b916d1985 · report
Query_Generator tdlhl/LoRKD/model/query_generator.py official repository unverified Apache-2.0 (permissive) · e1006ccc2b5c4dda · report
Text_Tower tdlhl/LoRKD/model/query_generator.py official repository unverified Apache-2.0 (permissive) · 3018fbd4e2cbb9cc · report

Tasks

3D Medical Imaging SegmentationMedical Image Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Convolution

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