Pith. sign in

REVIEW 3 major objections 4 minor 1 cited by

Pitfalls of topology-aware image segmentation

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

Pith's one-line read This paper argues that standard benchmarking of topology-aware image segmentation is unreliable: connectivity choice alone can invert method rankings, ground-truth artifacts can account for a large share of measured topological error, and…

desk verdict A benchmarking critique with a real message, but the headline ranking-inversion claim is built on single-seed statistics that need more support. read the letter →

arxiv 2412.14619 v1 pith:VYCATFLA submitted 2024-12-19 cs.CV cs.AIcs.LG

classification cs.CVcs.AIcs.LG
keywords topology-awaresegmentationmodelevaluationconnectivityBettinumbersmatchingerrorgroundtruthartifactsbenchmarkingpitfallsmedicalimage
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 paper argues that the standard way of benchmarking topology-aware image segmentation methods is broken. It identifies three practice-level pitfalls: choosing the wrong voxel connectivity for a dataset, leaving topological artifacts in ground-truth labels, and using metrics such as VOI or aggregated Betti scores that mix volume and topology. On three widely used benchmarks (DRIVE, CREMI, Roads), the authors show that switching between the two common connectivity conventions alone flips method rankings, with an average Spearman correlation of -0.63, and that cleaning small label artifacts cuts measured topological error by up to 43%. The paper concludes with concrete reporting and evaluation guidelines designed to make future comparisons trustworthy.

What carries the argument

The analysis is built on two formal tools. The first is the pair of connectivity conventions A and D, which correspond to opposite foreground/background adjacency choices and, in cubical complex terms, to T- versus V-construction; the paper proposes a simple susceptibility score, e.g., |β0(PD) − β0(PA)|, to quantify how much a dataset's topological metrics move when connectivity changes. The second is the comparison of before/after artifact removal on DRIVE, using a 5-pixel component-size threshold, to isolate the contribution of label noise and connectivity artifacts to Betti number and Betti matching errors.

What would settle it

Compute the A-versus-D Spearman rank correlation for a new, topologically rich segmentation dataset using the authors' protocol; if the correlation is systematically positive or near zero, the claim that connectivity choice inverts rankings does not generalize. More directly, re-run the DRIVE artifact experiment with a 10-pixel or 3-pixel removal threshold and check whether the 43% reduction in BM1 error persists or disappears, which would test whether the effect is an artifact of the threshold.

Watch

Extended reading notes

Core claim

The central claim is that reported rankings of topology-aware segmentation methods are largely artifacts of arbitrary evaluation choices. By training and evaluating six methods on the CREMI dataset under both the A connectivity (all-connectivity foreground, direct background) and the D connectivity (the reverse), the authors find that ranks invert on nearly every metric, including negative Spearman correlations on Betti errors. On DRIVE, removing ground-truth components up to 5 pixels, which visually correspond to label noise and connectivity artifacts, reduces the Betti matching 1 error by about 43% and Betti number 1 error by about 29%, while leaving Dice and VOI nearly unchanged. The paper also shows that distributional metrics (VOI, ARE/ARI) entangle volumetric and topological errors, and that aggregating Betti errors across dimensions hides the metric that matters for the downstream task, e.g., BM0 for vessels and BM1 for neurons.

Load-bearing premise

The quantitative conclusions rest on the authors' manual choice, guided by visual inspection, of which connectivity is semantically correct for each dataset (A for DRIVE, D for CREMI and Roads) and of the 5-pixel component-size cutoff for treating ground-truth objects as artifacts; a different reasonable choice could change the magnitudes and possibly the ranking flips.

Editorial extensions

If this is right

  • Method papers should report which connectivity they use, e.g., β0A versus β0D, and choose the semantics-preserving one per dataset.
  • Rankings in existing papers that omit connectivity reporting may not transfer to downstream applications.
  • Topological metrics should be reported without dimension aggregation, and always paired with a purely volumetric metric.
  • Datasets should be screened for small background components before benchmarking, except where such components carry semantic meaning, as in CREMI neuron beginnings.
  • The connectivity susceptibility score can be computed cheaply for any dataset before it is adopted as a benchmark.

Reading between the lines

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

  • The susceptibility measure generalizes: any 2D or 3D segmentation benchmark could be screened with it, and datasets with high susceptibility should be reported with multiple connectivity choices until a semantic consensus is reached.
  • The finding that connectivity can invert rankings suggests that some published method comparisons in the topology-aware segmentation literature may need to be re-run under standardized connectivity before their conclusions can be considered stable.
  • The artifact-removal result implies that weakly supervised or iterative label-cleaning steps could be integrated into evaluation pipelines, though the 5-pixel threshold would need task-specific justification.
  • The paper's recommendation to use Betti matching errors over Betti numbers may itself depend on the matching algorithm's sensitivity to connectivity, which the paper does not fully dissect.
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. The paper argues that current benchmarking practices for topology-aware medical image segmentation are unreliable because of three pitfalls: (1) inadequate connectivity choices that can distort method rankings, (2) topological artifacts in ground-truth labels that inflate measured topological error, and (3) inappropriate use of evaluation metrics that entangle volumetric and topological information or aggregate different topological dimensions. The authors empirically study these issues using the DRIVE, CREMI, Roads, and MSSEG2 datasets and six topology-aware segmentation methods. They report that switching between the two standard connectivity conventions (A and D) can produce negative correlations between method rankings across metrics, that removing small ground-truth components reduces Betti matching error by up to ~43% (Table 4, BM1A), and that distributional metrics such as VOI/ARE are not consistently correlated with topological metrics. They propose recommendations: dataset-specific connectivity choices with transparency, removal of semantic artifacts, and reporting of disaggregated Betti matching errors alongside volumetric metrics. They also introduce a connectivity susceptibility metric.

Significance. If the findings are robust, the paper addresses a real and timely problem: many topology-aware segmentation papers report rankings that may be artifacts of evaluation choices rather than genuine method quality. The work is constructive in proposing concrete reporting standards and a susceptibility metric, and it ships code and uses publicly available datasets. The main claims are empirical and falsifiable. However, the central ranking-inversion claim currently rests on a small number of methods trained with single seeds, which undermines the strength of the conclusion as presented. The paper is nevertheless a valuable contribution to benchmarking methodology, provided the statistical grounding is improved.

major comments (3)
  1. [Section 3.1, Table 2] The ranking-inversion claim is supported only by single training runs per method per connectivity setting. With n=6 methods, none of the reported Spearman coefficients (range -0.37 to -0.85) reaches the critical value of approximately 0.886 at alpha=0.05 (two-tailed), and the average of -0.63 could plausibly arise from training stochasticity. Please provide multi-seed experiments with confidence intervals or explicitly moderate the conclusion that 'the ranking of the methods changes drastically' to a statement that rankings are unstable under connectivity changes.
  2. [Discussion (unnumbered paragraph)] The headline statistic 'avg. Spearman's ρ = -0.63' does not match the mean of the seven values in Table 2, which is approximately -0.59. This inconsistency undermines the reported summary statistic; please correct the value or clarify how the average is computed (e.g., whether the average is over metrics or over some other grouping).
  3. [Section 3.2, Table 4] The artifact-removal experiment uses a manually chosen threshold of components with fewer than 5 pixels, and the reported claim that artifacts can comprise up to 43% of measured topological error (BM1A relative change) is threshold-dependent. The paper does not provide a sensitivity analysis over thresholds for the metric changes, although Table 5 reports component counts for several thresholds. Please either add such an analysis or explicitly state that the 43% figure is an example under a specific threshold, and discuss how the conclusion depends on this choice.
minor comments (4)
  1. [Section 3.2, Table 4] The caption for Table 4 repeats the phrase 'adapted ground truth' for both blocks; the second block should refer to the original ground truth.
  2. [Section 3.1, Eq. (1) and Table 3] The connectivity susceptibility values in Table 3 appear to be per-image averages (e.g., for DRIVE, the total foreground component difference of 18,718 divided by 40 images gives 467.95), but the text defines the metric for 'a label G' without specifying whether the reported values are per-image averages or totals. Please clarify the normalization.
  3. [Section 3.1] The claim that 'only one paper reports their connectivity choice' for the DRIVE dataset would benefit from a citation to that specific paper to make the statement verifiable.
  4. [Section 3.3, Figure 4] In Figure 4, the panels illustrate 'unfavorable' and 'favorable' predictions, but the caption does not state which prediction the authors consider preferable in each case; adding explicit labels would improve interpretability.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the central claims are empirical benchmark observations, not derivations from the paper's own definitions or fitted parameters.

full rationale

The manuscript's central claims are empirical findings about existing methods and metrics: connectivity choices invert rankings (Table 2), small-component removal changes measured topological errors (Table 4), and distributional or aggregated metrics misrepresent topological accuracy (Section 3.3). These claims are supported by direct experiments, not by equations that presuppose the conclusions. The only formal definition, connectivity susceptibility in Eq. (1), is a descriptive measure of label partitions; the paper's statement that high susceptibility 'indicates' large score discrepancies is an empirical correlation, not an identity. Self-citations (TopoGraph [28], Betti matching [42], ClDice [40], and related prior work) appear as baselines or as prior metrics, and the paper explicitly re-tests the Betti-matching claim ('We investigate this statement empirically'), so no load-bearing argument reduces to a self-citation. Manual choices, such as the semantically favorable connectivity per dataset and the 5-pixel artifact threshold, are assumptions based on visual inspection; they affect the magnitude of reported effects but do not make the conclusions true by construction. The single-seed, six-method statistical weakness is a validity concern, not a circularity. Accordingly, no circular step is present.

Assumptions & free parameters 1 free parameters · 4 assumptions · 0 invented entities

The central claim rests on a small number of domain-specific semantic judgments: which connectivity is 'correct' for each dataset and which small components are 'artifacts'. The 5-pixel threshold is a free parameter. No new entities (particles, forces, dimensions) are introduced.

free parameters (1)
  • Small component removal threshold = ≤ 5 pixels
    Used to define topological artifacts in DRIVE and Roads (Section 3.2, Table 4). Chosen by visual inspection, not optimized or validated. Table 5 shows a sweep over 1, 2, and 5 pixels, but the headline 43% effect uses 5 pixels.
assumptions (4)
  • standard math Jordan curve theorem requires opposite connectivity for foreground and background (A or D)
    Assumed in Section 3.1 to justify the two feasible connectivity settings.
  • domain assumption The 'semantically favorable' connectivity is A for DRIVE, D for CREMI, and D for Roads
    The paper asserts these choices capture dataset semantics (Sections 3.1 and 3.2) based on visual inspection, not external validation.
  • ad hoc to paper Small connected components (≤5 pixels) in DRIVE and Roads are artifacts without semantic meaning
    The artifact-removal experiment depends on this; the paper notes the same removal would be harmful in CREMI, so it is dataset-specific.
  • domain assumption VOI and ARE entangle volumetric and topological errors
    Borrowed from cited works (Funke et al., Nunez-Iglesias et al.), used to justify disentangled metrics.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Pitfalls of topology-aware image segmentation." pith.science (2026). https://pith.science/paper/VYCATFLA

@misc{pith2026241214619,
  author       = {Pith},
  title        = {Pith review of: Pitfalls of topology-aware image segmentation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VYCATFLA}},
  note         = {Machine review of arXiv:2412.14619}
}
read the original abstract

Topological correctness, i.e., the preservation of structural integrity and specific characteristics of shape, is a fundamental requirement for medical imaging tasks, such as neuron or vessel segmentation. Despite the recent surge in topology-aware methods addressing this challenge, their real-world applicability is hindered by flawed benchmarking practices. In this paper, we identify critical pitfalls in model evaluation that include inadequate connectivity choices, overlooked topological artifacts in ground truth annotations, and inappropriate use of evaluation metrics. Through detailed empirical analysis, we uncover these issues' profound impact on the evaluation and ranking of segmentation methods. Drawing from our findings, we propose a set of actionable recommendations to establish fair and robust evaluation standards for topology-aware medical image segmentation methods.

Figures

Figures reproduced from arXiv: 2412.14619 by the authors.

Figure 1
Figure 1. Topological errors are present across distinct medical image segmentation tasks, e.g., in neuron, Circle of Willis, and retinal segmentation (top). We identify three critical pitfalls (bottom) in the evaluation of topology-aware segmentation methods. These include inadequate connectivity choices that misrepresent a dataset’s semantics (left, e.g., representing a single vessel as multiple components), overlooked topo… view at source ↗
Figure 2
Figure 2. Example of the importance of making the correct connectivity choices for the DRIVE and CREMI datasets. In the DRIVE dataset, small vessels are disconnected with 4-connectivity for the FG. In the CREMI dataset, synaptic clefts can become disconnected with 4-connectivity for the BG. Making the correct connectivity choice is essential to accurately capture the domain-specific semantics of the underlying data. Investiga… view at source ↗
Figure 3
Figure 3. Examples of topological artifacts. The two left columns show connectivity artifacts and label noise in the DRIVE dataset. The right column shows resolution artifacts in the Roads dataset. Arrows and circles indicate topological artifacts. errors can lead to topological artifacts. Single-pixel label noise is a common phenomenon in segmentation labels. These errors only have a negligible impact on pixel-wise metrics. … view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Examples for the impact of inappropriate reporting practice on DRIVE (top) and unsuitable evaluation metrics on the Roads dataset (bottom). Left: Image with an overlay of the segmentation label. Middle: Unfavorable predictions, with detached vessels BM = 2 (top) and di…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. ContextLoss: Context Information for Topology-Preserving Segmentation

    cs.CV 2025-06 conditional novelty 6.0 of 10

    A context-aware critical pixel mask loss improves topology preservation and gap closing for 2D and 3D segmentation.

Reference graph

Works this paper leans on

49 extracted references · 37 canonical work pages · cited by 1 Pith paper

  1. [1]

    IEEE transactions on pattern analysis and machine intelligence 33(5), 898–916 (2010)

    Arbelaez, P., Maire, M., Fowlkes, C., Malik, J.: Contour detection and hierarchical image segmentation. IEEE transactions on pattern analysis and machine intelligence 33(5), 898–916 (2010)

  2. [2]

    Frontiers in neuroanatomy9, 152591 (2015)

    Arganda-Carreras, I., Turaga, S.C., Berger, D.R., Cireşan, D., Giusti, A., Gam- bardella, L.M., Schmidhuber, J., Laptev, D., Dwivedi, S., Buhmann, J.M., et al.: Crowdsourcing the creation of image segmentation algorithms for connectomics. Frontiers in neuroanatomy9, 152591 (2015)

  3. [3]

    In: 2023 IEEE Applied Imagery Pattern Recognition Workshop (AIPR)

    Attari, M., Nguyen, N.P., Palaniappan, K., Bunyak, F.: Multi-loss topology-aware deep learning network for segmentation of vessels in microscopy images. In: 2023 IEEE Applied Imagery Pattern Recognition Workshop (AIPR). pp. 1–7. IEEE (2023)

  4. [4]

    Nature machine intelligence2(10), 585–594 (2020)

    Banerjee, S., Magee, L., Wang, D., Li, X., Huo, B.X., Jayakumar, J., Matho, K., Lin, M.K., Ram, K., Sivaprakasam, M., et al.: Semantic segmentation of microscopic neuroanatomical data by combining topological priors with encoder–decoder deep networks. Nature machine intelligence2(10), 585–594 (2020)

  5. [5]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Berger, A.H., Lux, L., Stucki, N., Bürgin, V., Shit, S., Banaszak, A., Rueckert, D., Bauer, U., Paetzold, J.C.: Topologically faithful multi-class segmentation in medical images. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 721–731. Springer (2024) 14 Berger & Lux et al

  6. [6]

    In: Research in Computational Topology 2, pp

    Bleile, B., Garin, A., Heiss, T., Maggs, K., Robins, V.: The persistent homology of dual digital image constructions. In: Research in Computational Topology 2, pp. 1–26. Springer (2022)

  7. [7]

    IEEE Reviews in Biomedical Engineering 16, 225–240 (2021)

    Bohlender, S., Oksuz, I., Mukhopadhyay, A.: A survey on shape-constraint deep learning for medical image segmentation. IEEE Reviews in Biomedical Engineering 16, 225–240 (2021)

  8. [8]

    IEEE transactions on medical imaging42(1), 3–14 (2022)

    Byrne, N., Clough, J.R., Valverde, I., Montana, G., King, A.P.: A persistent homology-based topological loss for cnn-based multiclass segmentation of cmr. IEEE transactions on medical imaging42(1), 3–14 (2022)

Show all 49 references
  1. [9]

    NeuroImage148, 77–102 (2017)

    Carass, A., Roy, S., Jog, A., Cuzzocreo, J.L., Magrath, E., Gherman, A., Button, J., Nguyen, J., Prados, F., Sudre, C.H., et al.: Longitudinal multiple sclerosis lesion segmentation: resource and challenge. NeuroImage148, 77–102 (2017)

  2. [10]

    Christodoulou, E., Reinke, A., Houhou, R., Kalinowski, P., Erkan, S., Sudre, C.H., Burgos, N., Boutaj, S., Loizillon, S., Solal, M., et al.: Confidence intervals uncovered: Are we ready for real-world medical imaging ai? In: International Conference on Medical Image Computing ...

  3. [11]

    IEEE transactions on pattern analysis and machine intelligence44(12), 8766–8778 (2020)

    Clough, J.R., Byrne, N., Oksuz, I., Zimmer, V.A., Schnabel, J.A., King, A.P.: A topological loss function for deep-learning based image segmentation using persistent homology. IEEE transactions on pattern analysis and machine intelligence44(12), 8766–8778 (2020)

  4. [12]

    In: MICCAI 2021-24th international conference on medical image computing and computer assisted intervention

    Commowick, O., Cervenansky, F., Cotton, F., Dojat, M.: Msseg-2 challenge proceed- ings: Multiple sclerosis new lesions segmentation challenge using a data management and processing infrastructure. In: MICCAI 2021-24th international conference on medical image computing and com...

  5. [13]

    arXiv preprint arXiv:2010.11929 (2020)

    Dosovitskiy, A.: An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arXiv:2010.11929 (2020)

  6. [14]

    Methods115, 119–127 (2017)

    Funke, J., Klein, J., Moreno-Noguer, F., Cardona, A., Cook, M.: Ted: A tolerant edit distance for segmentation evaluation. Methods115, 119–127 (2017)

  7. [15]

    IEEE transactions on pattern analysis and machine intelligence 41(7), 1669–1680 (2018)

    Funke, J., Tschopp, F., Grisaitis, W., Sheridan, A., Singh, C., Saalfeld, S., Turaga, S.C.: Large scale image segmentation with structured loss based deep learning for connectome reconstruction. IEEE transactions on pattern analysis and machine intelligence 41(7), 1669–1680 (2018)

  8. [16]

    IEEE transactions on medical imaging 31(2), 231–239 (2011)

    Gegúndez-Arias, M.E., Aquino, A., Bravo, J.M., Marín, D.: A function for quality evaluation of retinal vessel segmentations. IEEE transactions on medical imaging 31(2), 231–239 (2011)

  9. [17]

    IEEE Transactions on Medical imaging 19(3), 203–210 (2000)

    Hoover, A., Kouznetsova, V., Goldbaum, M.: Locating blood vessels in retinal images by piecewise threshold probing of a matched filter response. IEEE Transactions on Medical imaging 19(3), 203–210 (2000)

  10. [18]

    In: International Conference on Learning Representations (ICLR) (2021)

    Hu, X., Wang, Y., Li, F., Samaras, D., Chen, C.: Topology-aware segmentation using discrete morse theory. In: International Conference on Learning Representations (ICLR) (2021)

  11. [19]

    Advances in Neural Information Processing Systems35, 24046–24059 (2022)

    Hu, X.: Structure-aware image segmentation with homotopy warping. Advances in Neural Information Processing Systems35, 24046–24059 (2022)

  12. [20]

    Advances in neural information processing systems32 (2019)

    Hu, X., Li, F., Samaras, D., Chen, C.: Topology-preserving deep image segmentation. Advances in neural information processing systems32 (2019)

  13. [21]

    Journal of classification2, 193–218 (1985)

    Hubert, L., Arabie, P.: Comparing partitions. Journal of classification2, 193–218 (1985)

  14. [22]

    In: International Conference on Medical Image Computing and Computer- Assisted Intervention

    Isensee, F., Wald, T., Ulrich, C., Baumgartner, M., Roy, S., Maier-Hein, K., Jaeger, P.F.: nnu-net revisited: A call for rigorous validation in 3d medical image segmen- Pitfalls of topology-aware image segmentation 15 tation. In: International Conference on Medical Image Compu...

  15. [23]

    Nature methods15(8), 605–610 (2018)

    Januszewski, M., Kornfeld, J., Li, P.H., Pope, A., Blakely, T., Lindsey, L., Maitin- Shepard, J., Tyka, M., Denk, W., Jain, V.: High-precision automated reconstruction of neurons with flood-filling networks. Nature methods15(8), 605–610 (2018)

  16. [24]

    Scientific data 9(1), 475 (2022)

    Jin, K., Huang, X., Zhou, J., Li, Y., Yan, Y., Sun, Y., Zhang, Q., Wang, Y., Ye, J.: Fives: A fundus image dataset for artificial intelligence based vessel segmentation. Scientific data 9(1), 475 (2022)

  17. [25]

    Cell162(3), 648–661 (2015)

    Kasthuri, N., Hayworth, K.J., Berger, D.R., Schalek, R.L., Conchello, J.A., Knowles- Barley, S., Lee, D., Vázquez-Reina, A., Kaynig, V., Jones, T.R., et al.: Saturated reconstruction of a volume of neocortex. Cell162(3), 648–661 (2015)

  18. [26]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Li, L., Ma, Q., Ouyang, C., Li, Z., Meng, Q., Zhang, W., Qiao, M., Kyriakopoulou, V., Hajnal, J.V., Rueckert, D., et al.: Robust segmentation via topology violation detection and feature synthesis. In: International Conference on Medical Image Computing and Computer-Assisted I...

  19. [27]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Li, L., Wang, H., Baugh, M., Ma, Q., Zhang, W., Ouyang, C., Rueckert, D., Kainz, B.: Universal topology refinement for medical image segmentation with polynomial feature synthesis. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. ...

  20. [28]

    arXiv preprint arXiv:2411.03228 (2024)

    Lux, L., Berger, A.H., Weers, A., Stucki, N., Rueckert, D., Bauer, U., Paetzold, J.C.: Topograph: An efficient graph-based framework for strictly topology preserving image segmentation. arXiv preprint arXiv:2411.03228 (2024)

  21. [29]

    IEEE transactions on medical imaging40(3), 928–939 (2020)

    Ma, Y., Hao, H., Xie, J., Fu, H., Zhang, J., Yang, J., Wang, Z., Liu, J., Zheng, Y., Zhao, Y.: Rose: a retinal oct-angiography vessel segmentation dataset and new model. IEEE transactions on medical imaging40(3), 928–939 (2020)

  22. [30]

    Nature methods21(2), 195–212 (2024)

    Maier-Hein, L., Reinke, A., Godau, P., Tizabi, M.D., Buettner, F., Christodoulou, E., Glocker, B., Isensee, F., Kleesiek, J., Kozubek, M., et al.: Metrics reloaded: recommendations for image analysis validation. Nature methods21(2), 195–212 (2024)

  23. [31]

    In: Learning Theory and Kernel Machines: 16th Annual Conference on Learning Theory and 7th Kernel Workshop, COLT/Kernel 2003, Washington, DC, USA, August 24-27,

    Meilă, M.: Comparing clusterings by the variation of information. In: Learning Theory and Kernel Machines: 16th Annual Conference on Learning Theory and 7th Kernel Workshop, COLT/Kernel 2003, Washington, DC, USA, August 24-27,

  24. [32]

    Journal of multivariate analysis98(5), 873–895 (2007)

    Meilă, M.: Comparing clusterings—an information based distance. Journal of multivariate analysis98(5), 873–895 (2007)

  25. [33]

    In: Proceedings of the 22nd international conference on Machine learning

    Meilˇ a, M.: Comparing clusterings: an axiomatic view. In: Proceedings of the 22nd international conference on Machine learning. pp. 577–584 (2005)

  26. [34]

    Mnih, V.: Machine learning for aerial image labeling. Ph.D. thesis, CAN (2013), aAINR96184

  27. [35]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Mosinska, A., Marquez-Neila, P., Koziński, M., Fua, P.: Beyond the pixel-wise loss for topology-aware delineation. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 3136–3145 (2018)

  28. [36]

    PloS one8(8), e71715 (2013)

    Nunez-Iglesias, J., Kennedy, R., Parag, T., Shi, J., Chklovskii, D.B.: Machine learning of hierarchical clustering to segment 2d and 3d images. PloS one8(8), e71715 (2013)

  29. [37]

    IEEE journal of biomedical and health informatics 24(7), 1837–1857 (2020) 16 Berger & Lux et al

    Panayides, A.S., Amini, A., Filipovic, N.D., Sharma, A., Tsaftaris, S.A., Young, A., Foran, D., Do, N., Golemati, S., Kurc, T., et al.: Ai in medical imaging informatics: current challenges and future directions. IEEE journal of biomedical and health informatics 24(7), 1837–18...

  30. [38]

    Nature methods21(2), 182–194 (2024)

    Reinke, A., Tizabi, M.D., Baumgartner, M., Eisenmann, M., Heckmann-Nötzel, D., Kavur, A.E., Rädsch, T., Sudre, C.H., Acion, L., Antonelli, M., et al.: Understanding metric-related pitfalls in image analysis validation. Nature methods21(2), 182–194 (2024)

  31. [39]

    In: Medical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, Oc- tober 5-9, 2015, proceedings, part III 18

    Ronneberger, O., Fischer, P., Brox, T.: U-net: Convolutional networks for biomed- ical image segmentation. In: Medical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, Oc- tober 5-9, 2015, proceedings, part III 18....

  32. [40]

    In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition

    Shit, S., Paetzold, J.C., Sekuboyina, A., Ezhov, I., Unger, A., Zhylka, A., Pluim, J.P., Bauer, U., Menze, B.H.: cldice-a novel topology-preserving loss function for tubular structure segmentation. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recog...

  33. [41]

    IEEE Transactions on Medical Imaging 23(4), 501–509 (2004)

    Staal, J., Abramoff, M., Niemeijer, M., Viergever, M., van Ginneken, B.: Ridge based vessel segmentation in color images of the retina. IEEE Transactions on Medical Imaging 23(4), 501–509 (2004)

  34. [42]

    In: International Conference on Machine Learning

    Stucki, N., Paetzold, J.C., Shit, S., Menze, B., Bauer, U.: Topologically faithful image segmentation via induced matching of persistence barcodes. In: International Conference on Machine Learning. pp. 32698–32727. PMLR (2023)

  35. [43]

    Nature methods17(4), 442–449 (2020)

    Todorov, M.I., Paetzold, J.C., Schoppe, O., Tetteh, G., Shit, S., Efremov, V., Todorov-Völgyi, K., Düring, M., Dichgans, M., Piraud, M., et al.: Machine learning analysis of whole mouse brain vasculature. Nature methods17(4), 442–449 (2020)

  36. [44]

    IEEE Transactions on pattern analysis and machine intelligence 29(6), 929–944 (2007)

    Unnikrishnan, R., Pantofaru, C., Hebert, M.: Toward objective evaluation of image segmentation algorithms. IEEE Transactions on pattern analysis and machine intelligence 29(6), 929–944 (2007)

  37. [45]

    IEEE Transactions on Medical Imaging (2024)

    Wu, Q., Chen, Y., Liu, W., Yue, X., Zhuang, X.: Deep closing: Enhancing topological connectivity in medical tubular segmentation. IEEE Transactions on Medical Imaging (2024)

  38. [46]

    Journal of medical imaging5(3), 036501–036501 (2018)

    Yan, K., Wang, X., Lu, L., Summers, R.M.: Deeplesion: automated mining of large-scale lesion annotations and universal lesion detection with deep learning. Journal of medical imaging5(3), 036501–036501 (2018)

  39. [47]

    arXiv preprint arXiv:2312.17670 (2023)

    Yang, K., Musio, F., Ma, Y., Juchler, N., Paetzold, J.C., Al-Maskari, R., Höher, L., Li, H.B., Hamamci, I.E., Sekuboyina, A., et al.: Benchmarking the cow with the topcow challenge: Topology-aware anatomical segmentation of the circle of willis for cta and mra. arXiv preprint ...

  40. [48]

    In: 2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI)

    Zhang, H., Zhang, J., Wang, R., Zhang, Q., Gauthier, S.A., Spincemaille, P., Nguyen, T.D., Wang, Y.: Geometric loss for deep multiple sclerosis lesion segmentation. In: 2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI). pp. 24–28. IEEE (2021)

  41. [2003]

    Proceedings. pp. 173–187. Springer (2003)

Pith tools

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