Skip to content
/ RDG-USIS Public

Ultrasound Image Simulation-Guided Procedure Training System for Musculoskeletal Minimally Invasive Treatment

License

Notifications You must be signed in to change notification settings

JZK00/RDG-USIS

Repository files navigation

RDG-USIS

Real-Time, Dynamic, and Highly Generalizable Ultrasound Image Simulation-Guided Procedure Training System for Musculoskeletal Minimally Invasive Treatment.

Introduction

Here, we propose a Real-time, Dynamic, and highly Generalizable UltraSound Image Simulation (RDG-USIS) algorithm, specifically designed to enhance training in minimally invasive procedures.

The RDG-USIS: 本地图片描述

Our developed ultrasound image simulation-guided minimally invasive procedure training system integrates the proposed RDG-USIS algorithm. It generates high-quality ultrasound images from CT scans (see module indicated by the red circle). It supports real-time, dynamic alignment with other multimodal imaging data, significantly enhancing 3D spatial understanding and surgical accuracy during ultrasound-guided training.

How to Start Convolutional Simulation Of Ultrasound

452a6e... a0ebd3...

The generation of convolutional images requires the following input: a nii.gz format mask file that has been segmented by totalsegmentator, and the modification_mask_label function in the cov_img/nii_deal.py file needs to be called for preprocessing.

python cov_img/get_sim_us.py

How to Start the Project

Install dependencies:

pip install -r requirements.txt

The project is only compatible with multi-GPU DDP mode for training.

CUDA_VISIBLE_DEVICES=0,1,2,3 torchrun --master_port=12345 --nnodes=1 --nproc_per_node=4 train.py  --dataroot ./datasets/test --name test --model cycle_gan --use_distributed  --lambda_ssim 5

Dataset

After the article is accepted, we will open-source the high-quality US-CT dataset that we have designed and collected, which will have a positive impact on the community.

Citation

If you find this repo useful for your research, please consider citing our papers:

@inproceedings{wang2025real,
  title={Real-Time, Dynamic, and Highly Generalizable Ultrasound Image Simulation-Guided Procedure Training System for Musculoskeletal Minimally Invasive Treatment},
  author={Wang, Xiandi and Jiang, Zekun and Tang, Mengqi and Han, Ying and Pu, Dan and Li, Kang},
  booktitle={International Workshop on Human-AI Collaboration},
  pages={35--43},
  year={2025},
  organization={Springer}
}

About

Ultrasound Image Simulation-Guided Procedure Training System for Musculoskeletal Minimally Invasive Treatment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •