Weakly-Supervised Learning via Multi-Lateral Decoder Branching for Guidewire Segmentation in Robot-Assisted Cardiovascular Catheterization

Read original: arXiv:2404.07594 - Published 4/12/2024 by Olatunji Mumini Omisore, Toluwanimi Akinyemi, Anh Nguyen, Lei Wang
Total Score

0

👁️

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Robot-assisted cardiovascular catheterization is a common procedure for treating heart diseases, but more research is needed to improve the automation of tool tracking and visualization during the procedure.
  • Fully-supervised learning methods for tool segmentation require labor-intensive ground-truth data generation, which is a challenge for interventionists.
  • This study proposes a weakly-supervised learning method with multi-lateral pseudo labeling for tool segmentation in cardiac angiograms.

Plain English Explanation

Doctors often use robot-assisted procedures to treat heart diseases by inserting tools into the blood vessels. However, more research is needed to help doctors better track and see these tools during the procedure. Fully-supervised machine learning methods, where the computer is trained on detailed label data, can provide good tool segmentation performance, but creating that label data is very time-consuming for doctors.

This study presents a new machine learning approach that requires less detailed label data. Instead, the computer system generates its own "pseudo-labels" by trying different ways of segmenting the tools and checking if the results are consistent. This allows the system to learn to segment the tools without as much manual label data from the doctors. Experiments showed this approach can perform nearly as well as the fully-supervised methods, but with much less effort from the medical team.

Technical Explanation

The researchers propose a weakly-supervised learning method with multi-lateral pseudo labeling for tool segmentation in cardiac angiograms. Their method uses a modified U-Net model with one encoder and multiple lateral-branched decoders. The decoders produce pseudo labels as supervision signals under different perturbations, and these pseudo labels are self-generated through a mixed loss function and shared consistency in the decoders.

They trained this model end-to-end using weakly-annotated data collected during robotic cardiac catheterization procedures. Experiments showed this weakly-supervised approach performs close to fully-supervised methods, and outperforms three existing weakly-supervised segmentation techniques on their cardiac angiogram dataset. An ablation study also demonstrated the model's consistent performance under different parameter settings.

Critical Analysis

While the proposed method shows promising results for reducing the burden of ground-truth data collection, the paper does not address some potential limitations. For example, the performance on real-world clinical data with greater variability is unclear. Additionally, the method may be sensitive to the quality and consistency of the initial weak annotations provided by clinicians.

Further research is needed to understand how this approach generalizes to diverse cardiac imaging modalities and clinical workflows. Incorporating uncertainty-guided annotation or synthetic data generation techniques could also help improve the robustness and reliability of the weakly-supervised segmentation.

Conclusion

This study presents a novel weakly-supervised learning approach for automated tool segmentation in cardiac angiograms, which can help reduce the effort required from clinicians to deploy such computer-assisted interventional systems. By generating pseudo labels through a multi-lateral U-Net architecture, the method achieves segmentation performance close to fully-supervised techniques, offering a more scalable solution for real-time tool tracking and visualization during robot-assisted cardiovascular procedures.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

👁️

Total Score

0

Weakly-Supervised Learning via Multi-Lateral Decoder Branching for Guidewire Segmentation in Robot-Assisted Cardiovascular Catheterization

Olatunji Mumini Omisore, Toluwanimi Akinyemi, Anh Nguyen, Lei Wang

Although robot-assisted cardiovascular catheterization is commonly performed for intervention of cardiovascular diseases, more studies are needed to support the procedure with automated tool segmentation. This can aid surgeons on tool tracking and visualization during intervention. Learning-based segmentation has recently offered state-of-the-art segmentation performances however, generating ground-truth signals for fully-supervised methods is labor-intensive and time consuming for the interventionists. In this study, a weakly-supervised learning method with multi-lateral pseudo labeling is proposed for tool segmentation in cardiac angiograms. The method includes a modified U-Net model with one encoder and multiple lateral-branched decoders that produce pseudo labels as supervision signals under different perturbation. The pseudo labels are self-generated through a mixed loss function and shared consistency in the decoders. We trained the model end-to-end with weakly-annotated data obtained during robotic cardiac catheterization. Experiments with the proposed model shows weakly annotated data has closer performance to when fully annotated data is used. Compared to three existing weakly-supervised methods, our approach yielded higher segmentation performance across three different cardiac angiogram data. With ablation study, we showed consistent performance under different parameters. Thus, we offer a less expensive method for real-time tool segmentation and tracking during robot-assisted cardiac catheterization.

Read more

4/12/2024

CathFlow: Self-Supervised Segmentation of Catheters in Interventional Ultrasound Using Optical Flow and Transformers
Total Score

0

CathFlow: Self-Supervised Segmentation of Catheters in Interventional Ultrasound Using Optical Flow and Transformers

Alex Ranne, Liming Kuang, Yordanka Velikova, Nassir Navab, Ferdinando Rodriguez y Baena

In minimally invasive endovascular procedures, contrast-enhanced angiography remains the most robust imaging technique. However, it is at the expense of the patient and clinician's health due to prolonged radiation exposure. As an alternative, interventional ultrasound has notable benefits such as being radiation-free, fast to deploy, and having a small footprint in the operating room. Yet, ultrasound is hard to interpret, and highly prone to artifacts and noise. Additionally, interventional radiologists must undergo extensive training before they become qualified to diagnose and treat patients effectively, leading to a shortage of staff, and a lack of open-source datasets. In this work, we seek to address both problems by introducing a self-supervised deep learning architecture to segment catheters in longitudinal ultrasound images, without demanding any labeled data. The network architecture builds upon AiAReSeg, a segmentation transformer built with the Attention in Attention mechanism, and is capable of learning feature changes across time and space. To facilitate training, we used synthetic ultrasound data based on physics-driven catheter insertion simulations, and translated the data into a unique CT-Ultrasound common domain, CACTUSS, to improve the segmentation performance. We generated ground truth segmentation masks by computing the optical flow between adjacent frames using FlowNet2, and performed thresholding to obtain a binary map estimate. Finally, we validated our model on a test dataset, consisting of unseen synthetic data and images collected from silicon aorta phantoms, thus demonstrating its potential for applications to clinical data in the future.

Read more

9/11/2024

Cross-Task Data Augmentation by Pseudo-label Generation for Region Based Coronary Artery Instance Segmentation
Total Score

0

Cross-Task Data Augmentation by Pseudo-label Generation for Region Based Coronary Artery Instance Segmentation

Sandesh Pokhrel, Sanjay Bhandari, Eduard Vazquez, Yash Raj Shrestha, Binod Bhattarai

Coronary Artery Diseases (CADs) although preventable, are one of the leading causes of death and disability. Diagnosis of these diseases is often difficult and resource intensive. Angiographic imaging segmentation of the arteries has evolved as a tool of assistance that helps clinicians make an accurate diagnosis. However, due to the limited amount of data and the difficulty in curating a dataset, the task of segmentation has proven challenging. In this study, we introduce the use of pseudo-labels to address the issue of limited data in the angiographic dataset to enhance the performance of the baseline YOLO model. Unlike existing data augmentation techniques that improve the model constrained to a fixed dataset, we introduce the use of pseudo-labels generated on a dataset of separate related task to diversify and improve model performance. This method increases the baseline F1 score by 9% in the validation data set and by 3% in the test data set.

Read more

7/22/2024

GuidedNet: Semi-Supervised Multi-Organ Segmentation via Labeled Data Guide Unlabeled Data
Total Score

0

GuidedNet: Semi-Supervised Multi-Organ Segmentation via Labeled Data Guide Unlabeled Data

Haochen Zhao, Hui Meng, Deqian Yang, Xiaozheng Xie, Xiaoze Wu, Qingfeng Li, Jianwei Niu

Semi-supervised multi-organ medical image segmentation aids physicians in improving disease diagnosis and treatment planning and reduces the time and effort required for organ annotation.Existing state-of-the-art methods train the labeled data with ground truths and train the unlabeled data with pseudo-labels. However, the two training flows are separate, which does not reflect the interrelationship between labeled and unlabeled data.To address this issue, we propose a semi-supervised multi-organ segmentation method called GuidedNet, which leverages the knowledge from labeled data to guide the training of unlabeled data. The primary goals of this study are to improve the quality of pseudo-labels for unlabeled data and to enhance the network's learning capability for both small and complex organs.A key concept is that voxel features from labeled and unlabeled data that are close to each other in the feature space are more likely to belong to the same class.On this basis, a 3D Consistent Gaussian Mixture Model (3D-CGMM) is designed to leverage the feature distributions from labeled data to rectify the generated pseudo-labels.Furthermore, we introduce a Knowledge Transfer Cross Pseudo Supervision (KT-CPS) strategy, which leverages the prior knowledge obtained from the labeled data to guide the training of the unlabeled data, thereby improving the segmentation accuracy for both small and complex organs. Extensive experiments on two public datasets, FLARE22 and AMOS, demonstrated that GuidedNet is capable of achieving state-of-the-art performance. The source code with our proposed model are available at https://github.com/kimjisoo12/GuidedNet.

Read more

9/4/2024