Papers › Diversified and Personalized Multi-rater Medical Image Segmentation

Diversified and Personalized Multi-rater Medical Image Segmentation

20 Mar 2024CVPR 2024 1arXiv:2403.13417archive 2025-07-28

Yicheng Wu, Xiangde Luo, Zhe Xu, Xiaoqing Guo, Lie Ju, ZongYuan Ge, Wenjun Liao, Jianfei Cai

Annotation ambiguity due to inherent data uncertainties such as blurred boundaries in medical scans and different observer expertise and preferences has become a major obstacle for training deep-learning based medical image segmentation models. To address it, the common practice is to gather multiple annotations from different experts, leading to the setting of multi-rater medical image segmentation. Existing works aim to either merge different annotations into the "groundtruth" that is often unattainable in numerous medical contexts, or generate diverse results, or produce personalized results corresponding to individual expert raters. Here, we bring up a more ambitious goal for multi-rater medical image segmentation, i.e., obtaining both diversified and personalized results. Specifically, we propose a two-stage framework named D-Persona (first Diversification and then Personalization). In Stage I, we exploit multiple given annotations to train a Probabilistic U-Net model, with a bound-constrained loss to improve the prediction diversity. In this way, a common latent space is constructed in Stage I, where different latent codes denote diversified expert opinions. Then, in Stage II, we design multiple attention-based projection heads to adaptively query the corresponding expert prompts from the shared latent space, and then perform the personalized medical image segmentation. We evaluated the proposed model on our in-house Nasopharyngeal Carcinoma dataset and the public lung nodule dataset (i.e., LIDC-IDRI). Extensive experiments demonstrated our D-Persona can provide diversified and personalized results at the same time, achieving new SOTA performance for multi-rater medical image segmentation. Our code will be released at https://github.com/ycwu1997/D-Persona.

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

Code

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

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

ycwu1997/d-persona 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

13 samples harvested; 6 ran; 1 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.

1ran · honoured contract
5ran
7unverified

Licence: 0 of the 13 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 ycwu1997/D-Persona. “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.

AxisAlignedConvGaussian ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository ran · metamorphic tier: deterministic MIT (permissive) · b18d9d9e9cc5fd70 · report
Conv_block ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 3ee9c5b960877358 · report
Encoder ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 4c04758700bbb420 · report
Fcomb ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 000cfc831f795d4b · report
Projection ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository ran · metamorphic tier: deterministic MIT (permissive) · d48d3bee8bf2ad60 · report
l2_regularisation ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository ran · honoured contract MIT (permissive) · c23b05634625d281 · report
DPersona ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository unverified MIT (permissive) · 5eee90808985ff41 · report
Unet ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository unverified MIT (permissive) · 027e3b920d3ea5ac · report
UnetHeadless ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository unverified MIT (permissive) · 7f90b2fef3d369fd · report
create_segmentation_backbone ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository unverified MIT (permissive) · 418bd83da2c8743a · report
init_weights ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository unverified MIT (permissive) · 1ee546f8f6f45bb4 · report
init_weights_orthogonal_normal ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository unverified MIT (permissive) · 8a8e825e5c98f97a · report
truncated_normal_ ycwu1997/D-Persona/D-Persona/code/lib/DPersona.py official repository unverified MIT (permissive) · 6f12908079fae859 · report

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Concatenated Skip ConnectionConvolutionMax PoolingReLUU-Net

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