Pith. sign in

REVIEW 3 major objections 4 minor 164 references

Embracing Imperfect Datasets: A Review of Deep Learning Solutions for Medical Image Segmentation

T0 review · 3 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read Imperfect medical image segmentation datasets are not a dead end: the paper argues that scarce and weak annotations each have a matching toolbox of deep-learning methods, and that the right choice follows a cost-gain trade-off a…

desk verdict A genuinely useful taxonomy of label-efficient medical image segmentation methods, but the Section 6 cost-gain recommendations are qualitative judgments over heterogeneous evidence, not a derived comparison. read the letter →

arxiv 1908.10454 v2 pith:H7YNKCY4 submitted 2019-08-27 eess.IV cs.CVcs.LG

classification eess.IVcs.CVcs.LG
keywords medicalimagesegmentationscarceannotationsweaksparsenoisylabelsimage-levelsemi-supervisedlearningactive
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This survey establishes a working distinction between two failure modes of medical image segmentation datasets: scarce annotations, where too few images are densely labeled, and weak annotations, where labels are sparse, noisy, or image-level only. Against this taxonomy, it organizes the deep-learning literature into method families and argues that these families can be compared by cost-gain trade-offs, that is, how much performance they buy per unit of additional annotation or data effort. The paper's recommendations follow from this comparison: use no-extra-data methods first, add unlabeled or similar-domain data next, and call in experts only when richer annotation is genuinely needed. A sympathetic reader who accepts the survey's reading can choose a method for a given data budget without reading hundreds of primary papers, and can combine strategies when a dataset suffers from both scarcities and weaknesses.

What carries the argument

The carrying object is a two-level taxonomy in which dataset limitations are first split into scarce and weak annotations, and then each is sub-divided by general strategy. Its practical engine is Table 7, which color-codes every methodology by required data resources: green for methods needing only the original limited annotated dataset, orange for methods needing additional unlabeled or similar-domain labeled data, and red for methods requiring experts in the loop. That color-coding turns a literature review into a decision procedure, because Section 6's recommendations are derived directly from it: the paper advises applying green-tier methods wherever possible, using orange-tier methods according to the availability of auxiliary data, and reserving red-tier methods for situations where more annotation is genuinely needed.

What would settle it

Take a single segmentation backbone and a single medical dataset, then create controlled training conditions covering clean labels at 1%, 10%, and 50%, plus sparse, noisy, and image-level labels. Apply one representative method from each tier of Table 7 under identical data budgets and measure Dice on a fixed test set: if the green-tier methods (shape regularization, mixing, same-domain synthesis) are not among the best at low budgets, or if the overall ranking contradicts the cost-gain ordering, the survey's central recommendation logic would be falsified.

Watch

Extended reading notes

Core claim

The paper's central claim is that the practical bottleneck in medical image segmentation is not network architecture but the imperfection of training labels, and that this bottleneck splits into two tractable problems. Scarce annotations are addressed by increasing effective data through augmentation, synthesis, external datasets, unlabeled data, cost-effective annotation, regularization, or CRF post-processing; weak annotations are addressed per annotation type, with class activation maps and multiple instance learning for image-level labels, selective loss with or without mask completion for sparse labels, and robust loss with or without iterative mask refinement for noisy labels. The authors further claim that these methods differ more in the data resources they require than in the accuracy they achieve, and they rank them accordingly. The result is a set of concrete recommendations: shape regularization, mixing augmentation, and same-domain synthesis are suggested wherever possible; self-supervised pre-training is singled out as the most promising medium-resource approach; active learning and interactive segmentation are reserved for when expert annotation is unavoidable; and modified CAM-based approaches are preferred for image-level labels.

Load-bearing premise

The load-bearing premise is that Dice-score gains reported in different papers on different datasets, organs, architectures, and baselines are roughly comparable, so the method rankings in Table 7 would survive re-measurement on one common benchmark.

Editorial extensions

If this is right

  • A team with a small but cleanly labeled dataset should first exhaust traditional augmentation, shape regularization, mixing augmentation, and same-domain synthesis before seeking more data.
  • A team with extra unlabeled images can expect self-supervised pre-training to give gains even at full training-set size, unlike many semi-supervised methods whose advantage shrinks as labeled data grows.
  • When labels are image-level, modified class activation map approaches are the recommended family, reportedly landing within a few Dice points of full supervision.
  • Datasets that combine scarce and weak annotations can be handled by composing solutions, for example a semi-supervised method plus a CAM-based weakly supervised branch.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the resource-based ranking is right, it implies that future segmentation papers should report annotation cost and data requirements alongside Dice, otherwise the cost-gain table cannot be updated as new methods appear.
  • The taxonomy suggests a modular benchmark: fix one backbone and one organ, then vary annotation quantity and quality across the three weak-annotation types; the predicted ordering of method families would be directly testable.
  • The survey's 'use wherever possible' tier is a strong empirical prediction: shape regularization, mixing, and same-domain synthesis should dominate more data-hungry methods at very small annotation budgets, but the ordering may reverse when budgets grow.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. This survey reviews deep learning methods for medical image segmentation when training datasets are imperfect. It organizes the field into two broad problems—scarce annotations, where only limited labeled data exist, and weak annotations, where labels are sparse, noisy, or image-level only—and groups solution strategies accordingly: data augmentation, external labeled data, cost-effective annotation, unlabeled data, regularized training, and post-segmentation refinement for scarce annotations; and CAM/MIL, selective loss, and robust loss for weak annotations. For each strategy the paper summarizes representative works and reported results, compares methods in Table 7 according to required data resources, and offers practical recommendations in Section 6 based on cost-gain trade-offs. The survey is careful in places, explicitly noting where performance gains are regime-dependent and where comparisons are missing, but the advisory component rests on qualitative synthesis rather than a formal evidence table.

Significance. If its recommendations are accepted, the survey would provide a useful practical map for practitioners choosing among method families for imperfect medical segmentation datasets. Its main contribution is the scarce/weak taxonomy and the structured summaries in Tables 3–6, which organize a large and heterogeneous literature. The authors deserve credit for flagging unresolved issues, including that self-supervised and semi-supervised gains often narrow as labeled data grow (§4.4.1, §4.4.3), that one-shot synthetic augmentation results may not transfer to larger regimes (§4.1.3), and that CRF-based refinement shows mixed results in 3D (§4.6). The central weakness is that the Section 6 recommendations are not backed by a systematic, transparent synthesis of the reported Dice gains, so the practical cost-gain ordering is underdetermined by the evidence presented. This is a limitation of the advisory component, not an internal inconsistency in the taxonomy.

major comments (3)
  1. [Section 6, Table 7] The paper's central practical claim—that Section 6 and Table 7 allow a practitioner to choose a method family by cost-gain trade-off—is underdetermined by the presented evidence. The survey states no search or inclusion protocol, uses no common benchmark, and does not normalize reported Dice gains across datasets, organs, architectures, baselines, or annotation regimes. Table 7 encodes only data requirements through color and provides method descriptions; it does not tabulate the measured performance gain or implementation cost behind the recommendations. As a result, the cost-gain ordering in Section 6 is a narrative judgment rather than a derived comparison. Please either add a systematic evidence table with reported gains and data regime per study, conduct a meta-analytic comparison, or explicitly reframe the recommendations as qualitative expert opinion.
  2. [Section 6, §5.1.1, §5.3.1] Several Section 6 recommendations generalize from a single primary study. The recommendation of modified CAM-based approaches for image-level labels is supported chiefly by Feng et al. (2017), a pulmonary-nodule study on LIDC-IDRI, and is extended without further evidence to all medical image segmentation, including its use in the combined-scenario example in Section 6. Likewise, the noisy-label recommendation leans on Mirikharaji et al. (2019), a skin-lesion study with simulated polygon noise. If these gains are dataset- or noise-model-specific, the recommended priorities could reorder. Please add corroborating studies, or explicitly state the single-study basis and its scope when issuing a recommendation.
  3. [Section 4.1.3, §4.4.1, §4.4.3, Section 6] The recommendations in Section 6 do not condition on the data regime despite the survey's own caveats. The manuscript repeatedly flags that gains are regime-dependent: Zhao et al. (2019a) is tested in a one-shot setting with unclear gains for larger training sets (§4.1.3); Models Genesis gains may change in the presence of data augmentation (§4.4.1); and semi-supervised methods without pseudo labels 'are not as effective when the training set grows' (§4.4.3). Section 6 nevertheless issues unconditional recommendations, e.g., for shape regularization, same-domain synthesis, and semi-supervised learning, without specifying for which labeled-set sizes or annotation budgets the supporting evidence was obtained. Please tie each recommendation to the data regime in which the evidence was gathered, or explicitly acknowledge this axis of uncertainty.
minor comments (4)
  1. [§4.4.1, §4.5.3, §5.1.1] There are several typographical errors: 'foregin' should be 'foreign' (§4.4.1), 'peior' should be 'prior' (§4.5.3), and 'to to combine' should be 'to combine' (§5.1.1). A careful copyedit is needed.
  2. [Figure 1, Table 7] Figure 1 and Table 7 rely on color shading to distinguish categories and data requirements; the distinctions are difficult to decode in grayscale. Please add symbols or hatching and increase the font sizes in Figure 1 for readability.
  3. [Tables 1, 2, 4, 5, 6] Several summary tables list methods but omit the reported quantitative gains. Adding a column with the reported metric change and the data regime (labeled-set size, annotation type) would materially support the Section 6 recommendations and reduce the reader's need to consult the primary literature.
  4. [Section 3, Section 6] The survey does not state the literature search period, databases, or inclusion criteria. A short paragraph describing the selection scope would help readers judge coverage and would make the Section 6 synthesis more reproducible.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found: this survey's taxonomy and recommendations are descriptive syntheses of the cited literature, not predictions derived from fitted inputs.

full rationale

The paper is a review, not a derivation. Its scarce/weak annotation taxonomy (Sections 3-5) is an organizational scheme imposed on the literature, and Section 6 recommendations are narrative judgments about cost-gain trade-offs based on reported Dice gains. There is no fitted parameter that is later renamed as a prediction, no equation whose input is equivalent to its output, and no uniqueness theorem imported from the authors' prior work to force a choice. The authors cite their own papers (Tajbakhsh et al. 2016, 2019a, 2019b) only as examples of techniques in the literature; the survey's structure and recommendations do not depend on the correctness of those self-citations. The paper itself flags evidence-quality limitations, e.g. 'It is not clear whether the performance gain holds up in the presence of larger labeled training sets' (Section 4.1.3) and 'the efficacy of interactive segmentation methods in reducing annotation cost should be corroborated through more systematic user studies' (Section 4.3.3). Such caveats, and the general underdetermination of recommendations by heterogeneous benchmarks, are potential correctness or evidence concerns, but they are not circularity: the survey does not claim to derive its recommendations from equations that already contain them. Under the hard rules, no specific circular step can be exhibited, so the honest finding is no significant circularity.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The review itself introduces no free parameters or invented entities. It rests on the assumptions that the chosen literature selection is representative, that the taxonomy is complete enough to organize the field, and that heterogeneous reported gains can support qualitative recommendations.

assumptions (3)
  • domain assumption Reported Dice gains from different studies are treated as comparable evidence of method quality.
    Used in Section 6 and Table 7 to rank methods by performance gain without a shared benchmark or meta-analysis.
  • domain assumption The taxonomy of scarce versus weak annotations is sufficiently exhaustive to organize the literature.
    The whole survey structure depends on this partition; methods that mix both problems are only discussed briefly in Section 6.
  • domain assumption Empirical claims in the cited papers are accurately summarized.
    A survey necessarily trusts the results reported by primary papers; the authors do not re-run experiments.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Embracing Imperfect Datasets: A Review of Deep Learning Solutions for Medical Image Segmentation." pith.science (2026). https://pith.science/paper/H7YNKCY4

@misc{pith2026190810454,
  author       = {Pith},
  title        = {Pith review of: Embracing Imperfect Datasets: A Review of Deep Learning Solutions for Medical Image Segmentation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/H7YNKCY4}},
  note         = {Machine review of arXiv:1908.10454}
}
read the original abstract

The medical imaging literature has witnessed remarkable progress in high-performing segmentation models based on convolutional neural networks. Despite the new performance highs, the recent advanced segmentation models still require large, representative, and high quality annotated datasets. However, rarely do we have a perfect training dataset, particularly in the field of medical imaging, where data and annotations are both expensive to acquire. Recently, a large body of research has studied the problem of medical image segmentation with imperfect datasets, tackling two major dataset limitations: scarce annotations where only limited annotated data is available for training, and weak annotations where the training data has only sparse annotations, noisy annotations, or image-level annotations. In this article, we provide a detailed review of the solutions above, summarizing both the technical novelties and empirical results. We further compare the benefits and requirements of the surveyed methodologies and provide our recommended solutions. We hope this survey article increases the community awareness of the techniques that are available to handle imperfect medical image segmentation datasets.

Figures

Figures reproduced from arXiv: 1908.10454 by the authors.

Figure 1
Figure 1. Organization of this review paper. We broadly categorize the limitations of medical image segmentation datasets into scarce annotations and weak [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Leveraging external labeled datasets is effective for the problem of scarce annotations. This figure compares the data flow during inference for the related [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Shape regularization can combat the limited annotation problem by imposing additional constraints on predicted segmentation masks. Two common shape [PITH_FULL_IMAGE:figures/full_fig_p021_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Post segmentation refinement can, to some degree, correct the segmentation errors. (a) local CRF optimizes Gibbs energy over local patches weighing in [PITH_FULL_IMAGE:figures/full_fig_p024_4.png]
Figure 5
Figure 5. Figure 5: Comparing strong and weak annotations for lung lobes in the coronal view of a chest CT scan. (left) an example of strong annotations in the form of well [PITH_FULL_IMAGE:figures/full_fig_p025_5.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

164 extracted references · 52 canonical work pages

  1. [1]

    , author Hamarneh, G

    author Abhishek, K. , author Hamarneh, G. , year 2019 . title Mask2lesion: Mask-constrained adversarial skin lesion image synthesis , in: editor Burgos, N. , editor Gooya, A. , editor Svoboda, D. (Eds.), booktitle Simulation and Synthesis in Medical Imaging , publisher Springer International Publishing . pp. pages 71--80

  2. [2]

    , author Timofte, R

    author Agustsson, E. , author Timofte, R. , year 2017 . title Ntire 2017 challenge on single image super-resolution: Dataset and study , in: booktitle The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops

  3. [3]

    , author Vaidhya, K

    author Alex, V. , author Vaidhya, K. , author Thirunavukkarasu, S. , author Kesavadas, C. , author Krishnamurthi, G. , year 2017 . title Semisupervised learning using denoising autoencoders for brain lesion detection and segmentation . journal Journal of Medical Imaging volume 4 , pages 041311

  4. [4]

    , author Hasan, M

    author Alom, M.Z. , author Hasan, M. , author Yakopcic, C. , author Taha, T.M. , author Asari, V.K. , year 2018 . title Recurrent residual convolutional neural network based on u-net (r2u-net) for medical image segmentation . journal arXiv preprint arXiv:1802.06955

  5. [5]

    , author Haltmeier, M

    author Angermann, C. , author Haltmeier, M. , author Steiger, R. , author Pereverzyev Jr, S. , author Gizewski, E. , year 2019 . title Projection-based 2.5 d u-net architecture for fast volumetric segmentation . journal arXiv preprint arXiv:1902.00347

  6. [6]

    Self-Supervised Learning for Cardiac MR Image Segmentation by Anatomical Position Prediction

    author Bai, W. , author Chen, C. , author Tarroni, G. , author Duan, J. , author Guitton, F. , author Petersen, S.E. , author Guo, Y. , author Matthews, P.M. , author Rueckert, D. , year 2019 . title Self-supervised learning for cardiac mr image segmentation by anatomical position prediction . journal arXiv preprint arXiv:1907.02757

  7. [7]

    , author Oktay, O

    author Bai, W. , author Oktay, O. , author Sinclair, M. , author Suzuki, H. , author Rajchl, M. , author Tarroni, G. , author Glocker, B. , author King, A. , author Matthews, P.M. , author Rueckert, D. , year 2017 . title Semi-supervised learning for network-based cardiac mr image segmentation , in: booktitle International Conference on Medical Image Comp...

  8. [8]

    , author Suzuki, H

    author Bai, W. , author Suzuki, H. , author Qin, C. , author Tarroni, G. , author Oktay, O. , author Matthews, P.M. , author Rueckert, D. , year 2018 . title Recurrent neural networks for aortic image sequence segmentation with sparse annotations , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention , organ...

Show all 164 references
  1. [9]

    , author Albarqouni, S

    author Baur, C. , author Albarqouni, S. , author Navab, N. , year 2017 . title Semi-supervised deep learning for fully convolutional networks , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention , organization Springer . pp. pa...

  2. [10]

    , author Pinckaers, H

    author Bokhorst, J.M. , author Pinckaers, H. , author van Zwam, P. , author Nagtegaal, I. , author van der Laak, J. , author Ciompi, F. , year 2018 . title Learning from sparsely annotated data for semantic segmentation in histopathology images

  3. [11]

    , author Dubost, F

    author Bortsova, G. , author Dubost, F. , author Hogeweg, L. , author Katramados, I. , author de Bruijne, M. , year 2019 . title Semi-supervised medical image segmentation via learning consistency under transformations , in: booktitle International Conference on Medical Image ...

  4. [12]

    , author Jolly, M.P

    author Boykov, Y.Y. , author Jolly, M.P. , year 2001 . title Interactive graph cuts for optimal boundary & region segmentation of objects in nd images , in: booktitle Proceedings eighth IEEE international conference on computer vision. ICCV 2001 , organization IEEE . pp. pages...

  5. [13]

    , author Lu, L

    author Cai, J. , author Lu, L. , author Zhang, Z. , author Xing, F. , author Yang, L. , author Yin, Q. , year 2016 . title Pancreas segmentation in mri using graph-based decision fusion on convolutional neural networks , in: booktitle International Conference on Medical Image ...

  6. [14]

    , author Tang, Y

    author Cai, J. , author Tang, Y. , author Lu, L. , author Harrison, A.P. , author Yan, K. , author Xiao, J. , author Yang, L. , author Summers, R.M. , year 2018 . title Accurate weakly supervised deep lesion segmentation on ct scans: Self-paced 3d mask generation from recist ....

  7. [15]

    , author Hanna, M.G

    author Campanella, G. , author Hanna, M.G. , author Geneslaw, L. , author Miraflor, A. , author Werneck Krauss Silva , V. , author Busam, K.J. , author Brogi, E. , author Reuter, V.E. , author Klimstra, D.S. , author Fuchs, T.J. , year 2019 . title Clinical-grade computational...

  8. [16]

    , author Chaitanya, K

    author Can, Y.B. , author Chaitanya, K. , author Mustafa, B. , author Koch, L.M. , author Konukoglu, E. , author Baumgartner, C.F. , year 2018 . title Learning to segment medical images with scribble-supervision alone , in: booktitle Deep Learning in Medical Image Analysis and...

  9. [17]

    , author Karani, N

    author Chaitanya, K. , author Karani, N. , author Baumgartner, C.F. , author Becker, A. , author Donati, O. , author Konukoglu, E. , year 2019 . title Semi-supervised and task-driven data augmentation , in: booktitle International Conference on Information Processing in Medica...

  10. [18]

    , author Joyce, T

    author Chartsias, A. , author Joyce, T. , author Dharmakumar, R. , author Tsaftaris, S.A. , year 2017 . title Adversarial image synthesis for unpaired multi-modal cardiac data , in: booktitle International Workshop on Simulation and Synthesis in Medical Imaging , organization ...

  11. [19]

    , author Joyce, T

    author Chartsias, A. , author Joyce, T. , author Papanastasiou, G. , author Semple, S. , author Williams, M. , author Newby, D. , author Dharmakumar, R. , author Tsaftaris, S.A. , year 2018 . title Factorised spatial representation learning: application in semi-supervised myoc...

  12. [20]

    , author Dou, Q

    author Chen, C. , author Dou, Q. , author Chen, H. , author Heng, P.A. , year 2018 . title Semantic-aware generative adversarial nets for unsupervised domain adaptation in chest x-ray segmentation , in: booktitle International Workshop on Machine Learning in Medical Imaging , ...

  13. [21]

    , author Dou, Q

    author Chen, C. , author Dou, Q. , author Chen, H. , author Qin, J. , author Heng, P.A. , year 2019 a. title Synergistic image and feature adaptation: Towards cross-modality domain adaptation for medical image segmentation . journal arXiv preprint arXiv:1901.08211

  14. [22]

    , author Ouyang, C

    author Chen, C. , author Ouyang, C. , author Tarroni, G. , author Schlemper, J. , author Qiu, H. , author Bai, W. , author Rueckert, D. , year 2019 b. title Unsupervised multi-modal style transfer for cardiac mr segmentation . journal arXiv preprint arXiv:1908.07344

  15. [23]

    , author Papandreou, G

    author Chen, L.C. , author Papandreou, G. , author Kokkinos, I. , author Murphy, K. , author Yuille, A.L. , year 2017 . title Deeplab: Semantic image segmentation with deep convolutional nets, atrous convolution, and fully connected crfs . journal IEEE transactions on pattern ...

  16. [24]

    , author Bortsova, G

    author Chen, S. , author Bortsova, G. , author Ju \'a rez, A.G.U. , author van Tulder, G. , author de Bruijne, M. , year 2019 c. title Multi-task attention-based semi-supervised learning for medical image segmentation , in: booktitle International Conference on Medical Image C...

  17. [25]

    , author de Bruijne, M

    author Chen, S. , author de Bruijne, M. , year 2018 . title An end-to-end approach to semantic segmentation with 3d cnn and posterior-crf in medical images . journal arXiv preprint arXiv:1811.03549

  18. [26]

    , author de Bruijne, M

    author Cheplygina, V. , author de Bruijne, M. , author Pluim, J.P. , year 2019 . title Not-so-supervised: a survey of semi-supervised, multi-instance, and transfer learning in medical image analysis . journal Medical Image Analysis

  19. [27]

    , author Elshaer, M.E.A

    author Christ, P.F. , author Elshaer, M.E.A. , author Ettlinger, F. , author Tatavarty, S. , author Bickel, M. , author Bilic, P. , author Rempfler, M. , author Armbruster, M. , author Hofmann, F. , author D'Anastasi, M. , et al., year 2016 . title Automatic liver and lesion s...

  20. [28]

    , author Abdulkadir, A

    author C i c ek, \"O . , author Abdulkadir, A. , author Lienkamp, S.S. , author Brox, T. , author Ronneberger, O. , year 2016 . title 3d u-net: learning dense volumetric segmentation from sparse annotation , in: booktitle International conference on medical image computing and...

  21. [29]

    , author Welling, M

    author Cohen, T. , author Welling, M. , year 2016 . title Group equivariant convolutional networks , in: booktitle International conference on machine learning , pp. pages 2990--2999

  22. [30]

    , author Liu, Y

    author Cui, W. , author Liu, Y. , author Li, Y. , author Guo, M. , author Li, Y. , author Li, X. , author Wang, T. , author Zeng, X. , author Ye, C. , year 2019 . title Semi-supervised brain lesion segmentation with an adapted mean teacher model , in: booktitle International C...

  23. [31]

    , author Guttag, J

    author Dalca, A.V. , author Guttag, J. , author Sabuncu, M.R. , year 2018 . title Anatomical priors in convolutional networks for unsupervised biomedical segmentation , in: booktitle Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pp. pages 9290--9299

  24. [32]

    , author Kaufman, A.E

    author Dmitriev, K. , author Kaufman, A.E. , year 2019 . title Learning multi-class segmentations from single-class datasets , in: booktitle Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pp. pages 9501--9511

  25. [33]

    , author Yang, G

    author Dong, H. , author Yang, G. , author Liu, F. , author Mo, Y. , author Guo, Y. , year 2017 . title Automatic brain tumor detection and segmentation using u-net based fully convolutional networks , in: booktitle annual conference on medical image understanding and analysis...

  26. [34]

    , author Ouyang, C

    author Dou, Q. , author Ouyang, C. , author Chen, C. , author Chen, H. , author Glocker, B. , author Zhuang, X. , author Heng, P.A. , year 2018 . title Pnp-adanet: Plug-and-play adversarial domain adaptation network with a benchmark at cross-modality cardiac segmentation . jou...

  27. [35]

    , author Bello, G

    author Duan, J. , author Bello, G. , author Schlemper, J. , author Bai, W. , author Dawes, T.J. , author Biffi, C. , author de Marvao, A. , author Doumou, G. , author O’Regan, D.P. , author Rueckert, D. , year 2019 . title Automatic 3d bi-ventricular segmentation of cardiac im...

  28. [36]

    , author Yang, J

    author Feng, X. , author Yang, J. , author Laine, A.F. , author Angelini, E.D. , year 2017 . title Discriminative localization in cnns for weakly-supervised segmentation of pulmonary nodules , in: booktitle International Conference on Medical Image Computing and Computer-Assis...

  29. [37]

    , author Ho, D.J

    author Fu, C. , author Ho, D.J. , author Han, S. , author Salama, P. , author Dunn, K.W. , author Delp, E.J. , year 2017 . title Nuclei segmentation of fluorescence microscopy images using convolutional neural networks , in: booktitle 2017 IEEE 14th International Symposium on ...

  30. [38]

    , author Lee, S

    author Fu, C. , author Lee, S. , author Joon Ho, D. , author Han, S. , author Salama, P. , author Dunn, K.W. , author Delp, E.J. , year 2018 a. title Three dimensional fluorescence microscopy image synthesis and segmentation , in: booktitle Proceedings of the IEEE Conference o...

  31. [39]

    , author Cheng, J

    author Fu, H. , author Cheng, J. , author Xu, Y. , author Wong, D.W.K. , author Liu, J. , author Cao, X. , year 2018 b. title Joint optic disc and cup segmentation based on multi-label deep network and polar transformation . journal IEEE transactions on medical imaging volume ...

  32. [40]

    , author Xu, Y

    author Fu, H. , author Xu, Y. , author Lin, S. , author Wong, D.W.K. , author Liu, J. , year 2016 a. title Deepvessel: Retinal vessel segmentation via deep learning and conditional random field , in: booktitle International conference on medical image computing and computer-as...

  33. [41]

    , author Xu, Y

    author Fu, H. , author Xu, Y. , author Wong, D.W.K. , author Liu, J. , year 2016 b. title Retinal vessel segmentation via deep learning network and fully-connected conditional random fields , in: booktitle 2016 IEEE 13th international symposium on biomedical imaging (ISBI) , o...

  34. [42]

    , author Ghahramani, Z

    author Gal, Y. , author Ghahramani, Z. , year 2016 . title Dropout as a bayesian approximation: Representing model uncertainty in deep learning , in: booktitle international conference on machine learning , pp. pages 1050--1059

  35. [43]

    , author Xu, Z

    author Gao, M. , author Xu, Z. , author Lu, L. , author Wu, A. , author Nogues, I. , author Summers, R.M. , author Mollura, D.J. , year 2016 . title Segmentation label propagation using deep convolutional neural networks and dense conditional random field , in: booktitle 2016 ...

  36. [44]

    , author Karssemeijer, N

    author Ghafoorian, M. , author Karssemeijer, N. , author Heskes, T. , author van Uden, I.W. , author Sanchez, C.I. , author Litjens, G. , author de Leeuw, F.E. , author van Ginneken, B. , author Marchiori, E. , author Platel, B. , year 2017 . title Location sensitive deep conv...

  37. [45]

    , year 2018

    author Giger, M.L. , year 2018 . title Whole Brain Segmentation and Labeling from CT Using Synthetic MR Images . journal Journal of the American College of Radiology volume 15 , pages 512--520 . :10.1016/j.jacr.2017.12.028

  38. [46]

    , author Klaiman, E

    author Gildenblat, J. , author Klaiman, E. , year 2019 . title Self-supervised similarity learning for digital pathology . journal arXiv preprint arXiv:1905.08139

  39. [47]

    , author Pouget-Abadie, J

    author Goodfellow, I. , author Pouget-Abadie, J. , author Mirza, M. , author Xu, B. , author Warde-Farley, D. , author Ozair, S. , author Courville, A. , author Bengio, Y. , year 2014 . title Generative adversarial nets , in: booktitle Advances in neural information processing...

  40. [48]

    , author Carlier, A

    author Gorriz, M. , author Carlier, A. , author Faure, E. , author Giro-i Nieto, X. , year 2017 . title Cost-effective active learning for melanoma segmentation . journal arXiv preprint arXiv:1711.09168

  41. [49]

    , author Member, S

    author Gu, Y. , author Member, S. , author Yang, J. , author Yang, G.z. , year 2018 . title Reliable Label-Efficient Learning for Biomedical Image Recognition volume 9294 , pages 1--11 . :10.1109/TBME.2018.2889915

  42. [50]

    , author Virdi, T.S

    author Guibas, J.T. , author Virdi, T.S. , author Li, P.S. , year 2017 . title Synthetic medical images from dual generative adversarial networks . journal arXiv preprint arXiv:1709.01872

  43. [51]

    , author Hoffman, J

    author Gupta, S. , author Hoffman, J. , author Malik, J. , year 2016 . title Cross modal distillation for supervision transfer , in: booktitle Proceedings of the IEEE conference on computer vision and pattern recognition , pp. pages 2827--2836

  44. [53]

    , author Karargyris, A

    author Harouni, A. , author Karargyris, A. , author Negahdar, M. , author Beymer, D. , author Syeda-Mahmood, T. , year 2018 b. title Universal multi-modal deep network for classification and segmentation of medical images , in: booktitle 2018 IEEE 15th International Symposium ...

  45. [54]

    , author Gkioxari, G

    author He, K. , author Gkioxari, G. , author Dollár, P. , author Girshick, R. , year 2017 . title Mask R - CNN . journal arXiv:1703.06870 [cs] http://arxiv.org/abs/1703.06870. note arXiv: 1703.06870

  46. [55]

    , author Yang, G

    author He, Y. , author Yang, G. , author Chen, Y. , author Kong, Y. , author Wu, J. , author Tang, L. , author Zhu, X. , author Dillenseger, J.L. , author Shao, P. , author Zhang, S. , et al., year 2019 . title Dpa-densebiasnet: Semi-supervised 3d fine renal artery segmentatio...

  47. [56]

    , author Jia, W

    author Hesamian, M.H. , author Jia, W. , author He, X. , author Kennedy, P. , year 2019 . title Deep learning techniques for medical image segmentation: Achievements and challenges . journal Journal of digital imaging , pages 1--15

  48. [57]

    , author Liu, M.Y

    author Huang, X. , author Liu, M.Y. , author Belongie, S. , author Kautz, J. , year 2018 a. title Multimodal unsupervised image-to-image translation , in: booktitle Proceedings of the European Conference on Computer Vision (ECCV) , pp. pages 172--189

  49. [58]

    , author Dou, Q

    author Huang, Y.J. , author Dou, Q. , author Wang, Z.X. , author Liu, L.Z. , author Jin, Y. , author Li, C.F. , author Wang, L. , author Chen, H. , author Xu, R.H. , year 2018 b. title 3d RoI -aware U - Net for Accurate and Efficient Colorectal Tumor Segmentation . journal arX...

  50. [59]

    , author Xu, Z

    author Huo, Y. , author Xu, Z. , author Bao, S. , author Assad, A. , author Abramson, R.G. , author Landman, B.A. , year 2018 a. title Adversarial synthesis learning enables segmentation without target modality ground truth , in: booktitle 2018 IEEE 15th International Symposiu...

  51. [60]

    , author Xu, Z

    author Huo, Y. , author Xu, Z. , author Moon, H. , author Bao, S. , author Assad, A. , author Moyo, T.K. , author Savona, M.R. , author Abramson, R.G. , author Landman, B.A. , year 2018 b. title Synseg-net: Synthetic segmentation without target modality ground truth . journal ...

  52. [61]

    , author Belykh, E

    author Izadyyazdanabadi, M. , author Belykh, E. , author Cavallo, C. , author Zhao, X. , author Gandhi, S. , author Moreira, L.B. , author Eschbacher, J. , author Nakaji, P. , author Preul, M.C. , author Yang, Y. , year 2018 . title Weakly-supervised learning-based feature loc...

  53. [62]

    , author Kohl, S.A.A

    author Jaeger, P.F. , author Kohl, S.A.A. , author Bickelhaupt, S. , author Isensee, F. , author Kuder, T.A. , author Schlemmer, H.P. , author Maier-Hein, K.H. , year 2018 . title Retina U - Net : Embarrassingly Simple Exploitation of Segmentation Supervision for Medical Objec...

  54. [63]

    , author Kadir, T

    author Jamaludin, A. , author Kadir, T. , author Zisserman, A. , year 2017 . title Self-supervised learning for spinal mris , in: booktitle Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support . publisher Springer , pp. pages 294--302

  55. [64]

    , author Huang, X

    author Jia, Z. , author Huang, X. , author Eric, I. , author Chang, C. , author Xu, Y. , year 2017 . title Constrained deep weak supervision for histopathology image segmentation . journal IEEE transactions on medical imaging volume 36 , pages 2376--2388

  56. [65]

    , author Xu, Z

    author Jin, D. , author Xu, Z. , author Tang, Y. , author Harrison, A.P. , author Mollura, D.J. , year 2018 . title Ct-realistic lung nodule simulation from 3d conditional generative adversarial networks for robust lung segmentation , in: booktitle International Conference on ...

  57. [66]

    , author Park, S

    author Jung, W. , author Park, S. , author Jung, K.H. , author Hwang, S.I. , year 2019 . title Prostate cancer segmentation using manifold mixup u-net

  58. [67]

    , author Ledig, C

    author Kamnitsas, K. , author Ledig, C. , author Newcombe, V.F. , author Simpson, J.P. , author Kane, A.D. , author Menon, D.K. , author Rueckert, D. , author Glocker, B. , year 2017 . title Efficient multi-scale 3d cnn with fully connected crf for accurate brain lesion segmen...

  59. [68]

    , author Dou, H

    author Karimi, D. , author Dou, H. , author Warfield, S.K. , author Gholipour, A. , year 2019 . title Deep learning with noisy labels: exploring techniques and remedies in medical image analysis . journal arXiv preprint arXiv:1912.02911

  60. [69]

    , author Salcudean, S.E

    author Karimi, D. , author Salcudean, S.E. , year 2019 . title Reducing the hausdorff distance in medical image segmentation with convolutional neural networks . journal arXiv preprint arXiv:1904.10030

  61. [70]

    , author Gal, Y

    author Kendall, A. , author Gal, Y. , year 2017 . title What uncertainties do we need in bayesian deep learning for computer vision? , in: booktitle Advances in neural information processing systems , pp. pages 5574--5584

  62. [71]

    , author Bouchtiba, J

    author Kervadec, H. , author Bouchtiba, J. , author Desrosiers, C. , author Granger, E. , author Dolz, J. , author Ayed, I.B. , year 2019 . title Boundary loss for highly unbalanced segmentation , in: booktitle International Conference on Medical Imaging with Deep Learning , p...

  63. [72]

    a henb \

    author Kr \"a henb \"u hl, P. , author Koltun, V. , year 2011 . title Efficient inference in fully connected crfs with gaussian edge potentials , in: booktitle Advances in neural information processing systems , pp. pages 109--117

  64. [73]

    , author H \"a ne, C

    author Kuo, W. , author H \"a ne, C. , author Yuh, E. , author Mukherjee, P. , author Malik, J. , year 2018 . title Cost-sensitive active learning for intracranial hemorrhage detection , in: booktitle International Conference on Medical Image Computing and Computer-Assisted In...

  65. [74]

    , author Martinez, C

    author Larrazabal, A.J. , author Martinez, C. , author Ferrante, E. , year 2019 . title Anatomical priors for image segmentation via post-processing with denoising autoencoders , in: editor Shen, D. , editor Liu, T. , editor Peters, T.M. , editor Staib, L.H. , editor Essert, C...

  66. [75]

    , author Zhang, W

    author Li, M. , author Zhang, W. , author Yang, G. , author Wang, C. , author Zhang, H. , author Liu, H. , author Zheng, W. , author Li, S. , year 2019 a. title Recurrent Aggregation Learning for Multi - View Echocardiographic Sequences Segmentation . journal arXiv:1907.11292 ...

  67. [76]

    , author Chen, H

    author Li, X. , author Chen, H. , author Qi, X. , author Dou, Q. , author Fu, C.W. , author Heng, P.A. , year 2018 . title H-denseunet: hybrid densely connected unet for liver and tumor segmentation from ct volumes . journal IEEE transactions on medical imaging volume 37 , pag...

  68. [77]

    , author Yu, L

    author Li, X. , author Yu, L. , author Chen, H. , author Fu, C.W. , author Heng, P.A. , year 2019 b. title Transformation consistent self-ensembling model for semi-supervised medical image segmentation . journal arXiv preprint arXiv:1903.00348

  69. [78]

    , author Kamnitsas, K

    author Li, Z. , author Kamnitsas, K. , author Glocker, B. , year 2019 c. title Overfitting of neural nets under class imbalance: Analysis and improvements for segmentation , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention , ...

  70. [79]

    , author Krawiec, K

    author Liskowski, P. , author Krawiec, K. , year 2016 . title Segmenting retinal blood vessels with deep neural networks . journal IEEE transactions on medical imaging volume 35 , pages 2369--2380

  71. [80]

    , author Kooi, T

    author Litjens, G. , author Kooi, T. , author Bejnordi, B.E. , author Setio, A.A.A. , author Ciompi, F. , author Ghafoorian, M. , author Van Der Laak, J.A. , author Van Ginneken, B. , author S \'a nchez, C.I. , year 2017 . title A survey on deep learning in medical image analy...

  72. [81]

    , author Xu, D

    author Liu, S. , author Xu, D. , author Zhou, S.K. , author Pauly, O. , author Grbic, S. , author Mertelmeier, T. , author Wicklein, J. , author Jerebko, A. , author Cai, W. , author Comaniciu, D. , year 2018 . title 3d anisotropic hybrid network: Transferring convolutional fe...

  73. [82]

    , author Ji, Z

    author Ma, C. , author Ji, Z. , author Gao, M. , year 2019 . title Neural style transfer improves 3d cardiovascular mr image segmentation on inconsistent data , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention , organization ...

  74. [83]

    , author Bozorgtabar, B

    author Mahapatra, D. , author Bozorgtabar, B. , author Thiran, J.P. , author Reyes, M. , year 2018 . title Efficient active learning for image classification and segmentation using a sample selection and conditional generative adversarial network , in: booktitle International ...

  75. [84]

    , author Sintorn, I.M

    author Matuszewski, D.J. , author Sintorn, I.M. , year 2018 . title Minimal annotation training for segmentation of microscopy images , in: booktitle 2018 IEEE 15th International Symposium on Biomedical Imaging (ISBI 2018) , organization IEEE . pp. pages 387--390

  76. [85]

    , author Mercan, E

    author Mehta, S. , author Mercan, E. , author Bartlett, J. , author Weave, D. , author Elmore, J.G. , author Shapiro, L. , year 2018 . title Y- Net : Joint Segmentation and Classification for Diagnosis of Breast Biopsy Images . journal arXiv:1806.01313 [cs] http://arxiv.org/ab...

  77. [86]

    , author Jakab, A

    author Menze, B.H. , author Jakab, A. , author Bauer, S. , author Kalpathy-Cramer, J. , author Farahani, K. , author Kirby, J. , author Burren, Y. , author Porz, N. , author Slotboom, J. , author Wiest, R. , et al., year 2014 . title The multimodal brain tumor image segmentati...

  78. [87]

    , author Navab, N

    author Milletari, F. , author Navab, N. , author Ahmadi, S.A. , year 2016 . title V-net: Fully convolutional neural networks for volumetric medical image segmentation , in: booktitle 2016 Fourth International Conference on 3D Vision (3DV) , organization IEEE . pp. pages 565--571

  79. [88]

    , author Chen, X

    author Min, S. , author Chen, X. , author Zha, Z.J. , author Wu, F. , author Zhang, Y. , year 2018 . title A two-stream mutual attention network for semi-supervised biomedical segmentation with noisy labels . journal arXiv preprint arXiv:1807.11719

  80. [89]

    , author Hamarneh, G

    author Mirikharaji, Z. , author Hamarneh, G. , year 2018 . title Star shape prior in fully convolutional networks for skin lesion segmentation , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention , organization Springer . pp. p...

  81. [90]

    , author Yan, Y

    author Mirikharaji, Z. , author Yan, Y. , author Hamarneh, G. , year 2019 . title Learning to segment skin lesions from noisy annotations . journal arXiv preprint arXiv:1906.03815

  82. [91]

    , author Dolz, J

    author Mondal, A.K. , author Dolz, J. , author Desrosiers, C. , year 2018 . title Few-shot 3d multi-modal medical image segmentation using generative adversarial learning . journal arXiv preprint arXiv:1810.12241

  83. [92]

    , author Figueiredo, M.A

    author Monteiro, M. , author Figueiredo, M.A. , author Oliveira, A.L. , year 2018 . title Conditional random fields as recurrent neural networks for 3d medical imaging segmentation . journal arXiv preprint arXiv:1807.07464

  84. [93]

    , year 2018

    author Myronenko, A. , year 2018 . title 3d MRI brain tumor segmentation using autoencoder regularization . journal arXiv:1810.11654 [cs, q-bio] http://arxiv.org/abs/1810.11654. note arXiv: 1810.11654

  85. [94]

    , author Gao, Y

    author Nie, D. , author Gao, Y. , author Wang, L. , author Shen, D. , year 2018 . title Asdnet: Attention based semi-supervised deep networks for medical image segmentation , in: editor Frangi, A.F. , editor Schnabel, J.A. , editor Davatzikos, C. , editor Alberola-L \'o pez, C...

  86. [95]

    , author Ferrante, E

    author Oktay, O. , author Ferrante, E. , author Kamnitsas, K. , author Heinrich, M. , author Bai, W. , author Caballero, J. , author Cook, S.A. , author De Marvao, A. , author Dawes, T. , author O`Regan, D.P. , et al., year 2017 . title Anatomically constrained neural networks...

  87. [96]

    , author Schlemper, J

    author Oktay, O. , author Schlemper, J. , author Folgoc, L.L. , author Lee, M. , author Heinrich, M. , author Misawa, K. , author Mori, K. , author McDonagh, S. , author Hammerla, N.Y. , author Kainz, B. , author Glocker, B. , author Rueckert, D. , year 2018 . title Attention ...

  88. [97]

    , author Peng, Z

    author Ozdemir, F. , author Peng, Z. , author Tanner, C. , author Fuernstahl, P. , author Goksel, O. , year 2018 . title Active learning for segmentation by optimizing content information for maximal entropy , in: booktitle Deep Learning in Medical Image Analysis and Multimoda...

  89. [98]

    , author Tiulpin, A

    author Panfilov, E. , author Tiulpin, A. , author Klein, S. , author Nieminen, M.T. , author Saarakkala, S. , year 2019 . title Improving robustness of deep learning based knee mri segmentation: Mixup and adversarial domain adaptation , in: booktitle Proceedings of the IEEE In...

  90. [99]

    , year 2019

    author Qin, X. , year 2019 . title Transfer learning with edge attention for prostate mri segmentation . journal arXiv preprint arXiv:1912.09847

  91. [100]

    , author Doll \'a r, P

    author Radosavovic, I. , author Doll \'a r, P. , author Girshick, R. , author Gkioxari, G. , author He, K. , year 2018 . title Data distillation: Towards omni-supervised learning , in: booktitle Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pp...

  92. [101]

    , author Venkataramani, R

    author Ravishankar, H. , author Venkataramani, R. , author Thiruvenkadam, S. , author Sudhakar, P. , author Vaidya, V. , year 2017 . title Learning and incorporating shape models for semantic segmentation , in: booktitle International Conference on Medical Image Computing and ...

  93. [102]

    , author Fischer, P

    author Ronneberger, O. , author Fischer, P. , author Brox, T. , year 2015 . title U- Net : Convolutional Networks for Biomedical Image Segmentation . journal arXiv:1505.04597 [cs] http://arxiv.org/abs/1505.04597. note arXiv: 1505.04597

  94. [103]

    , author Zimmerer, D

    author Ross, T. , author Zimmerer, D. , author Vemuri, A. , author Isensee, F. , author Wiesenfarth, M. , author Bodenstedt, S. , author Both, F. , author Kessler, P. , author Wagner, M. , author M \"u ller, B. , et al., year 2018 . title Exploiting the potential of unlabeled ...

  95. [104]

    , author Lu, L

    author Roth, H.R. , author Lu, L. , author Farag, A. , author Shin, H.C. , author Liu, J. , author Turkbey, E.B. , author Summers, R.M. , year 2015 . title Deeporgan: Multi-level deep convolutional networks for automated pancreas segmentation , in: booktitle International conf...

  96. [105]

    , author Navab, N

    author Roy, A.G. , author Navab, N. , author Wachinger, C. , year 2018 . title Concurrent spatial and channel ‘squeeze & excitation’in fully convolutional networks , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention , organiza...

  97. [106]

    , author Milletari, F

    author Sakinis, T. , author Milletari, F. , author Roth, H. , author Korfiatis, P. , author Kostandy, P. , author Philbrick, K. , author Akkus, Z. , author Xu, Z. , author Xu, D. , author Erickson, B.J. , year 2019 . title Interactive segmentation of medical images through ful...

  98. [107]

    , author Urtasun, R

    author Schwing, A.G. , author Urtasun, R. , year 2015 . title Fully connected deep structured networks . journal arXiv preprint arXiv:1503.02351

  99. [108]

    , author Mahapatra, D

    author Sedai, S. , author Mahapatra, D. , author Hewavitharanage, S. , author Maetschke, S. , author Garnavi, R. , year 2017 . title Semi-supervised segmentation of optic cup in retinal fundus images using variational autoencoder , in: booktitle International Conference on Med...

  100. [109]

    , author Cogswell, M

    author Selvaraju, R.R. , author Cogswell, M. , author Das, A. , author Vedantam, R. , author Parikh, D. , author Batra, D. , year 2017 . title Grad-cam: Visual explanations from deep networks via gradient-based localization , in: booktitle Proceedings of the IEEE International...

  101. [110]

    , author Roth, H.R

    author Shin, H.C. , author Roth, H.R. , author Gao, M. , author Lu, L. , author Xu, Z. , author Nogues, I. , author Yao, J. , author Mollura, D. , author Summers, R.M. , year 2016 . title Deep convolutional neural networks for computer-aided detection: Cnn architectures, datas...

  102. [111]

    , author Tenenholtz, N.A

    author Shin, H.C. , author Tenenholtz, N.A. , author Rogers, J.K. , author Schwarz, C.G. , author Senjem, M.L. , author Gunter, J.L. , author Andriole, K.P. , author Michalski, M. , year 2018 . title Medical image synthesis for data augmentation and anonymization using generat...

  103. [112]

    , author Khoshgoftaar, T.M

    author Shorten, C. , author Khoshgoftaar, T.M. , year 2019 . title A survey on image data augmentation for deep learning . journal Journal of Big Data volume 6 , pages 60

  104. [113]

    , author Antiga, L

    author Silvestri, G. , author Antiga, L. , year 2018 . title Stereology as weak supervision for medical image segmentation

  105. [114]

    , author Pluim, J.P

    author Sirinukunwattana, K. , author Pluim, J.P. , author Chen, H. , author Qi, X. , author Heng, P.A. , author Guo, Y.B. , author Wang, L.Y. , author Matuszewski, B.J. , author Bruni, E. , author Sanchez, U. , et al., year 2017 . title Gland segmentation in colon histology im...

  106. [115]

    , author Gholipour, A

    author Sourati, J. , author Gholipour, A. , author Dy, J.G. , author Kurugol, S. , author Warfield, S.K. , year 2018 . title Active deep learning with fisher information for patch-wise semantic segmentation , in: booktitle Deep Learning in Medical Image Analysis and Multimodal...

  107. [116]

    , author Gholipour, A

    author Sourati, J. , author Gholipour, A. , author Dy, J.G. , author Tomas-Fernandez, X. , author Kurugol, S. , author Warfield, S.K. , year 2019 . title Intelligent labeling based on fisher information for medical image segmentation using deep learning . journal IEEE transact...

  108. [117]

    , author Kiwitz, K

    author Spitzer, H. , author Kiwitz, K. , author Amunts, K. , author Harmeling, S. , author Dickscheid, T. , year 2018 . title Improving cytoarchitectonic segmentation of human brain areas with self-supervised siamese networks , in: booktitle International Conference on Medical...

  109. [118]

    , author Shi, Y

    author Sun, J. , author Shi, Y. , author Gao, Y. , author Wang, L. , author Zhou, L. , author Yang, W. , author Shen, D. , year 2018 a. title Interactive medical image segmentation via point-based interaction and sequential patch learning . journal arXiv preprint arXiv:1804.10481

  110. [119]

    , author Fan, Z

    author Sun, L. , author Fan, Z. , author Huang, Y. , author Ding, X. , author Paisley, J. , year 2018 b. title Joint CS - MRI Reconstruction and Segmentation with a Unified Deep Network . journal arXiv:1805.02165 [cs] http://arxiv.org/abs/1805.02165. note arXiv: 1805.02165

  111. [120]

    , author Abhishek, K

    author Taghanaki, S.A. , author Abhishek, K. , author Cohen, J.P. , author Cohen-Adad, J. , author Hamarneh, G. , year 2019 . title Deep semantic segmentation of natural and medical images: A review . journal arXiv preprint arXiv:1910.07655

  112. [121]

    , author Hu, Y

    author Tajbakhsh, N. , author Hu, Y. , author Cao, J. , author Yan, X. , author Xiao, Y. , author Lu, Y. , author Liang, J. , author Terzopoulos, D. , author Ding, X. , year 2019 a. title Surrogate supervision for medical image analysis: Effective deep learning from limited qu...

  113. [122]

    , author Lai, B

    author Tajbakhsh, N. , author Lai, B. , author Ananth, S. , author Ding, X. , year 2019 b. title Errornet: Learning error representations from limited data to improve vascular segmentation . journal arXiv preprint arXiv:1910.04814

  114. [123]

    , author Shin, J.Y

    author Tajbakhsh, N. , author Shin, J.Y. , author Gurudu, S.R. , author Hurst, R.T. , author Kendall, C.B. , author Gotway, M.B. , author Liang, J. , year 2016 . title Convolutional neural networks for medical image analysis: Full training or fine tuning? journal IEEE transact...

  115. [124]

    , author Cai, J

    author Tang, Y. , author Cai, J. , author Lu, L. , author Harrison, A.P. , author Yan, K. , author Xiao, J. , author Yang, L. , author Summers, R.M. , year 2018 . title Ct image enhancement using stacked generative adversarial networks and transfer learning for lesion segmenta...

  116. [125]

    , author Tang, Y

    author Tang, Y. , author Tang, Y. , author Xiao, J. , author Summers, R.M. , year 2019 a. title Xlsor: A robust and accurate lung segmentor on chest x-rays using criss-cross attention and customized radiorealistic abnormalities generation . journal arXiv preprint arXiv:1904.09229

  117. [126]

    , author Oh, S

    author Tang, Y.B. , author Oh, S. , author Tang, Y.X. , author Xiao, J. , author Summers, R.M. , year 2019 b. title Ct-realistic data augmentation using generative adversarial network for robust lymph node segmentation , in: booktitle Medical Imaging 2019: Computer-Aided Diagn...

  118. [127]

    , author Pawlowski, N

    author Valindria, V.V. , author Pawlowski, N. , author Rajchl, M. , author Lavdas, I. , author Aboagye, E.O. , author Rockall, A.G. , author Rueckert, D. , author Glocker, B. , year 2018 . title Multi-modal learning from unpaired images: Application to multi-organ segmentation...

  119. [128]

    , author Linmans, J

    author Veeling, B.S. , author Linmans, J. , author Winkens, J. , author Cohen, T. , author Welling, M. , year 2018 . title Rotation equivariant cnns for digital pathology , in: booktitle International Conference on Medical image computing and computer-assisted intervention , o...

  120. [129]

    , author Lamb, A

    author Verma, V. , author Lamb, A. , author Beckham, C. , author Najafi, A. , author Mitliagkas, I. , author Lopez-Paz, D. , author Bengio, Y. , year 2019 . title Manifold mixup: Better representations by interpolating hidden states , in: booktitle International Conference on ...

  121. [130]

    , author Reuter, M

    author Wachinger, C. , author Reuter, M. , author Klein, T. , year 2018 . title Deepnat: Deep convolutional neural network for segmenting neuroanatomy . journal NeuroImage volume 170 , pages 434--445

  122. [131]

    , author Li, W

    author Wang, G. , author Li, W. , author Zuluaga, M.A. , author Pratt, R. , author Patel, P.A. , author Aertsen, M. , author Doel, T. , author David, A.L. , author Deprest, J. , author Ourselin, S. , et al., year 2018 a. title Interactive medical image segmentation using deep ...

  123. [132]

    , author Zuluaga, M.A

    author Wang, G. , author Zuluaga, M.A. , author Li, W. , author Pratt, R. , author Patel, P.A. , author Aertsen, M. , author Doel, T. , author David, A.L. , author Deprest, J. , author Ourselin, S. , et al., year 2018 b. title Deepigeos: a deep interactive geodesic framework f...

  124. [133]

    , author Zhou, M

    author Wang, S. , author Zhou, M. , author Gevaert, O. , author Tang, Z. , author Dong, D. , author Liu, Z. , author Tian, J. , year 2017 . title A multi-view deep convolutional neural networks for lung nodule segmentation , in: booktitle 2017 39th Annual International Confere...

  125. [134]

    , author Liu, F

    author Xia, Y. , author Liu, F. , author Yang, D. , author Cai, J. , author Yu, L. , author Zhu, Z. , author Xu, D. , author Yuille, A. , author Roth, H. , year 2020 . title 3d semi-supervised learning with uncertainty-aware multi-view co-training

  126. [135]

    , author Xie, L

    author Xia, Y. , author Xie, L. , author Liu, F. , author Zhu, Z. , author Fishman, E.K. , author Yuille, A.L. , year 2018 . title Bridging the gap between 2d and 3d organ segmentation with volumetric fusion net , in: booktitle International Conference on Medical Image Computi...

  127. [136]

    , author Niethammer, M

    author Xu, Z. , author Niethammer, M. , year 2019 . title Deepatlas: Joint semi-supervised learning of image registration and segmentation , in: booktitle Medical Image Computing and Computer Assisted Intervention (MICCAI) , organization Springer . pp. pages 420--429

  128. [137]

    , author Wang, X

    author Yan, K. , author Wang, X. , author Lu, L. , author Summers, R.M. , year 2018 . title Deeplesion: automated mining of large-scale lesion annotations and universal lesion detection with deep learning . journal Journal of medical imaging volume 5 , pages 036501

  129. [138]

    , author Zhang, Y

    author Yang, L. , author Zhang, Y. , author Chen, J. , author Zhang, S. , author Chen, D.Z. , year 2017 . title Suggestive annotation: A deep active learning framework for biomedical image segmentation , in: booktitle International conference on medical image computing and com...

  130. [139]

    , author Walia, E

    author Yi, X. , author Walia, E. , author Babyn, P. , year 2018 . title Generative adversarial network in medical imaging: A review . journal arXiv preprint arXiv:1809.07294

  131. [140]

    , author Wang, S

    author Yu, L. , author Wang, S. , author Li, X. , author Fu, C.W. , author Heng, P.A. , year 2019 . title Uncertainty-aware self-ensembling model for semi-supervised 3d left atrium segmentation , in: booktitle International Conference on Medical Image Computing and Computer-As...

  132. [141]

    , author Xie, L

    author Yu, Q. , author Xie, L. , author Wang, Y. , author Zhou, Y. , author Fishman, E.K. , author Yuille, A.L. , year 2018 . title Recurrent saliency transformation network: Incorporating multi-stage visual cues for small organ segmentation , in: booktitle Proceedings of the ...

  133. [142]

    , author Bengio, S

    author Zhang, C. , author Bengio, S. , author Hardt, M. , author Recht, B. , author Vinyals, O. , year 2016 . title Understanding deep learning requires rethinking generalization . journal arXiv preprint arXiv:1611.03530

  134. [143]

    , author Cisse, M

    author Zhang, H. , author Cisse, M. , author Dauphin, Y.N. , author Lopez-Paz, D. , year 2018 a. title mixup: Beyond empirical risk minimization . journal International Conference on Learning Representations https://openreview.net/forum?id=r1Ddp1-Rb

  135. [144]

    , author Gopalakrishnan, V

    author Zhang, L. , author Gopalakrishnan, V. , author Lu, L. , author Summers, R.M. , author Moss, J. , author Yao, J. , year 2018 b. title Self-learning to detect and segment cysts in lung ct images without manual annotation , in: booktitle 2018 IEEE 15th International Sympos...

  136. [145]

    , author Wang, X

    author Zhang, L. , author Wang, X. , author Yang, D. , author Sanford, T. , author Harmon, S. , author Turkbey, B. , author Roth, H. , author Myronenko, A. , author Xu, D. , author Xu, Z. , year 2019 a. title When unseen domain generalization is unnecessary? rethinking data au...

  137. [146]

    , author Wang, F

    author Zhang, P. , author Wang, F. , author Zheng, Y. , year 2017 a. title Self supervised deep representation learning for fine-grained body part recognition , in: booktitle 2017 IEEE 14th International Symposium on Biomedical Imaging (ISBI 2017) , organization IEEE . pp. pag...

  138. [147]

    , author Zhong, Y

    author Zhang, P. , author Zhong, Y. , author Deng, Y. , author Tang, X. , author Li, X. , year 2019 b. title A survey on deep learning of small sample in biomedical image analysis . journal arXiv preprint arXiv:1908.00473

  139. [148]

    , author Miao, S

    author Zhang, Y. , author Miao, S. , author Mansi, T. , author Liao, R. , year 2018 c. title Task driven generative modeling for unsupervised domain adaptation: Application to x-ray image segmentation , in: booktitle International Conference on Medical Image Computing and Comp...

  140. [149]

    , author Yang, L

    author Zhang, Y. , author Yang, L. , author Chen, J. , author Fredericksen, M. , author Hughes, D.P. , author Chen, D.Z. , year 2017 b. title Deep adversarial networks for biomedical image segmentation utilizing unannotated images , in: editor Descoteaux, M. , editor Maier-Hei...

  141. [150]

    , author Yang, Q

    author Zhang, Y. , author Yang, Q. , year 2017 . title A Survey on Multi - Task Learning . journal arXiv:1707.08114 [cs] http://arxiv.org/abs/1707.08114. note arXiv: 1707.08114

  142. [151]

    , author Li, J

    author Zhang, Z. , author Li, J. , author Zhong, Z. , author Jiao, Z. , author Gao, X. , year 2019 c. title A sparse annotation strategy based on attention-guided active learning for 3d medical image segmentation . journal arXiv preprint arXiv:1906.07367

  143. [152]

    , author Yang, L

    author Zhang, Z. , author Yang, L. , author Zheng, Y. , year 2018 d. title Translating and segmenting multimodal medical volumes with cycle-and shape-consistency generative adversarial network , in: booktitle Proceedings of the IEEE Conference on Computer Vision and Pattern Re...

  144. [153]

    , author Balakrishnan, G

    author Zhao, A. , author Balakrishnan, G. , author Durand, F. , author Guttag, J.V. , author Dalca, A.V. , year 2019 a. title Data augmentation using learned transforms for one-shot medical image segmentation . journal arXiv preprint arXiv:1902.09383

  145. [154]

    , author Zhang, Y.M

    author Zhao, Y.X. , author Zhang, Y.M. , author Song, M. , author Liu, C.L. , year 2019 b. title Multi-view semi-supervised 3d whole brain segmentation with a self-ensemble network , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Interv...

  146. [155]

    , author Yang, L

    author Zheng, H. , author Yang, L. , author Chen, J. , author Han, J. , author Zhang, Y. , author Liang, P. , author Zhao, Z. , author Wang, C. , author Chen, D.Z. , year 2019 . title Biomedical image segmentation via representative annotation

  147. [156]

    , author Jayasumana, S

    author Zheng, S. , author Jayasumana, S. , author Romera-Paredes, B. , author Vineet, V. , author Su, Z. , author Du, D. , author Huang, C. , author Torr, P.H. , year 2015 . title Conditional random fields as recurrent neural networks , in: booktitle Proceedings of the IEEE in...

  148. [157]

    , author Khosla, A

    author Zhou, B. , author Khosla, A. , author Lapedriza, A. , author Oliva, A. , author Torralba, A. , year 2016 . title Learning deep features for discriminative localization , in: booktitle Proceedings of the IEEE conference on computer vision and pattern recognition , pp. pa...

  149. [158]

    , author Li, Z

    author Zhou, Y. , author Li, Z. , author Bai, S. , author Wang, C. , author Chen, X. , author Han, M. , author Fishman, E. , author Yuille, A. , year 2019 a. title Prior-aware neural network for partially-supervised multi-organ segmentation . journal arXiv preprint arXiv:1904.06346

  150. [159]

    , author Wang, Y

    author Zhou, Y. , author Wang, Y. , author Tang, P. , author Bai, S. , author Shen, W. , author Fishman, E.K. , author Yuille, A.L. , year 2018 a. title Semi-supervised multi-organ segmentation via deep multi-planar co-training . journal arXiv preprint arXiv:1804.02586

  151. [160]

    , author Siddiquee, M.M.R

    author Zhou, Z. , author Siddiquee, M.M.R. , author Tajbakhsh, N. , author Liang, J. , year 2018 b. title Unet++: A nested u-net architecture for medical image segmentation , in: booktitle Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Su...

  152. [161]

    , author Sodha, V

    author Zhou, Z. , author Sodha, V. , author Rahman Siddiquee, M.M. , author Feng, R. , author Tajbakhsh, N. , author Gotway, M. , author Liang, J. , year 2019 b. title Models genesis: Generic autodidactic models for 3d medical image analysis , in: booktitle Medical Image Compu...

  153. [162]

    , author Shi, J

    author Zhu, H. , author Shi, J. , author Wu, J. , year 2019 . title Pick-and-learn: Automatic quality evaluation for noisy-labeled image segmentation , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention , organization Springer ...

  154. [163]

    , author Park, T

    author Zhu, J.Y. , author Park, T. , author Isola, P. , author Efros, A.A. , year 2017 . title Unpaired image-to-image translation using cycle-consistent adversarial networks , in: booktitle Proceedings of the IEEE international conference on computer vision , pp. pages 2223--2232

  155. [164]

    , author Li, L

    author Zhuang, X. , author Li, L. , author Payer, C. , author S tern, D. , author Urschler, M. , author Heinrich, M.P. , author Oster, J. , author Wang, C. , author Smedby, \"O . , author Bian, C. , et al., year 2019 . title Evaluation of algorithms for multi-modality whole he...

  156. [165]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.