Papers › mmFormer: Multimodal Medical Transformer for Incomplete Multimodal Learning of Brain...

mmFormer: Multimodal Medical Transformer for Incomplete Multimodal Learning of Brain Tumor Segmentation

6 Jun 2022arXiv:2206.02425archive 2025-07-28

Yao Zhang, Nanjun He, Jiawei Yang, Yuexiang Li, Dong Wei, Yawen Huang, Yang Zhang, Zhiqiang He, Yefeng Zheng

Accurate brain tumor segmentation from Magnetic Resonance Imaging (MRI) is desirable to joint learning of multimodal images. However, in clinical practice, it is not always possible to acquire a complete set of MRIs, and the problem of missing modalities causes severe performance degradation in existing multimodal segmentation methods. In this work, we present the first attempt to exploit the Transformer for multimodal brain tumor segmentation that is robust to any combinatorial subset of available modalities. Concretely, we propose a novel multimodal Medical Transformer (mmFormer) for incomplete multimodal learning with three main components: the hybrid modality-specific encoders that bridge a convolutional encoder and an intra-modal Transformer for both local and global context modeling within each modality; an inter-modal Transformer to build and align the long-range correlations across modalities for modality-invariant features with global semantics corresponding to tumor region; a decoder that performs a progressive up-sampling and fusion with the modality-invariant features to generate robust segmentation. Besides, auxiliary regularizers are introduced in both encoder and decoder to further enhance the model's robustness to incomplete modalities. We conduct extensive experiments on the public BraTS 2018 dataset for brain tumor segmentation. The results demonstrate that the proposed mmFormer outperforms the state-of-the-art methods for incomplete multimodal brain tumor segmentation on almost all subsets of incomplete modalities, especially by an average 19.07% improvement of Dice on tumor segmentation with only one available modality. The code is available at https://github.com/YaoZhang93/mmFormer.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 13 of 17 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 17 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.

yaozhang93/mmformer 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

17 samples harvested; 13 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
12ran
4unverified

Licence: 0 of the 17 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 yaozhang93/mmformer. “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.

crop yaozhang93/mmformer/mmformer/preprocess.py official repository ran Apache-2.0 (permissive) · fb26dcccfaf8fbc6 · report
dice_loss yaozhang93/mmformer/mmformer/utils/criterions.py official repository ran Apache-2.0 (permissive) · 38db2c032df3a024 · report
get_params yaozhang93/mmformer/mmformer/utils/lr_scheduler.py official repository ran Apache-2.0 (permissive) · d51dae9ac1ba0359 · report
get_temperature yaozhang93/mmformer/mmformer/utils/lr_scheduler.py official repository ran fingerprinted Apache-2.0 (permissive) · 2675ee5f110411e2 · report
normalization yaozhang93/mmformer/mmformer/layers.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 376f134d99d8ed75 · report
normalize yaozhang93/mmformer/mmformer/preprocess.py official repository ran Apache-2.0 (permissive) · 8ee9fb4494c15e91 · report
parse yaozhang93/mmformer/mmformer/utils/parser.py official repository ran Apache-2.0 (permissive) · 8d95807841fa86b8 · report
softmax_loss yaozhang93/mmformer/mmformer/utils/criterions.py official repository ran Apache-2.0 (permissive) · 2c61eefd5b210b68 · report
softmax_output_dice_class4 yaozhang93/mmformer/mmformer/predict.py official repository ran Apache-2.0 (permissive) · 8383a6e515ab6db5 · report
softmax_output_dice_class5 yaozhang93/mmformer/mmformer/predict.py official repository ran Apache-2.0 (permissive) · 4eb48bd860232e60 · report
softmax_weighted_loss yaozhang93/mmformer/mmformer/utils/criterions.py official repository ran Apache-2.0 (permissive) · 3a9b5bc021c9bc18 · report
str2bool yaozhang93/mmformer/mmformer/utils/str2bool.py official repository ran Apache-2.0 (permissive) · 85878f80ff4c36c4 · report
sup_128 yaozhang93/mmformer/mmformer/preprocess.py official repository ran fingerprinted Apache-2.0 (permissive) · 3153dadb37e140a0 · report
Js_div yaozhang93/mmformer/mmformer/utils/lr_scheduler.py official repository unverified Apache-2.0 (permissive) · c3f09a933debc8e4 · report
generate_snapshot yaozhang93/mmformer/mmformer/utils/generate.py official repository unverified Apache-2.0 (permissive) · c765d38192a487f3 · report
load yaozhang93/mmformer/mmformer/utils/parser.py official repository unverified Apache-2.0 (permissive) · c6d51b5a28f37da9 · report
test_softmax yaozhang93/mmformer/mmformer/predict.py official repository unverified Apache-2.0 (permissive) · ab7b9d7dda87dca9 · report

Tasks

Brain Tumor SegmentationDecoderSegmentationSemantic SegmentationTumor Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Semantic Segmentation NYU Depth v2 mmFormer Mean IoU 48.45% #77 of 121 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

ALIGNAbsolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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