Download PDF
Original Article  |  Open Access  |  14 May 2026

Automated CTA-based perforator mapping for DIEP flap planning in breast cancer reconstruction

Views: 17 |  Downloads: 4 |  Cited:  0
Art Int Surg. 2026;6:255-67.
10.20517/ais.2026.01 |  © The Author(s) 2026.
Author Information
Article Notes
Cite This Article

Abstract

Aim: Deep inferior epigastric perforator (DIEP) flap breast reconstruction is considered the gold standard for autologous reconstruction. Preoperative perforator mapping using computed tomography angiography (CTA) remains labor-intensive, time-consuming, and subject to interobserver variability. Automated computer-aided detection (CAD) systems may help standardize and accelerate this process. This study aimed to develop and evaluate a proof-of-concept automated CAD pipeline for CTA-based perforator mapping in DIEP flap planning.

Methods: A retrospective dataset of 504 CTA scans acquired for DIEP flap planning was analyzed. Fifty-five scans were manually annotated for perforator segmentation, and 100 scans were annotated for umbilicus landmark detection. A dual maximum intensity projection (MIP) depth-aware annotation workflow was introduced to standardize vessel labeling. The automated pipeline combined anatomical region of interest (ROI) localization with deep-learning-based vessel segmentation using a 3D Swin UNETR (Swin Transformer-based) model. Performance was evaluated using the Dice similarity coefficient (Dice), centerline Dice, recall, and the 95th percentile Hausdorff distance (HD95).

Results: Depth-aware annotation reduced labeling time by approximately 60%-70%. ROI localization was successful in all scans (28 ± 5 s), and umbilicus localization achieved an error of approximately 2 mm. The Swin UNETR model achieved a median Dice score of 0.58, outperforming Attention U-Net. Continuity-aware training improved Dice to 0.60 and recall to 0.58, while multiclass segmentation improved performance in adipose tissue.

Conclusion: This study demonstrates the feasibility of an automated CAD pipeline integrating standardized annotation, anatomical ROI localization, and deep-learning-based vessel segmentation for DIEP flap planning. This represents an important step toward faster, more reproducible, and clinically scalable CTA-based perforator mapping.

Keywords

Breast cancer reconstruction, DIEP flap surgery, computed tomographic angiography, computer-aided detection, deep learning, perforator segmentation, artificial intelligence

INTRODUCTION

For patients undergoing mastectomy, particularly for breast cancer, autologous reconstruction offers superior long-term aesthetic and psychological outcomes, making efficient and precise planning a critical component of comprehensive cancer care[1-4]. Accurate preoperative mapping of perforator vessels has a significant impact on outcomes of deep inferior epigastric perforator (DIEP) flap breast reconstruction, which is recognized as the gold standard in autologous breast cancer reconstruction[4,5]. Although computed tomography angiography (CTA) provides detailed vessel visualization, traditional manual review remains labor-intensive, time-consuming, and prone to significant interobserver variability[6].

Radiologists must meticulously review high-resolution datasets, create three-dimensional (3D) reconstructions, and manually measure each perforator’s diameter, intramuscular tunnel length, and skin-exit coordinates. This process typically consumes 30-90 min per patient and demands specialized radiologic and microsurgical expertise, which may limit the availability of this approach to high-volume specialized centers[4,6]. A previous study suggests that radiologists’ top-ranked perforators align with surgeons’ intraoperative choices only about 67.3% of the time, reflecting subjective differences in how experts weigh various criteria[7]. The absence of standardized protocols for measurements or anatomical grids further compounds these inconsistencies, hindering multicenter collaboration and the establishment of best practices.

These challenges underscore the clinical need for a fully automated algorithm for perforator selection. Such a tool would not only reduce planning time and eliminate observer bias but also enable accurate CTA-assisted DIEP planning to be performed consistently across reconstructive centers, thereby democratizing access to this superior reconstructive option[8]. This paper details the development of an automated computer-aided detection (CAD) pipeline designed to address these limitations by enhancing efficiency and reproducibility, and ultimately, optimizing the use of artificial intelligence (AI) to support surgeons and improve patient care and experience[4,9-11].

Automating this process may improve reproducibility, accuracy, and efficiency, which are critically needed for wider clinical adoption in breast cancer surgery and beyond[10,11]. Although vessel segmentation methods have previously been described, some are semi-automated[8,12], whereas others rely on synthetic data[13,14]. This study develops a high-precision segmentation model for the deep inferior epigastric artery system (DIEA), a critical first step toward fully automated perforator planning, and introduces a proof-of-concept fully automated CAD pipeline for DIEP flap surgery based on real clinical data. This study aims to define the necessary building blocks and outline future work to identify the principal DIEA perforators. In this study, the principal DIEA perforator refers to the perforator identified on CTA as the most favorable based on radiological characteristics (such as perforator diameter, course, and location), rather than on intraoperative confirmation. The study focuses on image-based identification, and intraoperative validation was beyond the scope of the current proof-of-concept work; however, it forms part of future work. This work aims to improve the efficiency, reproducibility, and clinical applicability of AI-driven preoperative planning, thereby enhancing patient care and patient experience.

METHODS

This research was conducted as an ongoing collaborative effort between the Department of Plastic, Reconstructive, and Aesthetic Surgery at Brussels University Hospital (UZ Brussel), the Department of Radiology at Brussels University Hospital (UZ Brussel), and the Department of Electronics and Informatics, Vrije Universiteit Brussel (ETRO.RDI). These institutes have experience in developing CAD systems for various clinical applications[15-17]. All procedures were conducted in accordance with approved ethical protocols and anonymization standards (Project ID 23426_AI DIEP; BUN number: 1432023000307; Medical Ethics Committee of UZ Brussel/VUB). The workflow is shown in Figure 1, and the steps are described below.

Automated CTA-based perforator mapping for DIEP flap planning in breast cancer reconstruction

Figure 1. Workflow overview of automatic vessel segmentation. Step 1: Dual-view maximum intensity projection (MIP) annotation is performed using axial and coronal MIP planes to reconstruct the perforator vessel paths with improved spatial consistency. Step 2: An anatomically aware region of interest (ROI) is cropped and individually adapted for each patient to precisely target the expected anatomical location of the perforators. Step 3: The vascular tree within the defined ROI is automatically segmented using a deep-learning model.

Imaging data and expert annotation

The study used a curated dataset of 504 anonymized CTA scans retrospectively collected at UZ Brussel (Brussels, Belgium) between January 2014 and December 2023 from patients evaluated for DIEP flap breast reconstruction. The inclusion criterion was that a CTA was performed for preoperative DIEP flap planning. CTA scans acquired for other clinical indications were excluded. Scans were acquired with standardized parameters using a GE Medical Systems Discovery CT750 HD scanner (GE Healthcare, Chicago, Illinois, United States) to ensure consistency across the dataset. All patients were scanned using the same DIEP CTA protocol as outlined by Karunanithy et al.[18]. From this dataset, 55 patients were randomly selected for manual volumetric annotation of the DIEP vascular anatomy. A train-test split strategy was used. Five scans were used for model hyperparameter tuning, and the remaining 50 were used for 5-fold cross-validation.

A separate cohort of 100 patients was randomly selected for manual annotation of the umbilical landmark location (x, y, z coordinates).

Each CTA volume underwent preprocessing, including conversion from digital imaging and communications in medicine (DICOM) to neuroimaging informatics technology initiative (NIfTI) format, intensity normalization and clipping to the range of 0-1, and resampling to an isotropic voxel size of 1 × 1 × 1 mm. Statistical analyses were performed using Python 3.11 (Python Software Foundation, Wilmington, Delaware, United States).

Depth-aware back-projection of MIP images

To overcome the challenges of annotating narrow, low-contrast perforator vessels in full-volume CTA, a novel dual-maximum intensity projection (MIP) annotation workflow was implemented [Figure 2]. The first major step was to back-project MIP labels into the CTA image domain. This approach mirrors established clinical practice, in which radiologists rely on slab-based MIPs for visualizing intricate vascular networks. Annotators first independently reviewed and annotated 10-mm-thick axial and coronal MIP slabs, which enhanced vessel conspicuity and continuity. A depth-map algorithm was then used to recover the precise 3D spatial coordinates lost during MIP creation. Annotations were performed in 3D Slicer (The Slicer Community)[19], and these MIP-enhanced annotations were back-projected into the original 3D CTA volume.

Automated CTA-based perforator mapping for DIEP flap planning in breast cancer reconstruction

Figure 2. Dual-MIP annotation workflow, starting from the raw CTA: Step 1: Generate 10-mm-thick axial and coronal MIP slabs. Step 2: Annotate vessel branches on both MIPs in 3D Slicer. Step 3: Back-project these 3D labels into the CTA volume via a depth-map algorithm to obtain the final refined annotation. MIP: Maximum intensity projection; CTA: computed tomography angiography; 3D: three-dimensional; ROI: region of interest.

Automated region of interest localization

To optimize computational efficiency and limit the analysis to clinically relevant anatomy, an automated region of interest (ROI) localization module was developed [Figure 3]. Processing full CTA volumes is both time- and memory-intensive because large portions of the volume are unrelated to perforator mapping.

Automated CTA-based perforator mapping for DIEP flap planning in breast cancer reconstruction

Figure 3. Schematic overview of the anatomy-aware ROI cropping methodology. ROI: Region of interest; CTA: computed tomography angiography.

The ROI localization was implemented using a two-step approach. First, atlas-free landmark-guided segmentation was performed using pretrained models from TotalSegmentator[20]. The volume of interest was constrained using anatomically identifiable landmarks: the left and right anterior superior iliac spines (ASIS) defined the lateral boundaries, the pubic tubercle defined the caudal limit, and a point 5 cm inferior to the xiphisternum defined the cranial limit. The anterior boundary was set as the most anterior skin surface, with an additional 2-cm margin, whereas the posterior boundary corresponded to the plane of the bilateral ASIS. Second, the umbilicus was localized using a heatmap regression approach based on a U-Net architecture (n = 100). To detect the location of the umbilicus, a heatmap-regression 3D U-Net method was introduced that predicts the heatmap peak at the umbilicus location. The method used binary cross-entropy loss and a 256 × 256 × 256 voxel input patch for training. The aim was to establish the umbilicus as the anatomical reference point for future automated quantitative reporting of perforator location.

Automatic vessel segmentation

Within the localized ROI, a deep learning model was trained for perforator vessel segmentation. The 3D Swin UNETR (Swin Transformer-based) architecture and the Attention U-Net architectures were evaluated for their ability to capture long-range dependencies and global context, which are crucial for segmenting elongated and tortuous vascular networks[21,22]. These models process 3D image patches and learn to identify and delineate perforator vessels.

The training strategy for the deep learning model involved:

1. Patch sampling: Patches of 96 × 96 × 96 voxels were extracted to ensure a balanced representation of vessel and non-vessel regions, enabling the network to learn contextual features from both vessel-rich and vessel-poor areas.

2. Loss function: A composite loss function combining Dice similarity coefficient (Dice) loss (for overall overlap) and cross-entropy loss (for pixel-level accuracy) was used, with a weighting that prioritized Dice loss to encourage correct overall region shape and overlap.

3. Data augmentation: A comprehensive set of 3D data augmentations (e.g., random flips, rotations, scaling, and noise injection) was applied to simulate inter-scanner and inter-patient variability, enhancing the model’s generalizability.

4. Optimization: The AdamW optimizer[23] was used with a learning rate scheduler combining linear warmup and cosine annealing to stabilize and fine-tune training.

Post-processing steps were systematically applied to the raw model outputs to refine predictions and enhance topological consistency, both of which are critical for clinical interpretation. These steps included thresholding, removing small, isolated components, extracting centerlines, and bridging minor discontinuities, thereby ensuring continuous and anatomically plausible vessel segmentations.

The primary development environment was built using an NVIDIA Ampere GPU with 40 GB of memory. Software development and experimentation were performed in Python using PyTorch (Meta AI, New York City, United States) and the Medical Open Network for AI (MONAI) (NVIDIA, National Institutes of Health, and King’s College London) frameworks[24].

Experimental enhancements

To address limitations of the baseline model, particularly incomplete segmentation of small vessels and discontinuities in fine branching structures, two targeted enhancements were evaluated for sparse perforator networks.

1. Continuity-Aware loss function: To improve sensitivity to thin, tubular structures,

the baseline loss function was modified by adding the centerline Dice (clDice) loss component.

2. Multiclass segmentation: To bias the network toward underrepresented, thin perforators primarily located in the adipose region, a fat mask was used to first create multiclass ground-truth annotations and to increase patch sampling within the fat regions.

Outcome measures - validation metrics

To assess how well the segmentation model performed in identifying and outlining the perforator vessels, we used a combination of standard and anatomy-specific evaluation metrics[25] selected for their clinical relevance in flap planning:

• Dice: This metric measures how closely the segmented vessels match the reference anatomy in terms of overall shape and volume. A score of 1 indicates perfect overlap, whereas lower scores indicate discrepancies in vessel detection.

• clDice: This metric evaluates how well the model captures the course and branching pattern of the vessels by comparing the predicted centerlines or “skeletons” with the reference centerlines. It is especially useful for assessing whether fine branches are continuous and correctly traced, which is important for surgical planning, where vessel continuity matters.

• Recall: This metric indicates how many reference vessels were correctly identified by the model. Higher recall indicates fewer missed perforators, which is particularly important for small or deep branches in adipose tissue.

• 95th Percentile Hausdorff Distance (HD95): This metric measures the worst-case spatial error between the segmented vessel borders and the true anatomy while reducing the influence of extreme outliers. It provides insight into how precisely the vessel edges are mapped, which can affect flap design or intraoperative navigation.

Together, these outcome measures provide a balanced assessment of the model’s performance, including whether it accurately captures the key vessels, preserves their connectivity, and achieves a level of detail suitable for microsurgical decision-making. Statistical analysis was performed using Wilcoxon signed-rank tests with Bonferroni correction, with results considered significant at P < 0.05.

RESULTS

Annotation strategy

The depth-aware back-projection of MIP images substantially reduced annotation time by 60%-70% (from approximately 4 h to approximately 90 min per patient) and significantly improved vessel continuity while reducing the number of missed perforators. Additionally, this approach better aligned the annotation process with current clinical practice.

Automated ROI localization

The atlas-free, segmentation-based ROI cropping strategy demonstrated excellent performance, successfully generating skeletal and sternum segmentations and automatically extracting all target anatomical landmarks in 100% of the evaluated scans. The process was robust, with a mean inference time of 28 ± 5 s per volume, supporting its integration into a rapid clinical workflow.

The U-Net + heatmap-based umbilicus detector achieved a mean target registration error (TRE) of approximately 2 mm in the validation cohort, enhancing the stability and reproducibility of ROI definition, particularly in cases with variable abdominal morphology or surgical scarring.

Baseline segmentation performance

The baseline segmentation model, Swin UNETR, demonstrated robust performance for identifying the main perforator trunks and proximal secondary branches. It achieved a median global Dice coefficient of 0.58 [0.54, 0.63], significantly outperforming Attention U-Net (Dice 0.55 [0.49, 0.60], P < 0.05). Recall was also significantly higher for Swin UNETR than for Attention U-Net (0.54 [0.47, 0.60] versus 0.43 [0.35, 0.50], P < 0.05), reflecting superior sensitivity to actual vessel voxels. Boundary delineation was more consistent with a significantly lower HD95 of 20.0 mm [15.0, 23.8] versus 33.5 mm [25.0, 36.7] (P < 0.05), indicating closer alignment with the ground truth. Topological continuity, measured by clDice, was similar between the two models (0.41 for Swin UNETR versus 0.40 for Attention U-Net).

Visually, Swin UNETR reliably recovered the principal perforators and main branches but consistently missed smaller-caliber branches and produced small gaps at vessel bifurcations, particularly in deeper adipose tissue. In simpler anatomical cases, such as sparse perforator networks, performance was notably better, with Dice values reaching up to 0.72.

Based on this superior performance, Swin UNETR was adopted as the baseline model for subsequent experiments.

Experimental enhancements

Incorporating a continuity-aware component, clDice, into the standard Dice and cross-entropy loss functions significantly improved model performance. Values are presented to two decimal places, with 95% confidence intervals (CIs) shown in brackets.

• Global Dice improved to 0.60 [0.54, 0.65] (P ≤ 0.05), compared to a baseline (experiment-specific control) Dice of 0.58 [0.54, 0.63].

• Recall increased significantly to 0.58 [0.51, 0.64] (P ≤ 0.05), reflecting improved sensitivity and fewer missed vessels.

• HD95 decreased notably to 17.5 mm [11.1, 23.4], highlighting tighter and more accurate vessel boundary delineation.

• clDice remained stable at 0.41 [0.38, 0.46], indicating maintained or slightly improved vessel continuity.

• This enhancement produced smoother and more anatomically coherent vessel segmentations, reducing the fragmentation of vessel branches critical for preoperative perforator mapping.

Multiclass segmentation also significantly improved segmentation outcomes by leveraging a pretrained fat and muscle segmentation model to guide region-aware learning[26]:

• Global Dice increased to 0.60 [0.56, 0.63], P ≤ 0.05 from the experiment-specific control baseline of 0.58, matching the continuity-aware method’s overall gain.

• Notably, Dice in the challenging adipose compartment increased to 0.52 [0.47, 0.57] compared with the baseline value of 0.49 [0.40, 0.55], representing a clinically meaningful improvement in the region most relevant to DIEP flap harvesting.

• HD95 decreased slightly to 19.15 mm [12.2, 24.7], indicating better boundary precision in adipose areas.

• clDice showed moderate improvement to approximately 0.41 [0.35, 0.44] (P ≤ 0.05), suggesting better continuity, although distal vessel tips remained partially under-segmented.

• From a clinical perspective, this method enhanced visibility and segmentation quality precisely in the critical fat regions used for surgical planning, without compromising global segmentation quality.

Figure 4 compares two representative cases: complex perforator anatomy (Example 1) and sparse perforators (Example 2). For each case, the ground truth, baseline, and both enhanced model outputs are shown to illustrate differences in segmentation predictions.

Automated CTA-based perforator mapping for DIEP flap planning in breast cancer reconstruction

Figure 4. Qualitative comparison of two representative cases: complex anatomy (Example 1) and sparse anatomy (Example 2), showing (top to bottom) ground truth, baseline Swin UNETR, and two enhanced models. Black boxes report the median Dice scores for each method. Enhanced outputs exhibit markedly improved branch continuity and reduced false‑positive suppression. Swin UNETR: Swin UNEt TRansformers.

DISCUSSION

This study demonstrates that a deep-learning-based segmentation pipeline (Swin UNETR) accurately identifies principal DIEA perforators, achieving robust segmentation performance (median Dice: 0.58). Although baseline results effectively delineated dominant perforator trunks, segmentation of smaller-caliber vessels, particularly in deep adipose tissue, remained challenging and resulted in fragmented vessel branches and discontinuities that could affect surgical planning. Targeted enhancements addressing vessel continuity (continuity-aware loss functions) and adipose-tissue specificity (multiclass segmentation) significantly mitigated these limitations. Continuity-aware training notably improved global Dice (0.60, P < 0.05), recall (0.58; P < 0.05), and boundary accuracy (HD95: 17.5 mm; P < 0.05), whereas multiclass segmentation significantly enhanced adipose-specific accuracy (Dice improved to 0.60; P < 0.05). These results underscore the clinical importance of specialized training strategies, particularly when segmenting complex adipose anatomy, enhancing the practical utility of automated perforator mapping for DIEP flap breast reconstruction.

Although further improvements are still needed, the development of this AI-based CAD pipeline represents a crucial step toward streamlining preoperative DIEP flap planning. For clinicians involved in breast cancer care, the current manual workflow consumes valuable radiologist and surgeon time while introducing variability that can affect surgical outcomes. Automated ROI localization, with its 100% success rate and sub-30-second processing time, directly addresses the need for efficient and consistent anatomical targeting, thereby freeing experts’ time for critical decision-making.

The core innovation lies in deep-learning-based vessel segmentation. Although the baseline Swin UNETR model already demonstrated robust detection of principal perforators, the persistent challenge of segmenting fine branches in adipose tissue remained a key focus[21]. This challenge stems from factors such as annotation noise, partial volume effects (where vessels are smaller than a single voxel), irregular vessel geometry, and class imbalance in the training data.

The success of continuity-aware loss functions and multiclass segmentation may be relevant for surgical decision-making across various disciplines. The combined continuity-aware loss directly addresses the clinical need for continuous, unfragmented vessel paths. By explicitly penalizing discontinuities, this loss function helps the model produce segmentations that are both volumetrically accurate and topologically sound. Similarly, the multiclass segmentation approach, by specifically improving performance in adipose tissue, addresses a challenging area where perforators are often low-contrast and difficult to delineate, thereby enhancing the reliability across diverse patient anatomies. This has broader implications for surgical procedures requiring precise navigation through complex soft tissue.

These advancements collectively contribute to a system that may reduce planning time, enhance reproducibility, and minimize operator dependence, thereby broadening access to DIEP flap reconstruction[10,11]. The pipeline’s ability to reliably recover both primary trunks and secondary branches, corroborated by quantitative metrics and qualitative review, demonstrates its potential to support downstream applications such as automated flap design and computational hemodynamics.

However, it is crucial to acknowledge the several limitations. The dataset, while expertly annotated, has sparse and uneven density for annotation coverage of perforators, particularly for fine perforators in adipose tissue, which still limits the achievable recall. Nevertheless, DIEP flap harvest primarily relies on moderate- to large-caliber perforators, thereby reducing the practical importance of capturing extremely fine vessels. Furthermore, the evaluations were conducted offline on a single-center dataset; therefore, further prospective clinical validation across multiple centers and diverse patient populations is essential to confirm real-world utility and generalizability.

A clinical study is currently underway to assess this fully automated CAD pipeline against radiological reports, and the findings will be disseminated. The project compares the coordinates generated by the CAD pipeline with those reported by radiologists to assess accuracy. Ethical approval has been obtained, and the project is ongoing (Project ID: 24473_AI DIEP; BUN: 1432024000326; Local Ethics Committee UZB-VUB). Future work will also focus on integrating quantitative perforator metrics (e.g., vessel diameter and intramuscular course length) to advance the system from a detection aid to a comprehensive decision-support module.

In this work, we established a high-precision segmentation model for the deep inferior epigastric artery system, demonstrating a proof-of-concept for the first fully automated CAD pipeline for DIEP flap surgery based on real clinical data and AI-driven analysis. This includes a reproducible annotation protocol for sub-millimetric abdominal perforators, a patient-specific ROI localization strategy, and robust segmentation of principal and secondary perforators using a 3D Swin UNETR model. Expert radiologist validation confirms the clinical relevance of the identified vessels. Although the finest subcutaneous branches remain challenging, the overall performance validates the feasibility of CAD-assisted DIEP planning.

These results represent an important step toward a deployable CAD system for breast cancer reconstruction and microsurgery more broadly. The core components demonstrate the potential to streamline preoperative workflows, enhance reproducibility, and reduce operator dependence. The immediate next milestones involve clinical validation to quantify reductions in planning time and to compare AI-suggested perforators with those selected by radiologists in real-world scenarios. These studies have received ethical approval and are currently ongoing. Further enhancements will include integrating quantitative perforator metrics to transform the system into a comprehensive decision-support tool and generalizing the framework to other perforator-based flaps. An automated CAD-based system may eventually enable customizable perforator ranking, enabling surgeons to prioritize the variables most relevant to their operative strategy. In other words, the system could move beyond purely radiological criteria and incorporate surgeon-specific selection parameters, potentially improving concordance between imaging-based recommendations and intraoperative decision-making. Ultimately, embedding this AI-driven workflow into clinical planning platforms may pave the way for personalized and reproducible reconstructive microsurgery.

DECLARATIONS

Authors’ contributions

Conceived the study, defined the clinical framework, supervised the CAD pipeline development, and drafted the manuscript: Kapila AK

Developed the CAD pipeline and conducted the methodological experiments: Lamtenzan Marcos D

Contributed to the technical development, implementation, and validation of the deep learning methods: Ceranka J

Supervised and validated the expert perforator annotations and provided radiological expertise: Brussaard C

Contributed to the development and validation of the vessel segmentation methodology: Boonen PP

Contributed to clinical data preparation and coordination of ethical approval and administrative processes: Ledegen L

Supervised the technical aspects of the project and provided expertise in medical image analysis: Vandemeulebroucke J

Provided overall clinical supervision and contributed to the study design and interpretation: Hamdi M

All authors contributed to manuscript revision and approved the final version.

Availability of data and materials

The data are securely stored and can be made available upon reasonable request.

AI and AI-assisted tools statement

Not applicable.

Financial support and sponsorship

None.

Conflicts of interest

Ceranka J, Boonen PT, and Vandemeulebroucke J are affiliated with imec (Interuniversity Micro-Electronic Center, Leuven, Belgium). All other authors declare no conflicts of interest.

Ethical approval and consent to participate

Ethical approval was obtained from the institutional review board, as outlined in the manuscript. All procedures were conducted in accordance with approved ethical clearances and anonymization protocols (Project ID 23426_AI DIEP, BUN number: 1432023000307, The Medical Ethics Committee of UZ Brussel/VUB). The dataset consists of fully anonymized CTA scans used exclusively for software development purposes. In accordance with institutional review board (IRB) policy, a waiver of informed consent was granted.

Consent for publication

Not applicable.

Copyright

© The Authors 2026.

REFERENCES

1. Pirro O, Mestak O, Vindigni V, et al. Comparison of patient-reported outcomes after implant versus autologous tissue breast reconstruction using the BREAST-Q. Plast Reconstr Surg Glob Open. 2017;5:e1217.

2. Toyserkani NM, Jørgensen MG, Tabatabaeifar S, Damsgaard T, Sørensen JA. Autologous versus implant-based breast reconstruction: a systematic review and meta-analysis of Breast-Q patient-reported outcomes. J Plast Reconstr Aesthet Surg. 2020;73:278-85.

3. Eltahir Y, Krabbe-Timmerman IS, Sadok N, Werker PMN, de Bock GH. Outcome of quality of life for women undergoing autologous versus alloplastic breast reconstruction following mastectomy: a systematic review and meta-analysis. Plast Reconstr Surg. 2020;145:1109-23.

4. Hamdi M, Kapila AK, Waked K. Current status of autologous breast reconstruction in Europe: how to reduce donor site morbidity. Gland Surg. 2023;12:1760.

5. Kapila AK, Iyer H, Mohanna P, et al. Enhancing abdominal donor site aesthetics: the double diamond drainless closure with barbed progressive tension sutures. J Plast Reconstr Aesthet Surg. 2024;96:53-5.

6. Kapila AK, Kempny T, Knoz M, Holoubek J, Lipovy B, Hamdi M. An algorithm in managing deep inferior epigastric vessel interruption in free flap breast reconstruction. Plast Reconstr Surg Glob Open. 2023;11:e4938.

7. Boer VB, van Wingerden JJ, Wever CF, et al. Concordance between preoperative computed tomography angiographic mapping and intraoperative perforator selection for deep inferior epigastric artery perforator flap breast reconstructions. Gland Surg. 2017;6:620.

8. Mavioso C, Araújo RJ, Oliveira HP, et al. Automatic detection of perforators for microsurgical reconstruction. Breast. 2020;50:19-24.

9. Kapila AK, Iyer H, Mohanna P, Mughal M, Hamdi M, Rose V. The impact of physical activity on patient-reported outcomes following deep inferior epigastric perforator flap breast reconstruction. J Plast Reconstr Aesthet Surg. 2024;97:6-12.

10. Kapila AK, De Vleminck L, Hamdi M. Three key domains for optimizing preoperative preparedness in plastic surgery with AI. Plast Aesthet Res. 2025;12:11.

11. Kapila AK, Georgiou L, Hamdi M. Decoding the impact of AI on microsurgery: systematic review and classification of six subdomains for future development. Plast Reconstr Surg Glob Open. 2024;12:e6323.

12. Araújo RJ, Garrido V, Baraças CA, et al. Computer aided detection of deep inferior epigastric perforators in computed tomography angiography scans. Comput Med Imaging Graph. 2019;77:101648.

13. Tetteh G, Efremov V, Forkert ND, et al. DeepVesselNet: vessel segmentation, centerline prediction, and bifurcation detection in 3-D angiographic volumes. Front Neurosci. 2020;14:592352.

14. Saxena E. Deep learning for personalized preoperative planning of microsurgical free tissue transfers. In: Proceedings of the AAAI Conference on Artificial Intelligence; 2022 Feb 22-Mar 1; Virtual. Washington, D.C.: AAAI.

15. Vandemeulebroucke J, Bernard O, Rit S, Kybic J, Clarysse P, Sarrut D. Automated segmentation of a motion mask to preserve sliding motion in deformable registration of thoracic CT. Med Phys. 2012;39:1006-15.

16. Setio AAA, Traverso A, de Bel T, et al. Validation, comparison, and combination of algorithms for automatic detection of pulmonary nodules in computed tomography images: the LUNA16 challenge. Med Image Anal. 2017;42:1-13.

17. Ceranka J, Wuts J, Chiabai O, Lecouvet F, Vandemeulebroucke J. Computer-aided diagnosis of skeletal metastases in multi-parametric whole-body MRI. Comput Methods Programs Biomed. 2023;242:107811.

18. Karunanithy N, Rose V, Lim AK, Mitchell A. CT angiography of inferior epigastric and gluteal perforating arteries before free flap breast reconstruction. Radiographics. 2011;31:1307-19.

19. Pieper S, Halle M, Kikinis R. 3D Slicer. In: 2004 2nd IEEE International Symposium on Biomedical Imaging: Macro to Nano; 2004 Apr 18-18; Arlington, VA, USA. New York: IEEE; 2004. pp. 632-5.

20. Wasserthal J, Breit HC, Meyer MT, et al. TotalSegmentator: robust segmentation of 104 anatomic structures in CT images. Radiol Artif Intell. 2023;5:e230024.

21. Hatamizadeh A, Nath V, Tang Y, Yang D, Roth HR, Xu D. Swin unetr: Swin transformers for semantic segmentation of brain tumors in MRI images. In: Crimi A, Bakas S, Editors. International MICCAI Brainlesion Workshop; 2021 Sep 27-27; Virtual. Cham: Springer; 2021; 272-84.

22. Tang Y, Yang D, Li W, 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 (CVPR); 2022 Jun 18-24; New Orleans, LA, USA. New York: IEEE; 2022. pp. 20698-708.

23. Yao Z, Gholami A, Shen S, Mustafa M, Keutzer K, Mahoney M. ADAHESSIAN: an adaptive second order optimizer for machine learning. In: Proceedings of the AAAI Conference on Artificial Intelligence; 2021 Feb 2-9; Virtual. Washington, D.C.: AAAI.

24. Cardoso MJ, Li W, Brown R, et al. MONAI: an open-source framework for deep learning in healthcare. arXiv 2022;arXiv:2211.02701. Available from https://doi.org/10.48550/arXiv.2211.02701 [accessed 12 May 2026].

25. Maier-Hein L, Reinke A, Godau P, et al. Metrics reloaded: recommendations for image analysis validation. Nat Methods. 2024;21:195-212.

26. Chen Y, Gu H, Chen Y, et al. Automated muscle and fat segmentation in computed tomography for comprehensive body composition analysis. arXiv 2025;arXiv:2502.09779. Available from https://doi.org/10.48550/arXiv.2502.09779 [accessed 12 May 2026].

Cite This Article

Original Article
Open Access
Automated CTA-based perforator mapping for DIEP flap planning in breast cancer reconstruction

How to Cite

Download Citation

If you have the appropriate software installed, you can download article citation data to the citation manager of your choice. Simply select your manager software from the list below and click on download.

Export Citation File:

Type of Import

Tips on Downloading Citation

This feature enables you to download the bibliographic information (also called citation data, header data, or metadata) for the articles on our site.

Citation Manager File Format

Use the radio buttons to choose how to format the bibliographic data you're harvesting. Several citation manager formats are available, including EndNote and BibTex.

Type of Import

If you have citation management software installed on your computer your Web browser should be able to import metadata directly into your reference database.

Direct Import: When the Direct Import option is selected (the default state), a dialogue box will give you the option to Save or Open the downloaded citation data. Choosing Open will either launch your citation manager or give you a choice of applications with which to use the metadata. The Save option saves the file locally for later use.

Indirect Import: When the Indirect Import option is selected, the metadata is displayed and may be copied and pasted as needed.

About This Article

Special Topic

Disclaimer/Publisher’s Note: All statements, opinions, and data contained in this publication are solely those of the individual author(s) and contributor(s) and do not necessarily reflect those of OAE and/or the editor(s). OAE and/or the editor(s) disclaim any responsibility for harm to persons or property resulting from the use of any ideas, methods, instructions, or products mentioned in the content.
© The Author(s) 2026. Open Access This article is licensed under a Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, sharing, adaptation, distribution and reproduction in any medium or format, for any purpose, even commercially, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Data & Comments

Data

Views
17
Downloads
4
Citations
0
Comments
0
0

Comments

Comments must be written in English. Spam, offensive content, impersonation, and private information will not be permitted. If any comment is reported and identified as inappropriate content by OAE staff, the comment will be removed without notice. If you have any queries or need any help, please contact us at [email protected].

0
Download PDF
Share This Article
Scan the QR code for reading!
See Updates
Contents
Figures
Related
Artificial Intelligence Surgery
ISSN 2771-0408 (Online)
Follow Us

Portico

All published articles will be preserved here permanently:

https://www.portico.org/publishers/oae/

Portico

All published articles will be preserved here permanently:

https://www.portico.org/publishers/oae/