Papers › Multi-modal Learning with Missing Modality via Shared-Specific Feature Modelling

Multi-modal Learning with Missing Modality via Shared-Specific Feature Modelling

26 Jul 2023CVPR 2023 1arXiv:2307.14126archive 2025-07-28

Hu Wang, Yuanhong Chen, Congbo Ma, Jodie Avery, Louise Hull, Gustavo Carneiro

The missing modality issue is critical but non-trivial to be solved by multi-modal models. Current methods aiming to handle the missing modality problem in multi-modal tasks, either deal with missing modalities only during evaluation or train separate models to handle specific missing modality settings. In addition, these models are designed for specific tasks, so for example, classification models are not easily adapted to segmentation tasks and vice versa. In this paper, we propose the Shared-Specific Feature Modelling (ShaSpec) method that is considerably simpler and more effective than competing approaches that address the issues above. ShaSpec is designed to take advantage of all available input modalities during training and evaluation by learning shared and specific features to better represent the input data. This is achieved from a strategy that relies on auxiliary tasks based on distribution alignment and domain classification, in addition to a residual feature fusion procedure. Also, the design simplicity of ShaSpec enables its easy adaptation to multiple tasks, such as classification and segmentation. Experiments are conducted on both medical image segmentation and computer vision classification, with results indicating that ShaSpec outperforms competing methods by a large margin. For instance, on BraTS2018, ShaSpec improves the SOTA by more than 3% for enhancing tumour, 5% for tumour core and 3% for whole tumour. The code repository address is https://github.com/billhhh/ShaSpec/.

PaperPDFConference PDFCodeCode 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="2307.14126")

Code

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

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

billhhh/ShaSpec officialmentioned in papermentioned 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

21 samples harvested; 13 ran; 0 honoured the contract we drafted; 8 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.

3ran · our draft was wrong
2ran · fixture could not drive it
8ran
8unverified

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

ASPP billhhh/ShaSpec/DualNet_SS.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · f11a6e90cadb7f4a · report
Activation_layer billhhh/ShaSpec/DualNet_SS.py official repository ran · our draft was wrong no licence file found · pointer only · 87a835e5bb115092 · report
BasicBlock billhhh/ShaSpec/DualNet_SS.py official repository ran no licence file found · pointer only · aecac45f39b0b8d7 · report
Bottleneck billhhh/ShaSpec/DualNet_SS.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 3c153f25c25aaeb4 · report
CompositionalLayer billhhh/ShaSpec/DualNet_SS.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 487b6da3a3ee0baf · report
Conv3d_wd billhhh/ShaSpec/DualNet_SS.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · f87647971702596d · report
Norm_layer billhhh/ShaSpec/DualNet_SS.py official repository ran · our draft was wrong no licence file found · pointer only · 6c8ddf5a387fa62b · report
U_Res3D_dec billhhh/ShaSpec/DualNet_SS.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 7bbb9eb9394c1277 · report
conv3x3x3 billhhh/ShaSpec/DualNet_SS.py official repository ran · fixture could not drive it no licence file found · pointer only · ab85f0066b239697 · report
downsample_basic_block billhhh/ShaSpec/DualNet_SS.py official repository ran · our draft was wrong no licence file found · pointer only · 285c8c634525802b · report
plot_embedding_2D billhhh/ShaSpec/DualNet_SS.py official repository ran · fixture could not drive it no licence file found · pointer only · 976c8ef5d66a359c · report
DualNet_SS billhhh/ShaSpec/DualNet_SS.py official repository unverified no licence file found · pointer only · feb64926fe058ff2 · report
ResNet billhhh/ShaSpec/DualNet_SS.py official repository unverified no licence file found · pointer only · c193cbe2e1e98ec6 · report
U_Res3D_enc billhhh/ShaSpec/DualNet_SS.py official repository unverified no licence file found · pointer only · f871bd06635f4139 · report
decode_images cchen-cc/Robust-Mseg/utils.py found in paper text by Syntology ran no licence file found · pointer only · 43fa9247f4e0be35 · report
kl_loss cchen-cc/Robust-Mseg/losses.py found in paper text by Syntology ran no licence file found · pointer only · db52c4f2bee05325 · report
decode_labels cchen-cc/Robust-Mseg/utils.py found in paper text by Syntology unverified no licence file found · pointer only · ab241f8602321aab · report
dice_eval cchen-cc/Robust-Mseg/stats_func.py found in paper text by Syntology unverified no licence file found · pointer only · eebe5a9b8acdd970 · report
generator cchen-cc/Robust-Mseg/modalitydrop_generator.py found in paper text by Syntology unverified no licence file found · pointer only · cc57c3ca7844ba89 · report
load_data cchen-cc/Robust-Mseg/data_loader.py found in paper text by Syntology unverified no licence file found · pointer only · 69ee388442ee2275 · report
task_loss cchen-cc/Robust-Mseg/losses.py found in paper text by Syntology unverified no licence file found · pointer only · 6620889b2afcdb57 · report

Tasks

ClassificationImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentationdomain classification

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