Pith. sign in

REVIEW 4 major objections 6 minor 57 references

Conformable Convolution for Topologically Aware Learning of Complex Anatomical Structures

T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read Steering convolution offsets with persistent homology preserves connectivity in medical image segmentation without sacrificing pixel accuracy.

desk verdict PH-guided offsets are a genuinely new combination, but the evidence doesn't isolate the mechanism and some claims are contradicted by the paper's own tables. read the letter →

arxiv 2412.20608 v1 pith:Z3D5BIRC submitted 2024-12-29 eess.IV cs.CV

classification eess.IVcs.CV MSC 55N3168U1092C55
keywords conformableconvolutiontopologicalposteriorgeneratorpersistenthomologycubicalcomplexesdeformabletopology-preservingsegmentationmedicalimageBettinumbers
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

Medical segmentation models can score well on pixel-level accuracy while splitting or merging fine anatomical structures such as retinal vessels and neuron membranes. This paper proposes a convolutional layer, Conformable Convolution, whose kernel sampling positions are steered by a topological prior instead of learned from raw image content alone. The prior is produced by the Topological Posterior Generator, which runs persistent homology on pooled feature maps, keeps only features whose persistence exceeds a threshold, and spreads the surviving generators with Gaussian dilation. On three datasets, retinal vessels, colon cancer cells, and neuron electron microscopy, the layer reduces Betti-number and Euler-characteristic errors compared with deformable and snake-convolution baselines while keeping Dice and AUC broadly comparable. The authors claim the layer is architecture-agnostic and can replace any convolution in a segmentation network.

What carries the argument

The Topological Posterior Generator is the load-bearing component: it converts a feature map into a spatial prior by channel pooling, cubical persistent homology, persistence-threshold filtering, and Gaussian dilation. It supplies the coordinates, the birth and death locations of 0-dimensional connected components, that the offset-generating convolution should attend to. Conformable Convolution is the second component: a deformable-style convolution in which the offsets are computed as $g(\text{TPG}(\phi_{\text{post}}))$, so the adaptive kernel samples input features at positions $p + p_c + \Delta\hat{p}_c$ that are biased toward topologically significant regions.

What would settle it

Retrain the CHASE vessel model with the TPG prior replaced by Gaussian-dilated random generator locations of the same density; if Betti-zero and Euler errors are no worse than with the true topological prior, the specific topological information is not what drives the improvement. Alternatively, sweep $\tau_0$ from zero to the 90th percentile of persistence values and check whether the reported error reductions depend sharply on the threshold.

Watch

Extended reading notes

Core claim

The central claim is that persistent homology computed on intermediate feature maps yields a spatial prior that makes adaptive convolution kernels focus on topologically important locations, and that this focus transfers into topologically more faithful segmentation maps. Concretely, the TPG block channel-pools the input feature map, builds cubical complexes, records 0-dimensional persistence pairs, filters generators by a persistence threshold $\tau_0$, and forms $\phi_{\text{post}} = \phi_{\text{dil}} \odot \phi_{\text{in}} + \phi_{\text{in}}$, where $\phi_{\text{dil}}$ is the Gaussian-dilated indicator of surviving generators. Conformable Convolution predicts kernel offsets from $\phi_{\text{post}}$ rather than from the raw feature map, so the deformation of the receptive field is biased toward birth and death locations of connected components. The paper reports that this lowers error in $\beta_0$, $\beta_1$, and Euler characteristic on CHASE DB1, HT29, and ISBI12 relative to deformable convolution and dynamic snake convolution, while pixel-level metrics stay comparable.

Load-bearing premise

The mechanism rests on the assumption that 0-dimensional persistent homology on a single channel-pooled feature map, with a fixed persistence threshold $\tau_0$, marks the anatomical structures that matter for segmentation at every layer where the module is used.

Editorial extensions

If this is right

  • Inserting one Conformable block at the bottleneck of a U-Net reduces Betti-zero error on CHASE from 26.9 to 21.6 and Euler-characteristic error from 28.5 to 20.6 while keeping Dice near 79 to 80 percent.
  • Adding the layer to Y-Net raises clDice from 0.76 to 0.79 and cuts Betti-zero error from 27.9 to 21.1 on the same dataset.
  • Because the module is architecture-agnostic, the same recipe of pooling, persistence, filtering, dilation, and offset prediction should transfer to other encoder-decoder or transformer-based segmentation backbones.
  • Ablations show that filtration, Gaussian dilation, and feature aggregation each contribute; removing any of them raises topological errors, so all three are needed for the reported gain.

Reading between the lines

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

  • A natural extension the authors do not pursue is to feed 1-dimensional persistence generators, loop births and deaths, into the same offset map; ISBI12's holes suggest this could push the reported $\beta_1$ error below 7.9.
  • The fixed threshold $\tau_0$ and the unspecified channel-pooling operator $\psi$ are hidden design choices; making both adaptive, learned per layer or per dataset, would clarify how much of the effect is generic topological guidance versus dataset-specific tuning.
  • Because TPG consumes any feature map, the same prior could modulate attention weights in transformers rather than convolution offsets, effectively giving topology-aware attention for segmentation and registration tasks.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 6 minor

Summary. The paper proposes Conformable Convolution, a convolutional layer whose kernel offsets are guided by a Topological Posterior Generator (TPG) that applies persistent homology to channel-pooled feature maps. The TPG computes birth/death generators in cubical complexes, filters them by a persistence threshold, applies Gaussian dilation, and aggregates the result with the original feature map. The resulting posterior is fed to a small offset-generating network to modulate a second convolution, in the style of deformable convolution. The authors evaluate the layer on three segmentation datasets (CHASE, HT29, ISBI12) using pixel-level metrics and topological/connectivity metrics, and they report ablations of filtration, Gaussian dilation, and feature aggregation, as well as an ablation of the number of Conform blocks.

Significance. If the central claim were established, the paper would contribute a genuinely architecture-agnostic way to inject topological priors into convolutional networks, with potential value for medical segmentation of tubular and networked structures. The idea of using persistent homology to guide kernel offsets is a reasonable departure from both topology-aware loss functions and purely learned deformable convolutions. The paper also makes a positive effort to evaluate with topological metrics beyond Dice, including Betti errors, Euler characteristic, clDice, ARI, and VI, across three datasets. However, the evidence as presented does not isolate the causal role of the PH-derived prior, several key components of the TPG are underspecified, and some reported results are inconsistent with the claim that pixel-level accuracy is not sacrificed. The strengths are the breadth of evaluation and the clarity of the proposed module; the weaknesses are concentrated in missing control experiments and parametric detail.

major comments (4)
  1. [Section 4.1, Tables 4 and 5] The causal role of the persistent-homology-derived prior is not isolated. Every ablation in Table 4 retains the PH-generated generator coordinates as the prior and only removes filtration, Gaussian dilation, or aggregation; there is no baseline in which the offset generator consumes a non-topological prior (e.g., the raw feature map, an edge map, or random coordinates) while keeping the rest of the Conformable block fixed. Since the Conformable block adds an extra convolutional branch and a Gaussian-dilation operation beyond the standard deformable convolution, the observed topological gains could plausibly come from those components rather than from the PH guidance. A control experiment with a non-topological prior is needed to support the abstract's claim that PH-guided offsets preferentially focus on topologically significant regions.
  2. [Section 4.1, Eqs. (4)-(6)] The channel pooling operator ψ and the persistence filtering threshold τ0 are never specified, and their sensitivity is not examined. Equation (4) defines φ_pooled = ψ(φ_in) but does not state whether ψ is a mean, max, learned linear combination, or something else. Equation (5) uses an indicator with threshold τ0, but the paper gives no value, no selection criterion, and no sweep over τ0. Because the surviving generator set G_M depends directly on τ0 and on the pooled map, the entire offset-guidance mechanism is not reproducible from the manuscript and its robustness to these free choices is unknown.
  3. [Section 3, Eqs. (5)-(6), Tables 3-4] There is an unexplained mismatch between the homology dimension used and the metrics reported. The method explicitly tracks 0-dimensional cubes and connected-component generators, yet the paper reports improvements in error β1 and discusses loops and holes (e.g., ISBI12 with 'numerous loops') without explaining how 0-dimensional persistence can directly target 1-dimensional topological features. If the reported β1 improvements are indirect effects of better connected-component preservation, that claim should be stated and supported; otherwise the connection between the TPG mechanism and the β1 results is unsupported.
  4. [Table 3, Table 5, Section 5.2.1] The statement that the method 'does not sacrifice the pixel-wise results' is not supported by the reported statistics. In Table 3, on HT29 the Conform layer has lower Dice (94.6±1.3) than both Deform (95.8±2.1) and DSC (95.8±2.0), and lower AUC (99.1±0.6) than Deform (99.6±0.2); on CHASE, Conform has lower AUC (94.2±0.2) than DSC (95.9±0.2). These are load-bearing for the claim that topological gains come without pixel-level cost. Additionally, Table 5 explicitly states that only the best model is selected and all standard deviations are zero, so the comparison across numbers of Conform layers cannot be assessed statistically. The authors should report all runs and either temper the pixel-level claim or provide a proper model-selection procedure.
minor comments (6)
  1. [Abstract] The word 'Topological' in the abstract is typeset with an erroneous space ('T opological').
  2. [Section 5.2.1] The phrase 'the conformal property of our method' appears to be a typo for 'conformable property', since the method is named Conformable Convolution throughout the paper.
  3. [Tables 1-3 and Section 5.2.1] The table numbering and cross-references are inconsistent: Table 1 and Table 3 have nearly identical captions ('Segmentation Performance Compared to SOTA Layers with Adaptive Kernel...'), and the text refers to 'Tab. 3 on ISBI12' for a model comparison that does not appear in Table 3. Please harmonize the table numbers and correct the references.
  4. [Eqs. (9) and (13)] Equation (9) defines φ_post = φ_dil ⊙ φ_in + φ_in, while the ablation description in Section 5.2.2 and Eq. (13) use φ_post = φ_dil ⊙ φ_in as the 'blocked aggregation' variant. The text should clarify exactly which operation is being ablated and why removing the residual addition is the intended ablation of 'feature aggregation'.
  5. [Section 5.1 and Introduction] The introduction mentions a new blood-flow-simulation metric in the supplementary materials, and Section 5.1 states that implementation details are reported in the supplement; however, no supplement was provided with the manuscript. Please include the supplement or remove the references to it.
  6. [Table 2] The clDice column in Table 2 mixes percentages (e.g., 0.75, 0.73) and apparently unscaled values without a clear legend, making it difficult to compare rows; please use a consistent format.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the topology-guided offsets are computed from PH on feature maps, and all topological metrics are external to the training objective.

full rationale

The paper's derivation chain is an empirical architecture rather than a closed-form derivation. TPG computes phi_post from the input feature map via channel pooling, persistent homology on cubical complexes, persistence filtering (Eq. 5-6), Gaussian dilation (Eq. 8), and feature aggregation (Eq. 9). Conformable convolution consumes phi_post to generate offsets (Eq. 12) in the same spirit as deformable convolution (Eq. 11). No equation defines the target metrics (Betti errors, Euler characteristic, clDice) in terms of the input prior; the evaluation metrics are computed between the predicted and ground-truth segmentation maps independently of the TPG construction. The persistence threshold tau_0 and pooling operator psi are hyperparameters, but their unspecified choice is a soundness/reproducibility concern, not a circular reduction. Self-citations to Y-Net [11] and SCOPE [53] are used as baselines and architectural components, not as justifications of the central claim, and the citation to Edelsbrunner et al. [9] for low-persistence noise filtering is an external, standard TDA result. The comparison against deformable convolution [7] provides a no-PH offset baseline, so the claimed role of the topological prior is empirically testable rather than forced by construction. No fitted parameter is renamed as a prediction, and no uniqueness claim is imported to forbid alternatives. The main weaknesses, such as unspecified tau_0, undefined psi, and the lack of a fully isolated no-TPG ablation, are correctness and evidence issues rather than circularity, so a score of 0 is appropriate.

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

No new physical entities or forces are introduced. The method relies on one hand-chosen threshold and unspecified pooling and placement choices, which are the main free parameters.

free parameters (3)
  • Persistence filtering threshold tau_0 = not reported
    Used in Eq. (5) to retain only generators with pers(tau_i, tau_j) > tau_0. The paper does not state how tau_0 is chosen or whether it is tuned per dataset or layer.
  • Channel pooling operation psi = not specified
    Eq. (4) pools the channel dimension of phi_in to a single map; the exact operator (mean, max, etc.) is not stated, which affects the computed topology.
  • Number and position of Conform layers = one bottleneck block (chosen after ablation)
    Table 5 and the supplement ablate layer count and insertion position, with the best configuration selected for the main comparisons.
assumptions (2)
  • domain assumption Persistent homology on a cubical complex of the pooled feature map captures the topology of the target anatomical structures.
    The entire TPG mechanism relies on this; no evidence is provided that the pooled feature map's 0-dimensional persistence aligns with semantic structure.
  • domain assumption A single persistence threshold tau_0 separates meaningful structure from noise across layers and datasets.
    Eq. (5) assumes a global filtering rule; the paper does not analyze sensitivity to tau_0.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Conformable Convolution for Topologically Aware Learning of Complex Anatomical Structures." pith.science (2026). https://pith.science/paper/Z3D5BIRC

@misc{pith2026241220608,
  author       = {Pith},
  title        = {Pith review of: Conformable Convolution for Topologically Aware Learning of Complex Anatomical Structures},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/Z3D5BIRC}},
  note         = {Machine review of arXiv:2412.20608}
}
read the original abstract

While conventional computer vision emphasizes pixel-level and feature-based objectives, medical image analysis of intricate biological structures necessitates explicit representation of their complex topological properties. Despite their successes, deep learning models often struggle to accurately capture the connectivity and continuity of fine, sometimes pixel-thin, yet critical structures due to their reliance on implicit learning from data. Such shortcomings can significantly impact the reliability of analysis results and hinder clinical decision-making. To address this challenge, we introduce Conformable Convolution, a novel convolutional layer designed to explicitly enforce topological consistency. Conformable Convolution learns adaptive kernel offsets that preferentially focus on regions of high topological significance within an image. This prioritization is guided by our proposed Topological Posterior Generator (TPG) module, which leverages persistent homology. The TPG module identifies key topological features and guides the convolutional layers by applying persistent homology to feature maps transformed into cubical complexes. Our proposed modules are architecture-agnostic, enabling them to be integrated seamlessly into various architectures. We showcase the effectiveness of our framework in the segmentation task, where preserving the interconnectedness of structures is critical. Experimental results on three diverse datasets demonstrate that our framework effectively preserves the topology in the segmentation downstream task, both quantitatively and qualitatively.

Figures

Figures reproduced from arXiv: 2412.20608 by the authors.

Figure 1
Figure 1. Our proposed layer comprises two modules: (a) [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. An example visualization on how PH applies a filtering function fτ (.) with changing τ (τ1, τ2, τ3) to the original image with vessel and noise , obtaining a nested set of cubical com￾plexes Q (Q1, Q2, Q3). As τ increases from τ1 to τ2, vessel is first born at Q1 and noise is later born at Q2 . Both of them die at Q3, as τ further raises to τ3. (a) Mean Feature Map (b) All generators (c) Topo Priors after filtering … view at source ↗
Figure 3
Figure 3. Visualization of Topological Priors in each layer of [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Demonstration of the Gaussian dilation process on real [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]
Figure 5
Figure 5. Figure 5: Qualitative Segmentation Results corresponding to Tab. 3. errorβ0 (highlighting disconnected components) are in red squares, while errorβ1 (highlighting holes) are in red circles. count the number of connected components and indepen￾dent holes, respectively. The Euler …

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

57 extracted references · 52 canonical work pages

  1. [1]

    Crowdsourcing the creation of image segmentation algorithms for connec- tomics

    Ignacio Arganda-Carreras, Srinivas C Turaga, Daniel R Berger, Dan Cires ¸an, Alessandro Giusti, Luca M Gam- bardella, J ¨urgen Schmidhuber, Dmitry Laptev, Sarvesh Dwivedi, Joachim M Buhmann, et al. Crowdsourcing the creation of image segmentation algorithms for connec- tomics. Frontiers in neuroanatomy, 9:142, 2015. 2, 5, 6, 7

  2. [2]

    V oxelmorph: a learning framework for deformable medical image registration

    Guha Balakrishnan, Amy Zhao, Mert R Sabuncu, John Gut- tag, and Adrian V Dalca. V oxelmorph: a learning framework for deformable medical image registration. IEEE transac- tions on medical imaging, 38(8):1788–1800, 2019. 2

  3. [3]

    Cellprofiler: image analysis software for identifying and quantifying cell phenotypes

    Anne E Carpenter, Thouis R Jones, Michael R Lamprecht, Colin Clarke, In Han Kang, Ola Friman, David A Guertin, Joo Han Chang, Robert A Lindquist, Jason Moffat, et al. Cellprofiler: image analysis software for identifying and quantifying cell phenotypes. Genome biology, 7:1–11, 2006. 2, 5, 6, 7

  4. [4]

    An introduction to topological data analysis: fundamental and practical aspects for data scientists

    Fr ´ed´eric Chazal and Bertrand Michel. An introduction to topological data analysis: fundamental and practical aspects for data scientists. Frontiers in artificial intelligence, 4:108,

  5. [5]

    A topolog- ical loss function for deep-learning based image segmenta- tion using persistent homology

    James R Clough, Nicholas Byrne, Ilkay Oksuz, Veronika A Zimmer, Julia A Schnabel, and Andrew P King. A topolog- ical loss function for deep-learning based image segmenta- tion using persistent homology. IEEE transactions on pat- tern analysis and machine intelligence , 44(12):8766–8778,

  6. [6]

    Lipschitz functions have l p-stable persis- tence

    David Cohen-Steiner, Herbert Edelsbrunner, John Harer, and Yuriy Mileyko. Lipschitz functions have l p-stable persis- tence. Foundations of computational mathematics , 10(2): 127–139, 2010. 2

  7. [7]

    Deformable convolutional networks

    Jifeng Dai, Haozhi Qi, Yuwen Xiong, Yi Li, Guodong Zhang, Han Hu, and Yichen Wei. Deformable convolutional networks. In Proceedings of the IEEE international confer- ence on computer vision , pages 764–773, 2017. 2, 5, 6, 7, 8

  8. [8]

    Deu-net 2.0: Enhanced deformable u-net for 3d cardiac cine mri segmen- tation

    Shunjie Dong, Zixuan Pan, Yu Fu, Qianqian Yang, Yuanxue Gao, Tianbai Yu, Yiyu Shi, and Cheng Zhuo. Deu-net 2.0: Enhanced deformable u-net for 3d cardiac cine mri segmen- tation. Medical Image Analysis, 78:102389, 2022. 2

Show all 57 references
  1. [9]

    Topological per- sistence and simplification

    Edelsbrunner, Letscher, and Zomorodian. Topological per- sistence and simplification. Discrete & Computational Ge- ometry, 28:511–533, 2002. 1, 4

  2. [10]

    Metamedseg: volumetric meta- learning for few-shot organ segmentation

    Azade Farshad, Anastasia Makarevich, Vasileios Belagian- nis, and Nassir Navab. Metamedseg: volumetric meta- learning for few-shot organ segmentation. In MICCAI Work- shop on Domain Adaptation and Representation Transfer , pages 45–55. Springer, 2022. 1

  3. [11]

    Y-net: A spatiospectral dual-encoder network for medical image segmentation

    Azade Farshad, Yousef Yeganeh, Peter Gehlbach, and Nas- sir Navab. Y-net: A spatiospectral dual-encoder network for medical image segmentation. InInternational Conference on Medical Image Computing and Computer-Assisted Interven- tion, pages 582–592. Springer, 2022. 2, 6, 8

  4. [12]

    Learn- ing to learn in medical applications: A journey through op- timization

    Azade Farshad, Yousef Yeganeh, and Nassir Navab. Learn- ing to learn in medical applications: A journey through op- timization. In Meta Learning With Medical Imaging and Health Informatics Applications, pages 3–25. Elsevier, 2023. 1

  5. [13]

    A user’s guide to discrete morse theory

    Robin Forman. A user’s guide to discrete morse theory. S´eminaire Lotharingien de Combinatoire [electronic only] , 48:B48c–35, 2002. 2

  6. [14]

    An ensemble classification-based approach applied to retinal blood vessel segmentation

    Muhammad Moazam Fraz, Paolo Remagnino, Andreas Hoppe, Bunyarit Uyyanonvara, Alicja R Rudnicka, Christo- pher G Owen, and Sarah A Barman. An ensemble classification-based approach applied to retinal blood vessel segmentation. IEEE Transactions on Biomedical Engineer- ing, 59(9)...

  7. [15]

    Learning topological interactions for multi-class medical image segmentation

    Saumya Gupta, Xiaoling Hu, James Kaan, Michael Jin, Mut- shipay Mpoy, Katherine Chung, Gagandeep Singh, Mary Saltz, Tahsin Kurc, Joel Saltz, et al. Learning topological interactions for multi-class medical image segmentation. In European Conference on Computer Vision, pages 70...

  8. [16]

    Topology-aware uncertainty for image seg- mentation

    Saumya Gupta, Yikai Zhang, Xiaoling Hu, Prateek Prasanna, and Chao Chen. Topology-aware uncertainty for image seg- mentation. Advances in Neural Information Processing Sys- tems, 36, 2024. 2

  9. [17]

    Swin unetr: Swin transformers for semantic segmentation of brain tumors in mri images

    Ali Hatamizadeh, Vishwesh Nath, Yucheng Tang, Dong Yang, Holger R Roth, and Daguang Xu. Swin unetr: Swin transformers for semantic segmentation of brain tumors in mri images. In International MICCAI Brainlesion Workshop, pages 272–284. Springer, 2021. 1, 6

  10. [18]

    Swinunetr-v2: Stronger swin transformers with stagewise convolutions for 3d med- ical image segmentation

    Yufan He, Vishwesh Nath, Dong Yang, Yucheng Tang, An- driy Myronenko, and Daguang Xu. Swinunetr-v2: Stronger swin transformers with stagewise convolutions for 3d med- ical image segmentation. In International Conference on Medical Image Computing and Computer-Assisted Interven...

  11. [19]

    Deep learning with topological signatures

    Christoph Hofer, Roland Kwitt, Marc Niethammer, and An- dreas Uhl. Deep learning with topological signatures. Ad- vances in neural information processing systems , 30, 2017. 2

  12. [20]

    Topologi- cal graph neural networks.arXiv preprint arXiv:2102.07835,

    Max Horn, Edward De Brouwer, Michael Moor, Yves Moreau, Bastian Rieck, and Karsten Borgwardt. Topologi- cal graph neural networks.arXiv preprint arXiv:2102.07835,

  13. [21]

    Structure-aware image segmentation with ho- motopy warping

    Xiaoling Hu. Structure-aware image segmentation with ho- motopy warping. Advances in Neural Information Process- ing Systems, 35:24046–24059, 2022. 2

  14. [22]

    Topology-preserving deep image segmentation

    Xiaoling Hu, Fuxin Li, Dimitris Samaras, and Chao Chen. Topology-preserving deep image segmentation. Advances in neural information processing systems, 32, 2019. 2

  15. [23]

    Topology-aware segmentation using discrete morse theory

    Xiaoling Hu, Yusu Wang, Li Fuxin, Dimitris Samaras, and Chao Chen. Topology-aware segmentation using discrete morse theory. arXiv preprint arXiv:2103.09992, 2021. 2

  16. [24]

    Dunet: A deformable network for retinal vessel segmentation

    Qiangguo Jin, Zhaopeng Meng, Tuan D Pham, Qi Chen, Leyi Wei, and Ran Su. Dunet: A deformable network for retinal vessel segmentation. Knowledge-Based Systems, 178: 149–162, 2019. 2

  17. [25]

    Semi-supervised classi- fication with graph convolutional networks

    Thomas N Kipf and Max Welling. Semi-supervised classi- fication with graph convolutional networks. arXiv preprint arXiv:1609.02907, 2016. 2

  18. [26]

    Full-resolution net- work and dual-threshold iteration for retinal vessel and coro- nary angiograph segmentation

    Wentao Liu, Huihua Yang, Tong Tian, Zhiwei Cao, Xipeng Pan, Weijin Xu, Yang Jin, and Feng Gao. Full-resolution net- work and dual-threshold iteration for retinal vessel and coro- nary angiograph segmentation. IEEE Journal of Biomedical and Health Informatics, 26(9):4623–4634, ...

  19. [27]

    Annotated high-throughput microscopy image sets for validation

    Vebjorn Ljosa, Katherine L Sokolnicki, and Anne E Carpen- ter. Annotated high-throughput microscopy image sets for validation. Nature methods, 9(7):637–637, 2012. 2, 5, 6, 7

  20. [28]

    Comparing clusterings—an information based distance

    Marina Meil ˘a. Comparing clusterings—an information based distance. Journal of multivariate analysis, 98(5):873– 895, 2007. 7

  21. [29]

    V-net: Fully convolutional neural networks for volumetric medical image segmentation

    Fausto Milletari, Nassir Navab, and Seyed-Ahmad Ahmadi. V-net: Fully convolutional neural networks for volumetric medical image segmentation. In 2016 fourth international conference on 3D vision (3DV), pages 565–571. Ieee, 2016. 4

  22. [30]

    Topological autoencoders

    Michael Moor, Max Horn, Bastian Rieck, and Karsten Borg- wardt. Topological autoencoders. In International confer- ence on machine learning, pages 7045–7054. PMLR, 2020. 2, 3

  23. [31]

    Visa-fss: A volume-informed self su- pervised approach for few-shot 3d segmentation

    Mohammad Mozafari, Adeleh Bitarafan, Mohammad Farid Azampour, Azade Farshad, Mahdieh Soleymani Baghshah, and Nassir Navab. Visa-fss: A volume-informed self su- pervised approach for few-shot 3d segmentation. In In- ternational Conference on Medical Image Computing and Computer...

  24. [32]

    Adap- tive topological feature via persistent homology: Filtration learning for point clouds

    Naoki Nishikawa, Yuichi Ike, and Kenji Yamanishi. Adap- tive topological feature via persistent homology: Filtration learning for point clouds. Advances in Neural Information Processing Systems, 36, 2024. 2

  25. [33]

    Dynamic snake convolution based on topo- logical geometric constraints for tubular structure segmenta- tion

    Yaolei Qi, Yuting He, Xiaoming Qi, Yuan Zhang, and Guanyu Yang. Dynamic snake convolution based on topo- logical geometric constraints for tubular structure segmenta- tion. In Proceedings of the IEEE/CVF International Confer- ence on Computer Vision, pages 6070–6079, 2023. 2, 6, 7, 8

  26. [34]

    Uncovering the topology of time-varying fmri data using cubical persistence

    Bastian Rieck, Tristan Yates, Christian Bock, Karsten Borg- wardt, Guy Wolf, Nicholas Turk-Browne, and Smita Krish- naswamy. Uncovering the topology of time-varying fmri data using cubical persistence. Advances in neural informa- tion processing systems, 33:6900–6912, 2020. 3

  27. [35]

    U- net: Convolutional networks for biomedical image segmen- tation

    Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U- net: Convolutional networks for biomedical image segmen- tation. In Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Pa...

  28. [36]

    Few-shot segmentation of 3d medical images

    Abhijit Guha Roy, Shayan Siddiqui, Sebastian P ¨olsterl, Azade Farshad, Nassir Navab, and Christian Wachinger. Few-shot segmentation of 3d medical images. In Meta Learning With Medical Imaging and Health Informatics Ap- plications, pages 161–183. Elsevier, 2023. 1

  29. [37]

    Topology preserving compositionality for robust medical image segmentation

    Ainkaran Santhirasekaram, Mathias Winkler, Andrea Rock- all, and Ben Glocker. Topology preserving compositionality for robust medical image segmentation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 543–552, 2023. 3

  30. [38]

    Centerline boundary dice loss for vascular segmentation

    Pengcheng Shi, Jiesi Hu, Yanwu Yang, Zilve Gao, Wei Liu, and Ting Ma. Centerline boundary dice loss for vascular segmentation. In International Conference on Medical Im- age Computing and Computer-Assisted Intervention , pages 46–56. Springer, 2024. 2

  31. [39]

    Deep vessel segmentation by learning graph- ical connectivity

    Seung Yeon Shin, Soochahn Lee, Il Dong Yun, and Ky- oung Mu Lee. Deep vessel segmentation by learning graph- ical connectivity. Medical image analysis, 58:101556, 2019. 6, 8

  32. [40]

    cldice-a novel topology-preserving loss function for tubular structure seg- mentation

    Suprosanna Shit, Johannes C Paetzold, Anjany Sekuboyina, Ivan Ezhov, Alexander Unger, Andrey Zhylka, Josien PW Pluim, Ulrich Bauer, and Bjoern H Menze. cldice-a novel topology-preserving loss function for tubular structure seg- mentation. In Proceedings of CVPR , pages 16560–16569,

  33. [41]

    Topologically faithful im- age segmentation via induced matching of persistence bar- codes

    Nico Stucki, Johannes C Paetzold, Suprosanna Shit, Bjo- ern Menze, and Ulrich Bauer. Topologically faithful im- age segmentation via induced matching of persistence bar- codes. In International Conference on Machine Learning , pages 32698–32727. PMLR, 2023. 2

  34. [42]

    Markov processes over denu- merable products of spaces, describing large systems of au- tomata

    Leonid Nisonovich Vaserstein. Markov processes over denu- merable products of spaces, describing large systems of au- tomata. Problemy Peredachi Informatsii, 5(3):64–72, 1969. 2

  35. [43]

    ¨Uber den h ¨oheren zusammenhang kom- pakter r¨aume und eine klasse von zusammenhangstreuen ab- bildungen

    Leopold Vietoris. ¨Uber den h ¨oheren zusammenhang kom- pakter r¨aume und eine klasse von zusammenhangstreuen ab- bildungen. Mathematische Annalen, 97(1):454–472, 1927. 6

  36. [44]

    Ta-net: Topology-aware network for gland segmentation

    Haotian Wang, Min Xian, and Aleksandar Vakanski. Ta-net: Topology-aware network for gland segmentation. In Pro- ceedings of the IEEE/CVF winter conference on applications of computer vision, pages 1556–1564, 2022. 2

  37. [45]

    Internimage: Exploring large-scale vi- sion foundation models with deformable convolutions

    Wenhai Wang, Jifeng Dai, Zhe Chen, Zhenhang Huang, Zhiqi Li, Xizhou Zhu, Xiaowei Hu, Tong Lu, Lewei Lu, Hongsheng Li, et al. Internimage: Exploring large-scale vi- sion foundation models with deformable convolutions. In Proceedings of the IEEE/CVF Conference on Computer Vi- si...

  38. [46]

    Topological data analysis

    Larry Wasserman. Topological data analysis. Annual Review of Statistics and Its Application, 5:501–532, 2018. 2

  39. [47]

    Teds-net: enforcing diffeomor- phisms in spatial transformers to guarantee topology preser- vation in segmentations

    Madeleine K Wyburd, Nicola K Dinsdale, Ana IL Nambu- rete, and Mark Jenkinson. Teds-net: enforcing diffeomor- phisms in spatial transformers to guarantee topology preser- vation in segmentations. In International Conference on Medical Image Computing and Computer-Assisted Inte...

  40. [48]

    Efficient deformable convnets: Rethinking dynamic and sparse operator for vision applications

    Yuwen Xiong, Zhiqi Li, Yuntao Chen, Feng Wang, Xizhou Zhu, Jiapeng Luo, Wenhai Wang, Tong Lu, Hongsheng Li, Yu Qiao, et al. Efficient deformable convnets: Rethinking dynamic and sparse operator for vision applications. arXiv preprint arXiv:2401.06197, 2024. 2

  41. [49]

    Dcu- net: A deformable convolutional neural network based on cascade u-net for retinal vessel segmentation

    Xin Yang, Zhiqiang Li, Yingqing Guo, and Dake Zhou. Dcu- net: A deformable convolutional neural network based on cascade u-net for retinal vessel segmentation. Multimedia Tools and Applications, 81(11):15593–15607, 2022. 2

  42. [50]

    Inverse distance aggregation for federated learn- ing with non-iid data

    Yousef Yeganeh, Azade Farshad, Nassir Navab, and Shadi Albarqouni. Inverse distance aggregation for federated learn- ing with non-iid data. In Domain Adaptation and Represen- tation Transfer, and Distributed and Collaborative Learning: Second MICCAI Workshop, DART 2020, and Fi...

  43. [51]

    Anatomy-aware masking for inpainting in medical imaging

    Yousef Yeganeh, Azade Farshad, and Nassir Navab. Anatomy-aware masking for inpainting in medical imaging. In International Workshop on Shape in Medical Imaging , pages 35–46. Springer, 2023

  44. [52]

    Transform- ers pay attention to convolutions leveraging emerging prop- erties of vits by dual attention-image network

    Yousef Yeganeh, Azade Farshad, Peter Weinberger, Seyed- Ahmad Ahmadi, Ehsan Adeli, and Nassir Navab. Transform- ers pay attention to convolutions leveraging emerging prop- erties of vits by dual attention-image network. In Proceed- ings of the IEEE/CVF International Conference...

  45. [53]

    Scope: Structural continuity preservation for retinal vessel segmen- tation

    Yousef Yeganeh, G ¨oktu˘g G ¨uvercin, Rui Xiao, Amr Abuzer, Ehsan Adeli, Azade Farshad, and Nassir Navab. Scope: Structural continuity preservation for retinal vessel segmen- tation. In International Conference on Medical Image Com- puting and Computer-Assisted Intervention , ...

  46. [54]

    Learning topology-agnostic eeg representations with geometry-aware modeling

    Ke Yi, Yansen Wang, Kan Ren, and Dongsheng Li. Learning topology-agnostic eeg representations with geometry-aware modeling. Advances in Neural Information Processing Sys- tems, 36, 2024. 2

  47. [55]

    Amonuseg: A histological dataset for african multi-organ nuclei semantic segmenta- tion

    Hasnae Zerouaoui, Gbenga Peter Oderinde, Rida Lefdali, Karima Echihabi, Stephen Peter Akpulu, Nosereme Abel Agbon, Abraham Sunday Musa, Yousef Yeganeh, Azade Farshad, and Nassir Navab. Amonuseg: A histological dataset for african multi-organ nuclei semantic segmenta- tion. In ...

  48. [56]

    Study group learning: Improving retinal vessel segmentation trained with noisy labels

    Yuqian Zhou, Hanchao Yu, and Humphrey Shi. Study group learning: Improving retinal vessel segmentation trained with noisy labels. In Medical Image Computing and Computer Assisted Intervention–MICCAI 2021: 24th International Conference, Strasbourg, France, September 27–October ...

  49. [57]

    De- formable convnets v2: More deformable, better results

    Xizhou Zhu, Han Hu, Stephen Lin, and Jifeng Dai. De- formable convnets v2: More deformable, better results. In Proceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 9308–9316, 2019. 2

Pith tools

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