Skip to content

Deep Learning RF Interpolation for Compressive Ultrasound Imaging

Notifications You must be signed in to change notification settings

SAFEERHYDER/DeepUltrasound

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

Paper

  • Yoon, Yeo Hun, Shujaat Khan, Jaeyoung Huh, and Jong Chul Ye. "Efficient B-mode Ultrasound Image Reconstruction from Sub-sampled RF Data using Deep Learning." IEEE transactions on medical imaging (2018).

Implementation

  • MatConvNet (matconvnet-1.0-beta24)

Trained network

  • Trained network for 'SC2xRX4 (down-sampling) CNN' is uploaded.

Test data

  • Test data file is placed in 'data\cnn_sparse_view_init_multi_normal_dsr2_input64' folder.
  • The dimension of data are as follows -- Test_data = 64x384x1x2304 (channel x scanline x frame x depth)

To perform a test using proposed algorithm

-> Use 'DNN4x1_TestVal' as input data

-> Run 'MAIN_RECONSTRUCTION.m

-> You will get the reconstructed RF data in the 'data\cnn_sparse_view_init_multi_normal_dsr2_input64' directory.

-> Using standard delay-and-sum (DAS) beam-forming code construct a B-mode image. For our experiments we used a DAS beam-forming code provided by (Alpinion Co., Korea). A similar code can be downloaded from ('http://www.ultrasoundtoolbox.com/').

About

Deep Learning RF Interpolation for Compressive Ultrasound Imaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%