Pith. sign in

REVIEW 3 major objections 5 minor 26 references

Trexplorer Super: Topologically Correct Centerline Tree Tracking of Tubular Objects in CT Volumes

T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read This paper argues that Trexplorer Super, a recurrent DETR-based tracker improved with trajectory-preserving training, focal cross-attention, and target augmentation, outperforms prior state-of-the-art centerline-tracking models on all…

desk verdict Valuable empirical gains and useful new benchmarks, undercut by a graph-level metric that is trivially zero for the proposed architecture. read the letter →

arxiv 2507.10881 v2 pith:MPNU22AB submitted 2025-07-15 cs.CV

classification cs.CV
keywords centerlinetrackingtubularstructurestreetopologyDETRCTvolumesairwaysegmentationpulmonaryarterytopologicalcorrectness
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

Trexplorer Super is presented as an improved recurrent transformer for tracing tubular tree structures, such as blood vessels and airways, in CT volumes, starting from a single root point and producing a connected centerline graph. The paper's central claim is that by reusing hidden tracking state across patches, restricting cross-attention to a high-resolution focal region, and augmenting bifurcation targets during training, the model removes the duplicate branches and premature terminations that hurt its predecessor, Trexplorer. On three newly assembled benchmark sets, one synthetic and two real, the paper reports that Trexplorer Super beats the two prior state-of-the-art methods, Vesselformer and Trexplorer, on point-level, branch-level, and graph-level metrics, including zero Betti-number errors. The wider point is that topologically correct tracking is achievable on real clinical CT data if the tracker is allowed to carry its branch-tracking history forward and to handle bifurcation-position ambiguity explicitly.

What carries the argument

The central object is the recurrent DETR-based tracker, in which object queries double as both branch-tracking state and attention inputs; each step predicts child nodes one voxel away and labels them end, intermediate, or bifurcation. Three mechanisms carry the argument: Super Trajectory Training chains a 54-step super trajectory as six 10-step sub-trajectories, reusing previous object-query outputs so tracking history survives patch boundaries; Focal Cross Attention restricts cross-attention to a $2 \times 16 \times 16 \times 16$ focal feature region while the encoder supplies long-range context; and Target Augmentation shifts bifurcation points by a Laplace-distributed offset proportional to node radius, with smoothing to preserve natural trajectories. Together these components turn the model from a per-patch tracker into a continuous root-to-leaf tracker and are what the ablation study credits for the reported gains.

What would settle it

Manually verify or independently re-extract the test-set centerlines for ATM'22 and Parse 2022, for example with expert correction or a second skeletonization algorithm, and rerun the three trained models against that corrected ground truth; if Trexplorer Super no longer achieves the best point-, branch-, and graph-level scores, the paper's central claim is refuted.

Watch

Extended reading notes

Core claim

On its own terms, the paper establishes that the main obstacles to recurrent centerline-tree tracking, duplicate branch predictions and premature termination, are not inherent to the DETR-style formulation but follow from discarding the learned trajectory state when a new image patch is processed. Trexplorer Super keeps that state by chaining object-query outputs across six sub-trajectories (Super Trajectory Training), concentrates high-resolution cross-attention on a small focal region so queries can retain tracking history (Focal Cross Attention), and tolerates the fact that a bifurcation point is not a fixed location by shifting secondary branches along the primary branch with an offset scaled by radius (Target Augmentation). With these changes, the paper reports the best precision, recall, F1, radius error, branch F1, and Betti-0/Betti-1 errors among the compared models on every dataset, with the largest gains on real airway and pulmonary-artery data.

Load-bearing premise

The load-bearing assumption is that the automatically extracted centerline ground truths for the ATM'22 and Parse 2022 datasets are reliable enough to score against; if the VMTK plus Kimimaro pipeline systematically misses, adds, or misconnects branches, then every precision, recall, and F1 figure in the comparison is distorted, and the superiority claim may not reflect true tracking quality.

Editorial extensions

If this is right

  • If the reported results hold, recurrent centerline tracking becomes competitive on real clinical CT data, not just synthetic vascular trees.
  • Zero Betti-0 and Betti-1 errors on all test sets imply the predicted trees are single connected components without spurious cycles, so downstream analyses of airway and vessel geometry can trust the graph structure.
  • The strong synthetic-versus-real gap the paper reports argues that new methods should be benchmarked on real tubular-tree datasets, and the released datasets make that possible.
  • Eliminating duplicate branches removes the need for post-processing and speeds inference, making the approach more practical for large volumes.
  • Because the hardest real dataset, Parse 2022, still yields noticeably lower scores, the paper points toward pretrained feature extractors and stronger sequence models as the next lever.

Reading between the lines

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

  • The reported superiority over Vesselformer and Trexplorer is measured against ground truth that is itself machine-generated; a human-validated centerline set could shift the numbers, so an independent annotation study would be the natural next check.
  • The radius-proportional augmentation and focal attention are not specific to airways or arteries; the same recipe may transfer to other branching tubular structures such as coronary arteries, biliary ducts, or plant root systems, though the paper does not test these.
  • Since Betti numbers count components and cycles but not branch identity, the zero-error graph scores may understate the remaining difficulty that branch-level F1 reveals on the real datasets; future benchmarks could weight branch and tree-level metrics more heavily.
  • The released synthetic dataset with collision avoidance could serve as a pre-training or debugging ground for other graph-extraction methods, not only recurrent trackers.
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

3 major / 5 minor

Summary. The paper presents Trexplorer Super, an extension of the recurrent DETR-based centerline tracker Trexplorer, with three technical modifications: Super Trajectory Training, Focal Cross Attention, and Target Augmentation. The authors also introduce one synthetic (SVT-based) and two real (ATM'22, Parse 2022) centerline datasets, and compare Trexplorer Super with Vesselformer and Trexplorer using point-, branch-, and graph-level metrics. They report consistently higher precision, recall, F1, and branch F1 on all datasets, and zero Betti-number errors on all datasets.

Significance. If the reported results hold, the method is a substantial practical improvement in centerline tree tracking, and the new datasets plus the released code would be useful community resources. The evaluation is more careful than many medical imaging papers: five training runs per model with mean and standard deviation, a held-out test split, and per-component ablations. The point-level and branch-level F1 advantages over the two baselines are large and are the main evidence for the claimed ranking. However, the graph-level topological evidence is structurally vacuous, as detailed below, and the real-data ground truth is automatically extracted without validation. These issues affect the paper's headline claim of topological correctness and, to a lesser extent, the reliability of the real-data evaluation, but they do not by themselves overturn the substantial point- and branch-level improvements.

major comments (3)
  1. [Section 3.2, Table 3] Section 3.2, Table 3: The graph-level Betti metrics reported in Table 3 are architecturally guaranteed to be zero for Trexplorer and Trexplorer Super, so they carry no information about topological agreement with the ground truth. Section 2 describes tracking as breadth-first from a single root, with branches spawned only at bifurcation nodes and tracking stopping at end nodes; every nonempty output is therefore a rooted tree with Betti-0 = 1 and Betti-1 = 0. The ground-truth centerline trees are also single connected acyclic graphs. Consequently, the 0.000 errors in Table 3 are structural invariants of the model class, not measurements of correctness. A prediction consisting only of the root-to-leaf path of a single branch, omitting all side branches or containing wrong connections, would still receive zero Betti error. The paper's claim of 'topologically correct' tracking and the discussion in Section 3.4 that Trexplorer and Trexplorer Super 'ensure topological correctness' therefore rest on a metric that cannot detect missing branches, spurious branches, or incorrect connections. The point- and branch-level metrics are the only meaningful evidence for the ranking, and the graph-level claim needs to be either replaced with a structural metric (e.g., branch adjacency F1, tree edit distance, or correctness of bifurcation-to-end-node connectivity) or explicitly withdrawn.
  2. [Section 3.1] The ground-truth centerlines for the two real datasets (ATM'22 and Parse 2022) are automatically extracted from segmentation masks using VMTK root-point extraction followed by Kimimaro tracing, with no manual verification or comparison to an independent skeletonization. If the automatic extraction systematically misses small branches, introduces spurious branches, or makes incorrect connections, then every precision, recall, and F1 number reported in Tables 2 and 3 for these datasets is distorted in an unknown direction, and the claim that Trexplorer Super 'outperforms previous SOTA models on every dataset' may not reflect true tracking quality. The authors should validate the extracted centerlines against manual annotations on a subsample, or at least report quantitative agreement between VMTK+Kimimaro and an alternative method (e.g., another skeletonization or the original segmentation's voxel connectivity). They should also discuss the known failure modes of automatic skeletonization for thin peripheral branches. Given that the main evaluation claims rest on these datasets, this validation is load-bearing for the paper's central claim.
  3. [Section 3.5, Table 4] The ablation interpretation is not supported by the table. Row 2 (STT only) reports F1 = 0.0256, which is lower than the baseline in row 1 (F1 = 0.0317), and recall is essentially unchanged (0.0366 vs. 0.0359). Focal Cross Attention alone (row 3) gives F1 = 0.3301, while STT+FCA (row 4) gives F1 = 0.5391. The table therefore shows that the large gain comes from the combination of STT and FCA, not from STT alone, and the text's statement that 'Super Trajectory Training is the most crucial improvement' is not a fair reading of the reported numbers. In addition, row 2 has an enormous standard deviation for precision (0.3657 ± 0.5494) and the F1 value is inconsistent with the reported precision and recall if those are pooled values (the harmonic mean of 0.3657 and 0.0366 is about 0.066, not 0.0256). Please clarify how the metrics were averaged across runs and samples, report per-run values, and revise the interpretation of which component contributes the gain.
minor comments (5)
  1. [Section 3.1, Table 1] Please specify the train/val/test splitting procedure for each dataset, in particular whether the split is at the volume/patient level and whether any two scans from the same subject can appear in different splits. This is important for avoiding data leakage in the reported generalization results.
  2. [Introduction and Section 3.3] The paper says 'we establish a comprehensive baseline by evaluating prior SOTA models,' but only two baselines (Vesselformer and Trexplorer) are evaluated. Other cited methods such as DeepVesselNet, RelationFormer, or coronary-artery tracking methods are not compared. Please either broaden the comparison or temper the wording to 'two existing methods.'
  3. [Section 2] The inference loop would benefit from a precise algorithm box or pseudocode. The prose description of breadth-first tracking, stopping at end nodes, handling of concurrently tracked tokens, and duplicate suppression is not sufficient for exact reproduction, especially the mechanism by which 'object query outputs from previous patches are used' during inference.
  4. [Section 3.2] The 1.5-voxel matching radius for point-level metrics is defined, but the matching procedure is not fully described: it is stated that a ground-truth node is a false negative if it 'has not been matched to another prediction,' yet the order and tie-breaking of matches are not specified. Please clarify whether matching is greedy in a fixed sweep order or randomized, since this can affect the reported numbers.
  5. [References] Reference [4] is formatted incorrectly ('F., S.A., et al.'); the author list and citation keys should be corrected. Also, Section 3.3 mentions 'author-optimized hyperparameters' for Vesselformer without identifying who performed the optimization or what search procedure was used.

Circularity Check

1 steps flagged · score 6.0 of 10

The graph-level Betti-0/Betti-1 zero errors are structural invariants of any breadth-first tree output, making the 'topologically correct' claim vacuous; point- and branch-level comparisons are independent and non-circular.

  1. self definitional [Sec. 3.2 (Evaluation Metrics), Sec. 2 (Trexplorer Super Architecture), Sec. 3.4/Table 3 (Results)]
    "To evaluate the overall graph structure, we use topological metrics, specifically the MAE of Betti-0 (connected components) and Betti-1 (cycles). ... The tracking process follows a sequential breadth-first approach such that in each step, we predict all the children nodes at the next level of the graph. ... Both Trexplorer and Trexplorer Super ensure topological correctness with zero Betti-0 and Betti-1 errors."

    The reported Betti errors reduce to the algorithm's output class by construction. The tracker starts at a single root, spawns branches only at bifurcation nodes, and stops at end nodes, so every nonempty Trexplorer/Trexplorer Super output is a rooted tree with exactly one connected component (Betti-0=1) and no cycles (Betti-1=0). The ground-truth airway/vessel trees are likewise single acyclic graphs. Hence the MAE of Betti-0 and Betti-1 is identically zero for any nonempty prediction, regardless of missing branches, spurious branches, or incorrect connectivity. The 0.000 entries in Table 3 are therefore not empirical measurements of topological agreement; they are guaranteed by the breadth-first tree-construction definition.

full rationale

Apart from the vacuous Betti metric, the paper's evaluation is empirical and self-contained. Point-level and branch-level F1 scores are computed against held-out test data (Tables 2-3) and do not reduce to any fitted parameter; the ablations (Table 4) measure actual improvements from STT, FCA, and TA. The baseline Trexplorer is cited as prior work [10] and is used as a comparative baseline rather than as evidence for the new method's validity, so this self-citation is not load-bearing. The automatically extracted ground truth from VMTK/Kimimaro is a data-quality limitation, not a circularity. The single substantive circular/vacuous step is the graph-level Betti-0/Betti-1 result: because both the model outputs and the ground-truth trees are trees, zero error is guaranteed by architectural definition. This weakens the 'topologically correct' claim but does not undermine the point- and branch-level performance comparisons that form the quantitative core of the paper.

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

The paper's central claim is empirical, not mathematical, so the ledger lists the hand-chosen training hyperparameters and the domain assumptions about ground-truth quality and evaluation metrics that the results depend on.

free parameters (4)
  • Number of object queries per bifurcation = 26
    Set by hand; controls how many child branches can be hypothesized at a bifurcation.
  • Max concurrently tracked tokens = 196
    Cap on active branch hypotheses during inference; chosen by hand.
  • Super trajectory length = 54 (six sub-trajectories of 10)
    Chosen to balance memory and continuity; affects training stability.
  • Laplace scale b for target augmentation = proportional to bifurcation radius
    Magnitude of branch offset during augmentation, a hand-chosen heuristic.
assumptions (3)
  • domain assumption Ground truth centerlines from segmentation masks via VMTK/Kimimaro are accurate enough for evaluation
    The real datasets ATM'22 and Parse 2022 have no manual centerline annotations; the paper relies on automated extraction.
  • domain assumption The synthetic dataset generated with SVT with collision avoidance is a reasonable proxy for real vascular trees
    Synthetic data is used as a development set; the paper itself notes performance does not transfer to real data, so this assumption is questionable.
  • domain assumption The breadth-first tracking architecture enforces a tree structure, making the Betti-0 and Betti-1 metrics trivially zero
    The method is designed to produce a connected tree from a root; cycles are impossible by construction, so the topological metrics do not discriminate performance.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Trexplorer Super: Topologically Correct Centerline Tree Tracking of Tubular Objects in CT Volumes." pith.science (2026). https://pith.science/paper/MPNU22AB

@misc{pith2026250710881,
  author       = {Pith},
  title        = {Pith review of: Trexplorer Super: Topologically Correct Centerline Tree Tracking of Tubular Objects in CT Volumes},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/MPNU22AB}},
  note         = {Machine review of arXiv:2507.10881}
}
read the original abstract

Tubular tree structures, such as blood vessels and airways, are essential in human anatomy and accurately tracking them while preserving their topology is crucial for various downstream tasks. Trexplorer is a recurrent model designed for centerline tracking in 3D medical images but it struggles with predicting duplicate branches and terminating tracking prematurely. To address these issues, we present Trexplorer Super, an enhanced version that notably improves performance through novel advancements. However, evaluating centerline tracking models is challenging due to the lack of public datasets. To enable thorough evaluation, we develop three centerline datasets, one synthetic and two real, each with increasing difficulty. Using these datasets, we conduct a comprehensive evaluation of existing state-of-the-art (SOTA) models and compare them with our approach. Trexplorer Super outperforms previous SOTA models on every dataset. Our results also highlight that strong performance on synthetic data does not necessarily translate to real datasets. The code and datasets are available at https://github.com/RomStriker/Trexplorer-Super.

Figures

Figures reproduced from arXiv: 2507.10881 by the authors.

Figure 1
Figure 1. Super Trajectory Training for Trexplorer Super using Focal Cross Attention. branch when it predicts an end node. If the node is intermediate, it continues to track the subsequent nodes. For bifurcation nodes, it halts the current branch tracking and assigns a new set of 26 object queries, some of which begin tracking the newly formed branches while the rest are discarded. Trexplorer Super builds on Trexplorer by inc… view at source ↗
Figure 2
Figure 2. Visual comparison between the ground truth, Vesselformer, Trexplorer, and Trexplorer Super for one sample from each dataset. The centerline marker size is pro￾portional to the radius value at that node [PITH_FULL_IMAGE:figures/full_fig_p008_2.png] view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

26 extracted references · 19 canonical work pages

  1. [1]

    In: European conference on computer vision

    Carion, N., Massa, F., Synnaeve, G., Usunier, N., Kirillov, A., Zagoruyko, S.: End- to-end object detection with transformers. In: European conference on computer vision. pp. 213–229. Springer (2020)

  2. [2]

    Journal of Cardiovascular Computed Tomography15(6), 470–476 (2021)

    Choi, A.D., Marques, H., Kumar, V., Griffin, W.F., Rahban, H., Karlsberg, R.P., Zeman, R.K., Katz, R.J., Earls, J.P.: Ct evaluation by artificial intelligence for atherosclerosis, stenosis and vascular morphology(clarify): A multi-center, inter- national study. Journal of Cardiovascular Computed Tomography15(6), 470–476 (2021)

  3. [3]

    Community, S.D.: 3d slicer (2025),https://www.slicer.org/, accessed: 2025-02- 24

  4. [4]

    Journal of Computational Science 23, 59–69 (2018)

    F., S.A., et al.: Vmtk: A toolkit for computational vascular modeling. Journal of Computational Science 23, 59–69 (2018). https://doi.org/10.1016/j.jocs. 2018.02.003, https://vmtk.org/, accessed: 2025-02-24

  5. [5]

    In: 2011 12th International Conference on Computer-Aided Design and Computer Graphics

    Huang, D., Tang, W., Ding, Y., Wan, T., Chen, Y.: An interactive 3d preoperative planning and training system for minimally invasive vascular surgery. In: 2011 12th International Conference on Computer-Aided Design and Computer Graphics. pp. 443–449. IEEE (2011)

  6. [6]

    Ameri- can Journal of Physiology-Renal Physiology314(5), F715–F725 (2018)

    Khan, Z., Ngo, J.P., Le, B., Evans, R.G., Pearson, J.T., Gardiner, B.S., Smith, D.W.: Three-dimensional morphometric analysis of the renal vasculature. Ameri- can Journal of Physiology-Renal Physiology314(5), F715–F725 (2018)

  7. [7]

    Li,Z.,Xia,Q.,Hu,Z.,Wang,W.,Xu,L.,Zhang,S.:Adeepreinforcedtree-traversal agent for coronary artery centerline extraction. In: Medical Image Computing and Computer Assisted Intervention–MICCAI 2021: 24th International Confer- ence, Strasbourg, France, September 27–October 1, 2021, Proceedings, Part V 24. pp. 418–428. Springer (2021)

  8. [8]

    arXiv preprint arXiv:2304.03708 (2023)

    Luo, G., Wang, K., Liu, J., Li, S., Liang, X., Li, X., Gan, S., Wang, W., Dong, S., Wang, W., et al.: Efficient automatic segmentation for multi-level pulmonary arteries: The parse challenge. arXiv preprint arXiv:2304.03708 (2023)

Show all 26 references
  1. [9]

    Computer methods in biomechanics and biomedical engineering 20(5), 471–482 (2017)

    Miraucourt, O., Salmon, S., Szopos, M., Thiriet, M.: Blood flow in the cerebral venous system: modeling and simulation. Computer methods in biomechanics and biomedical engineering 20(5), 471–482 (2017)

  2. [10]

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

    Naeem, R., Hagerman, D., Svensson, L., Kahl, F.: Trexplorer: Recurrent detr for topologically correct tree centerline tracking. In: International Conference on Med- ical Image Computing and Computer-Assisted Intervention. pp. 744–754. Springer (2024)

  3. [11]

    In: Medical Imaging with Deep Learning

    Prabhakar, C., Shit, S., Paetzold, J.C., Ezhov, I., Koner, R., Li, H., Kofler, F.S., Menze,B.:Vesselformer:Towardscomplete3dvesselgraphgenerationfromimages. In: Medical Imaging with Deep Learning. pp. 320–331. PMLR (2024)

  4. [12]

    In: International confer- ence on medical image computing and computer-assisted intervention

    Qin, Y., Chen, M., Zheng, H., Gu, Y., Shen, M., Yang, J., Huang, X., Zhu, Y.M., Yang, G.Z.: Airwaynet: a voxel-connectivity aware approach for accurate 10 Authors Suppressed Due to Excessive Length airway segmentation using convolutional neural networks. In: International conf...

  5. [13]

    arXiv preprint arXiv:2111.14330 (2021)

    Roh, B., Shin, J., Shin, W., Kim, S.: Sparse detr: Efficient end-to-end object de- tection with learnable sparsity. arXiv preprint arXiv:2111.14330 (2021)

  6. [14]

    Sexton, Z.A.: Synthetic vascular toolkit (2023),https://github.com/zasexton/ Synthetic-Vascular-Toolkit, accessed: 2025-02-24

  7. [15]

    ArXiv pp

    Sexton, Z.A., Hudson, A.R., Herrmann, J.E., Shiwarski, D.J., Pham, J., Szafron, J.M., Wu, S.M., Skylar-Scott, M., Feinberg, A.W., Marsden, A.: Rapid model- guided design of organ-scale synthetic vasculature for biomanufacturing. ArXiv pp. arXiv–2308 (2023)

  8. [16]

    In: European Conference on Computer Vision

    Shit, S., Koner, R., Wittmann, B., Paetzold, J., Ezhov, I., Li, H., Pan, J., Shar- ifzadeh, S., Kaissis, G., Tresp, V., et al.: Relationformer: A unified framework for image-to-graph generation. In: European Conference on Computer Vision. pp. 422–439. Springer (2022)

  9. [17]

    https://doi.org/10.5281/zenodo

    Silversmith, W., Bae, J.A., Li, P.H., Wilson, A.: Kimimaro: Skeletonize densely labeled 3d image segmentations (2021). https://doi.org/10.5281/zenodo. 5539913, https://doi.org/10.5281/zenodo.5539913, accessed: 2021-09-29

  10. [18]

    Frontiers in Neuroscience 14, 1285 (2020)

    Tetteh, G., Efremov, V., Forkert, N.D., Schneider, M., Kirschke, J., Weber, B., Zimmer, C., Piraud, M., Menze, B.H.: Deepvesselnet: Vessel segmentation, center- line prediction, and bifurcation detection in 3-d angiographic volumes. Frontiers in Neuroscience 14, 1285 (2020)

  11. [19]

    Advances in neural information pro- cessing systems 30 (2017)

    Vaswani,A.,Shazeer,N.,Parmar,N.,Uszkoreit,J.,Jones,L.,Gomez,A.N.,Kaiser, Ł., Polosukhin, I.: Attention is all you need. Advances in neural information pro- cessing systems 30 (2017)

  12. [20]

    In: 2022 IEEE 19th international symposium on biomedical imaging (ISBI)

    Yu, W., Zheng, H., Zhang, M., Zhang, H., Sun, J., Yang, J.: Break: Bronchi recon- struction by geodesic transformation and skeleton embedding. In: 2022 IEEE 19th international symposium on biomedical imaging (ISBI). pp. 1–5. IEEE (2022)

  13. [21]

    Medical Image Analysis 90, 102957 (2023)

    Zhang, M., Wu, Y., Zhang, H., Qin, Y., Zheng, H., Tang, W., Arnold, C., Pei, C., Yu, P., Nan, Y., et al.: Multi-site, multi-domain airway tree modeling. Medical Image Analysis 90, 102957 (2023)

  14. [22]

    In: International conference on medical image computing and computer-assisted intervention

    Zhang, M., Zhang, H., Yang, G.Z., Gu, Y.: Cfda: collaborative feature disentan- glement and augmentation for pulmonary airway tree modeling of covid-19 cts. In: International conference on medical image computing and computer-assisted intervention. pp. 506–516. Springer (2022)

  15. [23]

    In: Medical Image Computing and Com- puter Assisted Intervention–MICCAI 2020: 23rd International Conference, Lima, Peru, October 4–8, 2020, Proceedings, Part VI 23

    Zhang, Y., Luo, G., Wang, W., Wang, K.: Branch-aware double dqn for centerline extraction in coronary ct angiography. In: Medical Image Computing and Com- puter Assisted Intervention–MICCAI 2020: 23rd International Conference, Lima, Peru, October 4–8, 2020, Proceedings, Part V...

  16. [24]

    Zheng, D., Dong, W., Hu, H., Chen, X., Wang, Y.: Less is more: Focus attention for efficient detr (2023)

  17. [25]

    IEEE transactions on medical imaging 40(9), 2452–2462 (2021)

    Zheng, H., Qin, Y., Gu, Y., Xie, F., Yang, J., Sun, J., Yang, G.Z.: Alleviating class- wise gradient imbalance for pulmonary airway segmentation. IEEE transactions on medical imaging 40(9), 2452–2462 (2021)

  18. [26]

    arXiv preprint arXiv:2010.04159 (2020)

    Zhu, X., Su, W., Lu, L., Li, B., Wang, X., Dai, J.: Deformable detr: Deformable transformers for end-to-end object detection. arXiv preprint arXiv:2010.04159 (2020)

Pith tools

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