REVIEW 4 major objections 4 minor 58 references
A Self-training Framework for Semi-supervised Pulmonary Vessel Segmentation and Its Application in COPD
T0 review · 4 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Iterative self-training lifts pulmonary vessel segmentation precision on COPD CT scans to 90.3%, and the resulting vessel metrics separate GOLD severity levels.
desk verdict A decent applied extension of ST++ to pulmonary vessel segmentation, undermined by a missing ablation that leaves the precision-gain mechanism unproven. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the pseudo-label reliability filter, not the network architecture itself. For each unlabeled CT scan, the teacher's $K$ saved checkpoints each output a pseudo-mask, and the paper computes a stability score $s_i = \sum_{j=1}^{K-1}\operatorname{meanIoU}(M_{ij}; M_{iK})$ between checkpoint predictions; scans whose pseudo-labels pass a mean-precision threshold are declared reliable and enter the student's training set. The student is trained on the 12 labeled scans plus the selected pseudo-labeled scans with weak or strong augmentation and a hard-region-adaptation loss that concentrates cross-entropy on difficult vessel borders, then the student becomes the teacher for the next iteration. Choosing by precision rather than Dice is what suppresses false-positive vessel voxels, which the paper argues matters most for downstream COPD quantification.
What would settle it
On the 10 fully annotated test scans, have two radiologists independently count false-positive vessel fragments in the fully supervised, Semi1, and Semi2 outputs; if the 2.3-point precision gain is not matched by a drop in these fragment counts, the reported improvement is an artifact of the precision-based pseudo-label filter rather than a real reduction in false vessels.
Extended reading notes
Core claim
On its own terms, the paper establishes that precision-filtered self-training is the active ingredient behind a 2.3-percentage-point precision gain in pulmonary vessel segmentation. A teacher model trained on 12 labeled non-contrast CT scans produces pseudo-labels for 103 unlabeled scans; for each scan, the teacher's saved checkpoints yield a stability score, and only the 40 pseudo-labels with mean precision above 0.9 (first round) or mean precision above 0.95 and mean Dice above 0.85 (second round) are kept. After two iterative retraining rounds, the student reaches 90.3% precision on the 10-scan test set versus 88.0% for the fully supervised teacher, while Dice moves only from 0.855 to 0.850 and IoU from 0.747 to 0.740. The same segmentations feed a vessel-quantification step, producing total blood volume, surface area, BV5/TBV, and radius-binned segment counts; these show statistically significant differences between GOLD 1-4 groups, including a fall in the small-vessel fraction BV5/TBV and a rise in the count of the largest radius bin R(3-4) as severity increases.
Load-bearing premise
The load-bearing premise is that pseudo-labels selected because they agree with the teacher's own checkpoints and pass a precision threshold are reliable enough to teach a student that will also perform better on human-annotated test images.
Editorial extensions
If this is right
- A precision-focused self-training loop can cut annotation cost: 12 labeled CT scans plus unlabeled scans outperform a fully supervised model trained on the same 12 labels in precision (90.3% vs 88.0%) while keeping Dice and IoU nearly flat.
- Vessel metrics from the improved segmentations separate GOLD severity groups on several parameters, with BV5/TBV falling from 0.5701 (GOLD 1) to 0.5213 (GOLD 4).
- The count of the largest vessels, radius bin R(3-4), rises with severity from 7 to 17 segments and is significantly different at GOLD 4, pointing to vascular remodeling rather than only pruning.
- Because the selection criterion targets precision, the same scheme is a template for tubular-structure segmentation tasks where false positives are the dominant clinical cost.
Reading between the lines
- Because the selection threshold (mean precision) is the same quantity reported as the gain, part of the reported improvement may be the model optimizing the selection metric rather than learning anatomically better vessels; a skeleton-based precision metric or radiologist review of false-positive fragments would separate the two.
- The fall in sensitivity from 0.832 to 0.804 across iterations shows the precision gain is partly a precision-recall tradeoff; a future version could add a per-scan recall floor to protect the smallest distal vessels.
- The same stability-score selection could be applied to other branching structures, such as airways or coronary arteries, since the filter does not encode vessel-specific anatomy.
- The BV5/TBV decline across GOLD grades could be amplified by segmentation bias, because emphysematous low-density regions change the error pattern; external datasets or pathology correlation would test whether the biomarker is real or an artifact of the segmenter.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a semi-supervised self-training framework, Semi2, for pulmonary vessel segmentation in non-contrast CT images of COPD patients. A teacher model is first trained on 12 interactively annotated CT scans; it then generates pseudo-labels for 103 unlabeled scans, from which 40 are selected per iteration using a precision-based criterion (Mean Precision > 0.9 in iteration 1; Mean Precision > 0.95 and Mean Dice > 0.85 in iteration 2). The student is retrained on labeled plus selected pseudo-labeled data, and the process is repeated once more. Using nnFormer as the backbone and HRA loss, the authors report that Semi2 improves precision from 0.880 (fully supervised) to 0.903 on a 10-patient test set, with Dice and IoU remaining nearly unchanged. The paper also applies the segmentation to quantify pulmonary vessel parameters across GOLD stages 1–4, reporting statistically significant differences in several metrics such as TBV, BV5/TBV, and radius-bin counts. The code is promised to be released.
Significance. If the reported precision gain is real and caused by the proposed pseudo-label selection strategy, the work has practical value for reducing false positives in pulmonary vessel segmentation, which is clinically relevant for COPD quantification. The interactive annotation pipeline and the downstream vessel-parameter analysis across GOLD stages are useful contributions. The paper also makes a machine-checkable claim (precision 0.903 vs 0.880) and commits to code release, which aids reproducibility. However, the central mechanism claim is not yet supported by the experimental design: no control isolates the effect of precision-based selection from simply adding more pseudo-labeled data or performing more training iterations. The statistical evidence is also thin, as the test set comprises only 10 patients and no uncertainty or significance testing is reported for the segmentation metrics.
major comments (4)
- [Section 3.5 and Table 2] The claimed benefit of precision-based pseudo-label selection is not isolated. The comparison is Fully (12 labeled images) versus Semi1 (12 + 40 selected pseudo-labeled) versus Semi2 (12 + 80 selected). Without controls that train on 40 or 80 randomly selected pseudo-labeled images, on all 103 unlabeled images, or on images selected by a different criterion (e.g., Dice only), the precision improvement from 0.880 to 0.903 could be due simply to additional training data or to the extra iteration, rather than to the precision-based selection strategy. Add such ablations with matched amounts of pseudo-labeled data.
- [Abstract and Table 2] The abstract's word 'significantly' is not backed by statistical testing. The segmentation metrics are reported only as point estimates on a 10-patient test set, with no standard deviations, confidence intervals, or significance tests. Provide per-patient results (e.g., box plots) and a paired statistical test (e.g., Wilcoxon signed-rank) comparing Fully and Semi2 for precision, Dice, IoU, and sensitivity.
- [Algorithm 1 and Section 3.5] There is an inconsistency between the pseudocode and the text. Algorithm 1 assigns D_u2 = D_u - D_u1 and then trains the student on (D_l ∪ D_u1 ∪ D_u2), implying that all 63 remaining unlabeled images are used in the second iteration. Section 3.5 states that only 40 reliable pseudo-labels are selected in the second iteration with specified Mean Precision and Mean Dice thresholds. Clarify whether the remaining 23 images are discarded, and modify the pseudocode to include the selection step for both iterations.
- [Section 3.5 and Discussion] The pseudo-label selection is self-referential: 'reliable' is defined by agreement among the teacher's own checkpoints and by precision computed against the teacher's best-model prediction, which is the same precision metric later reported as the gain. A teacher with systematic false positives could select images where those errors are consistent across checkpoints, and the student could inherit them. Although the final test evaluation is against human annotations, this confound limits the mechanistic claim that precision-based selection reduces false positives. Add an analysis that validates the selected pseudo-labels against human annotations on a subset, or explicitly discuss this limitation.
minor comments (4)
- [Section 3.4] Equation (1) is typeset imprecisely; the summation limits and the definition of the index n are unclear. Please rewrite the equation and define all symbols.
- [Section 5.4] There are typos, including 'Bonfroni' instead of 'Bonferroni' and 'GOLD' without a grade number in the ANOVA sentence ('GOLD 1, GOLD 2, GOLD, and GOLD 4').
- [Figure 6] The caption mentions 'a, b, and c' but the figure legend does not clearly explain these labels; please annotate the figure or explain the subprocesses in the caption.
- [Section 4.5] The vessel parameter calculation is said to be based on VesselVio, but the paper does not specify which segmentation model (Fully, Semi1, or Semi2) generates the vessel trees used for the COPD analysis. Please state this explicitly, as the parameter values may depend on the model.
Circularity Check
No significant circularity: the reported precision gain is measured on held-out human-refined test labels, not on the teacher-generated pseudo-labels used for selection.
full rationale
The central claim (Semi2 precision 0.903 vs 0.880) is evaluated in Table 2 on a held-out test set of 10 CT scans with human-refined annotations, using the standard Precision definition in Eq. (6). The pseudo-label selection in Section 3.5 is applied only to the unlabeled training images: the teacher’s checkpoints generate pseudo-labels, and “reliable” pseudo-labels are chosen by high consistency/precision with the teacher’s best model before being added to the student’s training set. This selection does not define the test-set precision, because the test labels are independent human annotations rather than the teacher’s predictions. The teacher-student retraining loop is a standard self-training design, not a derivation in which the output metric is an input by construction. The one in-house self-citation (CE-NC-VesselSegNet, [42]) is used to initialize coarse annotations, but the final labels are manually corrected by a radiologist, so it is not load-bearing for the claimed Semi2 improvement. The absence of an ablation with randomly selected pseudo-labels is a possible experimental confound for attributing the gain to the selection strategy, and the word “significantly” is not backed by a reported significance test; these are correctness and statistical-reporting concerns, not circularity. Overall, the evaluation chain is self-contained with respect to the human-labeled test set.
Assumptions & free parameters
free parameters (4)
- HRA loss threshold T =
0.1
- Pseudo-label precision and Dice thresholds =
Precision > 0.9 (iteration 1); Precision > 0.95 and Dice > 0.85 (iteration 2)
- Number of selected pseudo-labels per iteration =
40
- Checkpoint interval =
every 100 rounds
assumptions (3)
- domain assumption The interactively annotated labels are treated as ground truth for training and testing.
- ad hoc to paper Agreement among a model's own checkpoints is a valid proxy for pseudo-label reliability.
- domain assumption A 10-patient test set is representative enough to estimate segmentation performance.
Cite this review
Pith. "Pith review of A Self-training Framework for Semi-supervised Pulmonary Vessel Segmentation and Its Application in COPD." pith.science (2026). https://pith.science/paper/JQJ2KPPS
@misc{pith2026250719074,
author = {Pith},
title = {Pith review of: A Self-training Framework for Semi-supervised Pulmonary Vessel Segmentation and Its Application in COPD},
year = {2026},
howpublished = {\url{https://pith.science/paper/JQJ2KPPS}},
note = {Machine review of arXiv:2507.19074}
}
read the original abstract
Background: It is fundamental for accurate segmentation and quantification of the pulmonary vessel, particularly smaller vessels, from computed tomography (CT) images in chronic obstructive pulmonary disease (COPD) patients. Objective: The aim of this study was to segment the pulmonary vasculature using a semi-supervised method. Methods: In this study, a self-training framework is proposed by leveraging a teacher-student model for the segmentation of pulmonary vessels. First, the high-quality annotations are acquired in the in-house data by an interactive way. Then, the model is trained in the semi-supervised way. A fully supervised model is trained on a small set of labeled CT images, yielding the teacher model. Following this, the teacher model is used to generate pseudo-labels for the unlabeled CT images, from which reliable ones are selected based on a certain strategy. The training of the student model involves these reliable pseudo-labels. This training process is iteratively repeated until an optimal performance is achieved. Results: Extensive experiments are performed on non-enhanced CT scans of 125 COPD patients. Quantitative and qualitative analyses demonstrate that the proposed method, Semi2, significantly improves the precision of vessel segmentation by 2.3%, achieving a precision of 90.3%. Further, quantitative analysis is conducted in the pulmonary vessel of COPD, providing insights into the differences in the pulmonary vessel across different severity of the disease. Conclusion: The proposed method can not only improve the performance of pulmonary vascular segmentation, but can also be applied in COPD analysis. The code will be made available at https://github.com/wuyanan513/semi-supervised-learning-for-vessel-segmentation.
Figures
Reference graph
Works this paper leans on
-
[1]
Introduction Chronic obstructive pulmonary disease (COPD) is a prevalent and progressive lung disorder characterized by persistent respiratory symptoms and airflow limitation [1]. As reported by global initiative for chronic obstructive lung disease (GOLD), CT imaging plays an increasingly important role in diagnosis and evaluation of COPD patients [2]. S...
-
[2]
Related work 2.1 Traditional vs. deep learning methods in vessel segmentation In traditional methods, intensity thresholding is the most common method for pulmonary vessel segmentation in CT images [22]. This technique hinges on the use of a specific threshold value to distinguish pulmonary vessels from adjacent tissues, leveraging the variance in pixel i...
-
[3]
Methods 3.1 The overview of the proposed method Teacher model Student model Labeled CT image Unlabeled CT image Encoder Decoder Encoder Decoder Lsup Ground truth Pseudo label Re-training a b c Lsup Select Input Output Global self-attention layer(× 2) BottleneckEncoder Up-sampling Decoder S S S S QKV inputs Skip attention Embedding layer Local self-attenti...
-
[4]
Experiments 4.1 Datasets All participants willingly provided their informed consent, adhering to the ethical principles outlined in the Declaration of Helsinki (2000). The medical ethics committee of the First Affiliated Hospital of Guangzhou Medical University thoroughly reviewed and approved the study, ensuring that it met the highest standards of ethic...
work page 2000
-
[5]
Results 5.1 Performance comparison of different fully s upervised learning methods Table 1 presents the comparison of segmentation performance across four fully supervised learning models, including nnFormer, UNETR, Swin UNETR, and nnU-Net. The nnFormer model achieves best performance, with a Dice coefficient of 0.855 and an IoU of 0.747, suggesting it is...
-
[6]
in some of the vessel metrics, including TBV, surface area, BV5, BV5/TBV, R (1-2), R (2-3), and R (3-4). There are no statistical differences in metric of number of segments, number of endpoints, number of branchpoints, and R (0-1) radius bin across any GOLD grade comparisons. To further explore the differences between groups, subsequent multiple comparis...
work page 2000
-
[7]
The proposed method focuses on capturing the intricacies of smaller vessels
Discussion In this work, a semi-supervised learning framework is proposed that markedly enhances the segmentation of the full pulmonary vessel. The proposed method focuses on capturing the intricacies of smaller vessels. The high-quality pulmonary vessel labels with interaction annotation and robust segmentation model provide a prerequisite for quantifyin...
-
[8]
Conclusions In this paper, a semi-supervised learning framework is introduced for pulmonary vessel segmentation using CT images in COPD patients. Leveraging interactive annotation and a teacher- student model, the proposed method overcomes the challenges posed by scarce labeled data, achieving a 2.3% increase in segmentation precision, with a notable prec...
Show all 58 references
-
[9]
COPD phenotypes and machine learning cluster analysis: A systematic review and future research agenda,
V . Nikolaou, S. Massaro, M. Fakhimi, L. Stergioulas, and D. Price, "COPD phenotypes and machine learning cluster analysis: A systematic review and future research agenda," Respiratory Medicine, p. 106093, 2020
2020
-
[10]
Global initiative for chronic obstructive lung disease 2023 report: GOLD executive summary,
A. Agustí et al., "Global initiative for chronic obstructive lung disease 2023 report: GOLD executive summary," American journal of respiratory and critical care medicine, vol. 207, no. 7, pp. 819-837, 2023
2023
-
[11]
The Challenges of Spirometric Diagnosis of COPD,
A. Maldonado-Franco, L. F. Giraldo-Cadavid, E. Tuta-Quintero, A. R. Bastidas Goyes, and D. A. Botero-Rosas, "The Challenges of Spirometric Diagnosis of COPD," Canadian Respiratory Journal, vol. 2023, 2023
2023
-
[12]
Recent advances in chronic obstructive pulmonary disease pathogenesis: from disease mechanisms to precision medicine,
C. A. Brandsma, M. Van den Berge, T. L. Hackett, G. Brusselle, and W. Timens, "Recent advances in chronic obstructive pulmonary disease pathogenesis: from disease mechanisms to precision medicine," The Journal of pathology, vol. 250, no. 5, pp. 624-635, 2020
2020
-
[13]
A vision transformer for emphysema classification using CT images,
Y . N. Wu, S. L. Qi, Y . Sun, S. Y . Xia, Y . D. Yao, and W. Qian, "A vision transformer for emphysema classification using CT images," (in English), Phys Med Biol, vol. 66, no. 24, p. 245016, 2021. [Online]. Available: <Go to ISI>://WOS:000730635000001
2021
-
[14]
New frontiers in the treatment of comorbid cardiovascular disease in chronic obstructive pulmonary disease,
K. Brassington, S. Selemidis, S. Bozinovski, and R. Vlahos, "New frontiers in the treatment of comorbid cardiovascular disease in chronic obstructive pulmonary disease," Clinical Science, vol. 133, no. 7, pp. 885-904, 2019
2019
-
[15]
COPD and cardiovascular disease,
S. André, B. Conde, E. Fragoso, J. Boléo -Tomé, V . Areias, and J. Cardoso, "COPD and cardiovascular disease," Pulmonology, vol. 25, no. 3, pp. 168-176, 2019
2019
-
[16]
Association between systemic and pulmonary vascular dysfunction in COPD,
L. Piccari et al., "Association between systemic and pulmonary vascular dysfunction in COPD," International journal of chronic obstructive pulmonary disease, pp. 2037-2047, 2020
2020
-
[17]
The CT pulmonary vascular parameters and disease severity in COPD patients on acute exacerbation: a correlation analysis,
T. Yang, C. Chen, and Z. Chen, "The CT pulmonary vascular parameters and disease severity in COPD patients on acute exacerbation: a correlation analysis," BMC Pulmonary Medicine, vol. 21, pp. 1-8, 2021
2021
-
[18]
Interactive image segmentation via backpropagating refinement scheme,
W.-D. Jang and C. -S. Kim, "Interactive image segmentation via backpropagating refinement scheme," in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019, pp. 5297-5306
2019
-
[19]
Multi -task attention-based semi -supervised learning for medical image segmentation,
S. Chen, G. Bortsova, A. García -Uceda Juárez, G. Van Tulder, and M. De Bruijne, "Multi -task attention-based semi -supervised learning for medical image segmentation," in Medical Image Computing and Computer Assisted Intervention –MICCAI 2019: 22nd International Conference, S...
2019
-
[20]
Naviairway: a bronchiole-sensitive deep learning -based airway segmentation pipeline for planning of navigation bronchoscopy,
A. Wang, T. C. C. Tam, H. M. Poon, K.-C. Y u, and W.-N. Lee, "Naviairway: a bronchiole-sensitive deep learning -based airway segmentation pipeline for planning of navigation bronchoscopy," Transactions on Medical Imaging, 2022
2022
-
[21]
SCANet: A Unified Semi -supervised Learning Framework for Vessel Segmentation,
N. Shen et al. , "SCANet: A Unified Semi -supervised Learning Framework for Vessel Segmentation," IEEE Transactions on Medical Imaging, 2022
2022
-
[22]
A multi -scale interactive U -Net for pulmonary vessel segmentation method based on transfer learning,
R. Wu, Y . Xin, J. Qian, and Y . Dong, "A multi -scale interactive U -Net for pulmonary vessel segmentation method based on transfer learning," Biomedical Signal Processing and Control, vol. 25 / 27 80, p. 104407, 2023
2023
-
[23]
Automated lung vessel segmentation reveals blood vessel volume redistribution in viral pneumonia,
J. Poletti et al., "Automated lung vessel segmentation reveals blood vessel volume redistribution in viral pneumonia," European Journal of Radiology, vol. 150, p. 110259, 2022
2022
-
[24]
Automated vessel segmentation in lung CT and CTA images via deep neural networks,
W. Tan, L. Zhou, X. Li, X. Yang, Y . Chen, and J. Yang, "Automated vessel segmentation in lung CT and CTA images via deep neural networks," Journal of X-ray science and technology, vol. 29, no. 6, pp. 1123-1137, 2021
2021
-
[25]
nnformer: Interleaved transformer for volumetric segmentation,
H.-Y . Zhou, J. Guo, Y . Zhang, L. Yu, L. Wang, and Y . Yu, "nnformer: Interleaved transformer for volumetric segmentation," arXiv preprint arXiv:2109.03201, 2021
2021 arXiv
-
[26]
Swin transformer: Hierarchical vision transformer using shifted windows,
Z. Liu et al. , "Swin transformer: Hierarchical vision transformer using shifted windows," in Proceedings of the IEEE/CVF international conference on computer vision, 2021, pp. 10012-10022
2021
-
[27]
Ds-transunet: Dual swin transformer u-net for medical image segmentation,
A. Lin, B. Chen, J. Xu, Z. Zhang, G. Lu, and D. Zhang, "Ds-transunet: Dual swin transformer u-net for medical image segmentation," IEEE Transactions on Instrumentation and Measurement, vol. 71, pp. 1-15, 2022
2022
-
[28]
Swin unetr: Swin transformers for semantic segmentation of brain tumors in mri images,
A. Hatamizadeh, V . Nath, Y . Tang, D. Yang, H. R. Roth, and D. Xu, "Swin unetr: Swin transformers for semantic segmentation of brain tumors in mri images," in International MICCAI Brainlesion Workshop, 2021: Springer, pp. 272-284
2021
-
[29]
Sam3d: Segment anything model in volumetric medical images,
N.-T. Bui, D.-H. Hoang, M. -T. Tran, and N. Le, "Sam3d: Segment anything model in volumetric medical images," arXiv preprint arXiv:2309.03493, 2023
2023 arXiv
-
[30]
Determination of vessel cross -sectional area by thresholding in Radon space,
Y.-R. Gao and P. J. Drew, "Determination of vessel cross -sectional area by thresholding in Radon space," Journal of Cerebral Blood Flow & Metabolism, vol. 34, no. 7, pp. 1180-1187, 2014
2014
-
[31]
Region growing: a new approach,
S. Hojjatoleslami and J. Kittler, "Region growing: a new approach," IEEE Transactions on Image processing, vol. 7, no. 7, pp. 1079-1084, 1998
1998
-
[32]
Segmentation of pulmonary vascular tree by incorporating vessel enhancement filter and variational region -growing,
H.-H. Duan, G. -Q. Su, Y .-C. Huang, L. -T. Song, and S. -D. Nie, "Segmentation of pulmonary vascular tree by incorporating vessel enhancement filter and variational region -growing," Journal of X-ray science and technology, vol. 27, no. 2, pp. 343-360, 2019
2019
-
[33]
Edge detection techniques-an overview,
D. Ziou and S. Tabbone, "Edge detection techniques-an overview," Pattern Recognition and Image Analysis C/C of Raspoznavaniye Obrazov I Analiz Izobrazhenii, vol. 8, pp. 537-559, 1998
1998
-
[34]
An efficient retinal blood vessel segmentation using morphological operations,
U. Ozkava, S. Ozturk, B. Akdemir, and L. Sevfi, "An efficient retinal blood vessel segmentation using morphological operations," in 2018 2nd International Symposium on Multidisciplinary Studies and Innovative Technologies (ISMSIT), 2018: IEEE, pp. 1-7
2018
-
[35]
Fuzzy pulmonary vessel segmentation in contrast enhanced CT data,
J. N. Kaftan, A. P. Kiraly, A. Bakai, M. Das, C. L. Novak, and T. Aach, "Fuzzy pulmonary vessel segmentation in contrast enhanced CT data," in Medical Imaging 2008: Image Processing , 2008, vol. 6914: SPIE, pp. 585-596
2008
-
[36]
Regulated morphology approach to fuzzy shape analysis with application to blood vessel extraction in thoracic CT scans,
C. Wu, G. Agam, A. S. Roy, and S. G. Armato III, "Regulated morphology approach to fuzzy shape analysis with application to blood vessel extraction in thoracic CT scans," in Medical Imaging 2004: Image Processing, 2004, vol. 5370: SPIE, pp. 1262-1270
2004
-
[37]
Pulmonary vessel segmentation based on orthogonal fused u-net++ of chest CT images,
H. Cui, X. Liu, and N. Huang, "Pulmonary vessel segmentation based on orthogonal fused u-net++ of chest CT images," in Medical Image Computing and Computer Assisted Intervention –MICCAI 2019: 22nd International Conference, Shenzhen, China, October 13 –17, 2019, Proceedings, Pa...
2019
-
[38]
NCCT -CECT image synthesizers and their application to pulmonary vessel segmentation,
H. Pang et al. , "NCCT -CECT image synthesizers and their application to pulmonary vessel segmentation," Computer Methods and Programs in Biomedicine, vol. 231, p. 107389, 2023
2023
-
[39]
Transformer-based 3D U -Net for pulmonary vessel segmentation and artery -vein separation from CT images,
Y . Wu et al. , "Transformer-based 3D U -Net for pulmonary vessel segmentation and artery -vein separation from CT images," Medical & Biological Engineering & Computing, vol. 61, no. 10, pp. 26 / 27 2649-2663, 2023
2023
-
[40]
U -net: Convolutional networks for biomedical image segmentation,
O. Ronneberger, P. Fischer, and T. Brox, "U -net: Convolutional networks for biomedical image segmentation," in Medical Image Computing and Computer -Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5 -9, 2015, Proceedings, Part III 18...
2015
-
[41]
V -net: Fully convolutional neural networks for volumetric medical image segmentation,
F. Milletari, N. Navab, and S. -A. Ahmadi, "V -net: Fully convolutional neural networks for volumetric medical image segmentation," in 2016 fourth international conference on 3D vision (3DV), 2016: Ieee, pp. 565-571
2016
-
[42]
3D U-Net: learning dense volumetric segmentation from sparse annotation,
Ö. Çiçek, A. Abdulkadir, S. S. Lienkamp, T. Brox, and O. Ronneberger, "3D U-Net: learning dense volumetric segmentation from sparse annotation," in Medical Image Computing and Computer - Assisted Intervention–MICCAI 2016: 19th International Conference, Athens, Greece, October ...
2016
-
[43]
Linking convolutional neural networks with graph convolutional networks: application in pulmonary artery -vein separation,
Z. Zhai et al. , "Linking convolutional neural networks with graph convolutional networks: application in pulmonary artery -vein separation," in Graph Learning in Medical Imaging: First International Workshop, GLMI 2019, Held in Conjunction with MICCAI 2019, Shenzhen, China, O...
2019
-
[44]
Learning tubule -sensitive cnns for pulmonary airway and artery -vein segmentation in ct,
Y . Qin et al., "Learning tubule -sensitive cnns for pulmonary airway and artery -vein segmentation in ct," IEEE transactions on medical imaging, vol. 40, no. 6, pp. 1603-1617, 2021
2021
-
[45]
Segmentation and suppression of pulmonary vessels in low‐ dose chest CT scans,
X. Gu, J. Wang, J. Zhao, and Q. Li, "Segmentation and suppression of pulmonary vessels in low‐ dose chest CT scans," Medical physics, vol. 46, no. 8, pp. 3603-3614, 2019
2019
-
[46]
A Pulmonary Vascular Extraction Algorithm from Chest CT/CTA Images,
S. Xu, Z. Zhang, Q. Zhou, W. Shao, and W. Tan, "A Pulmonary Vascular Extraction Algorithm from Chest CT/CTA Images," Journal of Healthcare Engineering, vol. 2021, pp. 1-7, 2021
2021
-
[47]
Semi -supervised multiple evidence fusion for brain tumor segmentation,
L. Huang, S. Ruan, and T. Denœux, "Semi -supervised multiple evidence fusion for brain tumor segmentation," Neurocomputing, vol. 535, pp. 40-52, 2023
2023
-
[48]
Chestx -ray8: Hospital-scale chest x -ray database and benchmarks on weakly -supervised classification and localization of common thorax diseases,
X. Wang, Y . Peng, L. Lu, Z. Lu, M. Bagheri, and R. M. Summers, "Chestx -ray8: Hospital-scale chest x -ray database and benchmarks on weakly -supervised classification and localization of common thorax diseases," in Proceedings of the IEEE conference on computer vision and pat...
2017
-
[49]
St++: Make self-training work better for semi - supervised semantic segmentation,
L. Yang, W. Zhuo, L. Qi, Y . Shi, and Y . Gao, "St++: Make self-training work better for semi - supervised semantic segmentation," in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 4268-4277
2022
-
[50]
CE-NC-VesselSegNet: Supervised by contrast-enhanced CT images but utilized to segment pulmonary vessels from non-contrast-enhanced CT images,
M. Wang et al., "CE-NC-VesselSegNet: Supervised by contrast-enhanced CT images but utilized to segment pulmonary vessels from non-contrast-enhanced CT images," Biomedical Signal Processing and Control, vol. 82, p. 104565, 2023
2023
-
[51]
Dense biased networks with deep priori anatomy and hard region adaptation: Semi - supervised learning for fine renal artery segmentation,
Y . He et al., "Dense biased networks with deep priori anatomy and hard region adaptation: Semi - supervised learning for fine renal artery segmentation," Medical image analysis, vol. 63, p. 101722, 2020
2020
-
[52]
Unetr: Transformers for 3d medical image segmentation,
A. Hatamizadeh et al., "Unetr: Transformers for 3d medical image segmentation," in Proceedings of the IEEE/CVF winter conference on applications of computer vision, 2022, pp. 574-584
2022
-
[53]
A fully automatic segmentation pipeline of pulmonary lobes before and after lobectomy from computed tomography images,
H. Pang et al. , "A fully automatic segmentation pipeline of pulmonary lobes before and after lobectomy from computed tomography images," Computers in Biology and Medicine, vol. 147, p. 105792, 2022
2022
-
[54]
Open -source analysis and visualization of segmented vasculature datasets with VesselVio,
J. R. Bumgarner and R. J. Nelson, "Open -source analysis and visualization of segmented vasculature datasets with VesselVio," Cell reports methods, vol. 2, no. 4, 2022. 27 / 27
2022
-
[55]
Self-supervised pre-training of swin transformers for 3d medical image analysis,
Y . Tang et al., "Self-supervised pre-training of swin transformers for 3d medical image analysis," in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 20730-20740
2022
-
[56]
Self -supervised learning for few- shot medical image segmentation,
C. Ouyang, C. Biffi, C. Chen, T. Kart, H. Qiu, and D. Rueckert, "Self -supervised learning for few- shot medical image segmentation," IEEE Transactions on Medical Imaging, vol. 41, no. 7, pp. 1837- 1848, 2022
2022
-
[57]
Diffusion models: A comprehensive survey of methods and applications,
L. Yang et al., "Diffusion models: A comprehensive survey of methods and applications," ACM Computing Surveys, vol. 56, no. 4, pp. 1-39, 2023
2023
-
[58]
Diffusion models in vision: A survey,
F.-A. Croitoru, V . Hondru, R. T. Ionescu, and M. Shah, "Diffusion models in vision: A survey," IEEE Transactions on Pattern Analysis and Machine Intelligence, 2023
2023
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.