Papers › Towards Generic Semi-Supervised Framework for Volumetric Medical Image Segmentation

Towards Generic Semi-Supervised Framework for Volumetric Medical Image Segmentation

17 Oct 2023NeurIPS 2023 11arXiv:2310.11320archive 2025-07-28

Haonan Wang, Xiaomeng Li

Volume-wise labeling in 3D medical images is a time-consuming task that requires expertise. As a result, there is growing interest in using semi-supervised learning (SSL) techniques to train models with limited labeled data. However, the challenges and practical applications extend beyond SSL to settings such as unsupervised domain adaptation (UDA) and semi-supervised domain generalization (SemiDG). This work aims to develop a generic SSL framework that can handle all three settings. We identify two main obstacles to achieving this goal in the existing SSL framework: 1) the weakness of capturing distribution-invariant features; and 2) the tendency for unlabeled data to be overwhelmed by labeled data, leading to over-fitting to the labeled data during training. To address these issues, we propose an Aggregating & Decoupling framework. The aggregating part consists of a Diffusion encoder that constructs a common knowledge set by extracting distribution-invariant features from aggregated information from multiple distributions/domains. The decoupling part consists of three decoders that decouple the training process with labeled and unlabeled data, thus avoiding over-fitting to labeled data, specific domains and classes. We evaluate our proposed framework on four benchmark datasets for SSL, Class-imbalanced SSL, UDA and SemiDG. The results showcase notable improvements compared to state-of-the-art methods across all four settings, indicating the potential of our framework to tackle more challenging SSL scenarios. Code and models are available at: https://github.com/xmed-lab/GenericSSL.

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

Code

Syntology Ran 7 of 19 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran with no contract checked.

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

xmed-lab/GenericSSL 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

19 samples harvested; 7 ran; 1 honoured the contract we drafted; 12 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
6ran
12unverified

Licence: 19 of the 19 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 xmed-lab/GenericSSL. “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.

ConvBlock xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · da1b467d9451d114 · report
DownsamplingConvBlockTemb xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository ran fingerprinted no licence file found · pointer only · 44e9d092119efd5e · report
TembFusion xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · a3e1568d1b4b6679 · report
UniformSampler xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository ran · metamorphic tier: well formed no licence file found · pointer only · 67a3d1d54d437e21 · report
UpsamplingDeconvBlock xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 662089f16a04f3bd · report
UpsamplingDeconvBlockTemb xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository ran no licence file found · pointer only · 4e81b5e089b09b46 · report
get_named_beta_schedule xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository ran · honoured contract no licence file found · pointer only · cae34bd12263e2a5 · report
ConvBlockOneStage xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 01ad8c3d8d9ebbcf · report
ConvBlockTemb xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 84e4342cb1c12514 · report
ConvBlockTembOneStage xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 54777bdbd59cc368 · report
Decoder xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 8f341b04a762ede2 · report
Decoder_denoise xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 270d6e7e80f88c07 · report
DenoiseModel xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · ddca922a0f6a870c · report
DiffVNet xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 99a84c0ec2f89cce · report
Encoder_denoise xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 548cca3e512967dd · report
GaussianDiffusion xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 9e15a051b72a5b4d · report
ScheduleSampler xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 26fc8aa256aee041 · report
SpacedDiffusion xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 4910e0cb61a271a9 · report
TimeStepEmbedding xmed-lab/GenericSSL/code/DiffVNet/diff_vnet.py official repository unverified no licence file found · pointer only · 956e0f7b99d4ac6c · report

Tasks

Domain AdaptationDomain GeneralizationImage SegmentationMedical Image SegmentationSemantic SegmentationSemi-Supervised Domain GeneralizationUnsupervised Domain AdaptationVolumetric Medical Image Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionSET

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