js3611 / Deep-MRI-Reconstruction

Deep Cascade of Convolutional Neural Networks for MR Image Reconstruction: Implementation & Demo
Other
322 stars 104 forks source link

Reference paper for StochasticDnCn #8

Open zaccharieramzi opened 5 years ago

zaccharieramzi commented 5 years ago

I noticed in the pytorch models this StochasticDnCn model where you stochastically drop blocks of conv + data consistency (I guess during training).

I wanted to know if there was a paper where the rationale behind this model is detailed (with potentially results).