Papers › Uncertainty-aware Self-ensembling Model for Semi-supervised 3D Left Atrium Segmentation

Uncertainty-aware Self-ensembling Model for Semi-supervised 3D Left Atrium Segmentation

16 Jul 2019arXiv:1907.07034archive 2025-07-28

Lequan Yu, Shujun Wang, Xiaomeng Li, Chi-Wing Fu, Pheng-Ann Heng

Training deep convolutional neural networks usually requires a large amount of labeled data. However, it is expensive and time-consuming to annotate data for medical image segmentation tasks. In this paper, we present a novel uncertainty-aware semi-supervised framework for left atrium segmentation from 3D MR images. Our framework can effectively leverage the unlabeled data by encouraging consistent predictions of the same input under different perturbations. Concretely, the framework consists of a student model and a teacher model, and the student model learns from the teacher model by minimizing a segmentation loss and a consistency loss with respect to the targets of the teacher model. We design a novel uncertainty-aware scheme to enable the student model to gradually learn from the meaningful and reliable targets by exploiting the uncertainty information. Experiments show that our method achieves high performance gains by incorporating the unlabeled data. Our method outperforms the state-of-the-art semi-supervised methods, demonstrating the potential of our framework for the challenging semi-supervised problems.

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

Code

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

By repository: community (archive-listed): 15 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yulequan/UA-MT officialmentioned in papermentioned on GitHubpytorch report
HiLab-git/DTC mentioned on GitHubpytorchMIT report
Luoxd1996/DTC mentioned on GitHubpytorchMIT report
bx0903/pdc mentioned on GitHubpytorchMIT report
moucheng2017/mismatchssl mentioned on GitHubpytorch report
yyliu01/tracoco mentioned on GitHubpytorchMIT 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

15 samples harvested; 8 ran; 2 honoured the contract we drafted; 7 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.

2ran · honoured contract
6ran
7unverified

Licence: 0 of the 15 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 bx0903/pdc. “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.

sigmoid_rampup bx0903/pdc/code/utils/ramps.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 3fb68ed6809a8085 · report
cosine_rampdown bx0903/pdc/code/utils/ramps.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 214e4ee9afcfa0e3 · report
decode_seg_map_sequence bx0903/pdc/code/dataloaders/utils.py community (archive-listed) ran MIT (permissive) · a35e8c4adf0007b2 · report
dice_loss bx0903/pdc/code/utils/losses.py community (archive-listed) ran fingerprinted MIT (permissive) · 9f3489c005e0165d · report
dice_loss1 bx0903/pdc/code/utils/losses.py community (archive-listed) ran fingerprinted MIT (permissive) · 4953e4d45e6de492 · report
encode_segmap bx0903/pdc/code/dataloaders/utils.py community (archive-listed) ran MIT (permissive) · 75e298e708abee58 · report
entropy_loss bx0903/pdc/code/utils/losses.py community (archive-listed) ran fingerprinted MIT (permissive) · f8c429b95e4ae707 · report
recursive_glob bx0903/pdc/code/dataloaders/utils.py community (archive-listed) ran fingerprinted MIT (permissive) · f1e67bfcea91df50 · report
compute_sdf bx0903/pdc/code/utils/util.py community (archive-listed) unverified MIT (permissive) · 3b9f66ea3c6c5f9c · report
cosdistance_loss_in bx0903/pdc/code/utils/losses_param_discrepancy.py community (archive-listed) unverified MIT (permissive) · 13db4e21d20a3bae · report
grouper bx0903/pdc/code/dataloaders/la_heart.py community (archive-listed) unverified MIT (permissive) · c7ba8abbb7422762 · report
iterate_eternally bx0903/pdc/code/dataloaders/la_heart.py community (archive-listed) unverified MIT (permissive) · 842cf7025c8045b6 · report
iterate_once bx0903/pdc/code/dataloaders/la_heart.py community (archive-listed) unverified MIT (permissive) · 4232c309adddf9e4 · report
linear_rampup bx0903/pdc/code/utils/ramps.py community (archive-listed) unverified MIT (permissive) · 069122bd5268cc56 · report
load_model bx0903/pdc/code/utils/util.py community (archive-listed) unverified MIT (permissive) · ad6309e2c80e2b00 · report

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

1 archive task tag without a task page not shown.

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