Papers › PASSION: Towards Effective Incomplete Multi-Modal Medical Image Segmentation with...

PASSION: Towards Effective Incomplete Multi-Modal Medical Image Segmentation with Imbalanced Missing Rates

20 Jul 2024arXiv:2407.14796archive 2025-07-28

Junjie Shi, Caozhi Shang, Zhaobin Sun, Li Yu, Xin Yang, Zengqiang Yan

Incomplete multi-modal image segmentation is a fundamental task in medical imaging to refine deployment efficiency when only partial modalities are available. However, the common practice that complete-modality data is visible during model training is far from realistic, as modalities can have imbalanced missing rates in clinical scenarios. In this paper, we, for the first time, formulate such a challenging setting and propose Preference-Aware Self-diStillatION (PASSION) for incomplete multi-modal medical image segmentation under imbalanced missing rates. Specifically, we first construct pixel-wise and semantic-wise self-distillation to balance the optimization objective of each modality. Then, we define relative preference to evaluate the dominance of each modality during training, based on which to design task-wise and gradient-wise regularization to balance the convergence rates of different modalities. Experimental results on two publicly available multi-modal datasets demonstrate the superiority of PASSION against existing approaches for modality balancing. More importantly, PASSION is validated to work as a plug-and-play module for consistent performance improvement across different backbones. Code is available at https://github.com/Jun-Jie-Shi/PASSION.

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

Code

Syntology Ran 15 of 16 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 15 ran with no contract checked.

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

jun-jie-shi/passion officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

16 samples harvested; 15 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15ran
1unverified

Licence: 0 of the 16 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 jun-jie-shi/passion. “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.

Js_div jun-jie-shi/passion/code/utils/lr_scheduler.py official repository ran Apache-2.0 (permissive) · 4c2097366a0c9a24 · report
crop jun-jie-shi/passion/code/preprocessing/preprocess_brats.py official repository ran Apache-2.0 (permissive) · fb26dcccfaf8fbc6 · report
dice_loss jun-jie-shi/passion/code/utils/criterions.py official repository ran Apache-2.0 (permissive) · 672eefec7e9131bc · report
dice_loss_bs jun-jie-shi/passion/code/utils/criterions.py official repository ran Apache-2.0 (permissive) · 873433db15bc1e4d · report
get_params jun-jie-shi/passion/code/utils/lr_scheduler.py official repository ran Apache-2.0 (permissive) · d51dae9ac1ba0359 · report
get_temperature jun-jie-shi/passion/code/utils/lr_scheduler.py official repository ran fingerprinted Apache-2.0 (permissive) · 2675ee5f110411e2 · report
mask_gen_cross4 jun-jie-shi/passion/code/models/mask.py official repository ran Apache-2.0 (permissive) · 7f3257ab27f6ac4d · report
mask_gen_fusion jun-jie-shi/passion/code/models/mask.py official repository ran Apache-2.0 (permissive) · 35e8e3aef9fcc772 · report
nchwd2nlc2nchwd jun-jie-shi/passion/code/models/blocks.py official repository ran Apache-2.0 (permissive) · c7dfb8d3e7844879 · report
normalization jun-jie-shi/passion/code/models/blocks.py official repository ran Apache-2.0 (permissive) · 268e21ea88a8ccb1 · report
normalize jun-jie-shi/passion/code/preprocessing/preprocess_brats.py official repository ran Apache-2.0 (permissive) · 8ee9fb4494c15e91 · report
parse jun-jie-shi/passion/code/utils/parser.py official repository ran Apache-2.0 (permissive) · 8a289ba730141ed4 · report
softmax_weighted_loss jun-jie-shi/passion/code/utils/criterions.py official repository ran Apache-2.0 (permissive) · b5ee99865309afa1 · report
split_data jun-jie-shi/passion/code/preprocessing/data_split.py official repository ran Apache-2.0 (permissive) · 4663b0d3de392cbf · report
sup_128 jun-jie-shi/passion/code/preprocessing/preprocess_brats.py official repository ran fingerprinted Apache-2.0 (permissive) · 3153dadb37e140a0 · report
load jun-jie-shi/passion/code/utils/parser.py official repository unverified Apache-2.0 (permissive) · b40f27cd88000a35 · report

Tasks

Image SegmentationMedical Image SegmentationMulti-modal image segmentationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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