pith. sign in

arxiv: 2512.12108 · v5 · submitted 2025-12-13 · 💻 cs.CV · cs.LG

A Novel Patch-Based TDA Approach for Computed Tomography Imaging

Pith reviewed 2026-05-16 23:24 UTC · model grok-4.3

classification 💻 cs.CV cs.LG
keywords topological data analysispersistent homologypatch-basedcomputed tomographymachine learningimage classificationvolumetric imaging
0
0 comments X

The pith

Patch-based persistent homology boosts CT scan classification over full-volume methods

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

The paper introduces a patch-based method for constructing persistent homology from 3D CT images to extract topological features more efficiently than traditional cubical complexes. By dividing volumes into patches, computing features on each, and aggregating them, the approach aims to maintain discriminative power while lowering computational demands for high-resolution data. Experiments on multiple datasets demonstrate superior performance in machine learning classification tasks compared to both the standard cubical approach and conventional radiomic features. This matters because it could make topological analysis practical for routine medical imaging workflows where full-volume methods are too slow or memory-intensive.

Core claim

The authors claim that their patch-based TDA approach for volumetric CT imaging outperforms the 3D cubical complex filtration and radiomic features in classification tasks. It achieves average improvements of 7.2% accuracy, 3.6% AUC, 2.7% sensitivity, 8.0% specificity, and 7.2% F1 score across datasets, while also reducing computational time. The method is implemented in a provided Python package called Patch-TDA.

What carries the argument

Patch-based persistent homology construction, where the CT volume is divided into smaller patches for independent filtration and feature extraction before aggregation for downstream classification.

Load-bearing premise

Splitting the CT volume into patches and combining their persistent homology features retains enough global topological information to improve or match full-volume analysis for the classification problems studied.

What would settle it

A direct comparison on a new high-resolution CT dataset where global structures like large voids are critical for classification, checking if the patch method still outperforms or if performance drops relative to full cubical filtration.

Figures

Figures reproduced from arXiv: 2512.12108 by Ahmad Bashir Barekzai, Alice C. Wei, Amber L. Simpson, Aras T. Asaad, Camila Vilela, Dashti A. Ali, Hala Khasawneh, Jacob J. Peoples, Jayasree Chakraborty, Jo\~ao Miranda, Mohammad Hamghalam, Natalie Gangai, Natally Horvat, Richard K. G. Do.

Figure 1
Figure 1. Figure 1: Generating persistent barcodes from a sample point cloud. In the far left side, at the beginning, the distance [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Cubical complex filtration and PBs representations in dimension zero and one for a 4x4 grayscale image [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: A summary illustration of the process of cubical complex filtration on a sample 2D image, the ROI of a [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: The process of generating a d-dimensional point from a 3D patch of 3×3×3 voxels from a 3D image is demonstrated in part A, and the transformation of a 3D image ROI into a 3D point cloud is visualized in part B. There are different ways to compute PH from a point cloud. In this study, alpha complex filtration [33, 34] is utilized to compute PH in dimensions zero, one and two, corresponding to the number of … view at source ↗
Figure 5
Figure 5. Figure 5: Patch-based TDA pipeline. abdominal CT images, and two in-house datasets. Sample CT slices of different classes of each dataset is illustrated in [PITH_FULL_IMAGE:figures/full_fig_p008_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Sample slices of CT images from each dataset are visualized. Sample images of unique classes of each [PITH_FULL_IMAGE:figures/full_fig_p009_6.png] view at source ↗
read the original abstract

The development of machine learning models based on computed tomography (CT) imaging has been a major focus due to the promise that imaging holds for diagnosis, staging, and prognostication. These models often rely on the extraction of hand-crafted features where incorporating robust feature engineering improves the performance of these models. Topological data analysis (TDA), based on the mathematical field of algebraic topology, focuses on data from a topological perspective, extracting deeper insight and higher dimensional structures. Persistent homology (PH), a fundamental tool in TDA, extracts topological features such as connected components, cycles, and voids. A popular approach to construct PH from 3D CT images is to utilize 3D cubical complex filtration, a method adapted for grid-structured data. However, this approach is subject to poor performance and high computational cost with higher resolution images. This study introduces a novel patch-based PH construction approach designed for volumetric CT imaging data that improves performance and reduces computational time. This study conducts a series of experiments to comprehensively analyze the performance of the proposed method and benchmarks against the cubical complex algorithm and radiomic features. Our results highlight the dominance of the patch-based TDA approach in terms of both classification performance and computational time. The proposed approach outperformed the cubical complex method and radiomic features, achieving average improvement of 7.2%, 3.6%, 2.7%, 8.0%, and 7.2% in accuracy, AUC, sensitivity, specificity, and F1 score, respectively, across all datasets. Finally, we provide a convenient Python package, Patch-TDA, to facilitate the utilization of the proposed approach.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 1 minor

Summary. The paper introduces a patch-based persistent homology construction for 3D CT volumes as an alternative to full-volume cubical complex filtrations. It claims this yields superior classification performance (average gains of 7.2% accuracy, 3.6% AUC, 2.7% sensitivity, 8.0% specificity, 7.2% F1) over both cubical TDA and radiomic baselines across multiple datasets while lowering computational cost, and releases a Python package Patch-TDA.

Significance. If the reported gains prove robust and stem from effective capture of discriminative topological features without loss of global structure, the work would improve the practicality of TDA for high-resolution medical volumes. The open Patch-TDA package is a clear strength for reproducibility.

major comments (3)
  1. [Methods] Methods section on patch-based filtration: the aggregation step for per-patch persistence diagrams (concatenation, pooling, or other summary) is not specified in sufficient detail to determine whether generators spanning patch boundaries are retained. In CT data, diagnostically relevant structures such as vessel trees or tumor margins routinely cross patch boundaries, so the homology of the union is not a simple function of the per-patch homologies; this directly affects whether the claimed superiority over single 3D cubical filtration can be attributed to topology rather than to other factors.
  2. [Results] Results section reporting performance: average improvements are stated without statistical significance tests, confidence intervals, or per-dataset breakdowns with standard deviations. In addition, the number of datasets, cross-validation protocol, and classifier details are not provided, so it is impossible to assess whether the 7.2% accuracy gain is reliable or driven by particular data splits.
  3. [Experiments] Experiments section: patch size is listed as a free parameter yet no ablation or sensitivity analysis on its value is shown, nor is any complexity analysis or wall-clock timing table provided to substantiate the computational-time claim relative to full cubical filtration.
minor comments (1)
  1. [Abstract] Abstract: the phrase 'across all datasets' is used without naming the datasets or their sizes, which should be stated for immediate context.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the constructive and detailed comments, which have helped us identify areas for improvement in clarity and rigor. We address each major comment point by point below and will revise the manuscript accordingly.

read point-by-point responses
  1. Referee: [Methods] Methods section on patch-based filtration: the aggregation step for per-patch persistence diagrams (concatenation, pooling, or other summary) is not specified in sufficient detail to determine whether generators spanning patch boundaries are retained. In CT data, diagnostically relevant structures such as vessel trees or tumor margins routinely cross patch boundaries, so the homology of the union is not a simple function of the per-patch homologies; this directly affects whether the claimed superiority over single 3D cubical filtration can be attributed to topology rather than to other factors.

    Authors: We thank the referee for highlighting this critical aspect of the method. The aggregation in our approach consists of computing persistence diagrams independently on each patch and then concatenating the resulting diagrams (birth-death pairs across all dimensions) into a single high-dimensional feature vector per volume. We will revise the Methods section to include a precise algorithmic description, pseudocode, and explicit statement of this concatenation procedure. We acknowledge that boundary-crossing generators are not guaranteed to be preserved exactly as in a global filtration; however, the empirical superiority suggests that the local topological features captured remain highly informative for the classification tasks. We will add a short discussion of this approximation and its potential mitigation via overlapping patches in future work. revision: yes

  2. Referee: [Results] Results section reporting performance: average improvements are stated without statistical significance tests, confidence intervals, or per-dataset breakdowns with standard deviations. In addition, the number of datasets, cross-validation protocol, and classifier details are not provided, so it is impossible to assess whether the 7.2% accuracy gain is reliable or driven by particular data splits.

    Authors: We agree that the current reporting lacks the necessary statistical detail. In the revision we will expand the Results section with a table showing per-dataset performance (accuracy, AUC, sensitivity, specificity, F1) as mean ± standard deviation across cross-validation folds, together with 95% confidence intervals. We will also report p-values from paired statistical tests (e.g., Wilcoxon signed-rank or t-tests) against the baselines. The revised text will explicitly state the number of datasets, the cross-validation protocol (stratified 5-fold), and the classifier (random forest with default hyperparameters after grid search). revision: yes

  3. Referee: [Experiments] Experiments section: patch size is listed as a free parameter yet no ablation or sensitivity analysis on its value is shown, nor is any complexity analysis or wall-clock timing table provided to substantiate the computational-time claim relative to full cubical filtration.

    Authors: We will add a dedicated ablation subsection that evaluates classification performance for patch sizes 16³, 32³, and 64³ voxels, reporting the resulting metrics for each choice. We will also include a complexity analysis paragraph deriving the expected runtime scaling and a new table of measured wall-clock times (in seconds) for the patch-based pipeline versus the full-volume cubical filtration on the same hardware and datasets, thereby substantiating the claimed computational advantage. revision: yes

Circularity Check

0 steps flagged

No circularity: algorithmic reformulation with independent empirical validation

full rationale

The paper introduces a patch-based persistent homology construction for 3D CT volumes as a direct algorithmic alternative to full-volume cubical filtration, motivated by computational cost and resolution issues. All reported performance metrics (accuracy, AUC, etc.) arise from standard supervised classification benchmarks on held-out data against two external baselines (cubical complex and radiomics). No equations, fitted parameters, or self-citations are shown that would make any claimed improvement equivalent to its own inputs by construction. The derivation chain consists of a practical change in filtration construction followed by independent empirical testing, rendering the result self-contained.

Axiom & Free-Parameter Ledger

1 free parameters · 1 axioms · 0 invented entities

The work rests on standard persistent homology definitions and the assumption that patch-wise computation yields equivalent or superior features for downstream classification; no new physical entities or ad-hoc constants are introduced.

free parameters (1)
  • patch size
    Determines granularity of local topology extraction; value must be chosen to balance speed and feature fidelity but is not numerically specified in the abstract.
axioms (1)
  • standard math Persistent homology extracts stable topological features (connected components, cycles, voids) from filtered simplicial or cubical complexes.
    Invoked as the foundation for both the baseline cubical method and the proposed patch approach.

pith-pipeline@v0.9.0 · 5667 in / 1253 out tokens · 32684 ms · 2026-05-16T23:24:39.929801+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Reference graph

Works this paper leans on

39 extracted references · 39 canonical work pages

  1. [1]

    Introduction to radiomics.Journal of Nuclear Medicine, 61(4):488–495, 2020

    Marius E Mayerhoefer, Andrzej Materka, Georg Langs, Ida Häggström, Piotr Szczypi´nski, Peter Gibbs, and Gary Cook. Introduction to radiomics.Journal of Nuclear Medicine, 61(4):488–495, 2020

  2. [2]

    Radiomics feature robustness as measured using an mri phantom

    Joonsang Lee, Angela Steinmann, Yao Ding, Hannah Lee, Constance Owens, Jihong Wang, Jinzhong Yang, David Followill, Rachel Ger, Dennis MacKin, et al. Radiomics feature robustness as measured using an mri phantom. Scientific reports, 11(1):3973, 2021. 1https://github.com/dashtiali/patch-tda 13 APREPRINT- JANUARY12, 2026

  3. [3]

    Radiomics: the facts and the challenges of image analysis.European radiology experimental, 2:1–8, 2018

    Stefania Rizzo, Francesca Botta, Sara Raimondi, Daniela Origgi, Cristiana Fanciullo, Alessio Giuseppe Mor- ganti, and Massimo Bellomi. Radiomics: the facts and the challenges of image analysis.European radiology experimental, 2:1–8, 2018

  4. [4]

    The right direction needed to develop white-box deep learning in radiology, pathology, and ophthalmology: A short review.Frontiers in Robotics and AI, 6:24, 2019

    Yoichi Hayashi. The right direction needed to develop white-box deep learning in radiology, pathology, and ophthalmology: A short review.Frontiers in Robotics and AI, 6:24, 2019

  5. [5]

    The role of deep learning and radiomic feature extraction in cancer-specific predictive modelling: a review.Translational Cancer Research, 7(3), 2018

    Alanna Vial, David Stirling, Matthew Field, Montserrat Ros, Christian Ritz, Martin Carolan, Lois Holloway, and Alexis A Miller. The role of deep learning and radiomic feature extraction in cancer-specific predictive modelling: a review.Translational Cancer Research, 7(3), 2018

  6. [6]

    Issues associated with deploying cnn transfer learning to detect covid-19 from chest x-rays.Physical and Engineering Sciences in Medicine, 43(4):1289–1303, 2020

    Taban Majeed, Rasber Rashid, Dashti Ali, and Aras Asaad. Issues associated with deploying cnn transfer learning to detect covid-19 from chest x-rays.Physical and Engineering Sciences in Medicine, 43(4):1289–1303, 2020

  7. [7]

    Topology and data.Bulletin of the American Mathematical Society, 46(2):255–308, 2009

    Gunnar Carlsson. Topology and data.Bulletin of the American Mathematical Society, 46(2):255–308, 2009

  8. [8]

    Extracting insights from the shape of complex data using topology.Scientific reports, 3(1):1236, 2013

    Pek Y Lum, Gurjeet Singh, Alan Lehman, Tigran Ishkanov, Mikael Vejdemo-Johansson, Muthu Alagappan, John Carlsson, and Gunnar Carlsson. Extracting insights from the shape of complex data using topology.Scientific reports, 3(1):1236, 2013

  9. [9]

    Persistent homology of tumor ct scans is associated with survival in lung cancer.Medical physics, 48(11):7043–7051, 2021

    Eashwar Somasundaram, Adam Litzler, Raoul Wadhwa, Rowan Barker-Clarke, and Jacob Scott. Persistent homology of tumor ct scans is associated with survival in lung cancer.Medical physics, 48(11):7043–7051, 2021

  10. [10]

    A homological approach to a mathematical definition of pulmonary fibrosis and emphysema on computed tomography.Journal of Applied Physiology, 131(2):601–612, 2021

    Naoya Tanabe, Shizuo Kaji, Susumu Sato, Tomoo Yokoyama, Tsuyoshi Oguma, Kiminobu Tanizawa, Tomohiro Handa, Takashi Sakajo, and Toyohiro Hirai. A homological approach to a mathematical definition of pulmonary fibrosis and emphysema on computed tomography.Journal of Applied Physiology, 131(2):601–612, 2021

  11. [11]

    A pca- based tda approach for computed tomography

    Dashti A Ali, Jacob J Peoples, Richard KG Do, William R Jarnagin, Aras T Asaad, and Amber L Simpson. A pca- based tda approach for computed tomography. InProceedings of SPIE Medical Imaging 2026: Computer-Aided Diagnosis, Vancouver, BC, Canada, 2026. to appear

  12. [12]

    Topological data analysis in medical imaging: current state of the art.Insights into Imaging, 14(1):58, 2023

    Yashbir Singh, Colleen M Farrelly, Quincy A Hathaway, Tim Leiner, Jaidip Jagtap, Gunnar E Carlsson, and Bradley J Erickson. Topological data analysis in medical imaging: current state of the art.Insights into Imaging, 14(1):58, 2023

  13. [13]

    Representation of texture structures with topological data analysis for stage ia lung adenocarcinoma in three-dimensional thoracic ct images

    Yoshiki Kawata, Noboru Niki, Masahiko Kusumoto, Hironobu Ohamatsu, Keiju Aokage, Genichiro Ishii, Yuji Matsumoto, Takaaki Tsuchida, Kenji Eguchif, and Masahiro Kaneko. Representation of texture structures with topological data analysis for stage ia lung adenocarcinoma in three-dimensional thoracic ct images. InMedical Imaging 2021: Biomedical Applications...

  14. [14]

    Valentina Pedoia, Jenny Haefeli, Kazuhito Morioka, Hsiang-Ling Teng, Lorenzo Nardo, Richard B Souza, Adam R Ferguson, and Sharmila Majumdar. Mri and biomechanics multidimensional data analysis reveals r2-r1ρ as an early predictor of cartilage lesion progression in knee osteoarthritis.Journal of Magnetic Resonance Imaging, 47(1):78–90, 2018

  15. [15]

    Lung topology characteristics in patients with chronic obstructive pulmonary disease.Scientific reports, 8(1):5341, 2018

    Francisco Belchi, Mariam Pirashvili, Joy Conway, Michael Bennett, Ratko Djukanovic, and Jacek Brodzki. Lung topology characteristics in patients with chronic obstructive pulmonary disease.Scientific reports, 8(1):5341, 2018

  16. [16]

    Asuka Oyama, Yasuaki Hiraoka, Ippei Obayashi, Yusuke Saikawa, Shigeru Furui, Kenshiro Shiraishi, Shinobu Kumagai, Tatsuya Hayashi, and Jun’ichi Kotoku. Hepatic tumor classification using texture and topology analysis of non-contrast-enhanced three-dimensional t1-weighted mr images with a radiomics approach.Scientific reports, 9(1):8764, 2019

  17. [17]

    Topological data analysis of thoracic radiographic images shows improved radiomics-based lung tumor histology prediction

    Robin Vandaele, Pritam Mukherjee, Heather Marie Selby, Rajesh Pravin Shah, and Olivier Gevaert. Topological data analysis of thoracic radiographic images shows improved radiomics-based lung tumor histology prediction. Patterns, 4(1), 2023

  18. [18]

    Towards a new approach to reveal dynamical organization of the brain using topological data analysis.Nature communications, 9(1):1399, 2018

    Manish Saggar, Olaf Sporns, Javier Gonzalez-Castillo, Peter A Bandettini, Gunnar Carlsson, Gary Glover, and Allan L Reiss. Towards a new approach to reveal dynamical organization of the brain using topological data analysis.Nature communications, 9(1):1399, 2018

  19. [19]

    Topological analysis of trabecular bone mr images.IEEE transactions on medical imaging, 19(3):166–174, 2000

    Bryon R Gomberg, Punam K Saha, Hee Kwon Song, Scott N Hwang, and Felix W Wehrli. Topological analysis of trabecular bone mr images.IEEE transactions on medical imaging, 19(3):166–174, 2000

  20. [20]

    A roadmap for the computation of persistent homology.EPJ Data Science, 6:1–38, 2017

    Nina Otter, Mason A Porter, Ulrike Tillmann, Peter Grindrod, and Heather A Harrington. A roadmap for the computation of persistent homology.EPJ Data Science, 6:1–38, 2017

  21. [21]

    Simplicial models and topological inference in biological systems

    Vidit Nanda and Radmila Sazdanovi´c. Simplicial models and topological inference in biological systems. In Discrete and topological models in molecular biology, pages 109–141. Springer, 2013. 14 APREPRINT- JANUARY12, 2026

  22. [22]

    Topological pattern recognition for point cloud data.Acta Numerica, 23:289–368, 2014

    Gunnar Carlsson. Topological pattern recognition for point cloud data.Acta Numerica, 23:289–368, 2014

  23. [23]

    Springer Science & Business Media, 2013

    Raoul Bott and Loring W Tu.Differential forms in algebraic topology, volume 82. Springer Science & Business Media, 2013

  24. [24]

    Persistent-homology-based machine learning: a survey and a comparative study.Artificial Intelligence Review, 55(7):5169–5213, 2022

    Chi Seng Pun, Si Xian Lee, and Kelin Xia. Persistent-homology-based machine learning: a survey and a comparative study.Artificial Intelligence Review, 55(7):5169–5213, 2022

  25. [25]

    reading

    Adélie Garin and Guillaume Tauzin. A topological" reading" lesson: Classification of mnist using tda. In2019 18th IEEE International Conference On Machine Learning And Applications (ICMLA), pages 1551–1556. IEEE, 2019

  26. [26]

    Learning representations of persistence barcodes

    Christoph D Hofer, Roland Kwitt, and Marc Niethammer. Learning representations of persistence barcodes. Journal of Machine Learning Research, 20(126):1–45, 2019

  27. [27]

    Persistence curves: A canonical framework for summarizing persistence diagrams.Advances in Computational Mathematics, 48(1):6, 2022

    Yu-Min Chung and Austin Lawson. Persistence curves: A canonical framework for summarizing persistence diagrams.Advances in Computational Mathematics, 48(1):6, 2022

  28. [28]

    Persistence paths and signature features in topological data analysis.IEEE transactions on pattern analysis and machine intelligence, 42(1):192–202, 2018

    Ilya Chevyrev, Vidit Nanda, and Harald Oberhauser. Persistence paths and signature features in topological data analysis.IEEE transactions on pattern analysis and machine intelligence, 42(1):192–202, 2018

  29. [29]

    Functional summaries of persistence diagrams.Journal of Applied and Computational Topology, 4(2):211–262, 2020

    Eric Berry, Yen-Chi Chen, Jessi Cisewski-Kehe, and Brittany Terese Fasy. Functional summaries of persistence diagrams.Journal of Applied and Computational Topology, 4(2):211–262, 2020

  30. [30]

    An entropy- based persistence barcode.Pattern Recognition, 48(2):391–401, 2015

    Harish Chintakunta, Thanos Gentimis, Rocio Gonzalez-Diaz, Maria-Jose Jimenez, and Hamid Krim. An entropy- based persistence barcode.Pattern Recognition, 48(2):391–401, 2015

  31. [31]

    A survey of vectorization methods in topological data analysis.IEEE Transactions on Pattern Analysis and Machine Intelligence, 2023

    Dashti Ali, Aras Asaad, Maria-Jose Jimenez, Vidit Nanda, Eduardo Paluzo-Hidalgo, and Manuel Soriano- Trigueros. A survey of vectorization methods in topological data analysis.IEEE Transactions on Pattern Analysis and Machine Intelligence, 2023

  32. [32]

    International Business Machines Company, 1966

    Guy M Morton.A computer oriented geodetic data base and a new technique in file sequencing. International Business Machines Company, 1966

  33. [33]

    On the shape of a set of points in the plane.IEEE Transactions on information theory, 29(4):551–559, 1983

    Herbert Edelsbrunner, David Kirkpatrick, and Raimund Seidel. On the shape of a set of points in the plane.IEEE Transactions on information theory, 29(4):551–559, 1983

  34. [34]

    Cambridge University Press, 2018

    Jean-Daniel Boissonnat, Frédéric Chazal, and Mariette Yvinec.Geometric and topological inference, volume 57. Cambridge University Press, 2018

  35. [35]

    The KiTS19 challenge data: 300 kidney tumor cases with clinical context, CT semantic segmenta- tions, and surgical outcomes

    Nicholas Heller, Niranjan Sathianathen, Arveen Kalapara, Edward Walczak, Keenan Moore, Heather Kaluz- niak, Joel Rosenberg, Paul Blake, Zachary Rengel, Makinna Oestreich, et al. The kits19 challenge data: 300 kidney tumor cases with clinical context, ct semantic segmentations, and surgical outcomes.arXiv preprint arXiv:1904.00445, 2019

  36. [36]

    MICCAI FLARE22 challenge dataset (50 labeled abdomen CT scans), 2023

    MA. MICCAI FLARE22 challenge dataset (50 labeled abdomen CT scans), 2023

  37. [37]

    Abdomenct-1k: Is abdominal organ segmentation a solved problem?IEEE Transactions on Pattern Analysis and Machine Intelligence, 44(10):6695–6714, 2021

    Jun Ma, Yao Zhang, Song Gu, Cheng Zhu, Cheng Ge, Yichi Zhang, Xingle An, Congcong Wang, Qiyuan Wang, Xin Liu, et al. Abdomenct-1k: Is abdominal organ segmentation a solved problem?IEEE Transactions on Pattern Analysis and Machine Intelligence, 44(10):6695–6714, 2021

  38. [38]

    Attention-based ct scan interpolation for lesion segmentation of colorectal liver metastases

    Mohammad Hamghalam, Richard KG Do, and Amber L Simpson. Attention-based ct scan interpolation for lesion segmentation of colorectal liver metastases. InMedical Imaging 2023: Biomedical Applications in Molecular, Structural, and Functional Imaging, volume 12468, pages 186–193. SPIE, 2023

  39. [39]

    Towards volumetric thresholds in recist 1.1: Therapeutic response assessment in hepatic metastases.European Radiology, 28:4839–4848, 2018

    Katharina S Winter, Felix O Hofmann, Kolja M Thierfelder, Julian W Holch, Nina Hesse, Alena B Baumann, Dominik P Modest, Sebastian Stintzing, V olker Heinemann, Jens Ricke, et al. Towards volumetric thresholds in recist 1.1: Therapeutic response assessment in hepatic metastases.European Radiology, 28:4839–4848, 2018. 15