SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2303.16181 · CVPR · 2023

Learning Federated Visual Prompt in Null Space for MRI Reconstruction

Wangmeng Zuo, Huazhu Fu, Yong Liu, Xinxing Xu, Chun-Mei Feng, Bangjun Li

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 7 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
chunmeifeng/fedpr — 2 of 7
FunctionStatusWhere it lives
PatchEmbed Ran chunmeifeng/fedpr/models/vit_prompt/swin_transformer.py
pointer only (licence: NONE) · get_code("6fed320e9ebab693")
PromptedWindowAttention Ran chunmeifeng/fedpr/models/vit_prompt/swin_transformer.py
pointer only (licence: NONE) · get_code("04da5ec682f571e4")
BasicLayer Not yet run chunmeifeng/fedpr/models/vit_prompt/swin_transformer.py
pointer only (licence: NONE) · get_code("00c6386e6e9ac281")
PromptedSwinTransformer Not yet run chunmeifeng/fedpr/models/vit_prompt/swin_transformer.py
pointer only (licence: NONE) · get_code("726b5c7694c73245")
PromptedSwinTransformerBlock Not yet run chunmeifeng/fedpr/models/vit_prompt/swin_transformer.py
pointer only (licence: NONE) · get_code("0618a1677b54aa09")
SwinTransformer Not yet run chunmeifeng/fedpr/models/vit_prompt/swin_transformer.py
pointer only (licence: NONE) · get_code("1b76ad93aceabd73")
SwinTransformerBlock Not yet run chunmeifeng/fedpr/models/vit_prompt/swin_transformer.py
pointer only (licence: NONE) · get_code("cd86fb55b3cd8f21")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Federated Magnetic Resonance Imaging (MRI) reconstruction enables multiple hospitals to collaborate distributedly without aggregating local data, thereby protecting patient privacy. However, the data heterogeneity caused by different MRI protocols, insufficient local training data, and limited communication bandwidth inevitably impair global model convergence and updating. In this paper, we propose a new algorithm, FedPR, to learn federated visual prompts in the null space of global prompt for MRI reconstruction. FedPR is a new federated paradigm that adopts a powerful pre-trained model while only learning and communicating the prompts with few learnable parameters, thereby significantly reducing communication costs and achieving competitive performance on limited local data. Moreover, to deal with catastrophic forgetting caused by data heterogeneity, FedPR also updates efficient federated visual prompts that project the local prompts into an approximate null space of the global prompt, thereby suppressing the interference of gradients on the server performance. Extensive experiments on federated MRI show that FedPR significantly outperforms state-of-the-art FL algorithms with < 6% of communication costs when given the limited amount of local training data.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2303.16181")
get_code_for_paper("2303.16181")
have("2303.16181")

Connect an agent — have() is free.