REVIEW 5 major objections 6 minor 60 references
SLIP: Segmentation with Low-latency Interactive Prompting for 3D Medical Images
T0 review · 5 major / 6 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read Interactive 3D medical segmentation can sustain refinement for dozens of clicks at 0.06 seconds per interaction and support prompt undo, by separating image encoding from prompt-driven refinement.
desk verdict Well-engineered interactive segmentation with genuine low-latency and undo, but the SOTA accuracy claim rests on an oracle-click simulation the real-user study doesn't back up. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the separation of image encoding from interactive reasoning, realized as (1) a shared 3D CNN encoder whose patch features are computed once and cached, (2) a fixed-capacity Patch Memory Bank (B = 6) that stores high-confidence and recently inferred patches and is updated breadth-first, (3) a Patch Contextualization Network that uses cross-attention from the current patch to the memory bank embedding to propagate prompt context across patches, and (4) a SAM-style 3D mask decoder plus a prompt-undo mechanism that restores cached compressed deltas of patch states. The memory bank is what allows sparse user guidance to spread beyond the clicked patch; the decoder se
What would settle it
Record the actual click sequences of more than six real annotators (ideally 20+) on the same MRI-uterus and CT-liver-lesion cases, replay those exact sequences through SLIP and the baseline, and check whether SLIP still achieves higher DSC at 50 clicks and comparable annotation time; if real clicks deviate from largest-error-region placement, the crossover at ~30 clicks may vanish.
Extended reading notes
Core claim
SLIP's central claim is that decoupling the image encoder from the prompt-conditioned decoder, plus an inference-time patch memory bank, lets a single 3D model respond to each click in about 0.06 s while still reaching state-of-the-art Dice scores after sustained interaction. The memory bank (six entries: three high-confidence and three recent patches) carries segmentation, uncertainty, and object-presence signals from previously processed patches, so a click in one patch can refine nearby patches without re-encoding the volume. Because image features are cached and only affected patches are revisited, the model also supports reversible prompting: users can undo any number of prompts, with i
Load-bearing premise
The simulated-user protocol places each corrective click in the largest false-positive or false-negative region, assuming users click near-optimally; the sustained late-stage advantage and the user-study preference results are the evidence that depends on this assumption, and the real-user study is too small (six participants) to confirm it.
Editorial extensions
If this is right
- If correct, interactive annotation of a typical CT or MR volume could be performed with sub-100-ms feedback per click, letting radiographers and surgeons refine challenging structures through many more correction rounds than current tools permit.
- Reversible prompting could eliminate the restart workflow that occurs when a misplaced click derails an interactive session, as observed in the CT liver-lesion task where the baseline required up to three restarts per case.
- The decoupled architecture implies image encoders can be swapped or upgraded without retraining the whole interactive system, since only the lightweight refinement modules depend on the prompt loop.
- The reported CPU-only latency (~0.12 s per interaction) suggests interactive segmentation could move to radiology workstations and low-resource settings that lack GPUs during annotation.
- Annotation efficiency comparisons should include cumulative interaction latency and undo support, not only DSC after a fixed number of clicks.
Reading between the lines
- Beyond the paper, the crossover at ~30 clicks suggests that studies using only 5-click budgets (e.g., challenge-style benchmarks) may systematically underestimate the value of low-latency methods; longer-horizon protocols would give a fairer picture.
- If real users behave like the simulation when clicks are cheap and undoable, low latency might change optimal interaction strategy: users could afford to experiment and correct, rather than making a few cautious high-value clicks.
- The mixed MRI-uterus result hints that low latency does not compensate for a weak initial model on a particular anatomy; a testable extension is to fine-tune the decoder on task-specific data (as the ultrasound task did) and re-run the user study to see whether the latency advantage then dominates.
- The compressed-delta undo mechanism could be extended to multi-user collaborative annotation, where each editor needs to roll back their own prompts without recomputing the volume.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes SLIP, an interactive 3D medical image segmentation method that decouples image encoding from prompt-based refinement. Image patches are encoded once and reused across interactions; a patch memory bank and contextualization network propagate interaction context across patches, and reversible prompting is implemented by caching compressed patch states. The method is evaluated with simulated clicks on 13 public datasets against nnInteractive, SegVol, and SAM-Med3D, and in a prospective user study with six participants on three annotation tasks. The authors claim state-of-the-art accuracy, lower interaction latency, reversible prompting, and higher user preference.
Significance. If the technical results hold, SLIP is a practically relevant contribution: decoupling image encoding from prompt refinement is a sound way to reduce interaction latency, and the memory-bank design plus reversible prompting addresses real workflow needs. The paper also makes a genuine effort to complement simulated evaluation with a prospective human study, and it makes code publicly available. However, the strength of the evidence is not yet commensurate with the claims: the benchmark contains an apparent training/test overlap, the central accuracy advantage is produced by an oracle click simulation, and the user study is small and does not confirm the headline advantages. The paper is worth a major revision rather than rejection because the architecture and evaluation framework are promising, but the claims need substantial qualification and the evaluation needs additional analysis.
major comments (5)
- [Sec 3.1.2 / Sec 2.4.5 / Supp. Tables 1-2] The paper states in Sec 3.1.2 that none of the 13 test datasets are included in the training data, yet Sec 2.4.5 lists TRUSTED [49] among the ultrasound training datasets, and Supplementary Table 1 lists TRUSTED as a training set while Supplementary Table 2 lists TRUSTED as a test set. This is a direct internal contradiction. If any portion of TRUSTED was used for training, results on TRUSTED and the cross-dataset averages in Table 1 are contaminated. Please clarify the exact overlap (e.g., training on US volumes and testing on CT volumes from the same collection could still leak information), and if necessary rerun the benchmark without TRUSTED or report results separately with and without it.
- [Sec 3.1.1, Sec 3.2] The late-stage accuracy advantage of SLIP is produced by an oracle click simulation: corrective clicks are always placed in the largest false-positive/false-negative region (Sec 3.1.1). The paper itself acknowledges that simulated interactions cannot capture human decision-making (Sec 3.2), but the abstract's SOTA claim relies on this simulation. The prospective user study does not confirm the advantage: on MRI uterus nnInteractive is significantly faster (56% reduction, Table 3) and has significantly higher DSC (0.770 vs 0.730); on the two liver tasks the differences are not statistically significant. No analysis compares simulated click placement with the clicks actually made by the six participants. Please add such an analysis (e.g., distance between real clicks and the largest error region, or a simulated-user protocol using the observed click statistics) and qualify the simulation-b
- [Sec 3.1.1 / Table 1] Section 3.1.1 states that the mean and standard deviation of each metric are reported across all test cases, but Table 1 reports only point estimates. There are no standard deviations, confidence intervals, or per-dataset significance tests. Without these, the cross-dataset differences (final DSC 0.90 vs 0.88; DC-AUC@50 0.85 vs 0.86) cannot be distinguished from noise. Please add uncertainty measures and appropriate paired statistical tests (or effect sizes) for the simulated evaluation.
- [Abstract / Sec 3.1.3, Table 1] The abstract's unqualified claim of 'state-of-the-art interactive segmentation performance' is not fully supported by Table 1. SLIP has a lower DC-AUC@50 than nnInteractive (0.85 vs 0.86), and nnInteractive achieves the best AUC on 9 of 13 datasets. SLIP's advantage is in final DSC after 50 clicks and in interaction latency. The claim should be qualified, e.g., 'higher final DSC after 50 clicks with substantially lower latency, while early-interaction AUC remains lower'.
- [Sec 2.3.7 / Introduction, Limitation 2] The introduction states that reversible prompting is achieved 'without storing intermediate segmentation states,' but Sec 2.3.7 describes caching the prediction state of each affected patch and storing compressed deltas. These statements are contradictory. The actual contribution is a memory-efficient state cache, not state-free undo. Please correct the description in the introduction and abstract if it appears there.
minor comments (6)
- [Table 1 caption] The column header 'Final AUC Time' is ambiguous. Please define 'Final' as DSC after 50 clicks and 'AUC' as DC-AUC@50 in the caption or main text.
- [Sec 3.2.4] The first paragraph contains a duplicated phrase: 'demonstrating the efficiency advantage of interactive segmentation over fully manual annotation' appears twice. Please remove one occurrence.
- [Sec 3.2.4] The confidence interval for the MRI Uterus nnInteractive comparison reads '50.1.0%–61.3%' and appears to have a typo. It should presumably be '50.1%–61.3%'.
- [Sec 2.3.3] The rule 'After predicting six negative patches, the queue is no longer updated' is a design choice with no justification or ablation. Please add a brief explanation or a sensitivity analysis, since this rule could affect the late-stage propagation behavior central to the paper.
- [Fig. 4] The ablation in Fig. 4 shows a single liver experiment with no error bars or confidence intervals. Please clarify how representative this is and, if possible, provide results across more structures or cases.
- [Sec 3.2.1 / Sec 2.4.5] The US Liver Lesion task is task-supervised for SLIP because the model was trained on FLL-US-Train, whereas nnInteractive is used without task-specific fine-tuning. Even though the test split is held out, this is a confound when comparing interactive methods on the US task. Please acknowledge this limitation explicitly in the discussion of the user-study results.
Circularity Check
No circular derivation: SLIP's performance claims are empirically measured; only minor self-referential benchmark elements (TRUSTED, FLL-US-Train) slightly weaken external independence.
full rationale
The derivation chain is not circular. SLIP's contributions—decoupled image encoding, patch memory bank, contextualization network, reversible prompting—are implemented and trained end-to-end, and the headline numbers (DSC@50, DC-AUC@50, 0.06 s latency, user-study times) are measured against external baselines under a shared protocol. No predicted quantity is defined from a fitted parameter, and no architectural choice is justified by a self-cited uniqueness result. The closest methodological point is the simulated-user protocol (Sec 3.1.1), which places corrective clicks in the largest error region; the training procedure (Sec 2.4.2) uses a similar dominant-error-region simulation. This is a realism and potential overfitting concern, not a circular reduction, because the benchmark metric is not constructed from SLIP's own outputs. The paper itself acknowledges in Sec 3.2 that 'Automatically generated interactions cannot capture human decision-making, error-correction strategies, adaptation to intermediate predictions...' and the six-participant user study is independent evidence, though mixed (nnInteractive is significantly faster and more consistent on the MRI Uterus task). Two self-referential evaluation components should be noted: TRUSTED is a test dataset from the same group (Marescaux/George) and also appears in the training dataset table (Supp. Table 1: 'TRUSTED [37] Kidney 131 US'), which conflicts with Sec 3.1.2's statement that 'None of these datasets are included in the training data'; and the US user-study task uses FLL-US-Train, a private dataset that also contributed to training (held-out split). These affect benchmark independence, not the derivation itself, so they warrant a minor score adjustment rather than a circularity finding.
Assumptions & free parameters
free parameters (8)
- patch size =
(32,192,192)
- patch overlap ratio s =
0.9
- memory bank capacity B =
6 (3 high-confidence + 3 recent)
- confidence thresholds tau_u, tau_v, w_u =
0.5, 0.8, 1.5
- fusion sigma sfuse =
0.125
- queue negative-patch stop count =
6
- mask decoder loss weights =
lambda_focal=20, others 1
- training hyperparameters =
lr 4e-5/8e-5/2e-5; batch 32; 300 epochs
assumptions (5)
- domain assumption Simulated clicks in the largest error region are a faithful proxy for real interactive refinement
- domain assumption The 13 test datasets were not used in training
- domain assumption STAPLE consensus of six manual segmentations is an unbiased reference for comparing interactive methods
- domain assumption Pseudo-labels generated by SAM/SAM2 provide valid supervision
- ad hoc to paper Queue stops updating after six negative patches does not degrade propagation
Cite this review
Pith. "Pith review of SLIP: Segmentation with Low-latency Interactive Prompting for 3D Medical Images." pith.science (2026). https://pith.science/paper/XZ633Z66
@misc{pith2026260722332,
author = {Pith},
title = {Pith review of: SLIP: Segmentation with Low-latency Interactive Prompting for 3D Medical Images},
year = {2026},
howpublished = {\url{https://pith.science/paper/XZ633Z66}},
note = {Machine review of arXiv:2607.22332}
}
read the original abstract
Interactive deep image segmentation enables efficient medical image annotation by iteratively refining predictions from user prompts, such as positive and negative clicks. Recent patch-based methods, including nnInteractive, achieve strong segmentation performance but remain limited in annotation workflows by high interaction latency, limited responsiveness to successive interactions, and the lack of support for reversible prompting. Furthermore, evaluation relies predominantly on simulated rather than controlled real-user interaction studies. We present SLIP, an end-to-end trainable framework for interactive 3D medical image segmentation that decouples image encoding from prompt-guided refinement. Image features are computed once and reused, while a lightweight patch memory bank maintains an interaction-aware segmentation state shared across patches. This representation enables prediction updates by propagating interaction context throughout the image, supports reversible prompting without recomputing image features, and substantially reduces interaction latency. By separating image representation from interactive reasoning, SLIP remains compatible with a wide range of image encoders. We train a single SLIP model for general interactive segmentation across diverse anatomical structures and imaging modalities. Beyond standard simulated evaluation, we conduct a controlled prospective user study comparing manual segmentation, nnInteractive, and SLIP across three clinical annotation tasks, six expert participants, and subjective usability measures, addressing the limited human validation of interactive segmentation methods. SLIP achieves SOTA interactive segmentation performance across 13 public datasets while providing lower interaction latency, greater responsiveness, support for reversible prompting, and higher user preference than existing approaches.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[49]
Wei, D., Lee, K., Li, H., Lu, R., Bae, J.A., Liu, Z., Zhang, L., dos Santos, M., Lin, Z., Uram, T., et al., 2021. Axonem dataset: 3d axon instance segmentation of brain cortical regions, in: International Conference on Medical Image Computing and Computer-Assisted Intervention, Springer. pp. 175–185. doi:10.1007/978-3 -030-87193-2_17
doi:10.1007/978-3 2021
-
[1]
Prostate158-an expert-annotated 3t mri dataset and algorithm for prostate cancer detection
Adams, L.C., Makowski, M.R., Engel, G., Rattunde, M., Busch, F., Asbach, P., Niehues, S.M., Vinaya- halingam, S., van Ginneken, B., Litjens, G., et al., 2022. Prostate158-an expert-annotated 3t mri dataset and algorithm for prostate cancer detection. Computers in biology and medicine 148, 105817. doi:10.1016/j.compbiomed.2022.105817
arXiv 2022
-
[2]
Data from nsclc-radiomics-genomics
Aerts, H.J., Rios Velazquez, E., Leijenaar, R.T., Parmar, C., Grossmann, P., Carvalho, S., Bussink, J., Monshouwer, R., Haibe-Kains, B., Rietveld, D., et al., 2015. Data from nsclc-radiomics-genomics. (No Title) doi:10.7937/K9/TCIA.2015.PF0M9REI
-
[3]
Aria, M., Ghaderzadeh, M., Asadi, F., 2021. Covid-19 lung ct scans. doi:10.34740/KAGGLE/DSV/1875670
arXiv 2021
-
[4]
Armato III, S.G., McLennan, G., Bidaut, L., McNitt-Gray, M.F., Meyer, C.R., Reeves, A.P., Zhao, B., Aberle, D.R., Henschke, C.I., Hoffman, E.A., et al., 2015. Data from lidc-idri. (No Title) doi:/10.7937/K9/TCIA.2 015.LO9QL9SX
-
[5]
Spatial proteomics in three-dimensional intact specimens
Bhatia, H.S., Brunner, A.D., ¨Ozt¨ urk, F., Kapoor, S., Rong, Z., Mai, H., Thielert, M., Ali, M., Al-Maskari, R., Paetzold, J.C., Kofler, F., Todorov, M.I., Molbay, M., Kolabas, Z.I., Negwer, M., Hoeher, L., Steinke, H., Dima, A., Gupta, B., Kaltenecker, D., ¨Oz¨ um Sehnaz Caliskan, Brandt, D., Krahmer, N., M¨ uller, S., Lichtenthaler, S.F., Hellal, F., B...
2022
-
[6]
Segmenting the Inferior Alveolar Canal in CBCTs Volumes: the ToothFairy Challenge
Bolelli, F., et al., 2024. Segmenting the Inferior Alveolar Canal in CBCTs Volumes: the ToothFairy Challenge. IEEE Transactions on Medical Imaging , 1–17doi:10.1109/TMI.2024.3523096
arXiv 2024
-
[7]
Automatic Segmentation and Alignment of Uterine Shapes from 3D Ultrasound Data
Boneˇ s, E., Gergolet, M., Bohak, C., ˇZiga Lesar, Marolt, M., 2024. Automatic Segmentation and Alignment of Uterine Shapes from 3D Ultrasound Data. Computers in Biology and Medicine 178, 108794. doi:10.101 6/j.compbiomed.2024.108794
arXiv 2024
Show all 60 references
-
[8]
Miccai challenge on circuit reconstruction from electron microscopy images.https://cremi
CREMI, 2016. Miccai challenge on circuit reconstruction from electron microscopy images.https://cremi. org/. Accessed: 2020-10-27
2016
-
[9]
Totalsegmentator mri: robust sequence-independent segmentation of multiple anatomic structures in mri
D’Antonoli, T.A., Berger, L.K., Indrakanti, A.K., Vishwanathan, N., Weiß, J., Jung, M., Berkarda, Z., Rau, A., Reisert, M., K¨ ustner, T., et al., 2024. Totalsegmentator mri: robust sequence-independent segmentation of multiple anatomic structures in mri. arXiv preprint arXiv:...
2024 arXiv
-
[10]
Ctspine1k: A large-scale dataset for spinal vertebrae segmentation in computed tomography
Deng, Y., Wang, C., Hui, Y., Li, Q., Li, J., Luo, S., Sun, M., Quan, Q., Yang, S., Hao, Y., et al., 2021. Ctspine1k: A large-scale dataset for spinal vertebrae segmentation in computed tomography. arXiv preprint arXiv:2105.14711 doi:10.59275/j.melba.2025-gf84
2021 arXiv
-
[11]
Lnq 2023 challenge: Benchmark of weakly-supervised techniques for mediastinal lymph node quantification
Dorent, R., Khajavi, R., Idris, T., Ziegler, E., Somarouthu, B., Jacene, H., LaCasce, A., Deissler, J., Ehrhardt, J., Engelson, S., et al., 2024. Lnq 2023 challenge: Benchmark of weakly-supervised techniques for mediastinal lymph node quantification. arXiv preprint arXiv:2408....
2024 arXiv
-
[12]
Ultrasound segmentation analysis via distinct and completed anatomical borders
Duque, V.G., Marquardt, A., Velikova, Y., Lacourpaille, L., Nordez, A., Crouzier, M., Lee, H.J., Mateus, D., Navab, N., 2024. Ultrasound segmentation analysis via distinct and completed anatomical borders. International Journal of Computer Assisted Radiology and Surgery 19, 14...
2024 doi
-
[13]
A large-scale multicenter breast cancer dce-mri benchmark dataset with expert segmentations
Garrucho, L., Kushibar, K., Reidel, C.A., Joshi, S., Osuala, R., Tsirikoglou, A., Bobowicz, M., Del Riego, J., Catanese, A., Gwo´ zdziewicz, K., et al., 2025. A large-scale multicenter breast cancer dce-mri benchmark dataset with expert segmentations. Scientific data 12, 453. ...
2025 doi
-
[14]
A whole-body fdg-pet/ct dataset with manually annotated tumor lesions
Gatidis, S., Hepp, T., Fr¨ uh, M., La Foug` ere, C., Nikolaou, K., Pfannenberg, C., Sch¨ olkopf, B., K¨ ustner, T., Cyran, C., Rubin, D., 2022. A whole-body fdg-pet/ct dataset with manually annotated tumor lesions. Scientific Data 9, 601. doi:10.1038/s41597-022-01718-3
2022 doi
-
[15]
Spider-lumbar spine segmentation in mr images: a dataset and a public benchmark
van der Graaf, J., van Hooff, M., Buckens, C., et al., 2023. Spider-lumbar spine segmentation in mr images: a dataset and a public benchmark. Boston: Zendo 10. doi:10.1038/s41597-024-03090-w
2023 doi
-
[16]
Deep learning enables automatic detection and segmentation of brain metastases on multisequence mri
Grøvik, E., Yi, D., Iv, M., Tong, E., Rubin, D., Zaharchuk, G., 2020. Deep learning enables automatic detection and segmentation of brain metastases on multisequence mri. Journal of Magnetic Resonance Imaging 51, 175–182. doi:10.1002/jmri.26766. 6
2020 doi
-
[17]
Multi-class segmentation of aortic branches and zones in computed tomography angiography: the aortaseg24 challenge
Imran, M., Krebs, J.R., Sivaraman, V.B., Zhang, T., Kumar, A., Ueland, W.R., Fassler, M.J., Huang, J., Sun, X., Wang, L., et al., 2025. Multi-class segmentation of aortic branches and zones in computed tomography angiography: the aortaseg24 challenge. arXiv preprint arXiv:2502...
2025 arXiv
-
[18]
Towards unifying anatomy segmentation: Automated generation of a full-body ct dataset, in: 2024 IEEE International Conference on Image Processing (ICIP), pp
Jaus, A., Seibold, C., Hermann, K., Shahamiri, N., Walter, A., Giske, K., Haubold, J., Kleesiek, J., Stiefel- hagen, R., 2024. Towards unifying anatomy segmentation: Automated generation of a full-body ct dataset, in: 2024 IEEE International Conference on Image Processing (ICI...
2024 doi
-
[19]
3d whole body preclinical micro-ct database of subcutaneous tumors in mice with annotations from 3 annotators
Jensen, M., Clemmensen, A., Hansen, J.G., van Krimpen Mortensen, J., Christensen, E.N., Kjaer, A., Ripa, R.S., 2024. 3d whole body preclinical micro-ct database of subcutaneous tumors in mice with annotations from 3 annotators. Scientific Data 11, 1021. doi:10.1038/s41597-024-03814-y
2024 doi
-
[20]
Tracked 3d ultrasound and deep neural network-based thyroid segmentation reduce interobserver variability in thyroid volumetry
Kr¨ onke, M., Eilers, C., Dimova, D., K¨ ohler, M., Buschner, G., Schweiger, L., Konstantinidou, L., Makowski, M., Nagarajah, J., Navab, N., et al., 2022. Tracked 3d ultrasound and deep neural network-based thyroid segmentation reduce interobserver variability in thyroid volum...
2022 doi
-
[21]
Emidec: a database usable for the automatic evaluation of myocardial infarction from delayed-enhancement cardiac mri
Lalande, A., Chen, Z., Decourselle, T., Qayyum, A., Pommier, T., Lorgis, L., de La Rosa, E., Cochet, A., Cottin, Y., Ginhac, D., et al., 2020. Emidec: a database usable for the automatic evaluation of myocardial infarction from delayed-enhancement cardiac mri. Data 5, 89. doi:...
2020 doi
-
[22]
Deep learning for segmentation using an open large-scale dataset in 2d echocardiography
Leclerc, S., Smistad, E., Pedrosa, J., Østvik, A., Cervenansky, F., Espinosa, F., Espeland, T., Berg, E.A.R., Jodoin, P.M., Grenier, T., et al., 2019. Deep learning for segmentation using an open large-scale dataset in 2d echocardiography. IEEE transactions on medical imaging ...
2019
-
[23]
Abdomenatlas: A large-scale, detailed-annotated, & multi-center dataset for efficient transfer learning and open algorithmic benchmarking
Li, W., Qu, C., Chen, X., Bassi, P.R., Shi, Y., Lai, Y., Yu, Q., Xue, H., Chen, Y., Lin, X., et al., 2024. Abdomenatlas: A large-scale, detailed-annotated, & multi-center dataset for efficient transfer learning and open algorithmic benchmarking. Medical Image Analysis 97, 1032...
2024
-
[24]
Lin, Z., Wei, D., Petkova, M.D., Wu, Y., Ahmed, Z., K, K.S., Zou, S., Wendt, N., Boulanger-Weill, J., Wang, X., et al., 2021. Nucmm dataset: 3d neuronal nuclei instance segmentation at sub-cubic millimeter scale, in: International Conference on Medical Image Computing and Comp...
2021 doi
-
[25]
Liu, Y., Yibulayimu, S., Sang, Y., Zhu, G., Wang, Y., Zhao, C., Wu, X., 2023. Pelvic fracture segmentation using a multi-scale distance-weighted neural network, in: International Conference on Medical Image Com- puting and Computer-Assisted Intervention, Springer. pp. 312–321....
2023 doi
-
[26]
Sdr-former: A siamese dual-resolution transformer for liver lesion classification using 3d multi-phase imaging
Lou, M., Ying, H., Liu, X., Zhou, H.Y., Zhang, Y., Yu, Y., 2025. Sdr-former: A siamese dual-resolution transformer for liver lesion classification using 3d multi-phase imaging. Neural Networks , 107228doi:10.101 6/j.neunet.2025.107228
2025
-
[27]
Segrap2023: A benchmark of organs-at-risk and gross tumor volume segmentation for radiotherapy planning of nasopharyngeal carcinoma
Luo, X., Fu, J., Zhong, Y., Liu, S., Han, B., Astaraki, M., Bendazzoli, S., Toma-Dasu, I., Ye, Y., Chen, Z., et al., 2025. Segrap2023: A benchmark of organs-at-risk and gross tumor volume segmentation for radiotherapy planning of nasopharyngeal carcinoma. Medical image analysi...
2025
-
[28]
Towards data-efficient learning: A benchmark for covid-19 ct lung and infection segmentation
Ma, J., Wang, Y., An, X., Ge, C., Yu, Z., Chen, J., Zhu, Q., Dong, G., He, J., He, Z., Cao, T., Zhu, Y., Nie, Z., Yang, X., 2021. Towards data-efficient learning: A benchmark for covid-19 ct lung and infection segmentation. Medical Physics 48, 1197–1210. doi:10.1002/mp.14676
2021 doi
-
[29]
Automatic organ and pan-cancer segmentation in abdomen ct: the flare 2023 challenge
Ma, J., Zhang, Y., Gu, S., Ge, C., Wang, E., Zhou, Q., Huang, Z., Lyu, P., He, J., Wang, B., 2024. Automatic organ and pan-cancer segmentation in abdomen ct: the flare 2023 challenge. arXiv preprint arXiv:2408.12534 doi:10.48550/arXiv.2408.12534
-
[30]
Duke liver dataset: A publicly available liver mri dataset with liver segmentation masks and series labels
Macdonald, J.A., Zhu, Z., Konkel, B., Mazurowski, M.A., Wiggins, W.F., Bashir, M.R., 2023. Duke liver dataset: A publicly available liver mri dataset with liver segmentation masks and series labels. Radiology: Artificial Intelligence 5, e220275. doi:10.1148/ryai.220275
2023 doi
-
[31]
Open access series of imaging studies (oasis): cross-sectional mri data in young, middle aged, nondemented, and demented older adults
Marcus, D.S., Wang, T.H., Parker, J., Csernansky, J.G., Morris, J.C., Buckner, R.L., 2007. Open access series of imaging studies (oasis): cross-sectional mri data in young, middle aged, nondemented, and demented older adults. Journal of cognitive neuroscience 19, 1498–1507. do...
2007 doi
-
[32]
Deep learning segmentation of the right ventricle in cardiac mri: the m&ms challenge
Mart ´ ın-Isla, C., Campello, V.M., Izquierdo, C., Kushibar, K., Sendra-Balcells, C., Gkontra, P., Sojoudi, A., Fulton, M.J., Arega, T.W., Punithakumar, K., et al., 2023. Deep learning segmentation of the right ventricle in cardiac mri: the m&ms challenge. IEEE Journal of Biom...
2023
-
[33]
type b aortic dissection cta collection with true and false lumen expert annotations for the development of ai-based algorithms
Mayer, C., Pepe, A., Hossain, S., Karner, B., Arnreiter, M., Kleesiek, J., Schmid, J., Janisch, M., Hannes, D., Fuchsj¨”ager, M., et al., 2024. type b aortic dissection cta collection with true and false lumen expert annotations for the development of ai-based algorithms. Scie...
2024 doi
-
[34]
Cervical cancer—tumor heterogeneity: Serial functional and molecular imaging across the radiation therapy course in advanced cervical cancer (version 1)
Mayr, N., Yuh, W., Bowen, S., Harkenrider, M., Knopp, M., Lee, E., Leung, E., Lo, S., Small Jr, W., Wolfson, H., 2023. Cervical cancer—tumor heterogeneity: Serial functional and molecular imaging across the radiation therapy course in advanced cervical cancer (version 1). The ...
2023 doi
-
[35]
Voxel-level segmentation of pathologically-proven adrenocortical carcinoma with ki-67 expression (adrenal-acc-ki67-seg)[data set]
Moawad, A.W., Ahmed, A.A., ElMohr, M., Eltaher, M., Habra, M.A., Fisher, S., Perrier, N., Zhang, M., Fuentes, D., Elsayes, K., 2023a. Voxel-level segmentation of pathologically-proven adrenocortical carcinoma with ki-67 expression (adrenal-acc-ki67-seg)[data set]. The Cancer I...
-
[36]
Multimodality annotated hepatocellular carcinoma data set including pre-and post-tace with imaging segmentation
Moawad, A.W., Morshid, A., Khalaf, A.M., Elmohr, M.M., Hazle, J.D., Fuentes, D., Badawy, M., Kaseb, A.O., Hassan, M., Mahvash, A., et al., 2023b. Multimodality annotated hepatocellular carcinoma data set including pre-and post-tace with imaging segmentation. Scientific data 10...
-
[37]
Trusted: The paired 3d transabdominal ultrasound and ct human data for kidney segmentation and registration research
Ndzimbong, W., Fourniol, C., Themyr, L., Thome, N., Keeza, Y., Sauer, B., Pi´ echaud, P.T., M´ ejean, A., Marescaux, J., George, D., et al., 2025. Trusted: The paired 3d transabdominal ultrasound and ct human data for kidney segmentation and registration research. Scientific D...
2025 doi
-
[38]
Hvsmr-2.0: A 3d cardiovascular mr dataset for whole-heart segmentation in congenital heart disease
Pace, D.F., Contreras, H.T., Romanowicz, J., Ghelani, S., Rahaman, I., Zhang, Y., Gao, P., Jubair, M.I., Yeh, T., Golland, P., et al., 2024. Hvsmr-2.0: A 3d cardiovascular mr dataset for whole-heart segmentation in congenital heart disease. Scientific Data 11, 721. doi:10.1038...
2024 doi
-
[39]
Han-seg: The head and neck organ-at-risk ct and mr segmentation dataset
Podobnik, G., Strojan, P., Peterlin, P., Ibragimov, B., Vrtovec, T., 2023. Han-seg: The head and neck organ-at-risk ct and mr segmentation dataset. Medical physics 50, 1917–1927. doi:10.1002/mp.16197
2023 doi
-
[40]
Quinton, F., Popoff, R., Presles, B., Leclerc, S., Meriaudeau, F., Nodari, G., Lopez, O., Pellegrinelli, J., Chevallier, O., Ginhac, D., et al., 2023. A tumor and liver automatic segmentation (atlas) dataset: A hepatocellular carcinoma dataset for automatic segmentation of liv...
2023 doi
-
[41]
Calibration and uncertainty for multirater volume assessment in multiorgan segmentation (curvas) challenge results
Riera-Mar ´ ın, M., Sikha, O., Rodr ´ ıguez-Comas, J., May, M.S., Pan, Z., Zhou, X., Liang, X., Erick, F.X., Prenner, A., H´ emon, C., et al., 2025. Calibration and uncertainty for multirater volume assessment in multiorgan segmentation (curvas) challenge results. Computers in...
2025
-
[42]
A new 2.5 d representation for lymph node detection in ct
Roth, H., Le, L., Ari, S., Cherry, K., Hoffman, J., Wang, S., Summers, R., 2018. A new 2.5 d representation for lymph node detection in ct. The Cancer Imaging Archive doi:10.7937/K9/TCIA.2015.AQIIDCNM
2018 doi
-
[43]
Preoperative ct and survival data for patients undergoing resection of colorectal liver metastases
Simpson, A.L., Peoples, J., Creasy, J.M., Fichtinger, G., Gangai, N., Keshavamurthy, K.N., Lasso, A., Shia, J., D’Angelica, M.I., Do, R.K., 2024. Preoperative ct and survival data for patients undergoing resection of colorectal liver metastases. Scientific data 11, 172. doi:10...
2024 doi
-
[44]
Thyroid ultrasound cine-clip
StanfordAIMI, 2026. Thyroid ultrasound cine-clip. URL:https://aimi.stanford.edu/, doi:10.71718/7m5 n-rh16
2026 doi
-
[45]
Aeropath: An airway segmentation benchmark dataset with challenging pathology and baseline method
Støverud, K.H., Bouget, D., Pedersen, A., Leira, H.O., Amundsen, T., Langø, T., Hofstad, E.F., 2024. Aeropath: An airway segmentation benchmark dataset with challenging pathology and baseline method. Plos one 19, e0311416. doi:10.1371/journal.pone.0311416
2024 doi
-
[46]
Generation of digital phantoms of cell nuclei and simulation of image formation in 3d image cytometry
Svoboda, D., Kozubek, M., Stejskal, S., 2009. Generation of digital phantoms of cell nuclei and simulation of image formation in 3d image cytometry. Cytometry Part A: The Journal of the International Society for Advancement of Cytometry 75, 494–509. doi:10.1002/cyto.a.20714
2009 doi
-
[47]
Wahid, K.A., Dede, C., El-Habashy, D.M., Kamel, S., Rooney, M.K., Khamis, Y., Abdelaal, M.R., Ahmed, S., Corrigan, K.L., Chang, E., et al., 2024. Overview of the head and neck tumor segmentation for magnetic resonance guided applications (hnts-mrg) 2024 challenge, in: Challeng...
2024 doi
-
[48]
Sam-med3d: Towards general-purpose segmentation models for volumetric medical images
Wang, H., Guo, S., Ye, J., Deng, Z., Cheng, J., Li, T., Chen, J., Su, Y., Huang, Z., Shen, Y., Fu, B., Zhang, S., He, J., Qiao, Y., 2024. Sam-med3d: Towards general-purpose segmentation models for volumetric medical images. doi:10.1007/978-3-031-91721-9_4,arXiv:2310.15161. 8
2024 arXiv
-
[50]
Wu, Z., Zhao, Q., Hu, M., Li, Y., Xue, H., Jiang, Z., Stefanidis, A., Wang, Q., Razzak, I., Ge, Z., et al.,
-
[51]
Resect: a clinical database of pre-operative mri and intra-operative ultrasound in low-grade glioma surgeries
Xiao, Y., Fortin, M., Unsg ˚ ard, G., Rivaz, H., Reinertsen, I., 2016. Resect: a clinical database of pre-operative mri and intra-operative ultrasound in low-grade glioma surgeries. (No Title) doi:10.11582/2017.00004
2016
-
[52]
Deeplesion: automated mining of large-scale lesion annotations and universal lesion detection with deep learning
Yan, K., Wang, X., Lu, L., Summers, R.M., 2018. Deeplesion: automated mining of large-scale lesion annotations and universal lesion detection with deep learning. Journal of medical imaging 5, 036501–036501. doi:10.1117/1.jmi.5.3.036501
2018 doi
-
[53]
Yang, J., Gu, S., Wei, D., Pfister, H., Ni, B., 2021. Ribseg dataset and strong point cloud baselines for rib segmentation from ct scans, in: International conference on medical image computing and computer-assisted intervention, Springer. pp. 611–621. doi:10.1007/978-3-030-87193-2_58
2021 doi
-
[54]
Data from lung ct segmentation challenge (lctsc)(version 3)[data set]
Yang, J., Sharp, G., Veeraraghavan, H., Van Elmpt, W., Dekker, A., Lustberg, T., Gooding, M., 2017. Data from lung ct segmentation challenge (lctsc)(version 3)[data set]. The Cancer Imaging Archive doi:10.7937/ K9/TCIA.2017.3R3FVZ08
2017
-
[55]
Benchmarking the cow with the topcow challenge: Topology- aware anatomical segmentation of the circle of willis for cta and mra
Yang, K., Musio, F., Ma, Y., et al., 2025a. Benchmarking the cow with the topcow challenge: Topology- aware anatomical segmentation of the circle of willis for cta and mra. doi:10.48550/arXiv.2312.17670, arXiv:2312.17670
-
[56]
Vivim: a video vision mamba for ultrasound video segmentation
Yang, Y., Xing, Z., Yu, L., Fu, H., Huang, C., Zhu, L., 2025b. Vivim: a video vision mamba for ultrasound video segmentation. IEEE Transactions on Circuits and Systems for Video Technology doi:10.1109/tcsvt. 2025.3563411
2025
-
[57]
Coffee-break lung ct collection with scan images reconstructed at multiple imaging parameters
Zhao, B., Schwartz, L.H., Kris, M.G., Riely, G.J., 2015. Coffee-break lung ct collection with scan images reconstructed at multiple imaging parameters. (No Title) doi:10.7937/tcia.2020.jit9grk8
2015 doi
-
[58]
Nis3d: A completely annotated benchmark for dense 3d nuclei image segmentation
Zheng, W., Peng, J.C., Hou, Z., Lyu, B., Wang, M., Mi, X., Qiao, S., Wan, Y., Yu, G., 2023. Nis3d: A completely annotated benchmark for dense 3d nuclei image segmentation. doi:10.52202/075280-0211
2023 doi
-
[59]
Automatic segmentation of mitochondria and endolysosomes in volumetric electron microscopy data
ˇZerovnik Mekuˇ c, M., Bohak, C., Hudoklin, S., Kim, B.H., Romih, R., Kim, M.Y., Marolt, M., 2020. Automatic segmentation of mitochondria and endolysosomes in volumetric electron microscopy data. Computers in Biology and Medicine 119, 103693. doi:10.1016/j.compbiomed.2020.103693. 9
2020
-
[2025]
Mswal: 3d multi-class segmentation of whole abdominal lesions dataset, in: International Conference on Medical Image Computing and Computer-Assisted Intervention, Springer. pp. 378–388. doi:10.1007/97 8-3-032-04937-7_36
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.