REVIEW 2 major objections 4 minor 49 references
Real-Time Brain Tumor Detection in Intraoperative Ultrasound Using YOLO11: From Model Training to Deployment in the Operating Room
T0 review · 2 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Real-time YOLO11 object detection can locate brain tumors in intraoperative ultrasound and flag residual tumor during resection, with the best model reaching mAP@50 of 0.95 at 34.16 frames per second.
desk verdict A genuine first deployment of real-time brain tumor detection in intraoperative ultrasound, worth refereeing but the accuracy claims are weakened by pseudo-label circularity in the test set. 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 central object is YOLO11, a single-pass convolutional object detector that divides the image into a grid and predicts bounding boxes and class probabilities directly from the whole image. Its backbone, neck, and head use the C3k2 block, fast spatial pyramid pooling, and a parallel spatial attention module that together provide multi-scale feature extraction cheaply enough for real-time inference. The carrying mechanism for the training data is a pseudo-label pipeline: a prior segmentation model generated tumor outlines for 1,535 of the 1,732 images, and two expert neurosurgeons refined them, so the detector's training target and its test benchmark come from the same label-generation process. Pretrained weights from a large general object dataset and data augmentation, including rotations, flips, shears, brightness shifts, blur, and noise, expand the training set to 11,570 images.
What would settle it
Re-annotate the 359-image test set with independent manual outlines from neurosurgeons who did not produce the pseudo-labels, then recompute mAP@50; if the score drops materially below the reported 0.95, the shared label-generation process inflated the result.
Extended reading notes
Core claim
On its own terms, the paper's central discovery is that a single-pass detector, the small YOLO11 variant, balances precision and speed well enough for the operating room: mAP@50 of 0.95, mAP@50-95 of 0.65, recall and precision above 0.93, a 24.9 ms latency, and 34.16 frames per second on a laptop GPU. The same training pipeline also produced instance segmentation with a Dice score of 0.88, but the paper treats detection as the primary task because surgeons need to know where the tumor is rather than its exact pixel contour. The prospective deployment showed the model tracking tumors across scanners and tumor types, including meningiomas that were absent from training, and in three patients it detected residual tumor during resection, including one remnant confirmed only after the surgeon re-inspected the cavity.
Load-bearing premise
The reported accuracy assumes that the machine-generated tumor outlines, refined by experts for 1,535 of the 1,732 images, are accurate enough to serve as ground truth for both training and testing; if those outlines carry systematic bias, the mAP numbers overstate real detection performance.
Editorial extensions
If this is right
- A laptop with a mid-range GPU can run the detector at 34.16 frames per second, so the system adds no operative delay and requires no expensive dedicated imaging hardware.
- The detector can flag residual tumor during resection; in one prospective case it found a remnant that the surgeon initially did not see, suggesting it could increase the extent of resection.
- Bounding-box detection, rather than pixel-level segmentation, is sufficient for intraoperative guidance, which lowers the engineering cost of deploying such tools.
- The model ignores scanner interface graphics such as menus and buttons in raw video, so it can be connected directly to the ultrasound output without preprocessing.
- The detector generalized to tumor types absent from training, such as meningiomas, though for some meningioma cases it included perilesional edema inside the bounding box.
Reading between the lines
- Editorial inference: because the five YOLO variants score nearly identically on mAP@50, between 0.93 and 0.95, the detector's ceiling is likely set by label fidelity and case diversity rather than architecture size; a testable prediction is that improving the pseudo-labels will raise mAP more than switching to a larger variant.
- Editorial inference: adding post-resection images and Doppler-mode images to the training set is a direct next step, since the prospective cases already show the model working on both input types; training on them should sharpen residual-tumor detection specifically.
- Editorial inference: the same detection-first design could transfer to other ultrasound-guided procedures where real-time localization is the bottleneck, provided a similarly curated multicenter label pipeline is available.
- Editorial inference: a clean way to quantify label-induced bias would be to train and evaluate the same YOLO11 pipeline on a fully manually annotated subset of equal size and compare mAP against the pseudo-label-trained model.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a real-time brain tumor detection system for intraoperative ultrasound (ioUS) using YOLO11, trained on 1,732 images from the BraTioUS and ReMIND datasets. Most labels are pseudo-labels produced by the authors' earlier nnU-Net segmentation model and subsequently refined by two neurosurgeons; data augmentation expands the training set to 11,570 images. The authors evaluate five YOLO11 variants for both object detection and instance segmentation, reporting for YOLO11s a mAP@50 of 0.95, mAP@50-95 of 0.65, and 34.16 FPS. They also report a prospective deployment in 15 patients, with surgeons qualitatively confirming that real-time predictions delineated tumor regions, including a few residual-tumor detections during resection. The paper claims this is the first real-time object detection implementation for ioUS-guided brain tumor surgery.
Significance. If the quantitative results are correct, the paper would make a useful engineering contribution: it provides a multicenter benchmark for YOLO11 variants on ioUS, demonstrates a low-cost operating-room deployment pipeline, and identifies a clinically relevant use case in residual tumor detection. The authors are explicit that segmentation is secondary, and their bounding-box detection framing is appropriate for real-time surgical workflow. The dataset size and multicenter coverage are strengths. However, the central quantitative claims in Table 3 and Section 6.1 rest on test labels that are not independent of the training-label generation process: 1,535 of 1,732 images have labels generated by the authors' own prior model. The expert refinement reduces but does not quantify the resulting bias. The prospective validation in Section 6.3 is qualitative, unblinded, and self-assessed by the system developers, so it does not independently calibrate the reported mAP values. The paper's own limitation section discusses interobserver variability but does not address the pseudo-label circularity, which is the more serious threat to the reported accuracy.
major comments (2)
- [Section 3.2 and Section 5.6 with Table 3] The test-set ground truth is not independent of the label-generation process. The paper states that only 197 of 1,732 images have manual segmentations, while the remaining 1,535 images are pseudo-labels generated by the authors' previously published nnU-Net model and then refined by two neurosurgeons. Because these same pseudo-labels define both the training target and the benchmark for the 359-image test set, any systematic bias in the nnU-Net labels (e.g., consistent inclusion or exclusion of peritumoral edema, or a bias toward particular slice orientations) can be learned by YOLO11 and then counted as correct during evaluation. Moreover, since the nnU-Net was trained on one manual slice per patient and the test patients are drawn from the same cohort, the pseudo-labels for test images inherit patient-specific information that makes them even less like fresh expert annotations. The reported mAP@50 of 0.95 and mAP@50-95 of 0.65 therefore depend critically on an unverified assumption that the expert-refined pseudo-labels are unbiased enough to serve as ground truth. The manuscript should provide a held-out manually annotated test set, or at minimum report inter-observer agreement, correction statistics, and performance stratified by manual versus pseudo-labeled test images.
- [Section 6.3 and Table 2] The prospective 'validation' is entirely qualitative and was performed by the same surgeons who built the system. The abstract claims that 'real-time predictions accurately delineated tumor regions,' but the study reports no quantitative metric, no pre-specified evaluation criteria, no blinding, and no independent reference such as postoperative MRI or histopathology. The residual-tumor anecdotes for Patients 2, 11, and 13 are suggestive but uncontrolled and are evaluated by the developers themselves. As written, the prospective results do not independently calibrate the mAP figures and do not establish clinical benefit. The claims of clinical validity should be softened, or the trial design should be extended with protocol-based independent assessment.
minor comments (4)
- [Section 5.5] The text says the warmup strategy was implemented 'during the first 3 seasons'; this should read 'epochs.'
- [Table 6] The column header 'DCS' is used, but the definition and text use 'DSC' (Dice similarity coefficient). The notation should be consistent.
- [Table 3] The recall confidence interval for YOLO11l is reported as (0.95, 1.01), which exceeds the maximum possible value of 1.0 for a proportion. This suggests an issue in the confidence interval computation, or the CI description should specify the resampling method and any clipping convention.
- [Section 3.1 and Table 1] The text and table totals are consistent (197 subjects), but the MGH column lists age and sex as NA; please clarify whether these variables are unavailable for all five MGH patients and state this explicitly in the table notes.
Circularity Check
Test-set 'ground truth' for 1,535/1,732 images comes from the authors' own nnU-Net pseudo-labels, so the mAP headline measures agreement with a model-derived reference rather than independent expert annotation.
-
other
[Section 3.2 (Ground truth segmentation) and Section 5.6 (Data split); results in Table 3]
"Using this trained model, we generated pseudo-labels for the remaining 1,535 images in the dataset, which lacked manual segmentations... The pseudo-labels were subsequently reviewed and refined by two neurosurgeons... The dataset of 1,732 images was randomly divided into three subsets: training, validation, and testing, at a ratio of 70:10:20, with stratification by subject."
The headline detection metrics (mAP@50=0.95, mAP@50-95=0.65 in Section 6.1/Table 3) are computed on a test set whose ground-truth boxes are, for the large majority of images, produced by the same pseudo-label generator that created the training targets. Section 3.2 states that one representative slice per patient was used to train the preliminary nnU-Net, and Section 5.6 splits the same 1,732-image dataset by subject; therefore test patients are among the patients whose manual slices the pseudo-label model already saw. YOLO is trained and scored on labels from a single non-independent process, so any systematic bias in the nnU-Net labels (e.g., consistent over- or under-inclusion of peritumoral edema) can be learned by YOLO and then counted as correct during evaluation.
-
self citation load bearing
[Section 3.2 (Ground truth segmentation), references [18] and [33]]
"These slices were used to train a preliminary segmentation model based on the nnU-Net framework [33], previously developed and published by our group. ... Using this trained model, we generated pseudo-labels for the remaining 1,535 images in the dataset, which lacked manual segmentations."
The reliability of the 1,535 pseudo-labels, which constitute the majority of both training and test ground truth, is supported by appeal to the authors' own prior publication [18] (Cepeda et al., Cancers 2025). That prior model is not an external arbiter: it was trained on manual slices from the same 197-patient cohort used in this study, and its output is the very reference against which YOLO11 is evaluated. The self-citation is load-bearing because the central mAP claims would lose their independent grounding if [18]'s segmentations were biased, and the paper provides no fully independent expert re-annotation of the test set to break the circular chain.
full rationale
The paper's central quantitative claim—YOLO11s achieving mAP@50 of 0.95 and mAP@50-95 of 0.65—is partially circular. Section 3.2 reveals that 1,535 of the 1,732 images are labeled by the authors' previously published nnU-Net model, refined by two neurosurgeons, while only 197 images have manual segmentations. Section 5.6 then splits this same 1,732-image dataset into training/validation/test by subject, so the 359-image test set is drawn from the same pseudo-label population used for training. The reported mAP therefore measures YOLO's agreement with model-derived labels, not with fresh independent expert annotation. The circularity is compounded by the fact that the nnU-Net was trained on one manual slice per patient from the same 197 patients, so its pseudo-labels for test subjects inherit patient-specific information. The prospective operating-room evaluation in Section 6.3 is qualitative and was assessed by the same surgeons who built the system; it does not independently calibrate the mAP figures. Section 7.1 lists only interobserver variability in manual segmentation as the main limitation and does not address the pseudo-label test-set dependence, which is a relevant missing limitation. The paper does contain genuine independent content: the YOLO11 variants are compared against each other on identical labels, the speed/latency/FLOPs measurements are objective, and the prospective deployment in 15 patients demonstrates real-time feasibility. Because the central detection-accuracy claim is partially tied to the authors' own label-generation model, a score of 6 is appropriate; the expert refinement and qualitative prospective confirmation prevent it from being fully forced, so 8-10 would be too severe.
Assumptions & free parameters
free parameters (4)
- Confidence threshold =
0.25
- NMS IoU threshold =
0.7
- Training image size =
640x640
- Epochs =
500
assumptions (5)
- domain assumption Pseudo-labels refined by two expert neurosurgeons are accurate enough to serve as ground truth for training and evaluation.
- domain assumption The preliminary nnU-Net model used to generate pseudo-labels is independent of the YOLO11 training and does not leak patient-specific information into the test split.
- domain assumption The random split by subject prevents any image-level leakage between training and test.
- domain assumption Qualitative surgeon assessment is sufficient to establish that the system integrates into the surgical workflow.
- domain assumption Standard YOLO11 training on COCO-pretrained weights transfers to ultrasound images.
Cite this review
Pith. "Pith review of Real-Time Brain Tumor Detection in Intraoperative Ultrasound Using YOLO11: From Model Training to Deployment in the Operating Room." pith.science (2026). https://pith.science/paper/KEI4SVHQ
@misc{pith2026250115994,
author = {Pith},
title = {Pith review of: Real-Time Brain Tumor Detection in Intraoperative Ultrasound Using YOLO11: From Model Training to Deployment in the Operating Room},
year = {2026},
howpublished = {\url{https://pith.science/paper/KEI4SVHQ}},
note = {Machine review of arXiv:2501.15994}
}
read the original abstract
Intraoperative ultrasound (ioUS) is a valuable tool in brain tumor surgery due to its versatility, affordability, and seamless integration into the surgical workflow. However, its adoption remains limited, primarily because of the challenges associated with image interpretation and the steep learning curve required for effective use. This study aimed to enhance the interpretability of ioUS images by developing a real-time brain tumor detection system deployable in the operating room. We collected 2D ioUS images from the Brain Tumor Intraoperative Database (BraTioUS) and the public ReMIND dataset, annotated with expert-refined tumor labels. Using the YOLO11 architecture and its variants, we trained object detection models to identify brain tumors. The dataset included 1,732 images from 192 patients, divided into training, validation, and test sets. Data augmentation expanded the training set to 11,570 images. In the test dataset, YOLO11s achieved the best balance of precision and computational efficiency, with a mAP@50 of 0.95, mAP@50-95 of 0.65, and a processing speed of 34.16 frames per second. The proposed solution was prospectively validated in a cohort of 15 consecutively operated patients diagnosed with brain tumors. Neurosurgeons confirmed its seamless integration into the surgical workflow, with real-time predictions accurately delineating tumor regions. These findings highlight the potential of real-time object detection algorithms to enhance ioUS-guided brain tumor surgery, addressing key challenges in interpretation and providing a foundation for future development of computer vision-based tools for neuro-oncological surgery.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Ostrom Q, Gittleman H, Liao P, and al. et. CBTRUS Statistical Report: Primary brain and other central nervous system tumors diagnosed in the United States in 2010-2014. Neuro Oncol 2017; 19:v1–v88. doi: 10.1093/neuonc/nox158
-
[2]
Louis D, Perry A, Wesseling P, and al. et. The 2021 WHO Classification of Tumors of the Cen- tral Nervous System: a summary. Neuro-Oncology 2021; 23:1231–51. doi: 10.1093/neuonc/ noab106
-
[3]
Karschnia P, Vogelbaum M, Van Den Bent M, and al. et. Evidence-based recommendations on categories for extent of resection in diffuse glioma. European Journal of Cancer 2021; 149:23–
work page 2021
-
[4]
Review of Intraoperative Adjuncts for Maximal Safe Resection of Gliomas and Its Impact on Outcomes
Chanbour H and Chotai S. Review of Intraoperative Adjuncts for Maximal Safe Resection of Gliomas and Its Impact on Outcomes. Cancers (Basel) 2022; 14:5705. doi: 10 . 3390 / cancers14225705
work page 2022
-
[5]
Koukoulithras I, Gkampenis A, Markopoulos G, and al. et. Intraoperative methods to maximize gliomas resection: a review of both established and novel techniques. Discov Med 2024; 1:79. doi: 10.1007/s44337-024-00085-9
-
[6]
Unsgaard G, Selbekk T, Brostrup M¨ uller T, and al. et. Ability of navigated 3D ultrasound to delineate gliomas and metastases–comparison of image interpretations with histopathology. Acta Neurochir (Wien) 2005; 147:1259–69. doi: 10.1007/s00701-005-0624-1
-
[7]
Intraoperative Ultrasound Technology in Neuro-Oncology Practice-Current Role and Future Applications
Moiyadi A. Intraoperative Ultrasound Technology in Neuro-Oncology Practice-Current Role and Future Applications. World Neurosurg 2016; 93:81–93. doi: 10.1016/j.wneu.2016.05. 083
-
[8]
Current Limitations of Intra- operative Ultrasound in Brain Tumor Surgery
ˇSteˇ no A, Buvala J, Babkov´ a V, Kiss A, Toma D, and Lysak A. Current Limitations of Intra- operative Ultrasound in Brain Tumor Surgery. Front Oncol 2021; 11:659048. doi: 10.3389/ fonc.2021.659048
Show all 49 references
-
[9]
Intraoperative ultrasound in brain tumor surgery: A review and implementation guide
Dixon L, Lim A, Grech-Sollars M, Nandi D, and Camp S. Intraoperative ultrasound in brain tumor surgery: A review and implementation guide. Neurosurg Rev 2022; 45:2503–15. doi: 10.1007/s10143-022-01778-4
2022 doi
-
[10]
Ultrasound-guided operations in unselected high-grade gliomas—overall results, impact of image quality and patient selection
Solheim O, Selbekk T, Jakola A, and Unsg ˚ ard G. Ultrasound-guided operations in unselected high-grade gliomas—overall results, impact of image quality and patient selection. Acta Neu- rochir 2010; 152:1873–86. doi: 10.1007/s00701-010-0731-5 24
2010 doi
-
[11]
Non-navigated 2D intraoperative ultra- sound: An unsophisticated surgical tool to achieve high standards of care in glioma surgery
Cepeda S, Garc ´ ıa-Garc ´ ıa S, Arrese I, and Sarabia R. Non-navigated 2D intraoperative ultra- sound: An unsophisticated surgical tool to achieve high standards of care in glioma surgery. J Neurooncol 2024. Published online February 28, 2024. doi: 10.1007/s11060-024-04614-5
2024 doi
-
[12]
Navigated ultrasound-based image guidance during resection of gliomas: practical utility in intraoperative decision-making and outcomes
Shetty P, Yeole U, Singh V, and Moiyadi A. Navigated ultrasound-based image guidance during resection of gliomas: practical utility in intraoperative decision-making and outcomes. Neuro- surgical Focus 2021; 50:E14. doi: 10.3171/2020.10.FOCUS20550
2021 doi
-
[13]
Advances in Medical Image Segmentation: A Comprehensive Review of Traditional, Deep Learning and Hybrid Approaches
Xu Y, Quan R, Xu W, Huang Y, Chen X, and Liu F. Advances in Medical Image Segmentation: A Comprehensive Review of Traditional, Deep Learning and Hybrid Approaches. Bioengineer- ing (Basel) 2024; 11:1034. doi: 10.3390/bioengineering11101034
2024 doi
-
[14]
Dorent R, Torio E, Haouchine N, and al. et. Patient-Specific Real-Time Segmentation in Track- erless Brain Ultrasound. Published online May 16, 2024. Accessed November 7, 2024. 2024
2024
-
[15]
Deep learning-based object detection algorithms in medical imaging: Systematic review
Albuquerque C, Henriques R, and Castelli M. Deep learning-based object detection algorithms in medical imaging: Systematic review. Heliyon 2025; 11:e41137. doi: 10.1016/j.heliyon. 2024.e41137
2025 doi
-
[16]
A comprehensive review of object detection with deep learning
Kaur R and Singh S. A comprehensive review of object detection with deep learning. Digital Signal Processing 2023; 132:103812. doi: 10.1016/j.dsp.2022.103812
2023
-
[17]
You Only Look Once: Unified, Real-Time Ob- ject Detection
Redmon J, Divvala S, Girshick R, and Farhadi A. You Only Look Once: Unified, Real-Time Ob- ject Detection. 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2016 :779–88. doi: 10.1109/CVPR.2016.91
2016 doi
-
[18]
Cepeda S, Esteban-Sinovas O, Singh V, and al. et. Deep Learning-Based Glioma Segmen- tation of 2D Intraoperative Ultrasound Images: A Multicenter Study Using the Brain Tu- mor Intraoperative Ultrasound Database (BraTioUS). Cancers 2025; 17:315. doi: 10.3390/ cancers17020315
2025
-
[19]
Glioma Segmentation Using Ensem- ble of 2D/3D U-Nets and Survival Prediction Using Multiple Features Fusion
Ali M, Akram M, Saleem H, Raza B, and Shahid A. Glioma Segmentation Using Ensem- ble of 2D/3D U-Nets and Survival Prediction Using Multiple Features Fusion. Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Brain Injuries. Ed. by Crimi A and Bakas S. Vol. 12659. Le...
2021 doi
- [20]
- [21]
-
[22]
Brain tumor classification on intraoperative contrast- enhanced ultrasound
Ritschel K, Pechlivanis I, and Winter S. Brain tumor classification on intraoperative contrast- enhanced ultrasound. Int J CARS 2015; 10:531–40. doi: 10.1007/s11548-014-1089-6 25
2015 doi
-
[23]
Patient-specific model-based segmentation of brain tumors in 3D intraoperative ultrasound images
Ilunga-Mbuyamba E, Avina-Cervantes J, Lindner D, Arlt F, Ituna-Yudonago J, and Chalopin C. Patient-specific model-based segmentation of brain tumors in 3D intraoperative ultrasound images. Int J CARS 2018; 13:331–42. doi: 10.1007/s11548-018-1703-0
2018 doi
-
[24]
Segmentation-based registration of ultrasound volumes for glioma resection in image-guided neurosurgery
Canalini L, Klein J, Miller D, and Kikinis R. Segmentation-based registration of ultrasound volumes for glioma resection in image-guided neurosurgery. Int J CARS 2019; 14:1697–713. doi: 10.1007/s11548-019-02045-6
2019 doi
-
[25]
REtroSpective Evaluation of Cerebral Tumors (RESECT): A clinical database of pre-operative MRI and intra-operative ultrasound in low-grade glioma surgeries
Xiao Y, Fortin M, Unsg ˚ ard G, Rivaz H, and Reinertsen I. REtroSpective Evaluation of Cerebral Tumors (RESECT): A clinical database of pre-operative MRI and intra-operative ultrasound in low-grade glioma surgeries. Med Phys 2017; 44:3875–82. doi: 10.1002/mp.12268
2017 doi
-
[26]
Online database of clinical MR and ultrasound images of brain tumors
Mercier L, Del Maestro R, Petrecca K, Araujo D, Haegelen C, and Collins D. Online database of clinical MR and ultrasound images of brain tumors. Med Phys 2012; 39:3253–61. doi: 10.1118/1.4709600
2012 doi
-
[27]
Automatic segmentation of brain tumor in intraoperative ultrasound images using 3D U-Net
Carton F, Chabanas M, Munkvold B, Reinertsen I, and Noble J. Automatic segmentation of brain tumor in intraoperative ultrasound images using 3D U-Net. Medical Imaging 2020: Image-Guided Procedures, Robotic Interventions, and Modeling. Ed. by Fei B and Linte C. SPIE, 2020 :27. ...
2020 doi
-
[28]
Multiclass seg- mentation of brain intraoperative ultrasound images with limited data
Carton F, Noble J, Le Lann F, Munkvold B, Reinertsen I, and Chabanas M. Multiclass seg- mentation of brain intraoperative ultrasound images with limited data. Medical Imaging 2021: Image-Guided Procedures, Robotic Interventions, and Modeling. Ed. by Linte C and Siewerdsen J. S...
2021 doi
-
[29]
Seg- mentation of brain tumour in 3D Intraoperative Ultrasound imaging
Angel-Raya E, Chalopin C, Avina-Cervantes J, Cruz-Aceves I, Wein W, and Lindner D. Seg- mentation of brain tumour in 3D Intraoperative Ultrasound imaging. Robotics Computer Surgery 2021; 17:e2320. doi: 10.1002/rcs.2320
2021 doi
-
[30]
Automatic brain tumor segmentation in 2D intra-operative ultrasound images using MRI tumor annotations
Faanes M, Helland R, Solheim O, and Reinertsen I. Automatic brain tumor segmentation in 2D intra-operative ultrasound images using MRI tumor annotations. Published online. 2024. doi: 10.48550/ARXIV.2411.14017
-
[31]
Behboodi B, Carton F, Chabanas M, and al. et. Open access segmentations of intraoperative brain tumor ultrasound images. Medical Physics 2024; 51:6525–32. doi: 10.1002/mp.17317
2024 doi
-
[32]
Juvekar P, Dorent R, K¨ ogl F, and al. et. ReMIND: The Brain Resection Multimodal Imaging Database. Sci Data 2024; 11:494. doi: 10.1038/s41597-024-03295-z
2024 doi
-
[33]
doi: 10.1016/j.ejca.2021.03.002
2021 doi
-
[34]
nnU-Net: A self-configuring method for deep learning-based biomedical image segmentation
Isensee F, Jaeger PF, Kohl SA, Petersen J, and Maier-Hein KH. nnU-Net: A self-configuring method for deep learning-based biomedical image segmentation. Nature Methods 2021; 18:203–
2021
-
[35]
doi: 10.1038/s41592-020-01008-z
-
[36]
Hu Z, Nasute Fauerbach P, Yeung C, and al. et. Real-time automatic tumor segmentation for ultrasound-guided breast-conserving surgery navigation. Int J CARS 2022; 17:1663–72. doi: 10.1007/s11548-022-02658-4 26
2022 doi
-
[37]
Kumar V, Webb J, Gregory A, and al. et. Automated and real-time segmentation of suspicious breast masses using convolutional neural network. PLoS ONE 2018; 13. Ed. by Fan Y:e0195816. doi: 10.1371/journal.pone.0195816
2018 doi
-
[38]
Wei Y, Yang B, Wei L, and al. et. Real-time carotid plaque recognition from dynamic ultrasound videos based on artificial neural network. Ultraschall Med 2024; 45:493–500. doi: 10.1055/a- 2180-8405
2024 doi
-
[39]
Nurmaini S, Nova R, Sapitri A, and al. et. A Real-Time End-to-End Framework with a Stacked Model Using Ultrasound Video for Cardiac Septal Defect Decision-Making. J Imaging 2024; 10:280. doi: 10.3390/jimaging10110280
2024 doi
-
[40]
Zhang T, Shu H, Tang Z, and al. et. Weakly supervised real-time instance segmentation for ultrasound images of median nerves. Computers in Biology and Medicine 2023; 162:107057. doi: 10.1016/j.compbiomed.2023.107057
2023
-
[41]
Ou Z, Bai J, Chen Z, and al. et. RTSeg-net: A lightweight network for real-time segmentation of fetal head and pubic symphysis from intrapartum ultrasound images. Computers in Biology and Medicine 2024; 175:108501. doi: 10.1016/j.compbiomed.2024.108501
2024
- [42]
-
[43]
Sapkota R, Qureshi R, Calero M, and al. et. YOLO11 to Its Genesis: A Decadal and Compre- hensive Review of The You Only Look Once (YOLO) Series. Published online January 9, 2025
2025
- [44]
-
[45]
Ultralytics YOLO
Ultralytics YOLO. Ultralytics YOLO. Published online January 10, 2023. 2023
2023
-
[46]
Ultralytics YOLO11
Jocher G and Qiu J. Ultralytics YOLO11. Published online. Accessed November 1, 2024. 2024
2024
-
[48]
Dwyer B, Nelson J, Hansen T, and al. et. Roboflow. Published online. Accessed November 1,
-
[49]
Challenges with Segmenting Intraoperative Ultrasound for Brain Tumours
Weld A, Dixon L, Anichini G, Patel N, Nimer A, Dyck M, O’Neill K, Lim A, Giannarou S, and Camp S. Challenges with Segmenting Intraoperative Ultrasound for Brain Tumours. Acta Neurochirurgica (Wien) 2024; 166:317. doi: 10.1007/s00701-024-06179-8 27
2024 doi
- [2025]
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.